/* GetAddress Plugin Styles */
/* line 2, app/assets/stylesheets/components/_jquery_address_lookup.scss */
.postcode-lookup-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 15px;
}

/* Initial styling for input and button to be side by side */
/* line 10, app/assets/stylesheets/components/_jquery_address_lookup.scss */
.postcode-lookup-container > input {
  display: inline-block;
  flex: 1;
  width: calc(100% - 100px) !important;
  /* Adjust based on your button width */
  margin-right: 10px;
}

/* line 17, app/assets/stylesheets/components/_jquery_address_lookup.scss */
.postcode-lookup-container > button {
  display: inline-block;
  width: auto !important;
  vertical-align: top;
}

/* Styles for wrapped elements */
/* line 24, app/assets/stylesheets/components/_jquery_address_lookup.scss */
.getaddress-search-box {
  display: flex;
  gap: 10px;
  width: 100%;
}

/* line 30, app/assets/stylesheets/components/_jquery_address_lookup.scss */
.getaddress-search-box input {
  flex: 1;
  padding: 8px 12px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  font-size: 1rem;
}

/* line 38, app/assets/stylesheets/components/_jquery_address_lookup.scss */
.getaddress-search-box input:focus {
  border-color: #ead138;
  outline: 0;
}

/* line 43, app/assets/stylesheets/components/_jquery_address_lookup.scss */
.getaddress-search-box button {
  padding: 8px 16px;
  background-color: var(--bs-secondary);
  color: white;
  border: 1px solid var(--bs-secondary);
  border-radius: 0.375rem;
  cursor: pointer;
  font-size: 1rem;
  white-space: nowrap;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  margin-right: 0.5rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/* line 61, app/assets/stylesheets/components/_jquery_address_lookup.scss */
.getaddress-search-box button:hover {
  color: #fff;
  background-color: var(--bs-secondary-hover, #5c636a);
  border-color: var(--bs-secondary-hover, #565e64);
}

/* line 67, app/assets/stylesheets/components/_jquery_address_lookup.scss */
.getaddress-search-box button:focus {
  color: #fff;
  background-color: var(--bs-secondary-hover, #5c636a);
  border-color: var(--bs-secondary-hover, #565e64);
  outline: 0;
}

/* line 74, app/assets/stylesheets/components/_jquery_address_lookup.scss */
.postcode-lookup-container select {
  display: block;
  width: 100%;
  padding: 8px 12px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 4px;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

/* line 88, app/assets/stylesheets/components/_jquery_address_lookup.scss */
.postcode-lookup-container select:focus {
  border-color: #ead138;
  outline: 0;
}

/* line 93, app/assets/stylesheets/components/_jquery_address_lookup.scss */
.postcode-lookup-container select option {
  padding: 8px 12px;
}
/* line 1, app/assets/stylesheets/components/_timeline.scss */
.prescription-timeline {
  display: flex;
  flex-direction: column;
}

/* line 6, app/assets/stylesheets/components/_timeline.scss */
.prescription-timeline__row {
  display: flex;
  align-items: stretch;
  /* left column height matches right card */
  margin-bottom: 16px;
  /* vertical spacing between rows */
}

/* line 12, app/assets/stylesheets/components/_timeline.scss */
.prescription-timeline__row:last-child {
  margin-bottom: 0;
}

/* line 16, app/assets/stylesheets/components/_timeline.scss */
.prescription-timeline__left {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 1rem;
  flex: 0 0 32px;
  /* fixed column width equals marker */
}

/* legacy stacked layout retained (unused) */
/* line 26, app/assets/stylesheets/components/_timeline.scss */
.prescription-timeline__marker {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: white;
  font-size: 14px;
  min-width: 32px;
  min-height: 32px;
  max-width: 32px;
  max-height: 32px;
  flex-shrink: 0;
  flex-grow: 0;
}

/* line 42, app/assets/stylesheets/components/_timeline.scss */
.prescription-timeline__marker.created {
  background-color: #28a745;
}

/* line 46, app/assets/stylesheets/components/_timeline.scss */
.prescription-timeline__marker.medication {
  background-color: #17a2b8;
}

/* line 50, app/assets/stylesheets/components/_timeline.scss */
.prescription-timeline__marker i {
  font-size: 14px;
}

/* line 55, app/assets/stylesheets/components/_timeline.scss */
.prescription-timeline__connector {
  width: 2px;
  background-color: #dee2e6;
  margin-top: 0;
  /* flush to marker */
  flex: 1 1 auto;
  /* stretch until row bottom */
}

/* line 62, app/assets/stylesheets/components/_timeline.scss */
.prescription-timeline__connector--top {
  height: 16px;
  /* equal to row vertical gap */
  margin-top: -16px;
  /* extend into previous row gap */
}

/* legacy stacked layout retained (unused) */
/* line 69, app/assets/stylesheets/components/_timeline.scss */
.prescription-timeline__right {
  flex: 1 1 auto;
}

/* line 73, app/assets/stylesheets/components/_timeline.scss */
.prescription-timeline__card {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 0.375rem;
  padding: 1rem;
}

/* line 80, app/assets/stylesheets/components/_timeline.scss */
.prescription-timeline__title {
  margin: 0 0 0.5rem 0;
  font-weight: 600;
  color: #495057;
  font-size: 1rem;
}

/* line 87, app/assets/stylesheets/components/_timeline.scss */
.prescription-timeline__subtitle {
  margin: 0 0 0.5rem 0;
  color: #495057;
  line-height: 1.4;
}

/* line 93, app/assets/stylesheets/components/_timeline.scss */
.prescription-timeline__meta {
  margin: 0;
  color: #6c757d;
  font-size: 0.875rem;
}

/* line 98, app/assets/stylesheets/components/_timeline.scss */
.prescription-timeline__meta a {
  color: #007bff;
  text-decoration: none;
}

/* line 102, app/assets/stylesheets/components/_timeline.scss */
.prescription-timeline__meta a:hover {
  text-decoration: underline;
}

/* line 108, app/assets/stylesheets/components/_timeline.scss */
.prescription-timeline__time {
  color: #6c757d;
  font-size: 0.75rem;
  white-space: nowrap;
  margin-left: auto;
}
/* line 2, app/assets/stylesheets/components/trix_editor.scss */
.trix-editor-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  border: 1px solid #d9dee3;
  border-radius: 0.375rem;
  background: #fff;
}

/* line 11, app/assets/stylesheets/components/trix_editor.scss */
.trix-editor-wrapper trix-editor {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: none;
  border-radius: 0;
}

/* line 19, app/assets/stylesheets/components/trix_editor.scss */
.trix-editor-wrapper trix-editor[contenteditable] {
  min-height: 200px;
  max-height: 400px;
  overflow-y: auto;
}

/* line 28, app/assets/stylesheets/components/trix_editor.scss */
.trix-button-row {
  border-bottom: 1px solid #d9dee3;
  padding: 0.5rem;
  background-color: #f8f9fa;
}

/* line 34, app/assets/stylesheets/components/trix_editor.scss */
.trix-button-row .trix-button-group--file-tools {
  display: none !important;
}

/* line 39, app/assets/stylesheets/components/trix_editor.scss */
.trix-button-row .trix-button--icon-attach {
  display: none !important;
}

/* line 44, app/assets/stylesheets/components/trix_editor.scss */
.email-template-content {
  min-height: 200px;
  max-height: 400px;
  overflow-y: auto;
  word-wrap: break-word;
  overflow-wrap: break-word;
  box-sizing: border-box;
}
/* line 1, app/assets/stylesheets/css/components/navbar.scss */
#topbarWrapper, .top-navbar-wrapper {
  margin-bottom: 1.5rem !important;
}

/* line 5, app/assets/stylesheets/css/components/navbar.scss */
.initials-circle {
  background-color: #EBD23A;
  border-radius: 50% !important;
  width: 40px;
  height: 40px;
  color: #0F131F;
}

/* line 13, app/assets/stylesheets/css/components/navbar.scss */
.navbar-account-title {
  color: #1E1E1E;
  font-family: Arial;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

/* line 21, app/assets/stylesheets/css/components/navbar.scss */
.notification-present {
  position: absolute;
  top: 25px;
  background-color: #EBD23A;
  border-radius: 50% !important;
  width: 7px;
  height: 7px;
}

/* line 31, app/assets/stylesheets/css/components/navbar.scss */
.patient-nav .content {
  color: #0F131F;
  font-size: 0.75rem;
}

/* line 36, app/assets/stylesheets/css/components/navbar.scss */
.patient-nav .dropdown-item:hover {
  background-color: #EBE3B0 !important;
}

/* line 40, app/assets/stylesheets/css/components/navbar.scss */
.patient-nav .prescription-status, .patient-nav .partner-greet-title, .patient-nav .goto-broadway-pharmacy {
  position: relative;
  top: 20px;
}

/* line 45, app/assets/stylesheets/css/components/navbar.scss */
.patient-nav .partner-greet-title, .patient-nav .goto-broadway-pharmacy {
  margin-right: 4.5rem;
}

/* line 49, app/assets/stylesheets/css/components/navbar.scss */
.patient-nav .goto-broadway-pharmacy {
  display: flex;
  align-items: center;
}

/* line 53, app/assets/stylesheets/css/components/navbar.scss */
.patient-nav .goto-broadway-pharmacy b {
  color: #0F131F;
  font-family: Arial;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-wrap: wrap;
}

/* line 65, app/assets/stylesheets/css/components/navbar.scss */
.userDropdown .dropdown-menu {
  border-radius: 0 !important;
}

/* line 69, app/assets/stylesheets/css/components/navbar.scss */
.userDropdown .dropdown-item {
  color: #0F131F !important;
  font-family: Arial !important;
  font-size: 13.6px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: normal !important;
  opacity: 0.5 !important;
}

/* line 82, app/assets/stylesheets/css/components/navbar.scss */
.messagesDropdown .dropdown-item {
  padding: 0.25rem 1rem !important;
}

/* line 85, app/assets/stylesheets/css/components/navbar.scss */
.messagesDropdown .dropdown-item .notification-present {
  top: 10px !important;
  right: 10px !important;
}

/* line 90, app/assets/stylesheets/css/components/navbar.scss */
.messagesDropdown .dropdown-item .message-preview {
  color: #0F131F !important;
  font-family: Arial !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: normal !important;
  opacity: 0.5 !important;
}
/* line 1, app/assets/stylesheets/css/components/pagination.scss */
.pagination-wrapper {
  margin: -8px 0;
}

/* line 4, app/assets/stylesheets/css/components/pagination.scss */
.pagination-wrapper .pagination {
  margin-bottom: 0;
}

/* line 7, app/assets/stylesheets/css/components/pagination.scss */
.pagination-wrapper .pagination .page-link {
  padding: 0.3rem 0.75rem;
  background-color: transparent;
  border: none;
  color: #1E1E1E;
  min-width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 16, app/assets/stylesheets/css/components/pagination.scss */
.pagination-wrapper .pagination .page-link:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

/* line 19, app/assets/stylesheets/css/components/pagination.scss */
.pagination-wrapper .pagination .page-link:focus {
  box-shadow: none;
}

/* line 25, app/assets/stylesheets/css/components/pagination.scss */
.pagination-wrapper .pagination .prev .page-link,
.pagination-wrapper .pagination .next .page-link {
  color: #fff;
}

/* line 30, app/assets/stylesheets/css/components/pagination.scss */
.pagination-wrapper .pagination .active .page-link {
  background-color: #EBD23A;
  color: #1E1E1E;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0.3rem 0.75rem;
}

/* line 39, app/assets/stylesheets/css/components/pagination.scss */
.pagination-wrapper .pagination .disabled .page-link {
  color: rgba(255, 255, 255, 0.5);
  background-color: transparent;
}

/* line 49, app/assets/stylesheets/css/components/pagination.scss */
.pagination-wrapper:not(.custom-footer .pagination-wrapper) .pagination .prev .page-link,
.pagination-wrapper:not(.custom-footer .pagination-wrapper) .pagination .next .page-link {
  color: #1E1E1E;
}

/* line 54, app/assets/stylesheets/css/components/pagination.scss */
.pagination-wrapper:not(.custom-footer .pagination-wrapper) .pagination .disabled .page-link {
  color: rgba(30, 30, 30, 0.5);
}
/* line 2, app/assets/stylesheets/css/components/sidebar.scss */
#accordionSidebar .sidebar-brand {
  position: relative;
}

/* line 8, app/assets/stylesheets/css/components/sidebar.scss */
#accordionSidebar #navLinksWrapper {
  margin-top: 3.0rem !important;
}

/* line 11, app/assets/stylesheets/css/components/sidebar.scss */
#accordionSidebar #navLinksWrapper .nav-item {
  padding-bottom: 0.1rem !important;
  padding-top: 0.1rem !important;
}

/* line 16, app/assets/stylesheets/css/components/sidebar.scss */
#accordionSidebar #navLinksWrapper .white-stripes-img {
  transform: scaleX(-1) !important;
}

/* line 20, app/assets/stylesheets/css/components/sidebar.scss */
#accordionSidebar #navLinksWrapper .nav-links-group1 {
  margin-bottom: 3.5rem !important;
}

/* line 24, app/assets/stylesheets/css/components/sidebar.scss */
#accordionSidebar #navLinksWrapper .nav-links-group2 {
  margin-top: 3.5rem !important;
}

/* line 29, app/assets/stylesheets/css/components/sidebar.scss */
#accordionSidebar #navLinksWrapper .partner-sidebar-links .accordion-menu {
  padding-left: 15px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 36, app/assets/stylesheets/css/components/sidebar.scss */
#accordionSidebar #navLinksWrapper .partner-sidebar-links .accordion-toggle {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 43, app/assets/stylesheets/css/components/sidebar.scss */
#accordionSidebar #navLinksWrapper .partner-sidebar-links .accordion-toggle::after {
  content: '';
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  margin-left: 5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1.2em' height='1.2em' viewBox='0 0 1024 1024'%3E%3Cpath fill='white' d='M340.864 149.312a30.59 30.59 0 0 0 0 42.752L652.736 512L340.864 831.872a30.59 30.59 0 0 0 0 42.752a29.12 29.12 0 0 0 41.728 0L714.24 534.336a32 32 0 0 0 0-44.672L382.592 149.376a29.12 29.12 0 0 0-41.728 0z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s;
}

/* line 55, app/assets/stylesheets/css/components/sidebar.scss */
#accordionSidebar #navLinksWrapper .partner-sidebar-links details[open] .accordion-toggle::after {
  transform: rotate(270deg);
}

/* line 59, app/assets/stylesheets/css/components/sidebar.scss */
#accordionSidebar #navLinksWrapper .partner-sidebar-links details {
  cursor: pointer;
}

/* line 63, app/assets/stylesheets/css/components/sidebar.scss */
#accordionSidebar #navLinksWrapper .partner-sidebar-links summary {
  list-style: none;
}

/* line 68, app/assets/stylesheets/css/components/sidebar.scss */
#accordionSidebar #navLinksWrapper .partner-sidebar-links .accordion-menu .dropdown-item {
  color: #FFF !important;
  font-family: Arial !important;
  font-style: normal !important;
  font-size: 13.5px !important;
  font-weight: 500 !important;
  line-height: normal !important;
  padding: 0.25rem 3.5rem !important;
}

/* line 78, app/assets/stylesheets/css/components/sidebar.scss */
#accordionSidebar #navLinksWrapper .partner-sidebar-links .dropdown-item:hover {
  background-color: #EBE3B0 !important;
  color: #0F131F !important;
}

/* line 82, app/assets/stylesheets/css/components/sidebar.scss */
#accordionSidebar #navLinksWrapper .partner-sidebar-links .dropdown-item.active {
  background-color: #EBE3B0 !important;
  color: #0F131F !important;
}

/* line 89, app/assets/stylesheets/css/components/sidebar.scss */
#accordionSidebar.toggled {
  width: 4.5rem !important;
  overflow: visible !important;
}

/* line 93, app/assets/stylesheets/css/components/sidebar.scss */
#accordionSidebar.toggled .sidebar-brand {
  display: none !important;
}

/* line 97, app/assets/stylesheets/css/components/sidebar.scss */
#accordionSidebar.toggled .nav-link {
  position: relative !important;
  justify-content: center !important;
  padding: 0.75rem !important;
  width: 100% !important;
}

/* line 103, app/assets/stylesheets/css/components/sidebar.scss */
#accordionSidebar.toggled .nav-link span {
  display: none !important;
}

/* line 107, app/assets/stylesheets/css/components/sidebar.scss */
#accordionSidebar.toggled .nav-link .nav-icon {
  margin: 0 !important;
  font-size: 1.25rem !important;
}

/* line 112, app/assets/stylesheets/css/components/sidebar.scss */
#accordionSidebar.toggled .nav-link:hover::after {
  content: attr(data-title) !important;
  position: absolute !important;
  left: calc(100% + 1rem) !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  background: #2a3042 !important;
  color: white !important;
  padding: 0.5rem 0.75rem !important;
  border-radius: 4px !important;
  font-size: 0.875rem !important;
  white-space: nowrap !important;
  z-index: 1000 !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) !important;
}

/* line 129, app/assets/stylesheets/css/components/sidebar.scss */
#accordionSidebar.toggled .nav-links-group1 {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}

/* line 134, app/assets/stylesheets/css/components/sidebar.scss */
#accordionSidebar.toggled .d-flex.flex-column.h-100 {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

/* line 139, app/assets/stylesheets/css/components/sidebar.scss */
#accordionSidebar.toggled .d-flex.flex-column.h-100 > div:not(.nav-links-group1):not(#sidebarToggle) {
  display: none !important;
}

/* line 144, app/assets/stylesheets/css/components/sidebar.scss */
#accordionSidebar.toggled #sidebarToggle {
  display: flex !important;
  justify-content: center !important;
  padding: 0.75rem !important;
  margin-top: 0.5rem !important;
  width: 100% !important;
}

/* line 152, app/assets/stylesheets/css/components/sidebar.scss */
#accordionSidebar.toggled .white-stripes-img {
  display: none !important;
}

/* line 159, app/assets/stylesheets/css/components/sidebar.scss */
.sidebar-nav-link span {
  color: #FFF !important;
  font-family: Arial !important;
  font-size: 13.6px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: normal !important;
}

/* line 167, app/assets/stylesheets/css/components/sidebar.scss */
.sidebar-nav-link i {
  font-size: 13.6px !important;
}

/* line 172, app/assets/stylesheets/css/components/sidebar.scss */
.sidebar-brand-icon {
  display: none;
}

/* Auto-collapse sidebar to icons on smaller screens */
@media (max-width: 1200px) {
  /* line 178, app/assets/stylesheets/css/components/sidebar.scss */
  #accordionSidebar {
    width: 4.5rem !important;
    overflow: visible !important;
  }
  /* line 182, app/assets/stylesheets/css/components/sidebar.scss */
  #accordionSidebar .sidebar-brand {
    display: none !important;
  }
  /* line 186, app/assets/stylesheets/css/components/sidebar.scss */
  #accordionSidebar .nav-link {
    position: relative !important;
    justify-content: center !important;
    padding: 0.75rem !important;
    width: 100% !important;
  }
  /* line 192, app/assets/stylesheets/css/components/sidebar.scss */
  #accordionSidebar .nav-link span {
    display: none !important;
  }
  /* line 196, app/assets/stylesheets/css/components/sidebar.scss */
  #accordionSidebar .nav-link .nav-icon {
    margin: 0 !important;
    font-size: 1.25rem !important;
  }
  /* line 201, app/assets/stylesheets/css/components/sidebar.scss */
  #accordionSidebar .nav-link:hover::after {
    content: attr(data-title) !important;
    position: absolute !important;
    left: calc(100% + 1rem) !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    background: #2a3042 !important;
    color: white !important;
    padding: 0.5rem 0.75rem !important;
    border-radius: 4px !important;
    font-size: 0.875rem !important;
    white-space: nowrap !important;
    z-index: 1000 !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) !important;
  }
  /* line 218, app/assets/stylesheets/css/components/sidebar.scss */
  #accordionSidebar .nav-links-group1 {
    margin-top: 1rem !important;
    margin-bottom: 0 !important;
  }
  /* line 223, app/assets/stylesheets/css/components/sidebar.scss */
  #accordionSidebar .d-flex.flex-column.h-100 {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }
  /* line 228, app/assets/stylesheets/css/components/sidebar.scss */
  #accordionSidebar .d-flex.flex-column.h-100 > div:not(.nav-links-group1):not(#sidebarToggle) {
    display: none !important;
  }
  /* line 233, app/assets/stylesheets/css/components/sidebar.scss */
  #accordionSidebar #sidebarToggle {
    display: flex !important;
    justify-content: center !important;
    padding: 0.75rem !important;
    margin-top: 0.5rem !important;
    width: 100% !important;
  }
  /* line 241, app/assets/stylesheets/css/components/sidebar.scss */
  #accordionSidebar .white-stripes-img {
    display: none !important;
  }
}

@media only screen and (max-width: 760px) {
  /* line 250, app/assets/stylesheets/css/components/sidebar.scss */
  #accordionSidebar .nav-link i {
    margin-top: 1rem;
  }
  /* line 253, app/assets/stylesheets/css/components/sidebar.scss */
  #accordionSidebar .nav-link .dropdown-icon {
    display: none;
  }
  /* line 257, app/assets/stylesheets/css/components/sidebar.scss */
  #accordionSidebar .accordion-toggle {
    display: flex !important;
    flex-direction: column;
    align-items: center;
  }
  /* line 265, app/assets/stylesheets/css/components/sidebar.scss */
  #accordionSidebar .partner-sidebar-links .accordion-menu .dropdown-item {
    font-size: 10.4px !important;
  }
}

@media (min-width: 992px) {
  /* line 275, app/assets/stylesheets/css/components/sidebar.scss */
  .sidebar-brand-icon {
    display: inline;
  }
}
/**
 * tom-select.css (v2.3.1)
 * Copyright (c) contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 */
 .ts-control {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: none;
  border-radius: 3px;
  display: flex;
  flex-wrap: wrap;
}
.ts-wrapper.multi.has-items .ts-control {
  padding: calc(8px - 2px - 0) 8px calc(8px - 2px - 3px - 0);
}
.full .ts-control {
  background-color: #fff;
}
.disabled .ts-control, .disabled .ts-control * {
  cursor: default !important;
}
.focus .ts-control {
  box-shadow: none;
}
.ts-control > * {
  vertical-align: baseline;
  display: inline-block;
}
.ts-wrapper.multi .ts-control > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}
.ts-wrapper.multi .ts-control > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}
.ts-wrapper.multi.disabled .ts-control > div, .ts-wrapper.multi.disabled .ts-control > div.active {
  color: #7d7d7d;
  background: white;
  border: 0 solid white;
}
.ts-control > input {
  flex: 1 1 auto;
  min-width: 7rem;
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
  box-shadow: none !important;
}
.ts-control > input::-ms-clear {
  display: none;
}
.ts-control > input:focus {
  outline: none !important;
}
.has-items .ts-control > input {
  margin: 0 4px !important;
}
.ts-control.rtl {
  text-align: right;
}
.ts-control.rtl.single .ts-control:after {
  left: 15px;
  right: auto;
}
.ts-control.rtl .ts-control > input {
  margin: 0 4px 0 -2px !important;
}
.disabled .ts-control {
  opacity: 0.5;
  background-color: #fafafa;
}
.input-hidden .ts-control > input {
  opacity: 0;
  position: absolute;
  left: -10000px;
}

.ts-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: 0.25rem 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}
.ts-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.ts-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px;
}
.ts-dropdown .option,
.ts-dropdown .optgroup-header,
.ts-dropdown .no-results,
.ts-dropdown .create {
  padding: 5px 8px;
}
.ts-dropdown .option, .ts-dropdown [data-disabled], .ts-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}
.ts-dropdown [data-selectable].option {
  opacity: 1;
  cursor: pointer;
}
.ts-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.ts-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}
.ts-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.ts-dropdown .active.create {
  color: #495c68;
}
.ts-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.ts-dropdown .spinner {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 5px 8px;
}
.ts-dropdown .spinner::after {
  content: " ";
  display: block;
  width: 24px;
  height: 24px;
  margin: 3px;
  border-radius: 50%;
  border: 5px solid #d0d0d0;
  border-color: #d0d0d0 transparent #d0d0d0 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.ts-dropdown-content {
  overflow: hidden auto;
  max-height: 200px;
  scroll-behavior: smooth;
}

.ts-wrapper.plugin-drag_drop .ts-dragging {
  color: transparent !important;
}
.ts-wrapper.plugin-drag_drop .ts-dragging > * {
  visibility: hidden !important;
}

.plugin-checkbox_options:not(.rtl) .option input {
  margin-right: 0.5rem;
}

.plugin-checkbox_options.rtl .option input {
  margin-left: 0.5rem;
}

/* stylelint-disable function-name-case */
.plugin-clear_button {
  --ts-pr-clear-button: 1em;
}
.plugin-clear_button .clear-button {
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(8px - 6px);
  margin-right: 0 !important;
  background: transparent !important;
  transition: opacity 0.5s;
  cursor: pointer;
}
.plugin-clear_button.form-select .clear-button, .plugin-clear_button.single .clear-button {
  right: max(var(--ts-pr-caret), 8px);
}
.plugin-clear_button.focus.has-items .clear-button, .plugin-clear_button:not(.disabled):hover.has-items .clear-button {
  opacity: 1;
}

.ts-wrapper .dropdown-header {
  position: relative;
  padding: 10px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: color-mix(#fff, #d0d0d0, 85%);
  border-radius: 3px 3px 0 0;
}
.ts-wrapper .dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.ts-wrapper .dropdown-header-close:hover {
  color: black;
}

.plugin-dropdown_input.focus.dropdown-active .ts-control {
  box-shadow: none;
  border: 1px solid #d0d0d0;
}
.plugin-dropdown_input .dropdown-input {
  border: 1px solid #d0d0d0;
  border-width: 0 0 1px;
  display: block;
  padding: 8px 8px;
  box-shadow: none;
  width: 100%;
  background: transparent;
}
.plugin-dropdown_input .items-placeholder {
  border: 0 none !important;
  box-shadow: none !important;
  width: 100%;
}
.plugin-dropdown_input.has-items .items-placeholder, .plugin-dropdown_input.dropdown-active .items-placeholder {
  display: none !important;
}

.ts-wrapper.plugin-input_autogrow.has-items .ts-control > input {
  min-width: 0;
}
.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input {
  flex: none;
  min-width: 4px;
}
.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::-moz-placeholder {
  color: transparent;
}
.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::placeholder {
  color: transparent;
}

.ts-dropdown.plugin-optgroup_columns .ts-dropdown-content {
  display: flex;
}
.ts-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}
.ts-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.ts-dropdown.plugin-optgroup_columns .optgroup::before {
  display: none;
}
.ts-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.ts-wrapper.plugin-remove_button .item {
  display: inline-flex;
  align-items: center;
}
.ts-wrapper.plugin-remove_button .item .remove {
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 0 6px;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
}
.ts-wrapper.plugin-remove_button .item .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.ts-wrapper.plugin-remove_button.disabled .item .remove:hover {
  background: none;
}
.ts-wrapper.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}

.ts-wrapper.plugin-remove_button:not(.rtl) .item {
  padding-right: 0 !important;
}
.ts-wrapper.plugin-remove_button:not(.rtl) .item .remove {
  border-left: 1px solid #d0d0d0;
  margin-left: 6px;
}
.ts-wrapper.plugin-remove_button:not(.rtl) .item.active .remove {
  border-left-color: #cacaca;
}
.ts-wrapper.plugin-remove_button:not(.rtl).disabled .item .remove {
  border-left-color: white;
}

.ts-wrapper.plugin-remove_button.rtl .item {
  padding-left: 0 !important;
}
.ts-wrapper.plugin-remove_button.rtl .item .remove {
  border-right: 1px solid #d0d0d0;
  margin-right: 6px;
}
.ts-wrapper.plugin-remove_button.rtl .item.active .remove {
  border-right-color: #cacaca;
}
.ts-wrapper.plugin-remove_button.rtl.disabled .item .remove {
  border-right-color: white;
}

:root {
  --ts-pr-clear-button: 0;
  --ts-pr-caret: 0;
  --ts-pr-min: .75rem;
}

.ts-wrapper.single .ts-control, .ts-wrapper.single .ts-control input {
  cursor: pointer;
}

.ts-control:not(.rtl) {
  padding-right: max(var(--ts-pr-min), var(--ts-pr-clear-button) + var(--ts-pr-caret)) !important;
}

.ts-control.rtl {
  padding-left: max(var(--ts-pr-min), var(--ts-pr-clear-button) + var(--ts-pr-caret)) !important;
}

.ts-wrapper {
  position: relative;
}

.ts-dropdown,
.ts-control,
.ts-control input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
}

.ts-control,
.ts-wrapper.single.input-active .ts-control {
  background: #fff;
  cursor: text;
}

.ts-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.ts-wrapper.single .ts-control {
  @apply px-3 py-2 border border-gray-300 rounded-md shadow-sm focus:outline-none focus:ring-1 focus:ring-blue-500 focus:border-blue-500;
}

.ts-dropdown {
  @apply mt-1 border border-gray-300 rounded-md shadow-lg;
}

.ts-dropdown .option {
  @apply px-3 py-2 hover:bg-gray-100;
}

.ts-dropdown .option.disabled {
  @apply opacity-60 cursor-not-allowed bg-gray-50;
}

.ts-dropdown .option.active {
  @apply bg-blue-50;
}

.ts-dropdown .option.selected {
  @apply bg-blue-100;
}
/* line 3, app/assets/stylesheets/css/pages/accordion.scss */
.accordion .accordion-item {
  border: none;
  transition: all 0.2s ease-in-out;
}

/* line 7, app/assets/stylesheets/css/pages/accordion.scss */
.accordion .accordion-item:hover {
  transform: translateY(-2px);
}

/* line 13, app/assets/stylesheets/css/pages/accordion.scss */
.accordion .accordion-button {
  border: none;
  background-color: #f8f9fa;
  padding: 1rem 1.5rem;
}

/* line 18, app/assets/stylesheets/css/pages/accordion.scss */
.accordion .accordion-button:not(.collapsed) {
  background-color: #ead138;
  color: black;
  box-shadow: none;
}

/* line 24, app/assets/stylesheets/css/pages/accordion.scss */
.accordion .accordion-button::after {
  background-size: 1.25rem;
  transition: all 0.2s ease-in-out;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
}

/* line 33, app/assets/stylesheets/css/pages/accordion.scss */
.accordion .accordion-button .badge {
  font-size: 0.875rem;
  padding: 0.35em 0.65em;
  background-color: black !important;
}

/* line 41, app/assets/stylesheets/css/pages/accordion.scss */
.accordion .form-check-label {
  cursor: pointer;
}

/* line 46, app/assets/stylesheets/css/pages/accordion.scss */
.accordion .table {
  margin-bottom: 0;
}

/* line 49, app/assets/stylesheets/css/pages/accordion.scss */
.accordion .table thead th {
  background-color: #f8f9fa;
  border-bottom: 2px solid #dee2e6;
}
/* line 2, app/assets/stylesheets/css/pages/custom_animation.scss */
.bg-custom-fade {
  animation: fadeBackground 2s ease-out;
}

@keyframes fadeBackground {
  0% {
    background-color: #EBD23A;
    /* Start with a Bootstrap color (e.g., `bg-primary`) */
  }
  100% {
    background-color: transparent;
    /* End with no color */
  }
}
/* line 1, app/assets/stylesheets/css/pages/dispensing_incident.scss */
.dispensing-incident-form {
  /* Shake animation for validation errors */
}

/* line 3, app/assets/stylesheets/css/pages/dispensing_incident.scss */
.dispensing-incident-form .form-control.highlight-error, .dispensing-incident-form .form-select.highlight-error {
  border-color: #dc3545 !important;
  background-color: rgba(220, 53, 69, 0.05);
  animation: shake 0.8s ease;
}

/* line 11, app/assets/stylesheets/css/pages/dispensing_incident.scss */
.dispensing-incident-form .card.highlight-error, .dispensing-incident-form .custom-card.highlight-error {
  border: 2px solid #dc3545 !important;
  border-radius: 0 !important;
  background-color: rgba(220, 53, 69, 0.02);
}

/* line 18, app/assets/stylesheets/css/pages/dispensing_incident.scss */
.dispensing-incident-form .custom-card {
  overflow: visible;
  /* overrides hidden */
}

/* line 22, app/assets/stylesheets/css/pages/dispensing_incident.scss */
.dispensing-incident-form .error-message {
  color: #dc3545;
  font-size: 0.875rem;
  margin-top: 0.25rem;
  display: none;
}

/* line 28, app/assets/stylesheets/css/pages/dispensing_incident.scss */
.dispensing-incident-form .error-message.show {
  display: block;
}

@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-5px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(5px);
  }
}
:root {
  /* fonts */
  --font-inter: Inter, sans-serif;

  /* font sizes */
  --font-size-base: 16px;
  --font-size-mini: 15px;
  --font-size-13xl: 32px;
  --font-size-7xl: 26px;
  --font-size-lgi: 19px;
  --font-size-5xl: 24px;

  /* Colors */
  --color-white: #fff;
  --color-gray-100: #1e1e1e;
  --color-gray-200: #0f131f;
  --color-gray-300: rgba(15, 19, 31, 0.3);
  --color-gray-400: rgba(255, 255, 255, 0.9);
  --color-gold: #ebd23a;
  --color-black: #000;
  --color-gainsboro: #d9d9d9;
  --color-gainsboro-100: rgba(217, 217, 217, 0.22);

  /* Gaps */
  --gap-mini: 15px;
  --gap-6xl: 25px;
  --gap-xl: 20px;
  --gap-11xs: 2px;
  --gap-22xl: 41px;
  --gap-smi: 13px;
  --gap-lgi: 19px;
  --gap-17xl: 36px;
  --gap-lg: 18px;
  --gap-10xl: 29px;

  /* Paddings */
  --padding-12xs: 1px;
  --padding-xl: 20px;
  --padding-19xl: 38px;
  --padding-21xl: 40px;
  --padding-mid: 17px;
  --padding-61xl: 80px;
  --padding-57xl: 76px;
  --padding-smi: 13px;
  --padding-sm: 14px;
  --padding-7xs: 6px;
  --padding-3xs: 10px;
  --padding-28xl: 47px;
  --padding-12xl: 31px;
  --padding-2xl: 21px;
  --padding-14xl: 33px;
  --padding-17xl: 36px;
  --padding-11xs: 2px;
  --padding-32xl: 51px;
  --padding-13xl: 32px;
  --padding-36xl: 55px;
  --padding-9xl: 28px;
  --padding-29xl: 48px;
  --padding-24xl: 43px;
}
/* line 3, app/assets/stylesheets/css/pages/help_desk.scss */
.help-desk-wrapper .order-tracker-header::after {
  content: none;
}

/* line 7, app/assets/stylesheets/css/pages/help_desk.scss */
.help-desk-wrapper .order-tracker-header::after {
  position: absolute !important;
  right: 20px !important;
  top: 22px !important;
}

/* line 13, app/assets/stylesheets/css/pages/help_desk.scss */
.help-desk-wrapper .name-title {
  color: #FFF;
  font-style: normal;
  font-weight: 700;
  font-family: Arial;
  line-height: normal;
}

/* line 22, app/assets/stylesheets/css/pages/help_desk.scss */
.help-desk-wrapper .accordion .card {
  max-height: 522px !important;
  overflow-y: auto !important;
}

/* line 27, app/assets/stylesheets/css/pages/help_desk.scss */
.help-desk-wrapper .accordion .card .accordion .accordion-body {
  color: #1E1E1E;
  font-family: Arial;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* line 36, app/assets/stylesheets/css/pages/help_desk.scss */
.help-desk-wrapper .accordion .card .accordion .accordion-item {
  border-bottom: 1px solid rgba(15, 19, 31, 0.3);
  position: relative;
}

/* line 41, app/assets/stylesheets/css/pages/help_desk.scss */
.help-desk-wrapper .accordion .card .accordion .accordion-item:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: rgba(15, 19, 31, 0.3);
}

/* line 51, app/assets/stylesheets/css/pages/help_desk.scss */
.help-desk-wrapper .accordion .card .accordion .accordion-button {
  color: #1E1E1E;
  font-family: Arial;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* line 60, app/assets/stylesheets/css/pages/help_desk.scss */
.help-desk-wrapper .accordion .card .accordion .accordion-button::after {
  content: none;
  display: none;
}

/* line 65, app/assets/stylesheets/css/pages/help_desk.scss */
.help-desk-wrapper .accordion .card .accordion .accordion-button::before {
  margin-right: 20px;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%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");
  background-repeat: no-repeat;
  background-size: 1rem;
  transition: transform 0.2s ease-in-out;
}

/* line 77, app/assets/stylesheets/css/pages/help_desk.scss */
.help-desk-wrapper .accordion .card .accordion .accordion-button:not(.collapsed)::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%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");
  transform: rotate(-180deg);
}

/* line 86, app/assets/stylesheets/css/pages/help_desk.scss */
.help-desk-wrapper .accordion .card .custom-header .initials-wrapper .circle {
  width: 60px;
  height: 60px;
  border-radius: 50% !important;
  background-color: #EBD23A;
  color: #1E1E1E;
  font-family: Arial;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: normal;
}

/* line 100, app/assets/stylesheets/css/pages/help_desk.scss */
.help-desk-wrapper .accordion .card .custom-header .name-title {
  color: #FFF;
  font-style: normal;
  font-weight: 700;
  font-family: Arial;
  line-height: normal;
}

/* line 108, app/assets/stylesheets/css/pages/help_desk.scss */
.help-desk-wrapper .accordion .card .custom-header p {
  color: #FFF;
  font-family: Arial;
  font-size: 11.6px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* line 120, app/assets/stylesheets/css/pages/help_desk.scss */
.help-desk-wrapper .accordion .card .card-body .info-details strong, .help-desk-wrapper .accordion .card .card-body .info-header strong {
  color: #1E1E1E;
  font-family: Arial;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* line 129, app/assets/stylesheets/css/pages/help_desk.scss */
.help-desk-wrapper .accordion .card .card-body .info-details span, .help-desk-wrapper .accordion .card .card-body .info-details address, .help-desk-wrapper .accordion .card .card-body .info-header span, .help-desk-wrapper .accordion .card .card-body .info-header address {
  color: #1E1E1E;
  font-family: Arial;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* line 140, app/assets/stylesheets/css/pages/help_desk.scss */
.help-desk-wrapper .accordion .card .id-verification {
  border-top: 1px solid rgba(15, 19, 31, 0.3);
}

/* line 143, app/assets/stylesheets/css/pages/help_desk.scss */
.help-desk-wrapper .accordion .card .id-verification .success-msg {
  color: #1E1E1E;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* line 157, app/assets/stylesheets/css/pages/help_desk.scss */
.help-desk-wrapper .support-center-card .custom-header {
  background-color: #EBE3B0;
}

/* line 160, app/assets/stylesheets/css/pages/help_desk.scss */
.help-desk-wrapper .support-center-card .custom-header h5, .help-desk-wrapper .support-center-card .custom-header p {
  color: #1E1E1E !important;
}

/* line 165, app/assets/stylesheets/css/pages/help_desk.scss */
.help-desk-wrapper .support-center-card .stripes {
  position: relative;
  overflow: hidden;
  min-height: 93px;
}

/* line 171, app/assets/stylesheets/css/pages/help_desk.scss */
.help-desk-wrapper .support-center-card .black-strip-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 180, app/assets/stylesheets/css/pages/help_desk.scss */
.help-desk-wrapper .support-center-card .card-body {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 185, app/assets/stylesheets/css/pages/help_desk.scss */
.help-desk-wrapper .support-center-card .card-body .profile-pic {
  border-radius: 50% !important;
}

/* line 189, app/assets/stylesheets/css/pages/help_desk.scss */
.help-desk-wrapper .support-center-card .card-body .brand-logo {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

/* line 194, app/assets/stylesheets/css/pages/help_desk.scss */
.help-desk-wrapper .support-center-card .card-body img {
  margin-bottom: 1.5rem;
}

/* line 198, app/assets/stylesheets/css/pages/help_desk.scss */
.help-desk-wrapper .support-center-card .card-body h5 {
  margin-top: 2.5rem;
  color: #0F131F;
  text-align: center;
  font-family: Arial;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* line 208, app/assets/stylesheets/css/pages/help_desk.scss */
.help-desk-wrapper .support-center-card .card-body b {
  color: #1E1E1E;
  text-align: center;
  font-family: Arial;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* line 218, app/assets/stylesheets/css/pages/help_desk.scss */
.help-desk-wrapper .support-center-card .card-body p {
  color: #0F131F;
  text-align: center;
  font-family: Arial;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media only screen and (max-width: 768px) {
  /* line 231, app/assets/stylesheets/css/pages/help_desk.scss */
  .help-desk-wrapper .access-portal-header::after {
    position: absolute !important;
    right: 15px;
    top: 45px;
    margin-left: 20px !important;
    flex-shrink: 0 !important;
    width: 1rem !important;
    height: 1rem !important;
    content: "" !important;
    background-image: url("data:image/svg+xml,%3csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M19.3074 2.00059L9.99941 11.3086L0.691406 2.00059L1.75541 0.936595L9.99941 9.18159L18.2434 0.937594L19.3074 2.00059Z' fill='%23000000'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-size: 1rem !important;
  }
  /* line 245, app/assets/stylesheets/css/pages/help_desk.scss */
  .help-desk-wrapper .access-portal-header:not(.collapsed)::after {
    display: block;
    background-image: url("data:image/svg+xml,%3csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M19.3074 2.00059L9.99941 11.3086L0.691406 2.00059L1.75541 0.936595L9.99941 9.18159L18.2434 0.937594L19.3074 2.00059Z' fill='%23000000' transform='rotate(-180 10 6)'/%3e%3c/svg%3e") !important;
  }
}
/* line 3, app/assets/stylesheets/css/pages/modals.scss */
.modal .modal-content {
  border-radius: 0 !important;
}

/* line 6, app/assets/stylesheets/css/pages/modals.scss */
.modal .modal-content .modal-header {
  border-bottom: none !important;
}

/* line 9, app/assets/stylesheets/css/pages/modals.scss */
.modal .modal-content .modal-header .close-modal {
  color: #0F131F !important;
  cursor: pointer;
  padding: 0.5625rem 0.5625rem;
  margin: 0 0 0 auto;
  z-index: 1;
  font-size: 16px;
}

/* line 18, app/assets/stylesheets/css/pages/modals.scss */
.modal .modal-content .modal-header h5, .modal .modal-content .modal-header h1 {
  color: #1E1E1E;
  text-align: center;
  font-family: Arial;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* line 28, app/assets/stylesheets/css/pages/modals.scss */
.modal .modal-content .modal-body {
  text-align: center !important;
  margin: 0 1.5rem !important;
  padding: 0 1.5rem !important;
}

/* line 33, app/assets/stylesheets/css/pages/modals.scss */
.modal .modal-content .modal-body b, .modal .modal-content .modal-body p {
  color: #1E1E1E;
  font-family: Arial;
  font-size: 13.6px;
  font-style: normal;
  line-height: normal;
}

/* line 42, app/assets/stylesheets/css/pages/modals.scss */
.modal .modal-content .modal-footer {
  border-top: none !important;
}

/* line 51, app/assets/stylesheets/css/pages/modals.scss */
#yourteam .card, #discoverClinics .card {
  border-radius: 0;
  box-shadow: none;
  border: none;
}

/* line 58, app/assets/stylesheets/css/pages/modals.scss */
#yourteam .card .card-body .profile-pic, #discoverClinics .card .card-body .profile-pic {
  border-radius: 50% !important;
}

/* line 62, app/assets/stylesheets/css/pages/modals.scss */
#yourteam .card .card-body .brand-logo, #discoverClinics .card .card-body .brand-logo {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

/* line 67, app/assets/stylesheets/css/pages/modals.scss */
#yourteam .card .card-body img, #discoverClinics .card .card-body img {
  margin-bottom: 2.5rem;
}

/* line 71, app/assets/stylesheets/css/pages/modals.scss */
#yourteam .card .card-body h5, #discoverClinics .card .card-body h5 {
  margin-top: 2.5rem;
  color: #0F131F;
  text-align: center;
  font-family: Arial;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* line 81, app/assets/stylesheets/css/pages/modals.scss */
#yourteam .card .card-body b, #discoverClinics .card .card-body b {
  color: #1E1E1E;
  text-align: center;
  font-family: Arial;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* line 91, app/assets/stylesheets/css/pages/modals.scss */
#yourteam .card .card-body p, #discoverClinics .card .card-body p {
  color: #0F131F;
  text-align: center;
  font-family: Arial;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* line 106, app/assets/stylesheets/css/pages/modals.scss */
.order-review-modal .modal-title {
  font-size: 2.0rem !important;
}

/* line 109, app/assets/stylesheets/css/pages/modals.scss */
.order-review-modal .modal-body {
  margin: 0 1.5rem !important;
  padding: 1.5rem !important;
}

/* line 117, app/assets/stylesheets/css/pages/modals.scss */
.order-review-modal .modal-body #stepContent .step-1 .order-summary {
  text-align: left !important;
  padding: 1rem !important;
  background: #EBE3B0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

/* line 123, app/assets/stylesheets/css/pages/modals.scss */
.order-review-modal .modal-body #stepContent .step-1 .order-summary strong {
  color: #1E1E1E;
  font-family: Arial;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* line 132, app/assets/stylesheets/css/pages/modals.scss */
.order-review-modal .modal-body #stepContent .step-1 .order-summary span {
  color: #1E1E1E;
  font-family: Arial;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* line 143, app/assets/stylesheets/css/pages/modals.scss */
.order-review-modal .modal-body #stepContent .step-2 {
  text-align: left !important;
}

/* line 148, app/assets/stylesheets/css/pages/modals.scss */
.order-review-modal .modal-body #stepContent .step-2 .card-input-container .input-container {
  text-align: left !important;
  position: relative;
  display: inline-block;
  width: 100%;
  background: #EBE3B0;
}

/* line 155, app/assets/stylesheets/css/pages/modals.scss */
.order-review-modal .modal-body #stepContent .step-2 .card-input-container .input-container .form-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #EBE3B0;
  box-sizing: border-box;
  margin-bottom: 5px;
}

/* line 163, app/assets/stylesheets/css/pages/modals.scss */
.order-review-modal .modal-body #stepContent .step-2 .card-input-container .input-container .form-header strong {
  color: #1E1E1E;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* line 172, app/assets/stylesheets/css/pages/modals.scss */
.order-review-modal .modal-body #stepContent .step-2 .card-input-container .input-container .form-header .edit-icon {
  cursor: pointer;
  color: #6c757d;
}

/* line 178, app/assets/stylesheets/css/pages/modals.scss */
.order-review-modal .modal-body #stepContent .step-2 .card-input-container .input-container .form-control {
  text-align: left !important;
  width: 100%;
  padding: 10px;
  background: #EBE3B0;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  resize: none;
  color: #1E1E1E;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* line 197, app/assets/stylesheets/css/pages/modals.scss */
.order-review-modal .modal-body #stepContent .step-2 .input-container {
  text-align: left !important;
  position: relative;
  display: inline-block;
  width: 100%;
  background: #EBE3B0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 10px;
}

/* line 206, app/assets/stylesheets/css/pages/modals.scss */
.order-review-modal .modal-body #stepContent .step-2 .form-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #EBE3B0;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 5px;
}

/* line 215, app/assets/stylesheets/css/pages/modals.scss */
.order-review-modal .modal-body #stepContent .step-2 .form-header strong {
  color: #1E1E1E;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* line 224, app/assets/stylesheets/css/pages/modals.scss */
.order-review-modal .modal-body #stepContent .step-2 .edit-icon {
  cursor: pointer;
  color: #6c757d;
}

/* line 228, app/assets/stylesheets/css/pages/modals.scss */
.order-review-modal .modal-body #stepContent .step-2 textarea {
  text-align: left !important;
  width: 100%;
  padding: 10px;
  background: #EBE3B0;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  resize: none;
  color: #1E1E1E;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* line 246, app/assets/stylesheets/css/pages/modals.scss */
.order-review-modal .modal-body #stepContent .step-3 {
  text-align: left !important;
}

/* line 248, app/assets/stylesheets/css/pages/modals.scss */
.order-review-modal .modal-body #stepContent .step-3 .summary-box {
  padding: 1rem !important;
  background: #EBE3B0;
  background-color: #EBE3B0;
}

/* line 253, app/assets/stylesheets/css/pages/modals.scss */
.order-review-modal .modal-body #stepContent .step-3 .summary-box strong {
  color: #1E1E1E;
  font-family: Arial;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* line 262, app/assets/stylesheets/css/pages/modals.scss */
.order-review-modal .modal-body #stepContent .step-3 .summary-box span {
  color: #1E1E1E;
  font-family: Arial;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* line 272, app/assets/stylesheets/css/pages/modals.scss */
.order-review-modal .modal-body #stepContent .step-3 p {
  margin: 0;
  color: #1E1E1E;
  font-family: Arial;
  font-size: 13.6px;
  font-style: normal;
  line-height: normal;
}

/* line 281, app/assets/stylesheets/css/pages/modals.scss */
.order-review-modal .modal-body #stepContent .step-3 .product-list {
  width: 100%;
}

/* line 285, app/assets/stylesheets/css/pages/modals.scss */
.order-review-modal .modal-body #stepContent .step-3 .product-list > div {
  width: 100%;
}

/* line 289, app/assets/stylesheets/css/pages/modals.scss */
.order-review-modal .modal-body #stepContent .step-3 .product-list strong,
.order-review-modal .modal-body #stepContent .step-3 .product-list span {
  width: 50%;
}

/* line 296, app/assets/stylesheets/css/pages/modals.scss */
.order-review-modal .modal-body #stepContent .step-4 p {
  color: #1E1E1E;
  text-align: justify;
  font-family: Arial;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* line 310, app/assets/stylesheets/css/pages/modals.scss */
.order-review-modal .circle {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
}

/* line 317, app/assets/stylesheets/css/pages/modals.scss */
.order-review-modal .active-step {
  background-color: black;
}

/* line 320, app/assets/stylesheets/css/pages/modals.scss */
.order-review-modal .inactive-step {
  background-color: grey;
}

/* line 323, app/assets/stylesheets/css/pages/modals.scss */
.order-review-modal .modal-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: none;
}

/* line 330, app/assets/stylesheets/css/pages/modals.scss */
.order-review-modal .back-btn {
  background-color: transparent;
  border: none;
  font-size: 16px;
}

/* line 335, app/assets/stylesheets/css/pages/modals.scss */
.order-review-modal .modal-title {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
  font-size: 1.25rem;
}

/* line 344, app/assets/stylesheets/css/pages/modals.scss */
.order-review-modal .modal-footer {
  display: flex;
  justify-content: center;
}

/* line 348, app/assets/stylesheets/css/pages/modals.scss */
.order-review-modal .next-btn-wrapper {
  text-align: right;
  margin-top: 20px;
}

/* line 357, app/assets/stylesheets/css/pages/modals.scss */
#paymentJourneyModal .modal-title {
  font-size: 2.0rem !important;
}

/* line 360, app/assets/stylesheets/css/pages/modals.scss */
#paymentJourneyModal .modal-body {
  margin: 0 1.5rem !important;
  padding: 1.5rem !important;
}

/* line 368, app/assets/stylesheets/css/pages/modals.scss */
#paymentJourneyModal .modal-body #stepContent .step-1 .payment-info {
  text-align: center !important;
}

/* line 371, app/assets/stylesheets/css/pages/modals.scss */
#paymentJourneyModal .modal-body #stepContent .step-1 .payment-info strong {
  color: #1E1E1E;
  font-family: Arial;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* line 380, app/assets/stylesheets/css/pages/modals.scss */
#paymentJourneyModal .modal-body #stepContent .step-1 .payment-info p {
  color: #1E1E1E;
  font-family: Arial;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* line 389, app/assets/stylesheets/css/pages/modals.scss */
#paymentJourneyModal .modal-body #stepContent .step-1 .help-link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3.5rem;
}

/* line 394, app/assets/stylesheets/css/pages/modals.scss */
#paymentJourneyModal .modal-body #stepContent .step-1 .help-link span {
  color: #EBD23A;
  font-family: Arial;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* line 403, app/assets/stylesheets/css/pages/modals.scss */
#paymentJourneyModal .modal-body #stepContent .step-1 .help-link .help-icon {
  background: #D9D9D9;
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 414, app/assets/stylesheets/css/pages/modals.scss */
#paymentJourneyModal .modal-body #stepContent .step-2 {
  text-align: left !important;
}

/* line 417, app/assets/stylesheets/css/pages/modals.scss */
#paymentJourneyModal .modal-body #stepContent .step-2 .inputs-container {
  background: #EBE3B0;
  padding: 20px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

/* line 422, app/assets/stylesheets/css/pages/modals.scss */
#paymentJourneyModal .modal-body #stepContent .step-2 .inputs-container .bottom-border-white {
  border-bottom: 1px solid #fff;
}

/* line 428, app/assets/stylesheets/css/pages/modals.scss */
#paymentJourneyModal .modal-body #stepContent .step-2 .inputs-container .card-input-container .input-container {
  text-align: left !important;
  position: relative;
  display: inline-block;
  width: 100%;
  background: #EBE3B0;
}

/* line 435, app/assets/stylesheets/css/pages/modals.scss */
#paymentJourneyModal .modal-body #stepContent .step-2 .inputs-container .card-input-container .input-container .form-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #EBE3B0;
  box-sizing: border-box;
  margin-bottom: 5px;
}

/* line 443, app/assets/stylesheets/css/pages/modals.scss */
#paymentJourneyModal .modal-body #stepContent .step-2 .inputs-container .card-input-container .input-container .form-header strong {
  color: #1E1E1E;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* line 452, app/assets/stylesheets/css/pages/modals.scss */
#paymentJourneyModal .modal-body #stepContent .step-2 .inputs-container .card-input-container .input-container .form-header .edit-icon {
  cursor: pointer;
  color: #6c757d;
}

/* line 458, app/assets/stylesheets/css/pages/modals.scss */
#paymentJourneyModal .modal-body #stepContent .step-2 .inputs-container .card-input-container .input-container .form-control {
  text-align: left !important;
  width: 100%;
  padding: 10px;
  background: #EBE3B0;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  resize: none;
  color: #1E1E1E;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* line 481, app/assets/stylesheets/css/pages/modals.scss */
#paymentJourneyModal .modal-body #stepContent .step-3 strong {
  text-align: center !important;
  color: #1E1E1E;
  font-family: Arial;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* line 491, app/assets/stylesheets/css/pages/modals.scss */
#paymentJourneyModal .modal-body #stepContent .step-3 .exemption-reason-list {
  overflow-y: scroll;
}

/* line 494, app/assets/stylesheets/css/pages/modals.scss */
#paymentJourneyModal .modal-body #stepContent .step-3 .exemption-reason-list .form-check {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 501, app/assets/stylesheets/css/pages/modals.scss */
#paymentJourneyModal .modal-body #stepContent .step-3 .exemption-reason-list .form-check .form-check-label {
  color: #1E1E1E;
  font-family: Arial;
  font-size: 13.5px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* line 510, app/assets/stylesheets/css/pages/modals.scss */
#paymentJourneyModal .modal-body #stepContent .step-3 .exemption-reason-list .form-check .form-check-input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* line 518, app/assets/stylesheets/css/pages/modals.scss */
#paymentJourneyModal .modal-body #stepContent .step-3 .exemption-reason-list .form-check .form-check-input + .form-check-label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #EBE3B0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

/* line 529, app/assets/stylesheets/css/pages/modals.scss */
#paymentJourneyModal .modal-body #stepContent .step-3 .exemption-reason-list .form-check .form-check-input:checked + .form-check-label::before {
  background-color: #EBE3B0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='14' viewBox='0 0 18 14' fill='none'%3E%3Cpath d='M17.5 1.41L5.5 13.41L0 7.91L1.41 6.5L5.5 10.58L16.09 0L17.5 1.41Z' fill='%230F131F'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

/* line 539, app/assets/stylesheets/css/pages/modals.scss */
#paymentJourneyModal .modal-body #stepContent .step-3 p {
  margin: 0;
  color: #1E1E1E;
  font-family: Arial;
  font-size: 13.6px;
  font-style: normal;
  line-height: normal;
}

/* line 551, app/assets/stylesheets/css/pages/modals.scss */
#paymentJourneyModal .circle {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
}

/* line 558, app/assets/stylesheets/css/pages/modals.scss */
#paymentJourneyModal .active-step {
  background-color: black;
}

/* line 561, app/assets/stylesheets/css/pages/modals.scss */
#paymentJourneyModal .inactive-step {
  background-color: grey;
}

/* line 564, app/assets/stylesheets/css/pages/modals.scss */
#paymentJourneyModal .modal-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: none;
}

/* line 571, app/assets/stylesheets/css/pages/modals.scss */
#paymentJourneyModal .back-btn {
  background-color: transparent;
  border: none;
  font-size: 16px;
}

/* line 576, app/assets/stylesheets/css/pages/modals.scss */
#paymentJourneyModal .modal-title {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
  font-size: 1.25rem;
}

/* line 585, app/assets/stylesheets/css/pages/modals.scss */
#paymentJourneyModal .modal-footer {
  display: flex;
  justify-content: center;
}

/* line 589, app/assets/stylesheets/css/pages/modals.scss */
#paymentJourneyModal .next-btn-wrapper {
  text-align: right;
  margin-top: 20px;
}

/* line 597, app/assets/stylesheets/css/pages/modals.scss */
#reviewOrderJourneyModal .modal-title {
  font-size: 2.0rem !important;
}

/* line 600, app/assets/stylesheets/css/pages/modals.scss */
#reviewOrderJourneyModal .modal-body {
  margin: 0 1.5rem !important;
  padding: 1.5rem !important;
}

/* line 605, app/assets/stylesheets/css/pages/modals.scss */
#reviewOrderJourneyModal .modal-body .order_step .order-info {
  text-align: center !important;
}

/* line 608, app/assets/stylesheets/css/pages/modals.scss */
#reviewOrderJourneyModal .modal-body .order_step .order-info strong {
  color: #1E1E1E;
  font-family: Arial;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* line 617, app/assets/stylesheets/css/pages/modals.scss */
#reviewOrderJourneyModal .modal-body .order_step .order-info p {
  color: #1E1E1E;
  font-family: Arial;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* line 629, app/assets/stylesheets/css/pages/modals.scss */
#reviewOrderJourneyModal .modal-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem 1.5rem;
}

/* line 635, app/assets/stylesheets/css/pages/modals.scss */
#reviewOrderJourneyModal .modal-footer .steps-indicator {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  width: 100%;
}

/* line 643, app/assets/stylesheets/css/pages/modals.scss */
#reviewOrderJourneyModal .modal-footer .steps-indicator .circle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #D9D9D9;
  transition: background-color 0.3s ease;
}

/* line 650, app/assets/stylesheets/css/pages/modals.scss */
#reviewOrderJourneyModal .modal-footer .steps-indicator .circle.active-step {
  background-color: #007bff;
}

/* line 656, app/assets/stylesheets/css/pages/modals.scss */
#reviewOrderJourneyModal .modal-footer .btn-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

/* line 663, app/assets/stylesheets/css/pages/modals.scss */
#reviewOrderJourneyModal .back-btn {
  background: none;
  border: none;
  padding: 0;
  margin-right: 1rem;
  cursor: pointer;
}

@media (max-width: 768px) {
  /* line 675, app/assets/stylesheets/css/pages/modals.scss */
  #addNewPaymentMethod .modal-body {
    padding-left: 10px !important;
    margin-left: 0px !important;
    padding-right: 10px !important;
    margin-right: 0px !important;
  }
}
/* line 1, app/assets/stylesheets/css/pages/monthly_report_form.scss */
.monthly-report-form {
  /* Shake animation for validation errors */
}

/* line 3, app/assets/stylesheets/css/pages/monthly_report_form.scss */
.monthly-report-form .form-control.highlight-error, .monthly-report-form .form-select.highlight-error {
  border-color: #dc3545 !important;
  background-color: rgba(220, 53, 69, 0.05);
  animation: shake 0.8s ease;
}

/* line 11, app/assets/stylesheets/css/pages/monthly_report_form.scss */
.monthly-report-form .card.highlight-error, .monthly-report-form .custom-card.highlight-error {
  border: 2px solid #dc3545 !important;
  border-radius: 0 !important;
  background-color: rgba(220, 53, 69, 0.02);
}

/* line 18, app/assets/stylesheets/css/pages/monthly_report_form.scss */
.monthly-report-form .custom-card {
  overflow: visible;
  /* overrides hidden */
}

@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-5px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(5px);
  }
}
/* line 4, app/assets/stylesheets/css/pages/my_prescriptions.scss */
.my-prescriptions-wrapper #tableWrapper {
  height: 555px !important;
}

/* line 9, app/assets/stylesheets/css/pages/my_prescriptions.scss */
.my-prescriptions-wrapper .custom-header p {
  color: rgba(255, 255, 255, 0.9);
  font-family: Arial;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* line 22, app/assets/stylesheets/css/pages/my_prescriptions.scss */
.my-prescriptions-wrapper table thead th {
  color: #1E1E1E !important;
  font-family: Arial !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: normal !important;
}

/* line 32, app/assets/stylesheets/css/pages/my_prescriptions.scss */
.my-prescriptions-wrapper table tbody td {
  color: #1E1E1E !important;
  font-family: Arial !important;
  font-style: normal !important;
  font-size: 13.6px !important;
  font-weight: 400 !important;
  line-height: normal !important;
}

/* line 41, app/assets/stylesheets/css/pages/my_prescriptions.scss */
.my-prescriptions-wrapper table tbody tr:hover {
  background-color: #EBE3B0 !important;
}
/* line 2, app/assets/stylesheets/css/pages/my_profile.scss */
.my-profile-wrapper .order-tracker-header::after {
  content: none;
}

/* line 6, app/assets/stylesheets/css/pages/my_profile.scss */
.my-profile-wrapper .order-tracker-header::after {
  position: absolute !important;
  right: 20px !important;
  top: 22px !important;
}

/* line 15, app/assets/stylesheets/css/pages/my_profile.scss */
.my-profile-wrapper .card .custom-header .initials-wrapper .circle {
  width: 60px;
  height: 60px;
  border-radius: 50% !important;
  background-color: #EBD23A;
  color: #1E1E1E;
  font-family: Arial;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: normal;
}

/* line 29, app/assets/stylesheets/css/pages/my_profile.scss */
.my-profile-wrapper .card .custom-header .name-title {
  color: #FFF;
  font-style: normal;
  font-weight: 700;
  font-family: Arial;
  line-height: normal;
}

/* line 37, app/assets/stylesheets/css/pages/my_profile.scss */
.my-profile-wrapper .card .custom-header p {
  color: #FFF;
  font-family: Arial;
  font-size: 11.6px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* line 49, app/assets/stylesheets/css/pages/my_profile.scss */
.my-profile-wrapper .card .card-body .info-details strong, .my-profile-wrapper .card .card-body .info-header strong {
  color: #1E1E1E;
  font-family: Arial;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* line 58, app/assets/stylesheets/css/pages/my_profile.scss */
.my-profile-wrapper .card .card-body .info-details span, .my-profile-wrapper .card .card-body .info-details address, .my-profile-wrapper .card .card-body .info-header span, .my-profile-wrapper .card .card-body .info-header address {
  color: #1E1E1E;
  font-family: Arial;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* line 69, app/assets/stylesheets/css/pages/my_profile.scss */
.my-profile-wrapper .card .id-verification {
  border-top: 1px solid rgba(15, 19, 31, 0.3);
}

/* line 72, app/assets/stylesheets/css/pages/my_profile.scss */
.my-profile-wrapper .card .id-verification .success-msg {
  color: #1E1E1E;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* line 83, app/assets/stylesheets/css/pages/my_profile.scss */
.my-profile-wrapper .card .address-wrapper strong {
  color: #1E1E1E;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 1rem;
}

/* line 92, app/assets/stylesheets/css/pages/my_profile.scss */
.my-profile-wrapper .card .address-wrapper address, .my-profile-wrapper .card .address-wrapper p {
  color: #1E1E1E;
  font-family: Arial;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* line 100, app/assets/stylesheets/css/pages/my_profile.scss */
.my-profile-wrapper .card .address-wrapper span {
  color: #EBD23A;
  font-family: Arial;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* line 111, app/assets/stylesheets/css/pages/my_profile.scss */
.my-profile-wrapper .card-map {
  position: relative;
  overflow: hidden;
  min-height: 200px;
}

/* line 117, app/assets/stylesheets/css/pages/my_profile.scss */
.my-profile-wrapper .map-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
/* line 1, app/assets/stylesheets/css/pages/near_miss_report.scss */
.near-miss-report-form {
  /* Shake animation for validation errors */
}

/* line 3, app/assets/stylesheets/css/pages/near_miss_report.scss */
.near-miss-report-form .form-control.highlight-error, .near-miss-report-form .form-select.highlight-error {
  border-color: #dc3545 !important;
  background-color: rgba(220, 53, 69, 0.05);
  animation: shake 0.8s ease;
}

/* line 11, app/assets/stylesheets/css/pages/near_miss_report.scss */
.near-miss-report-form .card.highlight-error, .near-miss-report-form .custom-card.highlight-error {
  border: 2px solid #dc3545 !important;
  border-radius: 0 !important;
  background-color: rgba(220, 53, 69, 0.02);
}

/* line 18, app/assets/stylesheets/css/pages/near_miss_report.scss */
.near-miss-report-form .custom-card {
  overflow: visible;
  /* overrides hidden */
}

/* line 23, app/assets/stylesheets/css/pages/near_miss_report.scss */
.near-miss-report-form .medication-fields.highlight-error {
  padding: 0.5rem;
  border-radius: 0.375rem;
  border: 2px solid #dc3545;
  background-color: rgba(220, 53, 69, 0.05);
}

/* line 31, app/assets/stylesheets/css/pages/near_miss_report.scss */
.near-miss-report-form .error-message {
  color: #dc3545;
  font-size: 0.875rem;
  margin-top: 0.25rem;
  display: none;
}

/* line 37, app/assets/stylesheets/css/pages/near_miss_report.scss */
.near-miss-report-form .error-message.show {
  display: block;
}

@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-5px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(5px);
  }
}

/* Fixed-height scroll containers for Tally lists */
/* line 51, app/assets/stylesheets/css/pages/near_miss_report.scss */
.nm-fixed-scroll {
  max-height: 320px;
  overflow-y: auto;
}
/* line 1, app/assets/stylesheets/css/pages/onboarding_form.scss */
.onboarding-form-container {
  margin: 2rem auto;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  /* Shake animation for validation errors */
}

/* line 5, app/assets/stylesheets/css/pages/onboarding_form.scss */
.onboarding-form-container .section-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-weight: bold;
}

/* line 14, app/assets/stylesheets/css/pages/onboarding_form.scss */
.onboarding-form-container .section-card {
  transition: all 0.3s ease;
}

/* line 18, app/assets/stylesheets/css/pages/onboarding_form.scss */
.onboarding-form-container .section-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1) !important;
}

/* line 23, app/assets/stylesheets/css/pages/onboarding_form.scss */
.onboarding-form-container .card-body {
  padding: 1.5rem;
}

/* line 27, app/assets/stylesheets/css/pages/onboarding_form.scss */
.onboarding-form-container .form-group {
  height: 100%;
  position: relative;
}

/* line 33, app/assets/stylesheets/css/pages/onboarding_form.scss */
.onboarding-form-container .other-input .form-control {
  height: 38px;
  padding: 0.375rem 0.75rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.53;
  background-clip: padding-box;
  border: 1px solid #d9dee3;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* line 44, app/assets/stylesheets/css/pages/onboarding_form.scss */
.onboarding-form-container .other-input .form-control:focus {
  color: #697a8d;
  background-color: #fff;
  border-color: #696cff;
  outline: 0;
  box-shadow: 0 0 0.25rem 0.05rem rgba(105, 108, 255, 0.1);
}

/* line 54, app/assets/stylesheets/css/pages/onboarding_form.scss */
.onboarding-form-container .form-check-label {
  white-space: normal;
  word-wrap: break-word;
}

/* line 59, app/assets/stylesheets/css/pages/onboarding_form.scss */
.onboarding-form-container .form-label {
  margin-bottom: 0.5rem;
  font-weight: 500;
  text-transform: none;
}

/* line 65, app/assets/stylesheets/css/pages/onboarding_form.scss */
.onboarding-form-container .options-list {
  padding: 10px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

/* line 70, app/assets/stylesheets/css/pages/onboarding_form.scss */
.onboarding-form-container .options-list .form-check {
  margin-bottom: 0.75rem;
}

/* line 73, app/assets/stylesheets/css/pages/onboarding_form.scss */
.onboarding-form-container .options-list .form-check:last-child {
  margin-bottom: 0;
}

/* line 79, app/assets/stylesheets/css/pages/onboarding_form.scss */
.onboarding-form-container .signature-line {
  border-bottom: 1px solid #000;
  width: 250px;
  height: 3rem;
  display: flex;
  align-items: center;
  position: relative;
  /* For error indicator positioning */
  transition: all 0.3s ease;
}

/* line 88, app/assets/stylesheets/css/pages/onboarding_form.scss */
.onboarding-form-container .signature-line.is-invalid {
  border-bottom: 2px solid #dc3545 !important;
}

/* line 92, app/assets/stylesheets/css/pages/onboarding_form.scss */
.onboarding-form-container .signature-line input {
  border: none;
  background: transparent;
  width: 250px;
  height: 100%;
  outline: none;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: bold;
}

/* line 102, app/assets/stylesheets/css/pages/onboarding_form.scss */
.signature-line.is-invalid .onboarding-form-container .signature-line input {
  color: #dc3545;
}

/* line 107, app/assets/stylesheets/css/pages/onboarding_form.scss */
.onboarding-form-container .signature-line.shake {
  animation: shake 0.8s ease;
}

/* line 112, app/assets/stylesheets/css/pages/onboarding_form.scss */
.onboarding-form-container .signature-pad-wrapper {
  border: 2px solid #dee2e6;
  border-radius: 0.375rem;
  padding: 1rem;
  background-color: #ffffff;
  margin-top: 0.5rem;
}

/* line 120, app/assets/stylesheets/css/pages/onboarding_form.scss */
.onboarding-form-container .signature-canvas {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  cursor: crosshair;
  display: block;
  background-color: #ffffff;
  width: 100%;
  height: 200px;
}

/* line 130, app/assets/stylesheets/css/pages/onboarding_form.scss */
.onboarding-form-container .signature-controls {
  display: flex;
  gap: 0.5rem;
  justify-content: flex-start;
}

/* line 136, app/assets/stylesheets/css/pages/onboarding_form.scss */
.onboarding-form-container .shake-animation {
  animation: shake 0.8s ease;
}

/* line 140, app/assets/stylesheets/css/pages/onboarding_form.scss */
.onboarding-form-container .has-error .options-list {
  border: 2px solid #dc3545;
  background-color: rgba(220, 53, 69, 0.05);
}

/* line 145, app/assets/stylesheets/css/pages/onboarding_form.scss */
.onboarding-form-container .progress-bar, .onboarding-form-container .section-number {
  background-color: #ead138 !important;
}

@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-5px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(5px);
  }
}
/* line 1, app/assets/stylesheets/css/pages/order_tracker_offcanvas.scss */
.offcanvas.offcanvas-end {
  --bs-offcanvas-width: 500px;
}

/* line 6, app/assets/stylesheets/css/pages/order_tracker_offcanvas.scss */
.address-wrapper strong {
  color: #0F131F;
  font-family: Arial, sans-serif;
  font-style: normal;
  line-height: normal;
}

/* line 15, app/assets/stylesheets/css/pages/order_tracker_offcanvas.scss */
.offcanvas-header .btn-close {
  background-color: #eeeff1;
  padding: 0.5rem 0.5rem !important;
  margin: 0 0 0 auto !important;
  z-index: 1;
  transition: all 0.2s ease-in-out;
}

/* line 22, app/assets/stylesheets/css/pages/order_tracker_offcanvas.scss */
.offcanvas-header .btn-close:hover {
  transform: scale(1.2);
  opacity: 1;
}
.authentication-wrapper {
  display: flex;
  flex-basis: 100%;
  min-height: 100vh;
  width: 100%;
}
.authentication-wrapper .authentication-inner {
  width: 100%;
}
.authentication-wrapper.authentication-basic {
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.authentication-wrapper.authentication-cover {
  align-items: flex-start;
}
.authentication-wrapper.authentication-cover .authentication-inner {
  height: 100vh;
}
.authentication-wrapper.authentication-basic .authentication-inner {
  max-width: 25rem;
  position: relative;
}
.authentication-wrapper.authentication-basic .authentication-inner:before {
  width: 21rem;
  height: 21rem;
  content: " ";
  position: fixed;
  top: -100px;
  /* background: url(/../../../img/pages/auth-top-left.png); */
  background-size: contain;
}
html:not([dir=rtl]) .authentication-wrapper.authentication-basic .authentication-inner:before {
  left: -100px;
}
[dir=rtl] .authentication-wrapper.authentication-basic .authentication-inner:before {
  right: -100px;
  transform: rotate(90deg);
}
.authentication-wrapper.authentication-basic .authentication-inner:after {
  width: 7rem;
  height: 14.125rem;
  content: " ";
  position: fixed;
  bottom: 0;
  /* background-image: url(/../../../img/pages/auth-right-bottom.png); */
  background-size: contain;
}
html:not([dir=rtl]) .authentication-wrapper.authentication-basic .authentication-inner:after {
  right: 0;
}
[dir=rtl] .authentication-wrapper.authentication-basic .authentication-inner:after {
  left: 0;
  transform: rotate(180deg);
}
.authentication-wrapper.authentication-basic .authentication-inner .card {
  z-index: 1;
}
.authentication-wrapper.authentication-basic .authentication-inner .card .app-brand {
  margin-bottom: 2.5rem;
}
.authentication-wrapper .auth-input-wrapper .auth-input {
  max-width: 50px;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  font-size: 150%;
}

.authentication-cover-img {
  margin-bottom: 1rem;
}

@media (max-width: 575.98px) {
  .authentication-wrapper .auth-input-wrapper .auth-input {
    font-size: 1.125rem;
  }
}
#twoStepsForm .fv-plugins-bootstrap5-row-invalid .form-control {
  border-color: #ff5b5c;
}

.light-style .authentication-wrapper .authentication-bg {
  background-color: #fff;
}

.dark-style .authentication-wrapper .authentication-bg {
  background-color: #283144;
}

@media (min-height: 737px) {
  .authentication-cover-img {
    margin-bottom: 3rem;
  }
}
/* line 2, app/assets/stylesheets/css/pages/partner_dashboard.scss */
#partnerDashboardWrapper .custom-header {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* line 5, app/assets/stylesheets/css/pages/partner_dashboard.scss */
#partnerDashboardWrapper .custom-header h6 {
  margin: 0;
}

/* line 8, app/assets/stylesheets/css/pages/partner_dashboard.scss */
#partnerDashboardWrapper .custom-header span {
  color: #FFF;
  font-family: Arial;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* line 18, app/assets/stylesheets/css/pages/partner_dashboard.scss */
#partnerDashboardWrapper .navigation-card {
  border-bottom: 1px solid rgba(15, 19, 31, 0.3);
}

/* line 24, app/assets/stylesheets/css/pages/partner_dashboard.scss */
#partnerDashboardWrapper .navigation-card-content h6 {
  color: #0F131F;
  font-family: Arial;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* line 32, app/assets/stylesheets/css/pages/partner_dashboard.scss */
#partnerDashboardWrapper .navigation-card-content span {
  color: #0F131F;
  font-family: Arial;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* line 42, app/assets/stylesheets/css/pages/partner_dashboard.scss */
#partnerDashboardWrapper .disabled-link {
  cursor: not-allowed;
  pointer-events: none;
}

/* line 47, app/assets/stylesheets/css/pages/partner_dashboard.scss */
#partnerDashboardWrapper .opacity-50 {
  opacity: 0.5;
}
/* line 2, app/assets/stylesheets/css/pages/partner_patients.scss */
#partnerPatientsListWrapper .card-body {
  max-height: 450px !important;
  min-height: 450px !important;
  overflow-y: auto !important;
}

/* line 9, app/assets/stylesheets/css/pages/partner_patients.scss */
#partnerPatientsListWrapper #partnerPatientsList tr {
  font-family: Arial !important;
  font-size: 13.5px !important;
  font-style: normal !important;
  line-height: normal !important;
}

/* line 15, app/assets/stylesheets/css/pages/partner_patients.scss */
#partnerPatientsListWrapper #partnerPatientsList tr th {
  font-weight: 700 !important;
  color: #1E1E1E !important;
}

/* line 20, app/assets/stylesheets/css/pages/partner_patients.scss */
#partnerPatientsListWrapper #partnerPatientsList tr td {
  font-weight: 400 !important;
  color: #1E1E1E;
}

/* line 29, app/assets/stylesheets/css/pages/partner_patients.scss */
#partnerPatientWrapper .card-body {
  max-height: 600px !important;
  min-height: 450px !important;
  overflow-y: auto !important;
}

/* line 35, app/assets/stylesheets/css/pages/partner_patients.scss */
#partnerPatientWrapper #partnerPatientTab {
  border-bottom: 1px solid rgba(15, 19, 31, 0.3) !important;
}

/* line 37, app/assets/stylesheets/css/pages/partner_patients.scss */
#partnerPatientWrapper #partnerPatientTab .nav-link {
  border-radius: 0 !important;
}

/* line 40, app/assets/stylesheets/css/pages/partner_patients.scss */
#partnerPatientWrapper #partnerPatientTab .nav-link.active {
  color: #1E1E1E !important;
  font-family: Arial !important;
  background-color: #EBE3B0 !important;
  border: 1px solid rgba(15, 19, 31, 0.3) !important;
}

/* line 50, app/assets/stylesheets/css/pages/partner_patients.scss */
#partnerPatientWrapper #partnerPatientTabContent .card-body label, #partnerPatientWrapper #partnerPatientTabContent .card-body span, #partnerPatientWrapper #partnerPatientTabContent .card-body strong, #partnerPatientWrapper #partnerPatientTabContent .card-body td, #partnerPatientWrapper #partnerPatientTabContent .card-body th {
  color: #0F131F;
  font-family: Arial;
  font-style: normal;
  line-height: normal;
}

/* line 57, app/assets/stylesheets/css/pages/partner_patients.scss */
#partnerPatientWrapper #partnerPatientTabContent .card-body th, #partnerPatientWrapper #partnerPatientTabContent .card-body td {
  font-size: 13.5px;
}
/* line 2, app/assets/stylesheets/css/pages/partner_prescribers.scss */
#newPrescriberWrapper .prescriber-info-container {
  display: flex;
  justify-content: space-between;
  color: #1E1E1E;
}

/* line 7, app/assets/stylesheets/css/pages/partner_prescribers.scss */
#newPrescriberWrapper .prescriber-info-container .labels label {
  width: 200px;
  text-align: left;
  margin-right: 20px;
}

/* line 13, app/assets/stylesheets/css/pages/partner_prescribers.scss */
#newPrescriberWrapper .prescriber-info-container .values span {
  text-align: left;
  display: block;
}

/* line 18, app/assets/stylesheets/css/pages/partner_prescribers.scss */
#newPrescriberWrapper .prescriber-info-container label {
  font-weight: 700;
  font-size: 13.5px;
  margin-bottom: 1.5rem;
}

/* line 23, app/assets/stylesheets/css/pages/partner_prescribers.scss */
#newPrescriberWrapper .prescriber-info-container span {
  font-weight: 400;
  font-size: 13.5px;
  margin-bottom: 1.5rem;
}

/* line 28, app/assets/stylesheets/css/pages/partner_prescribers.scss */
#newPrescriberWrapper .prescriber-info-container .view-action {
  color: white;
  font-family: Arial;
  font-style: normal;
  line-height: normal;
  text-decoration: underline;
  font-size: 14px;
}

/* line 37, app/assets/stylesheets/css/pages/partner_prescribers.scss */
#newPrescriberWrapper .prescriber-info-container .cancel-action {
  color: #EBD23A;
  font-family: Arial;
  font-style: normal;
  line-height: normal;
  font-size: 14px;
}
/* line 2, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTab {
  border-bottom: 1px solid rgba(15, 19, 31, 0.3) !important;
}

/* line 5, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTab .nav-link {
  border-radius: 0 !important;
}

/* line 8, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTab .nav-link.active {
  color: #1E1E1E !important;
  font-family: Arial !important;
  background-color: #EBE3B0 !important;
  border: 1px solid rgba(15, 19, 31, 0.3) !important;
}

/* line 18, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent .card-body label, #partnerPrescriptionsWrapper #partnerPrescriptionsTabContent .card-body strong {
  color: #0F131F;
  font-family: Arial;
  font-style: normal;
  line-height: normal;
}

/* line 25, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent .card-body .search-action {
  text-decoration: underline !important;
  font-family: Arial;
  font-size: 13.5px !important;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* line 34, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent .card-body .input-group {
  margin-right: 15px;
}

/* line 38, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent .card-body .input-group input {
  width: 100%;
  border-radius: 0;
}

/* line 43, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent .card-body .input-group input::-moz-placeholder {
  font-family: Arial;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent .card-body .input-group input::placeholder {
  font-family: Arial;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* line 50, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent .card-body .input-group .form-control {
  padding-left: 2.5rem;
}

/* line 54, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent .card-body .input-group .input-group-text {
  background: none;
  border: none;
  padding-right: 0;
  color: #1E1E1E;
  font-family: Arial;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 0 !important;
}

/* line 66, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent .card-body .input-group .fa-search {
  position: absolute;
  left: 10px;
  top: 60%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #0F131F;
  z-index: 1000;
}

/* line 80, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent #selectPatientWrapper .card-body .input-group,
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent #selectPatientWrapper .card-body .prescription-number-field {
  width: 70%;
}

/* line 85, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent #selectPatientWrapper .card-body .input-group .tom-single-select,
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent #selectPatientWrapper .card-body .prescription-number-field .form-control {
  width: 100%;
  border-radius: 0;
}

/* line 93, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent #selectPatientWrapper .card-body .search-action {
  text-decoration: underline !important;
  font-family: Arial;
  font-size: 13.5px !important;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #0F131F;
}

/* line 103, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent #selectPatientWrapper .card-body .form-control {
  border-color: #0F131F;
}

/* line 107, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent #selectPatientWrapper .card-body .form-control::-moz-placeholder {
  font-family: Arial;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent #selectPatientWrapper .card-body .form-control::placeholder {
  font-family: Arial;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* line 114, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent #selectPatientWrapper .card-body .input-group {
  margin-right: 15px;
}

/* line 120, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent #selectPatientWrapper .card-body .input-group .ts-wrapper .ts-control {
  border-radius: 0 !important;
  border-color: #0F131F;
}

/* line 124, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent #selectPatientWrapper .card-body .input-group .ts-wrapper .ts-control #prescription_patient_id-ts-control::-moz-placeholder {
  font-family: Arial;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent #selectPatientWrapper .card-body .input-group .ts-wrapper .ts-control #prescription_patient_id-ts-control::placeholder {
  font-family: Arial;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* line 134, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent #selectPatientWrapper .card-body .input-group .ts-wrapper .ts-dropdown .ts-dropdown-content .option.active {
  background-color: #EBE3B0 !important;
  color: #0F131F !important;
}

/* line 142, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent #selectPatientWrapper .card-body .input-group input, #partnerPrescriptionsWrapper #partnerPrescriptionsTabContent #selectPatientWrapper .card-body .input-group .tom-single-select {
  width: 100%;
  border-radius: 0;
}

/* line 147, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent #selectPatientWrapper .card-body .input-group input::-moz-placeholder, #partnerPrescriptionsWrapper #partnerPrescriptionsTabContent #selectPatientWrapper .card-body .input-group .tom-single-select::-moz-placeholder {
  font-family: Arial;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent #selectPatientWrapper .card-body .input-group input::placeholder, #partnerPrescriptionsWrapper #partnerPrescriptionsTabContent #selectPatientWrapper .card-body .input-group .tom-single-select::placeholder {
  font-family: Arial;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* line 155, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent #selectPatientWrapper .card-body .input-group:focus-within {
  box-shadow: none !important;
}

/* line 159, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent #selectPatientWrapper .card-body .input-group .form-control {
  padding-left: 2.5rem;
}

/* line 163, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent #selectPatientWrapper .card-body .input-group .input-group-text {
  background: none;
  border: none;
  padding-right: 0;
  color: #1E1E1E;
  font-family: Arial;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 0 !important;
}

/* line 175, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent #selectPatientWrapper .card-body .input-group .fa-search {
  position: absolute;
  right: -80%;
  top: 60%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #0F131F;
  z-index: 1000;
}

/* line 189, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent #newPrescriptionsWrapper .card-body .search-action {
  color: #0FA958;
}

/* line 194, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent #newPrescriptionsWrapper .card-body td a.add-action {
  color: #0FA958 !important;
  text-decoration: underline !important;
  cursor: pointer !important;
}

/* line 205, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent #tasksTableWrapper .custom-header .white-text {
  font-size: 13.5px;
  font-weight: 700;
  color: white;
}

/* line 214, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent .form-check {
  cursor: pointer;
}

/* line 217, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent .form-check .form-check-input {
  height: 0;
  width: 0;
  border-radius: 0;
}

/* line 223, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent .form-check .form-check-input {
  content: "";
  height: 20px;
  width: 20px;
  background-color: #EBE3B0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

/* line 231, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent .form-check .form-check-input:checked {
  background-color: #EBE3B0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='14' viewBox='0 0 18 14' fill='none'%3E%3Cpath d='M17.5 1.41L5.5 13.41L0 7.91L1.41 6.5L5.5 10.58L16.09 0L17.5 1.41Z' fill='%230F131F'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

/* line 245, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent #sendPrescriptionsTableWrapper .card-body table tbody tr td .form-check, #partnerPrescriptionsWrapper #partnerPrescriptionsTabContent #printPrescriptionsTableWrapper .card-body table tbody tr td .form-check {
  cursor: pointer;
}

/* line 248, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent #sendPrescriptionsTableWrapper .card-body table tbody tr td .form-check .form-check-input, #partnerPrescriptionsWrapper #partnerPrescriptionsTabContent #printPrescriptionsTableWrapper .card-body table tbody tr td .form-check .form-check-input {
  height: 0;
  width: 0;
  border-radius: 0;
}

/* line 254, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent #sendPrescriptionsTableWrapper .card-body table tbody tr td .form-check .form-check-input, #partnerPrescriptionsWrapper #partnerPrescriptionsTabContent #printPrescriptionsTableWrapper .card-body table tbody tr td .form-check .form-check-input {
  content: "";
  height: 20px;
  width: 20px;
  background-color: #EBE3B0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

/* line 262, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent #sendPrescriptionsTableWrapper .card-body table tbody tr td .form-check .form-check-input:checked, #partnerPrescriptionsWrapper #partnerPrescriptionsTabContent #printPrescriptionsTableWrapper .card-body table tbody tr td .form-check .form-check-input:checked {
  background-color: #EBE3B0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='14' viewBox='0 0 18 14' fill='none'%3E%3Cpath d='M17.5 1.41L5.5 13.41L0 7.91L1.41 6.5L5.5 10.58L16.09 0L17.5 1.41Z' fill='%230F131F'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

/* line 279, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent select.tom-multi-select-auto-submit + .ts-wrapper {
  padding-top: 0px !important;
}

/* line 280, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent select.tom-multi-select-auto-submit + .ts-wrapper .ts-control {
  max-height: 40px !important;
  overflow-y: auto !important;
}

/* line 284, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent select.tom-multi-select-auto-submit + .ts-wrapper .ts-control .item {
  background-color: #EBD23A !important;
  color: black !important;
  border-color: #EBD23A !important;
}

/* line 295, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent .card-body {
  min-height: 450px !important;
  overflow-y: auto !important;
}

/* line 301, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent .card-body #userDropdown .dropdown-menu {
  z-index: 1000;
}

/* line 306, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent .card-body tr {
  font-family: Arial !important;
  font-size: 13.5px !important;
  font-style: normal !important;
  line-height: normal !important;
}

/* line 312, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent .card-body tr th {
  font-weight: 700 !important;
  color: #1E1E1E !important;
}

/* line 317, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent .card-body tr td {
  font-weight: 400 !important;
  color: #1E1E1E;
}

/* line 321, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent .card-body tr td .remove-medication-action {
  cursor: pointer !important;
  font-weight: 700 !important;
  font-size: 20px !important;
}

/* line 333, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#newPrescriptionsWrapper .medications-heading, #newPatientsWrapper .medications-heading {
  color: #1E1E1E !important;
  font-family: Arial !important;
  font-style: normal !important;
  line-height: normal !important;
}

/* line 340, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#newPrescriptionsWrapper .form-label, #newPrescriptionsWrapper .hw-combobox__label, #newPatientsWrapper .form-label, #newPatientsWrapper .hw-combobox__label {
  color: #1E1E1E !important;
  font-family: Arial !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: normal !important;
}

/* line 348, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#newPrescriptionsWrapper .form-control, #newPrescriptionsWrapper .form-select, #newPrescriptionsWrapper .hw-combobox__main__wrapper, #newPatientsWrapper .form-control, #newPatientsWrapper .form-select, #newPatientsWrapper .hw-combobox__main__wrapper {
  border-radius: 0 !important;
  border-color: #0F131F;
}

/* line 355, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#newPrescriptionsWrapper .ts-wrapper .ts-control, #newPatientsWrapper .ts-wrapper .ts-control {
  border-radius: 0 !important;
  border-color: #0F131F;
}

/* line 359, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#newPrescriptionsWrapper .ts-wrapper .ts-control #prescription_patient_id-ts-control::-moz-placeholder, #newPatientsWrapper .ts-wrapper .ts-control #prescription_patient_id-ts-control::-moz-placeholder {
  font-family: Arial;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#newPrescriptionsWrapper .ts-wrapper .ts-control #prescription_patient_id-ts-control::placeholder, #newPatientsWrapper .ts-wrapper .ts-control #prescription_patient_id-ts-control::placeholder {
  font-family: Arial;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* line 369, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#newPrescriptionsWrapper .ts-wrapper .ts-dropdown .ts-dropdown-content .option.active, #newPatientsWrapper .ts-wrapper .ts-dropdown .ts-dropdown-content .option.active {
  background-color: #EBE3B0 !important;
  color: #0F131F !important;
}

/* line 377, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#newPrescriptionsWrapper .tom-single-select, #newPatientsWrapper .tom-single-select {
  width: 100%;
  border-radius: 0;
}

/* line 382, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#newPrescriptionsWrapper .tom-single-select::-moz-placeholder, #newPatientsWrapper .tom-single-select::-moz-placeholder {
  font-family: Arial;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#newPrescriptionsWrapper .tom-single-select::placeholder, #newPatientsWrapper .tom-single-select::placeholder {
  font-family: Arial;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* line 389, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#newPrescriptionsWrapper .input-group .fa-search, #newPatientsWrapper .input-group .fa-search {
  position: absolute;
  right: -80%;
  top: 60%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #0F131F;
  z-index: 1000;
}

/* line 399, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#newPrescriptionsWrapper .input-group:focus-within, #newPatientsWrapper .input-group:focus-within {
  box-shadow: none !important;
}
/* line 1, app/assets/stylesheets/css/pages/partner_sign_in.scss */
.sign-in-container {
  position: relative;
  padding: 0 !important;
  min-height: 100vh;
  background-image: url(/assets/back-301f445dc9f308f6d913a5e66fa90a6785cfee9f6d3f7749f093206b50e8e542.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 10, app/assets/stylesheets/css/pages/partner_sign_in.scss */
.sign-in-container .bottom-image {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

/* line 17, app/assets/stylesheets/css/pages/partner_sign_in.scss */
.sign-in-container .bottom-image img {
  width: 100%;
  height: auto;
}

/* line 22, app/assets/stylesheets/css/pages/partner_sign_in.scss */
.sign-in-container .authentication-wrapper {
  position: relative;
  z-index: 1;
}

/* line 28, app/assets/stylesheets/css/pages/partner_sign_in.scss */
.sign-in-container .authentication-wrapper .authentication-inner .card {
  border-radius: 0 !important;
}

/* line 33, app/assets/stylesheets/css/pages/partner_sign_in.scss */
.sign-in-container .authentication-wrapper .authentication-inner .card .card-body .form-label, .sign-in-container .authentication-wrapper .authentication-inner .card .card-body .form-check-label, .sign-in-container .authentication-wrapper .authentication-inner .card .card-body p, .sign-in-container .authentication-wrapper .authentication-inner .card .card-body h4 {
  color: #1E1E1E;
  font-family: Arial;
  font-style: normal;
  line-height: normal;
}

/* line 40, app/assets/stylesheets/css/pages/partner_sign_in.scss */
.sign-in-container .authentication-wrapper .authentication-inner .card .card-body .form-check-label, .sign-in-container .authentication-wrapper .authentication-inner .card .card-body p {
  font-weight: 400;
}

/* line 43, app/assets/stylesheets/css/pages/partner_sign_in.scss */
.sign-in-container .authentication-wrapper .authentication-inner .card .card-body .form-label, .sign-in-container .authentication-wrapper .authentication-inner .card .card-body h4 {
  font-weight: 700;
}

/* line 46, app/assets/stylesheets/css/pages/partner_sign_in.scss */
.sign-in-container .authentication-wrapper .authentication-inner .card .card-body h4, .sign-in-container .authentication-wrapper .authentication-inner .card .card-body p {
  text-align: center;
}

/* line 50, app/assets/stylesheets/css/pages/partner_sign_in.scss */
.sign-in-container .authentication-wrapper .authentication-inner .card .card-body .form-control {
  border-radius: 0 !important;
  border: 1px solid #000 !important;
}

/* line 56, app/assets/stylesheets/css/pages/partner_sign_in.scss */
.sign-in-container .authentication-wrapper .authentication-inner .card .card-body .form-password-toggle .input-group {
  position: relative;
}

/* line 59, app/assets/stylesheets/css/pages/partner_sign_in.scss */
.sign-in-container .authentication-wrapper .authentication-inner .card .card-body .form-password-toggle .input-group .form-control {
  padding-right: 2.5rem;
}

/* line 63, app/assets/stylesheets/css/pages/partner_sign_in.scss */
.sign-in-container .authentication-wrapper .authentication-inner .card .card-body .form-password-toggle .input-group .hide-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0;
}

/* line 82, app/assets/stylesheets/css/pages/partner_sign_in.scss */
.invitation-container {
  position: relative;
  padding: 0 !important;
  min-height: 100vh;
  background-image: url(/assets/background-0c3f6d3f5260c29a73b503ec18f881af8d79988123534c27c709672b89c5b630.jpeg) !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 91, app/assets/stylesheets/css/pages/partner_sign_in.scss */
.invitation-container .bottom-image {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

/* line 98, app/assets/stylesheets/css/pages/partner_sign_in.scss */
.invitation-container .bottom-image img {
  width: 100%;
  height: auto;
}

/* line 103, app/assets/stylesheets/css/pages/partner_sign_in.scss */
.invitation-container .authentication-wrapper {
  position: relative;
  z-index: 1;
}

/* line 109, app/assets/stylesheets/css/pages/partner_sign_in.scss */
.invitation-container .authentication-wrapper .authentication-inner .card {
  border-radius: 0 !important;
}

/* line 114, app/assets/stylesheets/css/pages/partner_sign_in.scss */
.invitation-container .authentication-wrapper .authentication-inner .card .card-body .form-label, .invitation-container .authentication-wrapper .authentication-inner .card .card-body .form-check-label, .invitation-container .authentication-wrapper .authentication-inner .card .card-body p, .invitation-container .authentication-wrapper .authentication-inner .card .card-body h4 {
  color: #1E1E1E;
  font-family: Arial;
  font-style: normal;
  line-height: normal;
}

/* line 121, app/assets/stylesheets/css/pages/partner_sign_in.scss */
.invitation-container .authentication-wrapper .authentication-inner .card .card-body .form-check-label, .invitation-container .authentication-wrapper .authentication-inner .card .card-body p {
  font-weight: 400;
}

/* line 124, app/assets/stylesheets/css/pages/partner_sign_in.scss */
.invitation-container .authentication-wrapper .authentication-inner .card .card-body .form-label, .invitation-container .authentication-wrapper .authentication-inner .card .card-body h4 {
  font-weight: 700;
}

/* line 127, app/assets/stylesheets/css/pages/partner_sign_in.scss */
.invitation-container .authentication-wrapper .authentication-inner .card .card-body h4, .invitation-container .authentication-wrapper .authentication-inner .card .card-body p {
  text-align: center;
}

/* line 131, app/assets/stylesheets/css/pages/partner_sign_in.scss */
.invitation-container .authentication-wrapper .authentication-inner .card .card-body .form-control {
  border-radius: 0 !important;
  border: 1px solid #000 !important;
}

/* line 137, app/assets/stylesheets/css/pages/partner_sign_in.scss */
.invitation-container .authentication-wrapper .authentication-inner .card .card-body .form-password-toggle .input-group {
  position: relative;
}

/* line 140, app/assets/stylesheets/css/pages/partner_sign_in.scss */
.invitation-container .authentication-wrapper .authentication-inner .card .card-body .form-password-toggle .input-group .form-control {
  padding-right: 2.5rem;
}

/* line 144, app/assets/stylesheets/css/pages/partner_sign_in.scss */
.invitation-container .authentication-wrapper .authentication-inner .card .card-body .form-password-toggle .input-group .hide-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0;
}
/* line 6, app/assets/stylesheets/css/pages/patient_dashboard.scss */
#patientProfileWrapper .accd-header::after, #patientProfileWrapper .order-tracker-header::after {
  content: none;
}

/* line 10, app/assets/stylesheets/css/pages/patient_dashboard.scss */
#patientProfileWrapper .accd-header::after {
  position: absolute !important;
  right: 10px;
  top: 18px;
}

/* line 17, app/assets/stylesheets/css/pages/patient_dashboard.scss */
.custom-card {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  border-radius: 0px !important;
  overflow: hidden;
}

/* line 23, app/assets/stylesheets/css/pages/patient_dashboard.scss */
.dashboard-links-card a.d-flex,
.dashboard-links-card .d-flex.cursor-pointer {
  transition: transform 0.2s ease;
  display: flex;
  align-items: center;
}

/* line 30, app/assets/stylesheets/css/pages/patient_dashboard.scss */
.dashboard-links-card a.d-flex:hover,
.dashboard-links-card .d-flex.cursor-pointer:hover {
  transform: translateX(10px);
}

/* line 35, app/assets/stylesheets/css/pages/patient_dashboard.scss */
.bg-grey-important {
  background-color: var(--color-gray-300) !important;
}

/* line 39, app/assets/stylesheets/css/pages/patient_dashboard.scss */
.custom-header {
  background-color: #334161;
  color: rgba(255, 255, 255, 0.9) !important;
  padding: 16px 20px;
  font-family: 'Inter', sans-serif;
  font-size: 1.75rem !important;
  text-align: left;
}

/* line 47, app/assets/stylesheets/css/pages/patient_dashboard.scss */
.custom-header h6 {
  color: rgba(255, 255, 255, 0.9);
  font-family: Arial;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* line 56, app/assets/stylesheets/css/pages/patient_dashboard.scss */
.custom-body {
  background-color: #fff;
  padding: 16px 20px;
  color: #0f131f;
  font-family: 'Inter', sans-serif;
}

/* line 62, app/assets/stylesheets/css/pages/patient_dashboard.scss */
.custom-body b {
  color: #0F131F;
  font-family: Arial;
  font-size: 14.8px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* line 72, app/assets/stylesheets/css/pages/patient_dashboard.scss */
.order-tracker-container {
  background-color: #FFF;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  margin: 0;
  padding: 0;
}

/* line 78, app/assets/stylesheets/css/pages/patient_dashboard.scss */
.order-tracker-container .card-header, .order-tracker-container .card-body, .order-tracker-container .card-footer {
  background-color: #FFF;
}

/* line 82, app/assets/stylesheets/css/pages/patient_dashboard.scss */
.order-tracker-container .card-header {
  border-bottom: none;
}

/* line 85, app/assets/stylesheets/css/pages/patient_dashboard.scss */
.order-tracker-container .card-header h6, .order-tracker-container .card-header p {
  color: #1E1E1E;
  text-align: center;
  font-family: Arial;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* line 93, app/assets/stylesheets/css/pages/patient_dashboard.scss */
.order-tracker-container .card-header p {
  font-size: 0.75rem;
}

/* line 100, app/assets/stylesheets/css/pages/patient_dashboard.scss */
.order-tracker-container .card-body .box {
  background-color: #0F131F;
  height: 20px;
  width: 20px;
}

/* line 106, app/assets/stylesheets/css/pages/patient_dashboard.scss */
.order-tracker-container .card-body .vertical-bar {
  background-color: #0F131F;
  width: 8px;
  height: 50px;
}

/* line 113, app/assets/stylesheets/css/pages/patient_dashboard.scss */
.order-tracker-container .card-body .content .step {
  color: #0F131F;
  font-size: 0.75rem;
}

/* line 120, app/assets/stylesheets/css/pages/patient_dashboard.scss */
.order-tracker-container .card-footer {
  border-top: none;
  height: 80px;
  padding: 0;
}

/* line 125, app/assets/stylesheets/css/pages/patient_dashboard.scss */
.order-tracker-container .card-footer .delivery-add-container {
  height: inherit;
  padding: 10px;
  color: #FFF;
  background-color: #0F131F;
  font-size: 0.85rem;
}

/* line 137, app/assets/stylesheets/css/pages/patient_dashboard.scss */
.order-tracker-container-mbl .order-tracker-header h6, .order-tracker-container-mbl .order-tracker-header p {
  color: rgba(255, 255, 255, 0.9);
  font-family: Arial;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* line 145, app/assets/stylesheets/css/pages/patient_dashboard.scss */
.order-tracker-container-mbl .order-tracker-header p {
  font-size: 0.75rem;
}

/* line 152, app/assets/stylesheets/css/pages/patient_dashboard.scss */
.order-tracker-container-mbl .card-body .box {
  background-color: #0F131F;
  height: 20px;
  width: 20px;
}

/* line 158, app/assets/stylesheets/css/pages/patient_dashboard.scss */
.order-tracker-container-mbl .card-body .vertical-bar {
  background-color: #0F131F;
  width: 8px;
  height: 50px;
}

/* line 165, app/assets/stylesheets/css/pages/patient_dashboard.scss */
.order-tracker-container-mbl .card-body .content .step {
  color: #0F131F;
  font-size: 0.75rem;
}

/* line 172, app/assets/stylesheets/css/pages/patient_dashboard.scss */
.order-tracker-container-mbl .card-footer {
  border-top: none;
  height: 80px;
  padding: 0;
}

/* line 177, app/assets/stylesheets/css/pages/patient_dashboard.scss */
.order-tracker-container-mbl .card-footer .delivery-add-container {
  height: inherit;
  padding: 10px;
  color: #FFF;
  background-color: #0F131F;
  font-size: 0.85rem;
}

@media only screen and (max-width: 768px) {
  /* line 188, app/assets/stylesheets/css/pages/patient_dashboard.scss */
  .accd-header::after {
    position: absolute !important;
    right: 10px;
    top: 18px;
  }
}
@media (max-width: 767px) {
  /* line 12, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .collapse-sm-show {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
  }
}

@media (max-width: 767px) {
  /* line 22, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .personal-info-header.order-tracker-header::after {
    content: none !important;
  }
  /* line 27, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .address-book-header.order-tracker-header::after {
    content: none !important;
  }
  /* line 32, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .home-address-list-header.order-tracker-header::after {
    content: none !important;
  }
  /* line 36, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .delivery-address-list-header.order-tracker-header::after {
    content: none !important;
  }
  /* line 41, app/assets/stylesheets/css/pages/patient_responsive.scss */
  #contactAccordion1.order-tracker-header::after {
    content: none !important;
  }
  /* line 46, app/assets/stylesheets/css/pages/patient_responsive.scss */
  #yourWalletAccordion.order-tracker-header::after {
    content: none !important;
  }
  /* line 51, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .btn-secondary:has(.fa-arrow-left) {
    display: none !important;
  }
  /* line 56, app/assets/stylesheets/css/pages/patient_responsive.scss */
  [id^="orderTrackerModal"] .modal-footer .btn-secondary {
    display: none !important;
  }
  /* line 61, app/assets/stylesheets/css/pages/patient_responsive.scss */
  [id^="orderTrackerModal"] .modal-body .d-flex {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/css/pages/patient_responsive.scss */
  #personalInfoContent .row {
    margin-bottom: 1rem !important;
    margin-left: -0.75rem !important;
  }
  /* line 71, app/assets/stylesheets/css/pages/patient_responsive.scss */
  #personalInfoContent .row .col-md-3 {
    margin-bottom: 0.25rem;
    font-size: 0.9rem;
  }
  /* line 76, app/assets/stylesheets/css/pages/patient_responsive.scss */
  #personalInfoContent .row .col-md-9 {
    margin-bottom: 0.5rem;
  }
  /* line 79, app/assets/stylesheets/css/pages/patient_responsive.scss */
  #personalInfoContent .row .col-md-9 b {
    font-size: 0.95rem;
    word-break: break-word;
  }
  /* line 87, app/assets/stylesheets/css/pages/patient_responsive.scss */
  #personalInfoContent .btn-sm {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
    margin-top: 0.25rem;
    display: inline-block;
  }
  /* line 95, app/assets/stylesheets/css/pages/patient_responsive.scss */
  #personalInfoContent .d-flex.align-items-center {
    flex-direction: column;
    align-items: flex-start !important;
  }
  /* line 99, app/assets/stylesheets/css/pages/patient_responsive.scss */
  #personalInfoContent .d-flex.align-items-center .btn {
    margin-left: 0 !important;
    margin-top: 0.5rem;
  }
  /* line 106, app/assets/stylesheets/css/pages/patient_responsive.scss */
  #personalInfoContent address {
    margin-bottom: 0.5rem !important;
  }
  /* line 109, app/assets/stylesheets/css/pages/patient_responsive.scss */
  #personalInfoContent address .btn {
    margin-left: 0 !important;
    margin-top: 0.5rem;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
  }
  /* line 118, app/assets/stylesheets/css/pages/patient_responsive.scss */
  #personalInfoContent .input-group {
    max-width: 100% !important;
    margin-bottom: 0.5rem;
  }
  /* line 123, app/assets/stylesheets/css/pages/patient_responsive.scss */
  #personalInfoContent .btn-group {
    flex-wrap: wrap;
    gap: 0.25rem;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  /* line 133, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .home-address-list-header.order-tracker-header::after {
    content: none !important;
  }
  /* line 137, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .delivery-address-list-header.order-tracker-header::after {
    content: none !important;
  }
  /* line 143, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .support-ticket-show .top-card-sections .col-12.col-md-3 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  /* line 153, app/assets/stylesheets/css/pages/patient_responsive.scss */
  #discoverClinics .modal-body img {
    width: 300px !important;
    height: 300px !important;
  }
  /* line 164, app/assets/stylesheets/css/pages/patient_responsive.scss */
  #yourteam .modal-body .pharmacy-building-image {
    width: 330px !important;
    height: 300px !important;
  }
  /* line 172, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .postcode-lookup-container {
    flex-direction: column !important;
    gap: 0.75rem !important;
  }
  /* line 176, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .postcode-lookup-container > input {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 0.5rem;
  }
  /* line 182, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .postcode-lookup-container > button {
    width: 100% !important;
    margin-top: 0 !important;
  }
  /* line 188, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .getaddress-search-box {
    flex-direction: column !important;
    gap: 0.75rem !important;
  }
  /* line 192, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .getaddress-search-box input {
    width: 100% !important;
    margin-bottom: 0.5rem;
  }
  /* line 197, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .getaddress-search-box button {
    width: 100% !important;
    margin-right: 0 !important;
    padding: 0.75rem 1rem !important;
  }
}

@media (max-width: 767px) {
  /* line 212, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .patient-profile-wrapper .card {
    margin-bottom: 1rem;
  }
  /* line 216, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .patient-profile-wrapper .card-header {
    padding: 0.75rem;
  }
  /* line 219, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .patient-profile-wrapper .card-header h5 {
    font-size: 1rem;
  }
  /* line 224, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .patient-profile-wrapper .card-body {
    padding: 0.75rem;
  }
}

@media (max-width: 767px) {
  /* line 234, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .postcode-lookup-container {
    flex-direction: column !important;
    gap: 0.75rem !important;
  }
  /* line 238, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .postcode-lookup-container > input {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 0.5rem;
  }
  /* line 244, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .postcode-lookup-container > button {
    width: 100% !important;
    margin-top: 0 !important;
  }
  /* line 250, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .getaddress-search-box {
    flex-direction: column !important;
    gap: 0.75rem !important;
  }
  /* line 254, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .getaddress-search-box input {
    width: 100% !important;
    margin-bottom: 0.5rem;
  }
  /* line 259, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .getaddress-search-box button {
    width: 100% !important;
    margin-right: 0 !important;
    padding: 0.75rem 1rem !important;
  }
  /* line 267, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .gp-search-box {
    flex-direction: column !important;
    gap: 0.75rem !important;
  }
  /* line 271, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .gp-search-box input {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 0.5rem;
    margin-right: 0 !important;
  }
  /* line 278, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .gp-search-box button {
    width: 100% !important;
    margin-left: 0 !important;
    padding: 0.75rem 1rem !important;
  }
  /* line 286, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .home-address-card {
    margin-bottom: 1.5rem !important;
  }
  /* line 290, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .delivery-address-card {
    margin-bottom: 1.5rem !important;
  }
  /* line 296, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .addresses-list-wrapper .col-lg-6 {
    margin-bottom: 1.5rem !important;
  }
  /* line 300, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .addresses-list-wrapper .accordion {
    margin-bottom: 1rem !important;
  }
  /* line 308, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .modal .modal-dialog {
    margin: 1rem auto !important;
    max-width: 95% !important;
    width: 95% !important;
  }
  /* line 314, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .modal .modal-content {
    border-radius: 0.5rem !important;
  }
  /* line 319, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .modal .modal-header {
    padding: 1rem !important;
  }
  /* line 322, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .modal .modal-header .modal-title {
    font-size: 1.5rem !important;
    line-height: 1.3 !important;
    text-align: center !important;
  }
  /* line 330, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .modal .modal-body {
    padding: 1rem !important;
  }
  /* line 334, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .modal .modal-body .col-md-6, .modal .modal-body .col-md-7, .modal .modal-body .col-md-5, .modal .modal-body .col-lg-5, .modal .modal-body .col-lg-7 {
    width: 100% !important;
    margin-bottom: 1rem !important;
  }
  /* line 340, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .modal .modal-body img {
    max-width: 100% !important;
    height: auto !important;
  }
  /* line 346, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .modal .modal-body .me-3 img {
    width: 40px !important;
    height: 28px !important;
  }
  /* line 352, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .modal .modal-body p {
    font-size: 0.9rem !important;
    line-height: 1.5 !important;
  }
  /* line 357, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .modal .modal-body h5 {
    font-size: 1rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 364, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .modal .modal-footer {
    padding: 0 !important;
  }
  /* line 367, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .modal .modal-footer img {
    height: 40px !important;
  }
  /* line 375, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .support-ticket-show .card {
    margin-bottom: 1rem !important;
  }
  /* line 378, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .support-ticket-show .card .card-body {
    padding: 0.75rem !important;
  }
  /* line 386, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .order-review-modal .modal-dialog {
    margin: 0.5rem auto !important;
    max-width: 95% !important;
    width: 95% !important;
  }
  /* line 392, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .order-review-modal .modal-content {
    border-radius: 0.5rem !important;
    max-height: 95vh !important;
    overflow-y: auto !important;
  }
  /* line 398, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .order-review-modal .modal-header {
    padding: 1rem !important;
  }
  /* line 400, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .order-review-modal .modal-header .modal-title {
    font-size: 1.5rem !important;
    line-height: 1.3 !important;
  }
  /* line 406, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .order-review-modal .modal-body {
    padding: 1rem !important;
  }
  /* line 409, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .order-review-modal .modal-body .card {
    margin-bottom: 1rem !important;
    padding: 1rem !important;
  }
  /* line 414, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .order-review-modal .modal-body .order-number {
    font-size: 1.25rem !important;
    word-break: break-word !important;
  }
  /* line 419, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .order-review-modal .modal-body .claim-info-box {
    margin-top: 1rem !important;
    padding: 0.75rem !important;
  }
  /* line 423, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .order-review-modal .modal-body .claim-info-box span {
    font-size: 0.9rem !important;
    line-height: 1.4 !important;
    word-break: break-word !important;
  }
  /* line 430, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .order-review-modal .modal-body .table-responsive {
    font-size: 0.9rem !important;
  }
  /* line 433, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .order-review-modal .modal-body .table-responsive th, .order-review-modal .modal-body .table-responsive td {
    padding: 0.5rem !important;
    word-break: break-word !important;
  }
  /* line 440, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .order-review-modal .modal-body .input-container .d-flex {
    align-items: flex-start !important;
    gap: 0.5rem !important;
  }
  /* line 446, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .order-review-modal .modal-body .input-container .textarea-container {
    margin-left: 0 !important;
  }
  /* line 449, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .order-review-modal .modal-body .input-container .textarea-container p {
    margin-bottom: 0.25rem !important;
    word-break: break-word !important;
    font-size: 0.9rem !important;
  }
  /* line 458, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .order-review-modal .modal-footer {
    padding: 1rem !important;
    flex-direction: column !important;
    gap: 0.75rem !important;
  }
  /* line 463, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .order-review-modal .modal-footer .btn {
    width: 100% !important;
    margin: 0 !important;
    padding: 0.75rem 1rem !important;
    font-size: 1rem !important;
  }
  /* line 470, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .order-review-modal .modal-footer .btn-lg {
    font-size: 1rem !important;
    padding: 0.75rem 1rem !important;
  }
  /* line 479, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .order_step.step-0 .d-flex.justify-content-center {
    flex-direction: column !important;
    gap: 0.75rem !important;
  }
  /* line 483, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .order_step.step-0 .d-flex.justify-content-center .btn {
    width: 100% !important;
    margin: 0 !important;
    padding: 0.75rem 1rem !important;
    white-space: normal !important;
    text-align: center !important;
    line-height: 1.4 !important;
  }
}

@media (max-width: 768px) {
  /* line 497, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .prescription-table-wrapper {
    display: none;
  }
  /* line 498, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .prescription-cards {
    display: block;
  }
  /* line 499, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .repeat-requests-table {
    display: none;
  }
  /* line 500, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .repeat-requests-cards {
    display: block;
  }
  /* line 501, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .manual-verification-table {
    display: none;
  }
  /* line 502, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .manual-verification-cards {
    display: block;
  }
}

@media (min-width: 769px) {
  /* line 505, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .prescription-table-wrapper {
    display: block;
  }
  /* line 506, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .prescription-cards {
    display: none;
  }
  /* line 507, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .repeat-requests-table {
    display: block;
  }
  /* line 508, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .repeat-requests-cards {
    display: none;
  }
  /* line 509, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .manual-verification-table {
    display: block;
  }
  /* line 510, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .manual-verification-cards {
    display: none;
  }
}
/* line 1, app/assets/stylesheets/css/pages/patient_welcome.scss */
.jeremy-bishop-iyrjnplkp68-unsp-icon,
.karla-hernandez-byimyupwnpi-un-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 10, app/assets/stylesheets/css/pages/patient_welcome.scss */
.karla-hernandez-byimyupwnpi-un-icon {
  z-index: 1;
}

/* line 13, app/assets/stylesheets/css/pages/patient_welcome.scss */
.jeremy-bishop-iyrjnplkp68-unsp-parent {
  width: 100%;
  height: 100%;
  position: absolute;
  margin: 0 !important;
  top: 0;
  right: 0;
  bottom: 0;
}

/* line 22, app/assets/stylesheets/css/pages/patient_welcome.scss */
.frame-child {
  align-self: stretch;
  height: 706px;
  position: relative;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25), 0 4px 4px rgba(0, 0, 0, 0.25);
  background-color: var(--color-gray-300);
  display: none;
}

/* line 30, app/assets/stylesheets/css/pages/patient_welcome.scss */
.gretting-text-hello-adil {
  margin: 0;
  flex: 1;
  position: relative;
  font-size: 48px;
  font-weight: 700;
  font-family: var(--font-inter);
  color: var(--color-gray-100);
  text-align: center;
  display: inline-block;
  text-shadow: 1px 0 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2), -1px 0 0 rgba(0, 0, 0, 0.2), -1px 0 rgba(0, 0, 0, 0.2);
  max-width: 100%;
  z-index: 3;
}

/* line 45, app/assets/stylesheets/css/pages/patient_welcome.scss */
.gretting-text-hello-adil-wrapper {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 0 var(--padding-3xs);
  box-sizing: border-box;
  max-width: 100%;
}

/* line 55, app/assets/stylesheets/css/pages/patient_welcome.scss */
.sidebar-home {
  width: 338px;
  position: relative;
  font-size: var(--font-size-mini);
  display: inline-block;
  font-family: var(--font-inter);
  color: var(--color-gray-100);
  text-align: center;
  flex-shrink: 0;
  max-width: 104%;
  z-index: 3;
}

/* line 67, app/assets/stylesheets/css/pages/patient_welcome.scss */
.sidebar-home-wrapper {
  width: 326px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 3px 0 0;
  box-sizing: border-box;
  max-width: calc(100% - 24px);
}

/* line 77, app/assets/stylesheets/css/pages/patient_welcome.scss */
.frame-item,
.i {
  position: relative;
}

/* line 81, app/assets/stylesheets/css/pages/patient_welcome.scss */
.frame-item {
  height: 24px;
  width: 24px;
  background-color: var(--color-gainsboro);
  display: none;
}

/* line 87, app/assets/stylesheets/css/pages/patient_welcome.scss */
.i {
  font-size: var(--font-size-mini);
  display: inline-block;
  font-family: var(--font-inter);
  color: var(--color-black);
  text-align: left;
  min-width: 5px;
  z-index: 1;
}

/* line 96, app/assets/stylesheets/css/pages/patient_welcome.scss */
.frame-parent,
.frame-wrapper,
.rectangle-group {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}

/* line 104, app/assets/stylesheets/css/pages/patient_welcome.scss */
.rectangle-group {
  background-color: var(--color-gainsboro);
  padding: 4px 9px 2px var(--padding-3xs);
  flex-shrink: 0;
  z-index: 4;
}

/* line 110, app/assets/stylesheets/css/pages/patient_welcome.scss */
.frame-parent,
.frame-wrapper {
  max-width: 100%;
}

/* line 114, app/assets/stylesheets/css/pages/patient_welcome.scss */
.frame-wrapper {
  padding: 0 68px 30px 73px;
  box-sizing: border-box;
}

/* line 118, app/assets/stylesheets/css/pages/patient_welcome.scss */
.sidebar-home1,
.sidebar-home2 {
  position: relative;
  font-size: var(--font-size-mini);
  font-family: var(--font-inter);
  z-index: 3;
}

/* line 125, app/assets/stylesheets/css/pages/patient_welcome.scss */
.sidebar-home1 {
  align-self: stretch;
  color: var(--color-gray-100);
  text-align: left;
}

/* line 130, app/assets/stylesheets/css/pages/patient_welcome.scss */
.sidebar-home2 {
  width: 66px;
  color: var(--color-gray-200);
  text-align: center;
  display: inline-block;
  flex-shrink: 0;
  min-width: 66px;
}

/* line 138, app/assets/stylesheets/css/pages/patient_welcome.scss */
.frame-inner {
  height: 54px;
  width: 134px;
  position: relative;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  background-color: var(--color-gold);
  border: 1px solid var(--color-black);
  box-sizing: border-box;
  display: none;
}

/* line 148, app/assets/stylesheets/css/pages/patient_welcome.scss */
.frame-container,
.sidebar-home-group,
.sidebar-home-parent {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

/* line 155, app/assets/stylesheets/css/pages/patient_welcome.scss */
.sidebar-home-group {
  width: 134px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  background-color: var(--color-gold);
  border: 1px solid var(--color-black);
  box-sizing: border-box;
  flex-direction: row;
  padding: var(--padding-mid) 32px var(--padding-3xs);
  z-index: 4;
}

/* line 165, app/assets/stylesheets/css/pages/patient_welcome.scss */
.frame-container,
.sidebar-home-parent {
  max-width: 100%;
}

/* line 169, app/assets/stylesheets/css/pages/patient_welcome.scss */
.sidebar-home-parent {
  flex: 1;
  flex-direction: column;
  gap: 13px;
}

/* line 174, app/assets/stylesheets/css/pages/patient_welcome.scss */
.frame-container {
  align-self: stretch;
  flex-direction: row;
  padding: 0 var(--padding-61xl) var(--padding-3xs) var(--padding-57xl);
  box-sizing: border-box;
}

/* line 180, app/assets/stylesheets/css/pages/patient_welcome.scss */
.create-password {
  margin: 0;
}

/* line 183, app/assets/stylesheets/css/pages/patient_welcome.scss */
.frame-input,
.sidebar-home3 {
  font-family: var(--font-inter);
  font-size: var(--font-size-mini);
}

/* line 188, app/assets/stylesheets/css/pages/patient_welcome.scss */
.sidebar-home3 {
  align-self: stretch;
  position: relative;
  color: var(--color-gray-100);
  text-align: left;
  z-index: 3;
}

/* line 195, app/assets/stylesheets/css/pages/patient_welcome.scss */
.frame-input {
  width: calc(100% - 52px);
  border: 0;
  outline: 0;
  background-color: transparent;
  height: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: var(--padding-7xs) 0 0;
  box-sizing: border-box;
  color: var(--color-gray-200);
  min-width: 181px;
}

/* line 211, app/assets/stylesheets/css/pages/patient_welcome.scss */
.rectangle-div {
  height: 55px;
  width: 336px;
  position: relative;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  background-color: var(--color-gold);
  border: 1px solid var(--color-black);
  box-sizing: border-box;
  display: none;
  max-width: 100%;
}

/* line 222, app/assets/stylesheets/css/pages/patient_welcome.scss */
.bxhide-icon {
  height: 24px;
  width: 24px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  z-index: 5;
}

/* line 230, app/assets/stylesheets/css/pages/patient_welcome.scss */
.frame-group {
  align-self: stretch;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  background-color: var(--color-gold);
  border: 1px solid var(--color-black);
  box-sizing: border-box;
  flex-direction: row;
  flex-wrap: wrap;
  padding: var(--padding-smi) var(--padding-sm);
  row-gap: 20px;
  z-index: 4;
}

/* line 242, app/assets/stylesheets/css/pages/patient_welcome.scss */
.frame-div,
.frame-group,
.sidebar-home-container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 100%;
}

/* line 250, app/assets/stylesheets/css/pages/patient_welcome.scss */
.sidebar-home-container {
  flex: 1;
  flex-direction: column;
  gap: var(--gap-mini);
}

/* line 255, app/assets/stylesheets/css/pages/patient_welcome.scss */
.frame-div {
  align-self: stretch;
  flex-direction: row;
  padding: 0 var(--padding-61xl) var(--padding-3xs) var(--padding-57xl);
  box-sizing: border-box;
}

/* line 261, app/assets/stylesheets/css/pages/patient_welcome.scss */
.confirm-password {
  margin: 0;
}

/* line 264, app/assets/stylesheets/css/pages/patient_welcome.scss */
.frame-child1,
.sidebar-home4 {
  font-family: var(--font-inter);
  font-size: var(--font-size-mini);
}

/* line 269, app/assets/stylesheets/css/pages/patient_welcome.scss */
.sidebar-home4 {
  align-self: stretch;
  position: relative;
  color: var(--color-gray-100);
  text-align: left;
  z-index: 3;
}

/* line 276, app/assets/stylesheets/css/pages/patient_welcome.scss */
.frame-child1 {
  width: calc(100% - 52px);
  border: 0;
  outline: 0;
  background-color: transparent;
  height: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: var(--padding-7xs) 0 0;
  box-sizing: border-box;
  color: var(--color-gray-200);
  min-width: 181px;
}

/* line 292, app/assets/stylesheets/css/pages/patient_welcome.scss */
.frame-child2 {
  height: 55px;
  width: 336px;
  position: relative;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  background-color: var(--color-gold);
  border: 1px solid var(--color-black);
  box-sizing: border-box;
  display: none;
  max-width: 100%;
}

/* line 303, app/assets/stylesheets/css/pages/patient_welcome.scss */
.bxhide-icon1 {
  height: 24px;
  width: 24px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  z-index: 5;
}

/* line 311, app/assets/stylesheets/css/pages/patient_welcome.scss */
.group-div {
  align-self: stretch;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  background-color: var(--color-gold);
  border: 1px solid var(--color-black);
  box-sizing: border-box;
  flex-direction: row;
  flex-wrap: wrap;
  padding: var(--padding-smi) var(--padding-sm);
  row-gap: 20px;
  z-index: 4;
}

/* line 323, app/assets/stylesheets/css/pages/patient_welcome.scss */
.frame-wrapper1,
.group-div,
.sidebar-home-parent1 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 100%;
}

/* line 331, app/assets/stylesheets/css/pages/patient_welcome.scss */
.sidebar-home-parent1 {
  flex: 1;
  flex-direction: column;
  gap: var(--gap-mini);
}

/* line 336, app/assets/stylesheets/css/pages/patient_welcome.scss */
.frame-wrapper1 {
  align-self: stretch;
  flex-direction: row;
  padding: 0 var(--padding-61xl) 12px var(--padding-57xl);
  box-sizing: border-box;
}

/* line 342, app/assets/stylesheets/css/pages/patient_welcome.scss */
.sidebar-home5 {
  height: 58px;
  flex: 1;
  position: relative;
  font-size: var(--font-size-mini);
  font-family: var(--font-inter);
  color: var(--color-gray-100);
  text-align: center;
  display: inline-block;
  max-width: 100%;
  z-index: 3;
}

/* line 354, app/assets/stylesheets/css/pages/patient_welcome.scss */
.sidebar-home-frame {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 var(--padding-61xl) 0 var(--padding-57xl);
  box-sizing: border-box;
  max-width: 100%;
}

/* line 364, app/assets/stylesheets/css/pages/patient_welcome.scss */
.frame-child3 {
  height: 54px;
  width: 165px;
  position: relative;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  background-color: var(--color-gray-100);
  display: none;
}

/* line 372, app/assets/stylesheets/css/pages/patient_welcome.scss */
.sidebar-home6 {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-inter);
  color: var(--color-white);
  text-align: left;
  display: inline-block;
  min-width: 89px;
  z-index: 1;
}

/* line 383, app/assets/stylesheets/css/pages/patient_welcome.scss */
.frame-wrapper2,
.rectangle-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

/* line 389, app/assets/stylesheets/css/pages/patient_welcome.scss */
.rectangle-container {
  cursor: pointer;
  border: 0;
  padding: 18px 37px var(--padding-mid) 39px;
  background-color: var(--color-gray-100);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  justify-content: flex-start;
  white-space: nowrap;
  z-index: 3;
}

/* line 399, app/assets/stylesheets/css/pages/patient_welcome.scss */
.rectangle-container:hover {
  background-color: #525252;
}

/* line 402, app/assets/stylesheets/css/pages/patient_welcome.scss */
.frame-wrapper2 {
  align-self: stretch;
  justify-content: center;
  padding: 0 22px 0 var(--padding-xl);
}

/* line 407, app/assets/stylesheets/css/pages/patient_welcome.scss */
.new-nhs-patient-set-up-wizard-inner,
.rectangle-parent {
  display: flex;
  align-items: flex-start;
  box-sizing: border-box;
  max-width: 100%;
}

/* line 414, app/assets/stylesheets/css/pages/patient_welcome.scss */
.rectangle-parent {
  margin: 0;
  width: 492px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25), 0 4px 4px rgba(0, 0, 0, 0.25);
  background-color: var(--color-gray-300);
  flex-direction: column;
  justify-content: flex-start;
  padding: 58px 0 62px var(--padding-12xs);
  gap: 10px;
  z-index: 2;
}

/* line 425, app/assets/stylesheets/css/pages/patient_welcome.scss */
.new-nhs-patient-set-up-wizard-inner {
  align-self: stretch;
  flex-direction: row;
  justify-content: center;
  padding: 0 var(--padding-xl);
}

/* line 431, app/assets/stylesheets/css/pages/patient_welcome.scss */
.cbcc-smile-stripes-white-1-icon {
  align-self: stretch;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 3;
}

/* line 440, app/assets/stylesheets/css/pages/patient_welcome.scss */
.new-nhs-patient-set-up-wizard- {
  width: 100%;
  position: relative;
  background-color: var(--color-white);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 187px var(--padding-12xs) 0;
  box-sizing: border-box;
  line-height: normal;
  letter-spacing: normal;
}

@media screen and (max-width: 750px) {
  /* line 455, app/assets/stylesheets/css/pages/patient_welcome.scss */
  .gretting-text-hello-adil {
    font-size: 38px;
  }
  /* line 458, app/assets/stylesheets/css/pages/patient_welcome.scss */
  .rectangle-parent {
    padding-top: var(--padding-19xl);
    padding-bottom: var(--padding-21xl);
    box-sizing: border-box;
  }
}

@media screen and (max-width: 675px) {
  /* line 465, app/assets/stylesheets/css/pages/patient_welcome.scss */
  .frame-wrapper {
    padding-left: 36px;
    padding-right: 34px;
    box-sizing: border-box;
  }
  /* line 470, app/assets/stylesheets/css/pages/patient_welcome.scss */
  .frame-container,
.frame-div,
.frame-wrapper1,
.sidebar-home-frame {
    padding-left: var(--padding-19xl);
    padding-right: var(--padding-21xl);
    box-sizing: border-box;
  }
}

@media screen and (max-width: 450px) {
  /* line 480, app/assets/stylesheets/css/pages/patient_welcome.scss */
  .gretting-text-hello-adil {
    font-size: 29px;
  }
}
/* line 2, app/assets/stylesheets/css/pages/pink_slip.scss */
.pink-slip .prescription-slip, .white-slip .prescription-slip, .green-slip .prescription-slip {
  background-color: #fae4ef;
  width: 100%;
  max-width: 550px;
  margin: 20px auto;
  margin-top: 0px;
  padding: 1px;
  font-family: Arial, sans-serif;
}

/* line 11, app/assets/stylesheets/css/pages/pink_slip.scss */
.pink-slip .border-section, .white-slip .border-section, .green-slip .border-section {
  border: 1px solid rgba(15, 19, 31, 0.3);
}

/* line 14, app/assets/stylesheets/css/pages/pink_slip.scss */
.pink-slip .prescription-header, .white-slip .prescription-header, .green-slip .prescription-header {
  display: flex;
  border: none;
  border-bottom: 1px solid rgba(15, 19, 31, 0.3);
}

/* line 19, app/assets/stylesheets/css/pages/pink_slip.scss */
.pink-slip .header-item, .white-slip .header-item, .green-slip .header-item {
  padding: 10px;
  min-height: 120px;
}

/* line 25, app/assets/stylesheets/css/pages/pink_slip.scss */
.pink-slip .info-group, .white-slip .info-group, .green-slip .info-group {
  display: flex;
  flex-direction: column;
}

/* line 29, app/assets/stylesheets/css/pages/pink_slip.scss */
.pink-slip .info-first, .white-slip .info-first, .green-slip .info-first {
  display: flex;
  border-bottom: 1px solid rgba(15, 19, 31, 0.3);
}

/* line 33, app/assets/stylesheets/css/pages/pink_slip.scss */
.pink-slip .header-item:nth-child(1), .white-slip .header-item:nth-child(1), .green-slip .header-item:nth-child(1) {
  flex: 1;
  border-right: 1px solid rgba(15, 19, 31, 0.3);
}

/* line 37, app/assets/stylesheets/css/pages/pink_slip.scss */
.pink-slip .header-item:nth-child(2), .white-slip .header-item:nth-child(2), .green-slip .header-item:nth-child(2) {
  /* flex: 0.7;
    border-right: 1px solid rgba(15, 19, 31, 0.3); */
}

/* line 41, app/assets/stylesheets/css/pages/pink_slip.scss */
.pink-slip .header-item:nth-child(3), .white-slip .header-item:nth-child(3), .green-slip .header-item:nth-child(3) {
  flex: 2;
}

/* line 44, app/assets/stylesheets/css/pages/pink_slip.scss */
.pink-slip .treatment-section, .white-slip .treatment-section, .green-slip .treatment-section {
  /* display: flex; */
  border-bottom: 1px solid rgba(15, 19, 31, 0.3);
}

/* line 48, app/assets/stylesheets/css/pages/pink_slip.scss */
.pink-slip .treatment-item, .white-slip .treatment-item, .green-slip .treatment-item {
  padding: 10px;
}

/* line 51, app/assets/stylesheets/css/pages/pink_slip.scss */
.pink-slip .right-item, .white-slip .right-item, .green-slip .right-item {
  border-right: none;
  border-left: 1px solid rgba(15, 19, 31, 0.3);
}

/* line 56, app/assets/stylesheets/css/pages/pink_slip.scss */
.pink-slip .treatment-item:first-child, .white-slip .treatment-item:first-child, .green-slip .treatment-item:first-child {
  flex: 2;
  border-right: 1px solid rgba(15, 19, 31, 0.3);
}

/* line 60, app/assets/stylesheets/css/pages/pink_slip.scss */
.pink-slip .treatment-item:last-child, .white-slip .treatment-item:last-child, .green-slip .treatment-item:last-child {
  flex: 1;
}

/* line 63, app/assets/stylesheets/css/pages/pink_slip.scss */
.pink-slip .prescription-content, .white-slip .prescription-content, .green-slip .prescription-content {
  border-bottom: 1px solid rgba(15, 19, 31, 0.3);
}

/* line 67, app/assets/stylesheets/css/pages/pink_slip.scss */
.pink-slip .prescription-footer, .white-slip .prescription-footer, .green-slip .prescription-footer {
  display: flex;
  min-height: 60px;
}

/* line 71, app/assets/stylesheets/css/pages/pink_slip.scss */
.pink-slip .footer-item, .white-slip .footer-item, .green-slip .footer-item {
  padding: 10px;
}

/* line 74, app/assets/stylesheets/css/pages/pink_slip.scss */
.pink-slip .footer-item:first-child, .white-slip .footer-item:first-child, .green-slip .footer-item:first-child {
  flex: 2;
  border-right: 1px solid rgba(15, 19, 31, 0.3);
}

/* line 78, app/assets/stylesheets/css/pages/pink_slip.scss */
.pink-slip .footer-item:last-child, .white-slip .footer-item:last-child, .green-slip .footer-item:last-child {
  flex: 1;
}

/* line 81, app/assets/stylesheets/css/pages/pink_slip.scss */
.pink-slip .dispenser-section, .white-slip .dispenser-section, .green-slip .dispenser-section {
  display: flex;
  min-height: 150px;
}

/* line 85, app/assets/stylesheets/css/pages/pink_slip.scss */
.pink-slip .dispenser-item, .pink-slip .dispenser-item2, .white-slip .dispenser-item, .white-slip .dispenser-item2, .green-slip .dispenser-item, .green-slip .dispenser-item2 {
  padding: 10px;
}

/* line 88, app/assets/stylesheets/css/pages/pink_slip.scss */
.pink-slip .dispenser-item2, .white-slip .dispenser-item2, .green-slip .dispenser-item2 {
  border-right: 1px solid rgba(15, 19, 31, 0.3);
}

/* line 91, app/assets/stylesheets/css/pages/pink_slip.scss */
.pink-slip .dispenser-item:first-child, .white-slip .dispenser-item:first-child, .green-slip .dispenser-item:first-child {
  flex: 1;
  border-right: 1px solid rgba(15, 19, 31, 0.3);
}

/* line 97, app/assets/stylesheets/css/pages/pink_slip.scss */
.pink-slip .text-content, .white-slip .text-content, .green-slip .text-content {
  margin: 0;
  font-size: 14px;
}

/* line 101, app/assets/stylesheets/css/pages/pink_slip.scss */
.pink-slip .prescription-details, .white-slip .prescription-details, .green-slip .prescription-details {
  font-size: 16px;
  margin-bottom: 15px;
  min-height: 210px;
  border-bottom: 1px solid rgba(15, 19, 31, 0.3);
  margin: 0;
}

/* line 108, app/assets/stylesheets/css/pages/pink_slip.scss */
.pink-slip .bottom-section, .white-slip .bottom-section, .green-slip .bottom-section {
  min-height: 20px;
}
/* line 1, app/assets/stylesheets/css/pages/prescribing_intervention.scss */
.prescribing-intervention-form {
  /* Shake animation for validation errors */
}

/* line 3, app/assets/stylesheets/css/pages/prescribing_intervention.scss */
.prescribing-intervention-form .form-control.highlight-error, .prescribing-intervention-form .form-select.highlight-error {
  border-color: #dc3545 !important;
  background-color: rgba(220, 53, 69, 0.05);
  animation: shake 0.8s ease;
}

/* line 11, app/assets/stylesheets/css/pages/prescribing_intervention.scss */
.prescribing-intervention-form .card.highlight-error, .prescribing-intervention-form .custom-card.highlight-error {
  border: 2px solid #dc3545 !important;
  border-radius: 0 !important;
  background-color: rgba(220, 53, 69, 0.02);
}

/* line 18, app/assets/stylesheets/css/pages/prescribing_intervention.scss */
.prescribing-intervention-form .custom-card {
  overflow: visible;
  /* overrides hidden */
}

/* line 22, app/assets/stylesheets/css/pages/prescribing_intervention.scss */
.prescribing-intervention-form .error-message {
  color: #dc3545;
  font-size: 0.875rem;
  margin-top: 0.25rem;
  display: none;
}

/* line 28, app/assets/stylesheets/css/pages/prescribing_intervention.scss */
.prescribing-intervention-form .error-message.show {
  display: block;
}

@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-5px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(5px);
  }
}
/* line 5, app/assets/stylesheets/css/pages/prescription_form.scss */
.quantity-container .d-flex {
  gap: 10px;
}

/* line 9, app/assets/stylesheets/css/pages/prescription_form.scss */
.quantity-container .form-control.quantity {
  width: 80px;
  flex-shrink: 0;
  margin-bottom: 0;
}

/* line 17, app/assets/stylesheets/css/pages/prescription_form.scss */
.quantity-recommendations {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}

/* line 23, app/assets/stylesheets/css/pages/prescription_form.scss */
.quantity-recommendations .btn {
  font-size: 0.75rem;
  padding: 0.2rem 0.4rem;
  margin-bottom: 0;
  border-radius: 3px;
  transition: all 0.2s ease;
}

/* line 30, app/assets/stylesheets/css/pages/prescription_form.scss */
.quantity-recommendations .btn:hover {
  background-color: #e9ecef;
  transform: translateY(-1px);
}

/* line 35, app/assets/stylesheets/css/pages/prescription_form.scss */
.quantity-recommendations .btn:active {
  transform: translateY(0);
}
/* line 1, app/assets/stylesheets/css/pages/prescriptions.scss */
.cancelled-prescription {
  background-color: #fff3f3 !important;
  border-left: 4px solid #dc3545 !important;
}

/* line 6, app/assets/stylesheets/css/pages/prescriptions.scss */
.cancelled-prescription td {
  opacity: 0.9;
}

/* line 10, app/assets/stylesheets/css/pages/prescriptions.scss */
.nhs-prescription {
  position: relative;
  border-left: 4px solid #4caf50 !important;
  background-color: #d3ebb7 !important;
  border-bottom: 2px solid rgba(0, 0, 0, 0.3) !important;
}

/* line 17, app/assets/stylesheets/css/pages/prescriptions.scss */
.nhs-prescription:hover {
  border-left-width: 6px !important;
  background-color: #d3ebb7 !important;
  border-bottom: 2px solid rgba(0, 0, 0, 0.3) !important;
}

/* line 25, app/assets/stylesheets/css/pages/prescriptions.scss */
.nhs-prescription td {
  color: rgba(0, 0, 0, 0.87) !important;
}
/* line 2, app/assets/stylesheets/css/pages/support_center.scss */
.support-center-wrapper {
  font-family: Arial;
}

/* line 6, app/assets/stylesheets/css/pages/support_center.scss */
.support-center-wrapper .support-ticket-details::-moz-placeholder {
  color: rgba(30, 30, 30, 0.5);
  font-weight: 400;
  font-size: 12.6px;
}
.support-center-wrapper .support-ticket-details::placeholder {
  color: rgba(30, 30, 30, 0.5);
  font-weight: 400;
  font-size: 12.6px;
}

/* line 14, app/assets/stylesheets/css/pages/support_center.scss */
.support-center-wrapper .custom-header .name-title {
  text-align: center !important;
}

/* line 18, app/assets/stylesheets/css/pages/support_center.scss */
.support-center-wrapper .order-tracker-header::after {
  content: none;
}

/* line 22, app/assets/stylesheets/css/pages/support_center.scss */
.support-center-wrapper .order-tracker-header::after {
  position: absolute !important;
  right: 20px !important;
  top: 22px !important;
}

/* line 29, app/assets/stylesheets/css/pages/support_center.scss */
.support-center-wrapper .accordion .card {
  max-height: 522px !important;
  overflow-y: auto !important;
}

/* line 34, app/assets/stylesheets/css/pages/support_center.scss */
.support-center-wrapper .accordion .card .accordion .accordion-body {
  color: #1E1E1E;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* line 42, app/assets/stylesheets/css/pages/support_center.scss */
.support-center-wrapper .accordion .card .accordion .accordion-item {
  border-bottom: 1px solid rgba(15, 19, 31, 0.3);
  position: relative;
}

/* line 47, app/assets/stylesheets/css/pages/support_center.scss */
.support-center-wrapper .accordion .card .accordion .accordion-button {
  color: #1E1E1E;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* line 55, app/assets/stylesheets/css/pages/support_center.scss */
.support-center-wrapper .accordion .card .accordion .accordion-button::before {
  content: none;
  display: none;
}

/* line 60, app/assets/stylesheets/css/pages/support_center.scss */
.support-center-wrapper .accordion .card .accordion .accordion-button::after {
  margin-right: 20px;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%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");
  background-repeat: no-repeat;
  background-size: 1rem;
  transition: transform 0.2s ease-in-out;
}

/* line 72, app/assets/stylesheets/css/pages/support_center.scss */
.support-center-wrapper .accordion .card .accordion .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%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");
  transform: rotate(-180deg);
}

/* line 81, app/assets/stylesheets/css/pages/support_center.scss */
.support-center-wrapper .accordion .card .custom-header .initials-wrapper .circle {
  width: 60px;
  height: 60px;
  border-radius: 50% !important;
  background-color: #EBD23A;
  color: #1E1E1E;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: normal;
}

/* line 94, app/assets/stylesheets/css/pages/support_center.scss */
.support-center-wrapper .accordion .card .custom-header .name-title {
  color: #FFF;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* line 101, app/assets/stylesheets/css/pages/support_center.scss */
.support-center-wrapper .accordion .card .custom-header p {
  color: #FFF;
  font-size: 11.6px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* line 112, app/assets/stylesheets/css/pages/support_center.scss */
.support-center-wrapper .accordion .card .card-body .info-details strong, .support-center-wrapper .accordion .card .card-body .info-header strong {
  color: #1E1E1E;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* line 120, app/assets/stylesheets/css/pages/support_center.scss */
.support-center-wrapper .accordion .card .card-body .info-details span, .support-center-wrapper .accordion .card .card-body .info-details address, .support-center-wrapper .accordion .card .card-body .info-header span, .support-center-wrapper .accordion .card .card-body .info-header address {
  color: #1E1E1E;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* line 130, app/assets/stylesheets/css/pages/support_center.scss */
.support-center-wrapper .accordion .card .id-verification {
  border-top: 1px solid rgba(15, 19, 31, 0.3);
}

/* line 133, app/assets/stylesheets/css/pages/support_center.scss */
.support-center-wrapper .accordion .card .id-verification .success-msg {
  color: #1E1E1E;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* line 145, app/assets/stylesheets/css/pages/support_center.scss */
.support-center-wrapper .text-area-section textarea {
  background: #EBE3B0 !important;
  border-radius: 0 !important;
  color: #1E1E1E;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* line 153, app/assets/stylesheets/css/pages/support_center.scss */
.support-center-wrapper .text-area-section textarea::-moz-placeholder {
  color: rgba(30, 30, 30, 0.5);
  font-style: italic;
  font-weight: 400;
}
.support-center-wrapper .text-area-section textarea::placeholder {
  color: rgba(30, 30, 30, 0.5);
  font-style: italic;
  font-weight: 400;
}

/* line 161, app/assets/stylesheets/css/pages/support_center.scss */
.support-center-wrapper .custom-header {
  padding-top: 16px !important;
  padding-bottom: 10px !important;
}

/* line 167, app/assets/stylesheets/css/pages/support_center.scss */
.support-center-wrapper #tableWrapper .status-in-progress {
  color: #EBD23A !important;
  font-weight: 700 !important;
}

/* line 172, app/assets/stylesheets/css/pages/support_center.scss */
.support-center-wrapper #tableWrapper .status-on-hold {
  color: #A90F0F !important;
  font-weight: 700 !important;
}

/* line 177, app/assets/stylesheets/css/pages/support_center.scss */
.support-center-wrapper #tableWrapper .status-closed {
  color: #0FA958 !important;
  font-weight: 700 !important;
}

/* line 182, app/assets/stylesheets/css/pages/support_center.scss */
.support-center-wrapper #tableWrapper .input-group {
  max-width: 350px;
  margin-left: 15px;
}

/* line 186, app/assets/stylesheets/css/pages/support_center.scss */
.support-center-wrapper #tableWrapper .input-group input {
  width: 100%;
  border-radius: 0;
}

/* line 191, app/assets/stylesheets/css/pages/support_center.scss */
.support-center-wrapper #tableWrapper .input-group input::-moz-placeholder {
  color: #1E1E1E;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.support-center-wrapper #tableWrapper .input-group input::placeholder {
  color: #1E1E1E;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* line 198, app/assets/stylesheets/css/pages/support_center.scss */
.support-center-wrapper #tableWrapper .input-group .form-control {
  padding-right: 2.5rem;
  border-right: none;
}

/* line 203, app/assets/stylesheets/css/pages/support_center.scss */
.support-center-wrapper #tableWrapper .input-group .input-group-text {
  background: none;
  border: none;
  padding-left: 0;
  color: #1E1E1E;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 0 !important;
}

/* line 214, app/assets/stylesheets/css/pages/support_center.scss */
.support-center-wrapper #tableWrapper .input-group .fa-search {
  position: absolute;
  right: 10px;
  top: 40%;
  transform: translateY(-50%);
  color: #1E1E1E;
  pointer-events: none;
}

/* line 225, app/assets/stylesheets/css/pages/support_center.scss */
.support-center-wrapper #tableWrapper table thead th {
  color: #1E1E1E !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: normal !important;
}

/* line 234, app/assets/stylesheets/css/pages/support_center.scss */
.support-center-wrapper #tableWrapper table tbody td {
  color: #1E1E1E;
  font-style: normal !important;
  font-size: 13.6px !important;
  font-weight: 400;
  line-height: normal !important;
}

/* line 242, app/assets/stylesheets/css/pages/support_center.scss */
.support-center-wrapper #tableWrapper table tbody tr:hover {
  background-color: #EBE3B0 !important;
}

/* line 249, app/assets/stylesheets/css/pages/support_center.scss */
.support-center-wrapper .custom-footer {
  background-color: #334161;
  color: rgba(255, 255, 255, 0.9) !important;
  padding: 16px 20px;
  font-size: 1.75rem !important;
  text-align: left;
  height: 52px !important;
}

@media only screen and (max-width: 768px) {
  /* line 259, app/assets/stylesheets/css/pages/support_center.scss */
  .support-center-wrapper .access-portal-header::after {
    position: absolute !important;
    right: 15px;
    top: 45px;
    margin-left: 20px !important;
    flex-shrink: 0 !important;
    width: 1rem !important;
    height: 1rem !important;
    content: "" !important;
    background-image: url("data:image/svg+xml,%3csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M19.3074 2.00059L9.99941 11.3086L0.691406 2.00059L1.75541 0.936595L9.99941 9.18159L18.2434 0.937594L19.3074 2.00059Z' fill='%23000000'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-size: 1rem !important;
  }
  /* line 273, app/assets/stylesheets/css/pages/support_center.scss */
  .support-center-wrapper .access-portal-header:not(.collapsed)::after {
    display: block;
    background-image: url("data:image/svg+xml,%3csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M19.3074 2.00059L9.99941 11.3086L0.691406 2.00059L1.75541 0.936595L9.99941 9.18159L18.2434 0.937594L19.3074 2.00059Z' fill='%23000000' transform='rotate(-180 10 6)'/%3e%3c/svg%3e") !important;
  }
}

@media (max-width: 768px) {
  /* line 280, app/assets/stylesheets/css/pages/support_center.scss */
  .support-center-wrapper .ticket-accordion {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* line 286, app/assets/stylesheets/css/pages/support_center.scss */
  .support-center-wrapper .support-tickets-table {
    display: none !important;
  }
  /* line 289, app/assets/stylesheets/css/pages/support_center.scss */
  .support-center-wrapper .support-tickets-cards {
    display: block !important;
  }
}

@media (min-width: 769px) {
  /* line 296, app/assets/stylesheets/css/pages/support_center.scss */
  .support-center-wrapper .support-tickets-table {
    display: block !important;
  }
  /* line 299, app/assets/stylesheets/css/pages/support_center.scss */
  .support-center-wrapper .support-tickets-cards {
    display: none !important;
  }
}

/* line 305, app/assets/stylesheets/css/pages/support_center.scss */
.support-center-wrapper #supportTicketSuccessModal .modal-content {
  border-radius: 0;
}

/* line 309, app/assets/stylesheets/css/pages/support_center.scss */
.support-center-wrapper #supportTicketSuccessModal .modal-content .modal-body h5 {
  color: #1E1E1E;
  font-weight: 700;
}

/* line 314, app/assets/stylesheets/css/pages/support_center.scss */
.support-center-wrapper #supportTicketSuccessModal .modal-content .modal-body p {
  color: #1E1E1E;
  font-size: 13.6px;
  font-weight: 400;
}

/* line 320, app/assets/stylesheets/css/pages/support_center.scss */
.support-center-wrapper #supportTicketSuccessModal .modal-content .modal-body .btn-primary {
  min-width: 200px;
}

/* line 327, app/assets/stylesheets/css/pages/support_center.scss */
.support-center-wrapper .ticket-form .card,
.support-center-wrapper .col-lg-7 .card {
  min-height: 672px !important;
  max-height: 672px !important;
  overflow-y: auto !important;
}

/* line 337, app/assets/stylesheets/css/pages/support_center.scss */
.comment-thread .comment.reply {
  margin-left: 2rem;
  border-left: 2px solid #dee2e6;
  padding-left: 1rem;
}

/* line 343, app/assets/stylesheets/css/pages/support_center.scss */
.comment-thread .comment .card {
  border-radius: 0.5rem;
}

/* line 346, app/assets/stylesheets/css/pages/support_center.scss */
.comment-thread .comment .card:hover {
  background-color: #f8f9fa;
}

/* line 353, app/assets/stylesheets/css/pages/support_center.scss */
.comment-thread .user-info strong {
  color: #495057;
}

/* line 357, app/assets/stylesheets/css/pages/support_center.scss */
.comment-thread .user-info small {
  font-size: 0.875rem;
}

/* line 362, app/assets/stylesheets/css/pages/support_center.scss */
.comment-thread .comment-content {
  color: #212529;
  white-space: pre-line;
}

/* line 368, app/assets/stylesheets/css/pages/support_center.scss */
.comment-form {
  position: sticky;
  top: 1rem;
}
/* line 1, app/assets/stylesheets/css/pages/support_ticket_show.scss */
.support-ticket-show {
  font-family: Arial;
}

/* line 6, app/assets/stylesheets/css/pages/support_ticket_show.scss */
.support-ticket-show .modal .card {
  height: auto !important;
  min-height: auto !important;
  max-height: calc(90vh - 70px) !important;
  display: block !important;
  flex-direction: unset !important;
}

/* line 14, app/assets/stylesheets/css/pages/support_ticket_show.scss */
.support-ticket-show .modal .card-body {
  flex: unset !important;
  overflow-y: auto !important;
  max-height: calc(90vh - 150px) !important;
}

/* line 21, app/assets/stylesheets/css/pages/support_ticket_show.scss */
.support-ticket-show .modal .table-responsive {
  max-height: calc(90vh - 200px) !important;
  overflow-y: auto !important;
}

/* line 29, app/assets/stylesheets/css/pages/support_ticket_show.scss */
.support-ticket-show .row:first-of-type .col-3 .card {
  height: 100%;
  min-height: 350px;
  max-height: 350px;
  display: flex;
  flex-direction: column;
}

/* line 36, app/assets/stylesheets/css/pages/support_ticket_show.scss */
.support-ticket-show .row:first-of-type .col-3 .card .card-body {
  flex: 1;
  overflow-y: auto;
  padding: 1rem;
}

/* line 45, app/assets/stylesheets/css/pages/support_ticket_show.scss */
.support-ticket-show .col-md-4 > .card, .support-ticket-show .col-md-8 > .card {
  min-height: 672px !important;
  max-height: 672px !important;
  display: flex;
  flex-direction: column;
}

/* line 51, app/assets/stylesheets/css/pages/support_ticket_show.scss */
.support-ticket-show .col-md-4 > .card > .card-body, .support-ticket-show .col-md-8 > .card > .card-body {
  flex: 1;
  overflow-y: auto;
}

/* line 57, app/assets/stylesheets/css/pages/support_ticket_show.scss */
.support-ticket-show .col-md-4 > .comment-form {
  height: 100%;
  min-height: auto !important;
  max-height: none !important;
}

/* line 62, app/assets/stylesheets/css/pages/support_ticket_show.scss */
.support-ticket-show .col-md-4 > .comment-form > .card-body {
  flex: 1;
  overflow-y: auto;
}

/* line 68, app/assets/stylesheets/css/pages/support_ticket_show.scss */
.support-ticket-show .col-md-8 > #remarks {
  height: 100%;
  max-height: none;
  overflow-y: visible;
}

/* line 74, app/assets/stylesheets/css/pages/support_ticket_show.scss */
.support-ticket-show .custom-header {
  padding-top: 16px !important;
  padding-bottom: 10px !important;
  background-color: #0f131f;
}

/* line 79, app/assets/stylesheets/css/pages/support_ticket_show.scss */
.support-ticket-show .custom-header h6 {
  color: #FFF;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* line 88, app/assets/stylesheets/css/pages/support_ticket_show.scss */
.support-ticket-show .info-details .status-in-progress {
  color: #EBD23A !important;
  font-weight: 700 !important;
}

/* line 93, app/assets/stylesheets/css/pages/support_ticket_show.scss */
.support-ticket-show .info-details .status-on-hold {
  color: #A90F0F !important;
  font-weight: 700 !important;
}

/* line 98, app/assets/stylesheets/css/pages/support_ticket_show.scss */
.support-ticket-show .info-details .status-closed {
  color: #0FA958 !important;
  font-weight: 700 !important;
}

/* line 105, app/assets/stylesheets/css/pages/support_ticket_show.scss */
.support-ticket-show .text-area-section textarea {
  background: #EBE3B0 !important;
  border-radius: 0 !important;
  color: #1E1E1E;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* line 113, app/assets/stylesheets/css/pages/support_ticket_show.scss */
.support-ticket-show .text-area-section textarea::-moz-placeholder {
  color: rgba(30, 30, 30, 0.5);
  font-style: italic;
  font-weight: 400;
}
.support-ticket-show .text-area-section textarea::placeholder {
  color: rgba(30, 30, 30, 0.5);
  font-style: italic;
  font-weight: 400;
}

/* line 121, app/assets/stylesheets/css/pages/support_ticket_show.scss */
.support-ticket-show #remarks {
  height: 100%;
  max-height: none;
  overflow-y: visible;
}

/* line 127, app/assets/stylesheets/css/pages/support_ticket_show.scss */
.support-ticket-show #remarks .comment.reply {
  margin-left: 2rem;
  border-left: 2px solid #dee2e6;
  padding-left: 1rem;
}

/* line 133, app/assets/stylesheets/css/pages/support_ticket_show.scss */
.support-ticket-show #remarks .comment .card {
  border-radius: 0.5rem;
}

/* line 136, app/assets/stylesheets/css/pages/support_ticket_show.scss */
.support-ticket-show #remarks .comment .card:hover {
  background-color: #f8f9fa;
}

/* line 142, app/assets/stylesheets/css/pages/support_ticket_show.scss */
.support-ticket-show #remarks .comment.replying .card {
  border: 2px solid #EBD23A;
  box-shadow: 0 0 10px rgba(235, 210, 58, 0.1);
  transition: all 0.3s ease;
}

/* line 149, app/assets/stylesheets/css/pages/support_ticket_show.scss */
.support-ticket-show #remarks .comment .card {
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

/* line 156, app/assets/stylesheets/css/pages/support_ticket_show.scss */
.support-ticket-show #remarks .user-info strong {
  color: #495057;
}

/* line 160, app/assets/stylesheets/css/pages/support_ticket_show.scss */
.support-ticket-show #remarks .user-info small {
  font-size: 0.875rem;
}

/* line 165, app/assets/stylesheets/css/pages/support_ticket_show.scss */
.support-ticket-show #remarks .comment-content {
  color: #212529;
  white-space: pre-line;
}

/* line 171, app/assets/stylesheets/css/pages/support_ticket_show.scss */
.support-ticket-show .comment-form {
  height: 100%;
  min-height: auto !important;
  max-height: none !important;
}

/* line 176, app/assets/stylesheets/css/pages/support_ticket_show.scss */
.support-ticket-show .comment-form .card-body {
  flex: 1;
  overflow-y: auto;
}

/* line 182, app/assets/stylesheets/css/pages/support_ticket_show.scss */
.support-ticket-show .cancel-reply {
  color: #EBD23A !important;
}

/* line 186, app/assets/stylesheets/css/pages/support_ticket_show.scss */
.support-ticket-show .attachment-preview {
  max-height: 200px;
  overflow: hidden;
}

/* line 190, app/assets/stylesheets/css/pages/support_ticket_show.scss */
.support-ticket-show .attachment-preview img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
/* line 1, app/assets/stylesheets/css/pages/verification_choice.scss */
.verification-option-card {
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

/* line 5, app/assets/stylesheets/css/pages/verification_choice.scss */
.verification-option-card .card-header {
  padding: 1rem 1.25rem;
}

/* line 8, app/assets/stylesheets/css/pages/verification_choice.scss */
.verification-option-card .card-header h6 {
  font-weight: 600;
  font-size: 1.1rem;
}

/* line 14, app/assets/stylesheets/css/pages/verification_choice.scss */
.verification-option-card .card-body {
  padding: 1.5rem;
}

/* line 19, app/assets/stylesheets/css/pages/verification_choice.scss */
.verification-option-card .verification-option-content ul {
  padding-left: 1.25rem;
}

/* line 22, app/assets/stylesheets/css/pages/verification_choice.scss */
.verification-option-card .verification-option-content ul li {
  margin-bottom: 0.75rem;
  line-height: 1.6;
}

@media (min-width: 768px) {
  /* line 32, app/assets/stylesheets/css/pages/verification_choice.scss */
  .verification-option-card {
    height: 100%;
  }
}

@media (max-width: 767px) {
  /* line 39, app/assets/stylesheets/css/pages/verification_choice.scss */
  .verification-option-card {
    margin-bottom: 1.5rem;
  }
  /* line 42, app/assets/stylesheets/css/pages/verification_choice.scss */
  .verification-option-card .card-body {
    padding: 1rem;
  }
  /* line 46, app/assets/stylesheets/css/pages/verification_choice.scss */
  .verification-option-card .btn {
    font-size: 0.9rem;
    padding: 0.6rem 1rem;
  }
}

/*!
 * Bootstrap  v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #ead138;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #e83e8c;
  --bs-red: #ff5b5c;
  --bs-orange: #fd7e14;
  --bs-yellow: #fdac41;
  --bs-green: #39da8a;
  --bs-teal: #20c997;
  --bs-cyan: #00cfdd;
  --bs-black: #263c55;
  --bs-white: #fff;
  --bs-gray: rgba(38, 60, 85, 0.6);
  --bs-gray-dark: rgba(38, 60, 85, 0.8);
  --bs-gray-25: rgba(38, 60, 85, 0.025);
  --bs-gray-50: rgba(38, 60, 85, 0.06);
  --bs-primary: #ead138;
  --bs-secondary: #8a8a88;
  --bs-success: #39da8a;
  --bs-info: #00cfdd;
  --bs-warning: #fdac41;
  --bs-danger: #ff5b5c;
  --bs-light: #e5e9ed;
  --bs-dark: #495563;
  --bs-gray: rgba(38, 60, 85, 0.5);
  --bs-primary-rgb: 234, 209, 56;
  --bs-secondary-rgb: 105, 128, 154;
  --bs-success-rgb: 57, 218, 138;
  --bs-info-rgb: 0, 207, 221;
  --bs-warning-rgb: 253, 172, 65;
  --bs-danger-rgb: 255, 91, 92;
  --bs-light-rgb: 229, 233, 237;
  --bs-dark-rgb: 73, 85, 99;
  --bs-gray-rgb: 38, 60, 85;
  --bs-primary-text-emphasis: #24385f;
  --bs-secondary-text-emphasis: #2a333e;
  --bs-success-text-emphasis: #175737;
  --bs-info-text-emphasis: #005358;
  --bs-warning-text-emphasis: #65451a;
  --bs-danger-text-emphasis: #662425;
  --bs-light-text-emphasis: rgba(38, 60, 85, 0.7);
  --bs-dark-text-emphasis: rgba(38, 60, 85, 0.7);
  --bs-primary-bg-subtle: #dee8fc;
  --bs-secondary-bg-subtle: #e1e6eb;
  --bs-success-bg-subtle: #d7f8e8;
  --bs-info-bg-subtle: #ccf5f8;
  --bs-warning-bg-subtle: #ffeed9;
  --bs-danger-bg-subtle: #ffdede;
  --bs-light-bg-subtle: rgba(244, 245, 247, 0.55);
  --bs-dark-bg-subtle: rgba(38, 60, 85, 0.4);
  --bs-primary-border-subtle: #bdd1f8;
  --bs-secondary-border-subtle: #c3ccd7;
  --bs-success-border-subtle: #b0f0d0;
  --bs-info-border-subtle: #99ecf1;
  --bs-warning-border-subtle: #fedeb3;
  --bs-danger-border-subtle: #ffbdbe;
  --bs-light-border-subtle: rgba(38, 60, 85, 0.2);
  --bs-dark-border-subtle: rgba(38, 60, 85, 0.5);
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 38, 60, 85;
  --bs-font-sans-serif: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  --bs-font-monospace: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-root-font-size: 16px;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 0.9375rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.47;
  --bs-body-color: #677788;
  --bs-body-color-rgb: 103, 119, 136;
  --bs-body-bg: #f2f2f6;
  --bs-body-bg-rgb: 242, 242, 246;
  --bs-emphasis-color: #263c55;
  --bs-emphasis-color-rgb: 38, 60, 85;
  --bs-secondary-color: rgba(103, 119, 136, 0.75);
  --bs-secondary-color-rgb: 103, 119, 136;
  --bs-secondary-bg: rgba(38, 60, 85, 0.2);
  --bs-secondary-bg-rgb: 38, 60, 85;
  --bs-tertiary-color: rgba(103, 119, 136, 0.5);
  --bs-tertiary-color-rgb: 103, 119, 136;
  --bs-tertiary-bg: rgba(38, 60, 85, 0.1);
  --bs-tertiary-bg-rgb: 38, 60, 85;
  --bs-heading-color: #516377;
  --bs-link-color: #ead138;
  --bs-link-color-rgb: 234, 209, 56;
  --bs-link-decoration: none;
  --bs-link-hover-color: #517fd6;
  --bs-link-hover-color-rgb: 81, 127, 214;
  --bs-code-color: #e83e8c;
  --bs-highlight-color: #677788;
  --bs-highlight-bg: #ffeed9;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #d4d8dd;
  --bs-border-color-translucent: rgba(38, 60, 85, 0.175);
  --bs-border-radius: 0.25rem;
  --bs-border-radius-sm: 0.1875rem;
  --bs-border-radius-lg: 0.3125rem;
  --bs-border-radius-xl: 0.375rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.25rem 1rem rgba(147, 158, 170, 0.45);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
  --bs-box-shadow-lg: 0 0.625rem 1.25rem rgba(147, 158, 170, 0.5);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(38, 60, 85, 0.075);
  --bs-focus-ring-width: 0.15rem;
  --bs-focus-ring-opacity: 0.75;
  --bs-focus-ring-color: rgba(38, 60, 85, 0.75);
  --bs-form-valid-color: #39da8a;
  --bs-form-valid-border-color: #39da8a;
  --bs-form-invalid-color: #ff5b5c;
  --bs-form-invalid-border-color: #ff5b5c;
}

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

:root {
  font-size: var(--bs-root-font-size);
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(38, 60, 85, 0);
}

hr {
  margin: 1rem 0;
  color: #d4d8dd;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 1;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: "Nunito", sans-serif, serif;
  font-weight: 500;
  line-height: 1.1;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.3625rem + 1.35vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.375rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.2875rem + 0.45vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.625rem;
  }
}

h4, .h4 {
  font-size: calc(1.2625rem + 0.15vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.375rem;
  }
}

h5, .h5 {
  font-size: 1.125rem;
}

h6, .h6 {
  font-size: 0.9375rem;
}

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

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

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

ol,
ul {
  padding-left: 2rem;
}

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

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

dt {
  font-weight: 500;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 85%;
}

mark, .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: none;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

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

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 85%;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 85%;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 85%;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.1875rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  color: #a8b1bb;
  text-align: left;
}

th {
  font-weight: 500;
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

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

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-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;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.0546875rem;
  font-weight: 400;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 500;
  line-height: 1.1;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 500;
  line-height: 1.1;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 500;
  line-height: 1.1;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 500;
  line-height: 1.1;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 500;
  line-height: 1.1;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 500;
  line-height: 1.1;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

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

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

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

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

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.171875rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 85%;
  color: rgba(38, 60, 85, 0.6);
}
.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0;
  background-color: transparent;
  border: 0px solid var(--bs-border-color);
  border-radius: 0px;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 85%;
  color: #a8b1bb;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.875rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 100vw;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.625rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

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

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

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

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

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

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

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

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

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

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

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

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

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

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

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

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

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

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

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

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: transparent;
  --bs-table-border-color: #d4d8dd;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: #f8f9fa;
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: #f2f3f5;
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: middle;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.625rem 1.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(1px * 2) solid #d4d8dd;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.3125rem 0.625rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}

.table-primary {
  --bs-table-color: #263c55;
  --bs-table-bg: #dee8fc;
  --bs-table-border-color: #b9c6db;
  --bs-table-striped-bg: #d8e3f7;
  --bs-table-striped-color: #263c55;
  --bs-table-active-bg: #ccd7eb;
  --bs-table-active-color: #263c55;
  --bs-table-hover-bg: #d3def2;
  --bs-table-hover-color: #263c55;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #263c55;
  --bs-table-bg: #e1e6eb;
  --bs-table-border-color: #bcc4cd;
  --bs-table-striped-bg: #dbe1e7;
  --bs-table-striped-color: #263c55;
  --bs-table-active-bg: #ced5dc;
  --bs-table-active-color: #263c55;
  --bs-table-hover-bg: #d6dce2;
  --bs-table-hover-color: #263c55;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #263c55;
  --bs-table-bg: #d7f8e8;
  --bs-table-border-color: #b4d2cb;
  --bs-table-striped-bg: #d2f2e4;
  --bs-table-striped-color: #263c55;
  --bs-table-active-bg: #c5e5d9;
  --bs-table-active-color: #263c55;
  --bs-table-hover-bg: #cceddf;
  --bs-table-hover-color: #263c55;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #263c55;
  --bs-table-bg: #ccf5f8;
  --bs-table-border-color: #abd0d7;
  --bs-table-striped-bg: #c7eff3;
  --bs-table-striped-color: #263c55;
  --bs-table-active-bg: #bbe3e8;
  --bs-table-active-color: #263c55;
  --bs-table-hover-bg: #c2eaee;
  --bs-table-hover-color: #263c55;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #263c55;
  --bs-table-bg: #ffeed9;
  --bs-table-border-color: #d4cabf;
  --bs-table-striped-bg: #f8e9d5;
  --bs-table-striped-color: #263c55;
  --bs-table-active-bg: #e9dccc;
  --bs-table-active-color: #263c55;
  --bs-table-hover-bg: #f2e3d1;
  --bs-table-hover-color: #263c55;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #263c55;
  --bs-table-bg: #ffdede;
  --bs-table-border-color: #d4bec3;
  --bs-table-striped-bg: #f8d9da;
  --bs-table-striped-color: #263c55;
  --bs-table-active-bg: #e9ced0;
  --bs-table-active-color: #263c55;
  --bs-table-hover-bg: #f2d4d6;
  --bs-table-hover-color: #263c55;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #263c55;
  --bs-table-bg: #e5e9ed;
  --bs-table-border-color: #bfc6cf;
  --bs-table-striped-bg: #dfe4e8;
  --bs-table-striped-color: #263c55;
  --bs-table-active-bg: #d2d8de;
  --bs-table-active-color: #263c55;
  --bs-table-hover-bg: #dadfe4;
  --bs-table-hover-color: #263c55;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #495563;
  --bs-table-border-color: #6d7782;
  --bs-table-striped-bg: #4e5a68;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #5b6673;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #545f6c;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.25rem;
  font-size: 0.75rem;
  font-weight: 400;
}

.col-form-label {
  padding-top: calc(0.469rem + var(--bs-border-width));
  padding-bottom: calc(0.469rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  font-weight: 400;
  line-height: 1.4;
}

.col-form-label-lg {
  padding-top: calc(0.75rem + var(--bs-border-width));
  padding-bottom: calc(0.75rem + var(--bs-border-width));
  font-size: 1.063rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.813rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 85%;
  color: #a8b1bb;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.469rem 0.735rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.4;
  color: #677788;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  background-clip: padding-box;
  border: var(--bs-border-width) solid #d4d8dd;
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #677788;
  background-color: #fff;
  border-color: rgba(245, 248, 254, 0.448);
  outline: 0;
  box-shadow: 0 0.0625rem 0.1875rem 0 rgba(38, 60, 85, 0.18);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.4em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::-moz-placeholder {
  color: #a8b1bb;
  opacity: 1;
}
.form-control::placeholder {
  color: #a8b1bb;
  opacity: 1;
}
.form-control:disabled {
  background-color: #e9ecee;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.469rem 0.735rem;
  margin: -0.469rem -0.735rem;
  margin-inline-end: 0.735rem;
  color: #677788;
  background-color: #fff;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #f2f2f2;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.469rem 0;
  margin-bottom: 0;
  line-height: 1.4;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.4em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.6rem;
  font-size: 0.813rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.6rem;
  margin: -0.25rem -0.6rem;
  margin-inline-end: 0.6rem;
}

.form-control-lg {
  min-height: calc(1.4em + 1.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.75rem 0.85rem;
  font-size: 1.063rem;
  border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::file-selector-button {
  padding: 0.75rem 0.85rem;
  margin: -0.75rem -0.85rem;
  margin-inline-end: 0.85rem;
}

textarea.form-control {
  min-height: calc(1.4em + 0.938rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.4em + 0.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.4em + 1.5rem + calc(var(--bs-border-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1.4em + 0.938rem + calc(var(--bs-border-width) * 2));
  padding: 0.469rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color.form-control-sm {
  height: calc(1.4em + 0.5rem + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.4em + 1.5rem + calc(var(--bs-border-width) * 2));
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%2838, 60, 85, 0.4%29' 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.469rem 1.735rem 0.469rem 0.735rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.4;
  color: #677788;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.735rem center;
  background-size: 17px 12px;
  border: var(--bs-border-width) solid #d4d8dd;
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: rgba(245, 248, 254, 0.448);
  outline: 0;
  box-shadow: 0 0.0625rem 0.1875rem 0 rgba(38, 60, 85, 0.18);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.735rem;
  background-image: none;
}
.form-select:disabled {
  color: #677788;
  background-color: #e9ecee;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #677788;
}

.form-select-sm {
  padding-top: 0.187rem;
  padding-bottom: 0.187rem;
  padding-left: 0.6rem;
  font-size: 0.813rem;
  border-radius: var(--bs-border-radius-sm);
}

.form-select-lg {
  padding-top: 0.74rem;
  padding-bottom: 0.74rem;
  padding-left: 0.85rem;
  font-size: 1.063rem;
  border-radius: var(--bs-border-radius-lg);
}

.form-check {
  display: block;
  min-height: 1.378125rem;
  padding-left: 1.7em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.7em;
}

.form-check-reverse {
  padding-right: 1.7em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.7em;
  margin-left: 0;
}

.form-check-input {
  --bs-form-check-bg: #fff;
  flex-shrink: 0;
  width: 1.2em;
  height: 1.2em;
  margin-top: 0.135em;
  vertical-align: top;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #bec5cc;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: rgba(245, 248, 254, 0.448);
  outline: 0;
  box-shadow: 0 0 0 0.12rem rgba(147, 158, 170, 0.3);
}
.form-check-input:checked {
  /* background-color: rgba(234, 209, 56, 0.08);
  border-color: rgba(234, 209, 56, 0.08); */
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='1.5' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: rgba(234, 209, 56, 0.08);
  border-color: rgba(234, 209, 56, 0.08);
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-check-label {
  cursor: pointer;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%2838, 60, 85, 0.3%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28245, 248, 254, 0.448%29'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1rem;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 8px 0px rgba(38, 60, 85, 0.2);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 8px 0px rgba(38, 60, 85, 0.2);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 0.875rem;
  height: 0.875rem;
  margin-top: -0.25rem;
  -webkit-appearance: none;
          appearance: none;
  background-color: #fff;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #fff;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.375rem;
  color: transparent;
  cursor: pointer;
  background-color: #e9ecee;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 0.875rem;
  height: 0.875rem;
  -moz-appearance: none;
       appearance: none;
  background-color: #fff;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #fff;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.375rem;
  color: transparent;
  cursor: pointer;
  background-color: #e9ecee;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #e9ecee;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #e9ecee;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 0.735rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.735rem;
}
.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;
}
.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;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.75);
  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(--bs-body-color-rgb), 0.75);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.3675rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: #fff;
  border-radius: var(--bs-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.3675rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: #fff;
  border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.75);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: rgba(38, 60, 85, 0.6);
}
.form-floating > :disabled ~ label::after,
.form-floating > .form-control:disabled ~ label::after {
  background-color: #e9ecee;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.469rem 0.735rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.4;
  color: #677788;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: var(--bs-border-width) solid #d4d8dd;
  border-radius: var(--bs-border-radius);
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.75rem 0.85rem;
  font-size: 1.063rem;
  border-radius: var(--bs-border-radius-lg);
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.6rem;
  font-size: 0.813rem;
  border-radius: var(--bs-border-radius-sm);
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 2.47rem;
}

.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;
}
.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;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn {
  --bs-btn-padding-x: 1.375rem;
  --bs-btn-padding-y: 0.469rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 0.9375rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.4;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.0625rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: rgba(38, 60, 85, 0.6);
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 115, 158, 241;
  text-decoration: none;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.74rem;
  --bs-btn-padding-x: 2.1875rem;
  --bs-btn-font-size: 1.063rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.187rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 0.813rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.75em;
  vertical-align: middle;
  content: "";
  margin-top: -0.45em;
  width: 0.45em;
  height: 0.45em;
  border: 1.5px solid;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.3125rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 0.9375rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: #fff;
  --bs-dropdown-border-color: transparent;
  --bs-dropdown-border-radius: 0.3125rem;
  --bs-dropdown-border-width: 0;
  --bs-dropdown-inner-border-radius: 0;
  --bs-dropdown-divider-bg: #d4d8dd;
  --bs-dropdown-divider-margin-y: 0.3125rem;
  --bs-dropdown-box-shadow: 0 0.25rem 1rem rgba(147, 158, 170, 0.45);
  --bs-dropdown-link-color: #677788;
  --bs-dropdown-link-hover-color: #677788;
  --bs-dropdown-link-hover-bg: rgba(38, 60, 85, 0.06);
  --bs-dropdown-link-active-color: #ead138;
  --bs-dropdown-link-active-bg: rgba(234, 209, 56, 0.08);
  --bs-dropdown-link-disabled-color: #bec5cc;
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.5rem;
  --bs-dropdown-header-color: #516377;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.3125rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.75em;
  vertical-align: middle;
  content: "";
  margin-top: 0;
  width: 0.45em;
  height: 0.45em;
  border: 1.5px solid;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(-45deg);
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.75em;
  vertical-align: middle;
  content: "";
  border-top: 0.45em solid transparent;
  border-right: 0;
  border-bottom: 0.45em solid transparent;
  border-left: 0.45em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.75em;
  vertical-align: middle;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.75em;
  vertical-align: middle;
  content: "";
  border-top: 0.45em solid transparent;
  border-right: 0.45em solid;
  border-bottom: 0.45em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.813rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: rgba(38, 60, 85, 0.3);
  --bs-dropdown-bg: rgba(38, 60, 85, 0.8);
  --bs-dropdown-border-color: transparent;
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: rgba(38, 60, 85, 0.3);
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: #d4d8dd;
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #ead138;
  --bs-dropdown-link-active-bg: rgba(234, 209, 56, 0.08);
  --bs-dropdown-link-disabled-color: rgba(38, 60, 85, 0.5);
  --bs-dropdown-header-color: rgba(38, 60, 85, 0.5);
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.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;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group {
  border-radius: var(--bs-border-radius);
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(var(--bs-border-width) * -1);
}
.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;
}
.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;
}

.dropdown-toggle-split {
  padding-right: 1.03125rem;
  padding-left: 1.03125rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.640625rem;
  padding-left: 1.640625rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(var(--bs-border-width) * -1);
}
.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;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  --bs-nav-link-padding-x: 1.375rem;
  --bs-nav-link-padding-y: 0.469rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: #516377;
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: #a8b1bb;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  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) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgba(38, 60, 85, 0.75);
}
.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: #d4d8dd;
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: rgba(38, 60, 85, 0.1);
  --bs-nav-tabs-link-active-color: #516377;
  --bs-nav-tabs-link-active-bg: #fff;
  --bs-nav-tabs-link-active-border-color: #d4d8dd;
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: transparent;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(38, 60, 85, 0.5);
  --bs-navbar-hover-color: #677788;
  --bs-navbar-disabled-color: rgba(38, 60, 85, 0.3);
  --bs-navbar-active-color: #677788;
  --bs-navbar-brand-padding-y: 0.3767575rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.063rem;
  --bs-navbar-brand-color: #677788;
  --bs-navbar-brand-hover-color: #677788;
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.5rem;
  --bs-navbar-toggler-padding-x: 0.7rem;
  --bs-navbar-toggler-font-size: 0.625rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28103, 119, 136, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(38, 60, 85, 0.06);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.0625rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-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;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.469rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.469rem;
  padding-bottom: 0.469rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.8);
  --bs-navbar-hover-color: #fff;
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.4);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card {
  --bs-card-spacer-y: 1.375rem;
  --bs-card-spacer-x: 1.375rem;
  --bs-card-title-spacer-y: 1.375rem;
  --bs-card-title-color: #516377;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: 0;
  --bs-card-border-color: #d4d8dd;
  --bs-card-border-radius: 0.3125rem;
  --bs-card-box-shadow: 0 2px 14px rgba(38, 60, 85, 0.16);
  --bs-card-inner-border-radius: 0.3125rem;
  --bs-card-cap-padding-y: 1.375rem;
  --bs-card-cap-padding-x: 1.375rem;
  --bs-card-cap-bg: transparent;
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: #fff;
  --bs-card-img-overlay-padding: 1.5rem;
  --bs-card-group-margin: 0.8125rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion {
  --bs-accordion-color: #677788;
  --bs-accordion-bg: #fff;
  --bs-accordion-transition: all 0.2s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: #d4d8dd;
  --bs-accordion-border-width: 0;
  --bs-accordion-border-radius: 0.3125rem;
  --bs-accordion-inner-border-radius: 0.3125rem;
  --bs-accordion-btn-padding-x: 1.1rem;
  --bs-accordion-btn-padding-y: 0.78rem;
  --bs-accordion-btn-color: #516377;
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='m1.532 12 6.182-6-6.182-6L0 1.487 4.65 6 0 10.513z'/%3E%3C/defs%3E%3Cg transform='translate%282.571%29' fill='none' fill-rule='evenodd'%3E%3Cuse fill='%23516377' xlink:href='%23a'/%3E%3Cuse fill-opacity='.1' xlink:href='%23a'/%3E%3C/g%3E%3C/svg%3E%0A");
  --bs-accordion-btn-icon-width: 0.75rem;
  --bs-accordion-btn-icon-transform: rotate(90deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='m1.532 12 6.182-6-6.182-6L0 1.487 4.65 6 0 10.513z'/%3E%3C/defs%3E%3Cg transform='translate%282.571%29' fill='none' fill-rule='evenodd'%3E%3Cuse fill='%23516377' xlink:href='%23a'/%3E%3Cuse fill-opacity='.1' xlink:href='%23a'/%3E%3C/g%3E%3C/svg%3E%0A");
  --bs-accordion-btn-focus-border-color: rgba(245, 248, 254, 0.448);
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-body-padding-x: 1.1rem;
  --bs-accordion-body-padding-y: 0.78rem;
  --bs-accordion-active-color: #516377;
  --bs-accordion-active-bg: #fff;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 0.9375rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: transparent;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: #939eaa;
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: #677788;
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "\\") */;
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

.pagination {
  --bs-pagination-padding-x: 0.3125rem;
  --bs-pagination-padding-y: 0.535rem;
  --bs-pagination-font-size: 0.9375rem;
  --bs-pagination-color: #677788;
  --bs-pagination-bg: #eeeff1;
  --bs-pagination-border-width: 0px;
  --bs-pagination-border-color: #e9ecee;
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: #677788;
  --bs-pagination-hover-bg: #dce0e4;
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: #677788;
  --bs-pagination-focus-bg: #dce0e4;
  --bs-pagination-focus-box-shadow: none;
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: rgba(234, 209, 56, 0.08);
  --bs-pagination-active-border-color: rgba(234, 209, 56, 0.08);
  --bs-pagination-disabled-color: rgba(38, 60, 85, 0.3);
  --bs-pagination-disabled-bg: #eeeff1;
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-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) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: calc(0px * -1);
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.66rem;
  --bs-pagination-font-size: 1.063rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}

.pagination-sm {
  --bs-pagination-padding-x: 0.25rem;
  --bs-pagination-padding-y: 0.41rem;
  --bs-pagination-font-size: 0.813rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}

.badge {
  --bs-badge-padding-x: 0.75em;
  --bs-badge-padding-y: 0.444em;
  --bs-badge-font-size: 0.813em;
  --bs-badge-font-weight: 500;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: 0.1875rem;
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1.25rem;
  --bs-alert-padding-y: 0.75rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: 0 solid var(--bs-alert-border-color);
  --bs-alert-border-radius: 0.25rem;
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}

.alert-dismissible {
  padding-right: 3.75rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.9375rem 1.25rem;
}

.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}

.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}

.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}

.alert-gray {
  --bs-alert-color: var(--bs-gray-text-emphasis);
  --bs-alert-bg: var(--bs-gray-bg-subtle);
  --bs-alert-border-color: var(--bs-gray-border-subtle);
  --bs-alert-link-color: var(--bs-gray-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 0.75rem;
  }
}
.progress,
.progress-stacked {
  --bs-progress-height: 0.75rem;
  --bs-progress-font-size: 0.625rem;
  --bs-progress-bg: #e9ecee;
  --bs-progress-border-radius: 10rem;
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #ead138;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 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(--bs-progress-height) var(--bs-progress-height);
}

.progress-stacked > .progress {
  overflow: visible;
}

.progress-stacked > .progress > .progress-bar {
  width: 100%;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.list-group {
  --bs-list-group-color: #677788;
  --bs-list-group-bg: transparent;
  --bs-list-group-border-color: #d4d8dd;
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: 0.3125rem;
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.625rem;
  --bs-list-group-action-color: #7d8a99;
  --bs-list-group-action-hover-color: #677788;
  --bs-list-group-action-hover-bg: #f2f3f5;
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: rgba(38, 60, 85, 0.06);
  --bs-list-group-disabled-color: #a8b1bb;
  --bs-list-group-disabled-bg: transparent;
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: rgba(234, 209, 56, 0.08);
  --bs-list-group-active-border-color: rgba(234, 209, 56, 0.08);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}

.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}

.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}

.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}

.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}

.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}

.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}

.list-group-item-gray {
  --bs-list-group-color: var(--bs-gray-text-emphasis);
  --bs-list-group-bg: var(--bs-gray-bg-subtle);
  --bs-list-group-border-color: var(--bs-gray-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-gray-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-gray-border-subtle);
  --bs-list-group-active-color: var(--bs-gray-bg-subtle);
  --bs-list-group-active-bg: var(--bs-gray-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-gray-text-emphasis);
}

.btn-close {
  --bs-btn-close-color: #a8b1bb;
  --bs-btn-close-bg: url("data:image/svg+xml,%3Csvg width='150px' height='151px' viewBox='0 0 150 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='131.251657 0 74.9933705 56.25 18.7483426 0 0 18.75 56.2450278 75 0 131.25 18.7483426 150 74.9933705 93.75 131.251657 150 150 131.25 93.7549722 75 150 18.75'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='🎨-%5BSetup%5D:-Colors-&amp;-Shadows' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate%28-225.000000, -250.000000%29'%3E%3Cg id='Icon-Color' transform='translate%28225.000000, 250.500000%29'%3E%3Cuse fill='%23a8b1bb' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.5' fill='%23a8b1bb' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  --bs-btn-close-opacity: 0.95;
  --bs-btn-close-hover-opacity: 0.95;
  --bs-btn-close-focus-shadow: none;
  --bs-btn-close-focus-opacity: 0.95;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 0.8em;
  height: 0.8em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/0.8em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  filter: var(--bs-btn-close-white-filter);
}

.toast {
  --bs-toast-zindex: 1095;
  --bs-toast-padding-x: 1rem;
  --bs-toast-padding-y: 0.625rem;
  --bs-toast-spacing: 1rem;
  --bs-toast-max-width: 22.5rem;
  --bs-toast-font-size: 0.9375rem;
  --bs-toast-color: #677788;
  --bs-toast-bg: rgba(255, 255, 255, 0.85);
  --bs-toast-border-width: 0px;
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: 0.3125rem;
  --bs-toast-box-shadow: 0 0.25rem 1rem rgba(147, 158, 170, 0.45);
  --bs-toast-header-color: #677788;
  --bs-toast-header-bg: #fff;
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  --bs-toast-zindex: 1095;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

.modal {
  --bs-modal-zindex: 1090;
  --bs-modal-width: 35rem;
  --bs-modal-padding: 1.5rem;
  --bs-modal-margin: 1.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 0px;
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: 0 0.125rem 1.25rem 0 rgba(38, 60, 85, 0.6);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - 0px);
  --bs-modal-header-padding-x: 1.5rem;
  --bs-modal-header-padding-y: 1.375rem;
  --bs-modal-header-padding: 1.375rem 1.5rem 0;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 0px;
  --bs-modal-title-line-height: 1.47;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 0px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.15s ease-out;
  transform: translateY(-100px) scale(0.8);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: translateY(0) scale(1);
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1089;
  --bs-backdrop-bg: #263c55;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.125rem 1.25rem 0 rgba(38, 60, 85, 0.6);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 22.5rem;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 50rem;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1099;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.7rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.9375rem;
  --bs-tooltip-color: #fff;
  --bs-tooltip-bg: #495563;
  --bs-tooltip-border-radius: 0.1875rem;
  --bs-tooltip-opacity: 1;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.47;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.popover {
  --bs-popover-zindex: 1091;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.9375rem;
  --bs-popover-bg: #fff;
  --bs-popover-border-width: 0px;
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - 0px);
  --bs-popover-box-shadow: 0 0.25rem 1rem rgba(147, 158, 170, 0.45);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0;
  --bs-popover-header-font-size: 1.125rem;
  --bs-popover-header-color: #516377;
  --bs-popover-header-bg: transparent;
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.47;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.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(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-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(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.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(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.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(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-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(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.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;
}
.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) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 1;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 1;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' style='fill: %23fff;transform: ;msFilter:;'%3E%3Cpath d='M13.293 6.293 7.586 12l5.707 5.707 1.414-1.414L10.414 12l4.293-4.293z'%3E%3C/path%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' style='fill: %23fff;transform: ;msFilter:;'%3E%3Cpath d='M10.707 17.707 16.414 12l-5.707-5.707-1.414 1.414L13.586 12l-4.293 4.293z'%3E%3C/path%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 14%;
  margin-bottom: 1rem;
  margin-left: 14%;
}
.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) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #263c55;
}
.carousel-dark .carousel-caption {
  color: #263c55;
}

.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1090;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1.5rem;
  --bs-offcanvas-padding-y: 1.5rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: #fff;
  --bs-offcanvas-border-width: 0px;
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: 0 0.125rem 1.25rem 0 rgba(38, 60, 85, 0.6);
  --bs-offcanvas-transition: transform 0.25s ease-in-out;
  --bs-offcanvas-title-line-height: 1.47;
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1089;
  width: 100vw;
  height: 100vh;
  background-color: #263c55;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}

.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #263c55 55%, rgba(0, 0, 0, 0.8) 75%, #263c55 95%);
          mask-image: linear-gradient(130deg, #263c55 55%, rgba(0, 0, 0, 0.8) 75%, #263c55 95%);
  -webkit-mask-size: 200% 100%;
          mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #fff !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #fff !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #263c55 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-gray {
  color: #fff !important;
  background-color: RGBA(var(--bs-gray-rgb), var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(81, 127, 214, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(81, 127, 214, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(95, 115, 139, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(95, 115, 139, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(51, 196, 124, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(51, 196, 124, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(0, 186, 199, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(0, 186, 199, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(228, 155, 59, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(228, 155, 59, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(230, 82, 83, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(230, 82, 83, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(232, 235, 239, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(232, 235, 239, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(66, 77, 89, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(66, 77, 89, var(--bs-link-underline-opacity, 1)) !important;
}

.link-gray {
  color: RGBA(var(--bs-gray-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-gray-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-gray:hover, .link-gray:focus {
  color: RGBA(29, 45, 64, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(29, 45, 64, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 1;
}

:root {
  color-scheme: light;
}

b,
strong {
  font-weight: 700;
}

[dir=rtl] caption {
  text-align: right;
}
[dir=rtl] dd {
  margin-right: 0;
}

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

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
input:-internal-autofill-selected {
  background-clip: text !important;
  -webkit-background-clip: text !important;
}

[dir=rtl] .list-inline,
[dir=rtl] .list-unstyled {
  padding-right: 0;
}
[dir=rtl] .list-inline-item:not(:last-child) {
  margin-right: 0;
  margin-left: 0.5rem;
}

.row-bordered {
  overflow: hidden;
}
.row-bordered > .col,
.row-bordered > [class^=col-],
.row-bordered > [class*=" col-"],
.row-bordered > [class^="col "],
.row-bordered > [class*=" col "],
.row-bordered > [class$=" col"],
.row-bordered > [class=col] {
  position: relative;
  padding-top: 1px;
}
.row-bordered > .col::before,
.row-bordered > [class^=col-]::before,
.row-bordered > [class*=" col-"]::before,
.row-bordered > [class^="col "]::before,
.row-bordered > [class*=" col "]::before,
.row-bordered > [class$=" col"]::before,
.row-bordered > [class=col]::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  display: block;
  height: 0;
  border-top: 1px solid #d4d8dd;
}
.row-bordered > .col::after,
.row-bordered > [class^=col-]::after,
.row-bordered > [class*=" col-"]::after,
.row-bordered > [class^="col "]::after,
.row-bordered > [class*=" col "]::after,
.row-bordered > [class$=" col"]::after,
.row-bordered > [class=col]::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  display: block;
  width: 0;
  border-left: 1px solid #d4d8dd;
}
.row-bordered.row-border-light > .col::before, .row-bordered.row-border-light > .col::after,
.row-bordered.row-border-light > [class^=col-]::before,
.row-bordered.row-border-light > [class^=col-]::after,
.row-bordered.row-border-light > [class*=" col-"]::before,
.row-bordered.row-border-light > [class*=" col-"]::after,
.row-bordered.row-border-light > [class^="col "]::before,
.row-bordered.row-border-light > [class^="col "]::after,
.row-bordered.row-border-light > [class*=" col "]::before,
.row-bordered.row-border-light > [class*=" col "]::after,
.row-bordered.row-border-light > [class$=" col"]::before,
.row-bordered.row-border-light > [class$=" col"]::after,
.row-bordered.row-border-light > [class=col]::before,
.row-bordered.row-border-light > [class=col]::after {
  border-color: rgba(38, 60, 85, 0.1);
}

[dir=rtl] .row-bordered > .col::after,
[dir=rtl] .row-bordered > [class^=col-]::after,
[dir=rtl] .row-bordered > [class*=" col-"]::after,
[dir=rtl] .row-bordered > [class^="col "]::after,
[dir=rtl] .row-bordered > [class*=" col "]::after,
[dir=rtl] .row-bordered > [class$=" col"]::after,
[dir=rtl] .row-bordered > [class=col]::after {
  left: auto;
  right: -1px;
}

.bg-label-secondary {
  background-color: #e7ebef !important;
  color: #8a8a88 !important;
}

.border-label-secondary {
  border: 3px solid #c3ccd7;
}

.bg-label-success {
  background-color: #dff9ec !important;
  color: #39da8a !important;
}

.border-label-success {
  border: 3px solid #b0f0d0;
}

.bg-label-info {
  background-color: #d6f7fa !important;
  color: #00cfdd !important;
}

.border-label-info {
  border: 3px solid #99ecf1;
}

.bg-label-warning {
  background-color: #fff2e1 !important;
  color: #fdac41 !important;
}

.border-label-warning {
  border: 3px solid #fedeb3;
}

.bg-label-danger {
  background-color: #ffe5e5 !important;
  color: #ff5b5c !important;
}

.border-label-danger {
  border: 3px solid #ffbdbe;
}

.bg-label-light {
  background-color: #fbfbfc !important;
  color: #e5e9ed !important;
}

.border-label-light {
  border: 3px solid #f5f6f8;
}

.bg-label-dark {
  background-color: #e2e4e6 !important;
  color: #495563 !important;
}

.border-label-dark {
  border: 3px solid #b6bbc1;
}

.bg-label-gray {
  background-color: rgba(242, 243, 245, 0.92) !important;
  color: rgba(38, 60, 85, 0.5) !important;
}

.border-label-gray {
  border: 3px solid rgba(216, 220, 224, 0.8);
}

.bg-label-hover-secondary {
  background-color: #e7ebef !important;
  color: #8a8a88 !important;
}
.bg-label-hover-secondary:hover {
  background-color: #8a8a88 !important;
  color: #fff !important;
}

.bg-label-hover-success {
  background-color: #dff9ec !important;
  color: #39da8a !important;
}
.bg-label-hover-success:hover {
  background-color: #39da8a !important;
  color: #fff !important;
}

.bg-label-hover-info {
  background-color: #d6f7fa !important;
  color: #00cfdd !important;
}
.bg-label-hover-info:hover {
  background-color: #00cfdd !important;
  color: #fff !important;
}

.bg-label-hover-warning {
  background-color: #fff2e1 !important;
  color: #fdac41 !important;
}
.bg-label-hover-warning:hover {
  background-color: #fdac41 !important;
  color: #fff !important;
}

.bg-label-hover-danger {
  background-color: #ffe5e5 !important;
  color: #ff5b5c !important;
}
.bg-label-hover-danger:hover {
  background-color: #ff5b5c !important;
  color: #fff !important;
}

.bg-label-hover-light {
  background-color: #fbfbfc !important;
  color: #e5e9ed !important;
}
.bg-label-hover-light:hover {
  background-color: #e5e9ed !important;
  color: #fff !important;
}

.bg-label-hover-dark {
  background-color: #e2e4e6 !important;
  color: #495563 !important;
}
.bg-label-hover-dark:hover {
  background-color: #495563 !important;
  color: #fff !important;
}

.bg-label-hover-gray {
  background-color: rgba(242, 243, 245, 0.92) !important;
  color: rgba(38, 60, 85, 0.5) !important;
}
.bg-label-hover-gray:hover {
  background-color: rgba(38, 60, 85, 0.5) !important;
  color: #fff !important;
}

.bg-gradient-secondary {
  background-image: linear-gradient(45deg, #8a8a88, #b4c0cd) !important;
}

.bg-gradient-success {
  background-image: linear-gradient(45deg, #39da8a, #9cedc5) !important;
}

.bg-gradient-info {
  background-image: linear-gradient(45deg, #00cfdd, #80e7ee) !important;
}

.bg-gradient-warning {
  background-image: linear-gradient(45deg, #fdac41, #fed6a0) !important;
}

.bg-gradient-danger {
  background-image: linear-gradient(45deg, #ff5b5c, #ffadae) !important;
}

.bg-gradient-light {
  background-image: linear-gradient(45deg, #e5e9ed, #f2f4f6) !important;
}

.bg-gradient-dark {
  background-image: linear-gradient(45deg, #495563, #a4aab1) !important;
}

.bg-gradient-gray {
  background-image: linear-gradient(45deg, rgba(38, 60, 85, 0.5), #939eaa) !important;
}

a.bg-dark:hover, a.bg-dark:focus {
  background-color: rgba(38, 60, 85, 0.9) !important;
}

a.bg-light:hover, a.bg-light:focus {
  background-color: rgba(38, 60, 85, 0.2) !important;
}

a.bg-lighter:hover, a.bg-lighter:focus {
  background-color: rgba(38, 60, 85, 0.1) !important;
}

a.bg-lightest:hover, a.bg-lightest:focus {
  background-color: rgba(38, 60, 85, 0.06) !important;
}

.text-muted[href]:hover, .text-muted[href]:focus {
  color: #7d8a99 !important;
}

.text-light {
  color: #a8b1bb !important;
}
.text-light[href]:hover, .text-light[href]:focus {
  color: #7d8a99 !important;
}

.text-lighter {
  color: #bec5cc !important;
}
.text-lighter[href]:hover, .text-lighter[href]:focus {
  color: #7d8a99 !important;
}

.text-lightest {
  color: #d4d8dd !important;
}
.text-lightest[href]:hover, .text-lightest[href]:focus {
  color: #7d8a99 !important;
}

.invert-text-white {
  color: #fff !important;
}

.invert-text-white[href]:hover:hover, .invert-text-white[href]:hover:focus {
  color: #fff !important;
}

.invert-text-dark {
  color: #263c55 !important;
}

.invert-text-dark[href]:hover:hover, .invert-text-dark[href]:hover:focus {
  color: #263c55 !important;
}

.invert-bg-white {
  background-color: #fff !important;
}

a.invert-bg-white:hover, a.invert-bg-white:focus {
  background-color: #fff !important;
}

.invert-bg-dark {
  background-color: rgba(38, 60, 85, 0.9) !important;
}

a.invert-bg-dark:hover, a.invert-bg-dark:focus {
  background-color: rgba(38, 60, 85, 0.9) !important;
}

.invert-border-dark {
  border-color: #495563 !important;
}

.invert-border-white {
  border-color: #fff !important;
}

.container-p-x {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
@media (min-width: 992px) {
  .container-p-x {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
}

.container-m-nx {
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}
@media (min-width: 992px) {
  .container-m-nx {
    margin-right: -1.875rem !important;
    margin-left: -1.875rem !important;
  }
}

.container-p-y:not([class^=pt-]):not([class*=" pt-"]) {
  padding-top: 1.875rem !important;
}
.container-p-y:not([class^=pb-]):not([class*=" pb-"]) {
  padding-bottom: 1.875rem !important;
}

.container-m-ny:not([class^=mt-]):not([class*=" mt-"]) {
  margin-top: -1.875rem !important;
}
.container-m-ny:not([class^=mb-]):not([class*=" mb-"]) {
  margin-bottom: -1.875rem !important;
}

.cell-fit {
  width: 0.1%;
  white-space: nowrap;
}

.table-secondary {
  --bs-table-bg: #e1e6eb;
  --bs-table-striped-bg: #dbe1e7;
  --bs-table-striped-color: #263c55;
  --bs-table-active-bg: #ced5dc;
  --bs-table-active-color: #263c55;
  --bs-table-hover-bg: #d6dce2;
  --bs-table-hover-color: #263c55;
  color: #263c55;
  border-color: #bcc4cd;
}
.table-secondary .btn-icon {
  color: #263c55;
}

.table-success {
  --bs-table-bg: #d7f8e8;
  --bs-table-striped-bg: #d2f2e4;
  --bs-table-striped-color: #263c55;
  --bs-table-active-bg: #c5e5d9;
  --bs-table-active-color: #263c55;
  --bs-table-hover-bg: #cceddf;
  --bs-table-hover-color: #263c55;
  color: #263c55;
  border-color: #b4d2cb;
}
.table-success .btn-icon {
  color: #263c55;
}

.table-info {
  --bs-table-bg: #ccf5f8;
  --bs-table-striped-bg: #c7eff3;
  --bs-table-striped-color: #263c55;
  --bs-table-active-bg: #bbe3e8;
  --bs-table-active-color: #263c55;
  --bs-table-hover-bg: #c2eaee;
  --bs-table-hover-color: #263c55;
  color: #263c55;
  border-color: #abd0d7;
}
.table-info .btn-icon {
  color: #263c55;
}

.table-warning {
  --bs-table-bg: #ffeed9;
  --bs-table-striped-bg: #f8e9d5;
  --bs-table-striped-color: #263c55;
  --bs-table-active-bg: #e9dccc;
  --bs-table-active-color: #263c55;
  --bs-table-hover-bg: #f2e3d1;
  --bs-table-hover-color: #263c55;
  color: #263c55;
  border-color: #d4cabf;
}
.table-warning .btn-icon {
  color: #263c55;
}

.table-danger {
  --bs-table-bg: #ffdede;
  --bs-table-striped-bg: #f8d9da;
  --bs-table-striped-color: #263c55;
  --bs-table-active-bg: #e9ced0;
  --bs-table-active-color: #263c55;
  --bs-table-hover-bg: #f2d4d6;
  --bs-table-hover-color: #263c55;
  color: #263c55;
  border-color: #d4bec3;
}
.table-danger .btn-icon {
  color: #263c55;
}

.table-light {
  --bs-table-bg: #e5e9ed;
  --bs-table-striped-bg: #dfe4e8;
  --bs-table-striped-color: #263c55;
  --bs-table-active-bg: #d2d8de;
  --bs-table-active-color: #263c55;
  --bs-table-hover-bg: #dadfe4;
  --bs-table-hover-color: #263c55;
  color: #263c55;
  border-color: #bfc6cf;
}
.table-light .btn-icon {
  color: #263c55;
}

.table-dark {
  --bs-table-bg: #495563;
  --bs-table-striped-bg: #4e5a68;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #5b6673;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #545f6c;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #6d7782;
}
.table-dark .btn-icon {
  color: #fff;
}

.table > :not(:first-child) {
  border-top: 0px solid currentColor;
}

.table > :not(caption) > * > * {
  background-clip: padding-box;
}
.table tr > td .dropdown {
  position: static;
}

.card .table {
  margin-bottom: 0;
}

@supports (-moz-appearance: none) {
  .table .dropdown-menu.show {
    display: inline-table;
  }
}
.table th {
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 1px;
  font-weight: bold;
}
.table:not(.table-dark) thead:not(.table-dark) th {
  color: #516377;
}

.table-border-bottom-0 tr:last-child td,
.table-border-bottom-0 tr:last-child th {
  border-bottom-width: 0;
}

.table.table-dark .btn.btn-icon {
  color: #d4d8dd;
}

.table-border-bottom-0 tr:last-child td,
.table-border-bottom-0 tr:last-child th {
  border-bottom-width: 0;
}

.table.table-flush-spacing thead tr > td:first-child,
.table.table-flush-spacing tbody tr > td:first-child {
  padding-left: 0;
}
.table.table-flush-spacing thead tr > td:last-child,
.table.table-flush-spacing tbody tr > td:last-child {
  padding-right: 0;
}

.nav-align-top .table:not(.table-dark),
.nav-align-top .table:not(.table-dark) thead:not(.table-dark) th,
.nav-align-top .table:not(.table-dark) tfoot:not(.table-dark) th,
.nav-align-top .table:not(.table-dark) td,
.nav-align-right .table:not(.table-dark),
.nav-align-right .table:not(.table-dark) thead:not(.table-dark) th,
.nav-align-right .table:not(.table-dark) tfoot:not(.table-dark) th,
.nav-align-right .table:not(.table-dark) td,
.nav-align-bottom .table:not(.table-dark),
.nav-align-bottom .table:not(.table-dark) thead:not(.table-dark) th,
.nav-align-bottom .table:not(.table-dark) tfoot:not(.table-dark) th,
.nav-align-bottom .table:not(.table-dark) td,
.nav-align-left .table:not(.table-dark),
.nav-align-left .table:not(.table-dark) thead:not(.table-dark) th,
.nav-align-left .table:not(.table-dark) tfoot:not(.table-dark) th,
.nav-align-left .table:not(.table-dark) td {
  border-color: #e9ecee;
}

.btn {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn .bx {
  line-height: 1.15;
}
.btn.disabled, .btn:disabled {
  cursor: default;
}

.btn .badge {
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn .badge {
    transition: none;
  }
}

label.btn {
  margin-bottom: 0;
}

.btn-xl, .btn-group-xl > .btn {
  --bs-btn-padding-y: 0.875rem;
  --bs-btn-padding-x: 2.125rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: 0.375rem;
}

.btn-xs, .btn-group-xs > .btn {
  --bs-btn-padding-y: 0.1rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.75rem;
  --bs-btn-border-radius: 0.125rem;
}

.btn-secondary, .btn-secondary[data-trigger=hover].dropdown-toggle:not(.show) {
  color: #fff;
  background-color: #8a8a88;
  border-color: #8a8a88;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}
.btn-secondary:hover, .btn-secondary[data-trigger=hover].show.dropdown-toggle:hover {
  color: #fff !important;
  background-color: #8799ae !important;
  border-color: #8799ae !important;
  box-shadow: 0 0.25rem 1rem rgba(147, 158, 170, 0.45) !important;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #596d83;
  border-color: #596d83;
  box-shadow: none;
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .btn-secondary.show.dropdown-toggle, .show > .btn-secondary.dropdown-toggle {
  color: #fff !important;
  background-color: #596d83 !important;
  border-color: #596d83 !important;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .btn-secondary.show.dropdown-toggle:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff !important;
  background-color: #8a8a88 !important;
  border-color: #8a8a88 !important;
  box-shadow: none !important;
}

.btn-group .btn-secondary,
.input-group .btn-secondary {
  border-right: var(--bs-border-width) solid #596d83;
  border-left: var(--bs-border-width) solid #596d83;
}

.btn-group-vertical .btn-secondary {
  border-top-color: #596d83;
  border-bottom-color: #596d83;
}

.btn-label-secondary {
  color: #8a8a88;
  border-color: transparent;
  background: #e7ebef;
}
.btn-label-secondary:hover {
  border-color: transparent !important;
  background: #8a8a88 !important;
  color: #fff !important;
}
.btn-label-secondary:focus, .btn-label-secondary.focus {
  color: #fff;
  background: #596d83;
  box-shadow: none !important;
}
.btn-label-secondary:active, .btn-label-secondary.active, .btn-label-secondary.show.dropdown-toggle, .show > .btn-label-secondary.dropdown-toggle {
  color: #fff !important;
  background-color: #596d83 !important;
  border-color: transparent !important;
}
.btn-label-secondary:active:focus, .btn-label-secondary.active:focus, .btn-label-secondary.show.dropdown-toggle:focus, .show > .btn-label-secondary.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-label-secondary.disabled, .btn-label-secondary:disabled {
  color: #8a8a88 !important;
  border-color: transparent !important;
  background: #e7ebef !important;
  box-shadow: none !important;
}

.btn-group .btn-label-secondary,
.input-group .btn-label-secondary {
  border-right: var(--bs-border-width) solid #596d83;
  border-left: var(--bs-border-width) solid #596d83;
}

.btn-group-vertical .btn-label-secondary {
  border-top-color: #596d83;
  border-bottom-color: #596d83;
}

.btn-outline-secondary {
  color: #8a8a88;
  border-color: #8a8a88;
  background: transparent;
}
.btn-outline-secondary:hover {
  color: #fff !important;
  background-color: #8a8a88 !important;
  border-color: #8a8a88 !important;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  color: #fff;
  background-color: #596d83;
  border-color: #596d83;
  box-shadow: none;
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff !important;
  background-color: #596d83 !important;
  border-color: #596d83 !important;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: none;
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #8a8a88 !important;
  background-color: transparent !important;
}

.btn-outline-secondary .badge {
  background: #8a8a88;
  border-color: #8a8a88;
  color: #fff;
}

.btn-outline-secondary:hover .badge,
.btn-outline-secondary:focus:hover .badge,
.btn-outline-secondary:active .badge,
.btn-outline-secondary.active .badge,
.show > .btn-outline-secondary.dropdown-toggle .badge {
  background: #fff;
  border-color: #fff;
  color: #8a8a88;
}

.btn-success, .btn-success[data-trigger=hover].dropdown-toggle:not(.show) {
  color: #fff;
  background-color: #39da8a;
  border-color: #39da8a;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}
.btn-success:hover, .btn-success[data-trigger=hover].show.dropdown-toggle:hover {
  color: #fff !important;
  background-color: #61e1a1 !important;
  border-color: #61e1a1 !important;
  box-shadow: 0 0.25rem 1rem rgba(147, 158, 170, 0.45) !important;
}
.btn-check:focus + .btn-success, .btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #30b975;
  border-color: #30b975;
  box-shadow: none;
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .btn-success.show.dropdown-toggle, .show > .btn-success.dropdown-toggle {
  color: #fff !important;
  background-color: #30b975 !important;
  border-color: #30b975 !important;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .btn-success.show.dropdown-toggle:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff !important;
  background-color: #39da8a !important;
  border-color: #39da8a !important;
  box-shadow: none !important;
}

.btn-group .btn-success,
.input-group .btn-success {
  border-right: var(--bs-border-width) solid #30b975;
  border-left: var(--bs-border-width) solid #30b975;
}

.btn-group-vertical .btn-success {
  border-top-color: #30b975;
  border-bottom-color: #30b975;
}

.btn-label-success {
  color: #39da8a;
  border-color: transparent;
  background: #dff9ec;
}
.btn-label-success:hover {
  border-color: transparent !important;
  background: #39da8a !important;
  color: #fff !important;
}
.btn-label-success:focus, .btn-label-success.focus {
  color: #fff;
  background: #30b975;
  box-shadow: none !important;
}
.btn-label-success:active, .btn-label-success.active, .btn-label-success.show.dropdown-toggle, .show > .btn-label-success.dropdown-toggle {
  color: #fff !important;
  background-color: #30b975 !important;
  border-color: transparent !important;
}
.btn-label-success:active:focus, .btn-label-success.active:focus, .btn-label-success.show.dropdown-toggle:focus, .show > .btn-label-success.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-label-success.disabled, .btn-label-success:disabled {
  color: #39da8a !important;
  border-color: transparent !important;
  background: #dff9ec !important;
  box-shadow: none !important;
}

.btn-group .btn-label-success,
.input-group .btn-label-success {
  border-right: var(--bs-border-width) solid #30b975;
  border-left: var(--bs-border-width) solid #30b975;
}

.btn-group-vertical .btn-label-success {
  border-top-color: #30b975;
  border-bottom-color: #30b975;
}

.btn-outline-success {
  color: #39da8a;
  border-color: #39da8a;
  background: transparent;
}
.btn-outline-success:hover {
  color: #fff !important;
  background-color: #39da8a !important;
  border-color: #39da8a !important;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  color: #fff;
  background-color: #30b975;
  border-color: #30b975;
  box-shadow: none;
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #fff !important;
  background-color: #30b975 !important;
  border-color: #30b975 !important;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: none;
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #39da8a !important;
  background-color: transparent !important;
}

.btn-outline-success .badge {
  background: #39da8a;
  border-color: #39da8a;
  color: #fff;
}

.btn-outline-success:hover .badge,
.btn-outline-success:focus:hover .badge,
.btn-outline-success:active .badge,
.btn-outline-success.active .badge,
.show > .btn-outline-success.dropdown-toggle .badge {
  background: #fff;
  border-color: #fff;
  color: #39da8a;
}

.btn-info, .btn-info[data-trigger=hover].dropdown-toggle:not(.show) {
  color: #fff;
  background-color: #00cfdd;
  border-color: #00cfdd;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}
.btn-info:hover, .btn-info[data-trigger=hover].show.dropdown-toggle:hover {
  color: #fff !important;
  background-color: #33d9e4 !important;
  border-color: #33d9e4 !important;
  box-shadow: 0 0.25rem 1rem rgba(147, 158, 170, 0.45) !important;
}
.btn-check:focus + .btn-info, .btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #00b0bc;
  border-color: #00b0bc;
  box-shadow: none;
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .btn-info.show.dropdown-toggle, .show > .btn-info.dropdown-toggle {
  color: #fff !important;
  background-color: #00b0bc !important;
  border-color: #00b0bc !important;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .btn-info.show.dropdown-toggle:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff !important;
  background-color: #00cfdd !important;
  border-color: #00cfdd !important;
  box-shadow: none !important;
}

.btn-group .btn-info,
.input-group .btn-info {
  border-right: var(--bs-border-width) solid #00b0bc;
  border-left: var(--bs-border-width) solid #00b0bc;
}

.btn-group-vertical .btn-info {
  border-top-color: #00b0bc;
  border-bottom-color: #00b0bc;
}

.btn-label-info {
  color: #00cfdd;
  border-color: transparent;
  background: #d6f7fa;
}
.btn-label-info:hover {
  border-color: transparent !important;
  background: #00cfdd !important;
  color: #fff !important;
}
.btn-label-info:focus, .btn-label-info.focus {
  color: #fff;
  background: #00b0bc;
  box-shadow: none !important;
}
.btn-label-info:active, .btn-label-info.active, .btn-label-info.show.dropdown-toggle, .show > .btn-label-info.dropdown-toggle {
  color: #fff !important;
  background-color: #00b0bc !important;
  border-color: transparent !important;
}
.btn-label-info:active:focus, .btn-label-info.active:focus, .btn-label-info.show.dropdown-toggle:focus, .show > .btn-label-info.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-label-info.disabled, .btn-label-info:disabled {
  color: #00cfdd !important;
  border-color: transparent !important;
  background: #d6f7fa !important;
  box-shadow: none !important;
}

.btn-group .btn-label-info,
.input-group .btn-label-info {
  border-right: var(--bs-border-width) solid #00b0bc;
  border-left: var(--bs-border-width) solid #00b0bc;
}

.btn-group-vertical .btn-label-info {
  border-top-color: #00b0bc;
  border-bottom-color: #00b0bc;
}

.btn-outline-info {
  color: #00cfdd;
  border-color: #00cfdd;
  background: transparent;
}
.btn-outline-info:hover {
  color: #fff !important;
  background-color: #00cfdd !important;
  border-color: #00cfdd !important;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  color: #fff;
  background-color: #00b0bc;
  border-color: #00b0bc;
  box-shadow: none;
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #fff !important;
  background-color: #00b0bc !important;
  border-color: #00b0bc !important;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: none;
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #00cfdd !important;
  background-color: transparent !important;
}

.btn-outline-info .badge {
  background: #00cfdd;
  border-color: #00cfdd;
  color: #fff;
}

.btn-outline-info:hover .badge,
.btn-outline-info:focus:hover .badge,
.btn-outline-info:active .badge,
.btn-outline-info.active .badge,
.show > .btn-outline-info.dropdown-toggle .badge {
  background: #fff;
  border-color: #fff;
  color: #00cfdd;
}

.btn-warning, .btn-warning[data-trigger=hover].dropdown-toggle:not(.show) {
  color: #fff;
  background-color: #fdac41;
  border-color: #fdac41;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}
.btn-warning:hover, .btn-warning[data-trigger=hover].show.dropdown-toggle:hover {
  color: #fff !important;
  background-color: #fdbd67 !important;
  border-color: #fdbd67 !important;
  box-shadow: 0 0.25rem 1rem rgba(147, 158, 170, 0.45) !important;
}
.btn-check:focus + .btn-warning, .btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #d79237;
  border-color: #d79237;
  box-shadow: none;
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .btn-warning.show.dropdown-toggle, .show > .btn-warning.dropdown-toggle {
  color: #fff !important;
  background-color: #d79237 !important;
  border-color: #d79237 !important;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .btn-warning.show.dropdown-toggle:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #fff !important;
  background-color: #fdac41 !important;
  border-color: #fdac41 !important;
  box-shadow: none !important;
}

.btn-group .btn-warning,
.input-group .btn-warning {
  border-right: var(--bs-border-width) solid #d79237;
  border-left: var(--bs-border-width) solid #d79237;
}

.btn-group-vertical .btn-warning {
  border-top-color: #d79237;
  border-bottom-color: #d79237;
}

.btn-label-warning {
  color: #fdac41;
  border-color: transparent;
  background: #fff2e1;
}
.btn-label-warning:hover {
  border-color: transparent !important;
  background: #fdac41 !important;
  color: #fff !important;
}
.btn-label-warning:focus, .btn-label-warning.focus {
  color: #fff;
  background: #d79237;
  box-shadow: none !important;
}
.btn-label-warning:active, .btn-label-warning.active, .btn-label-warning.show.dropdown-toggle, .show > .btn-label-warning.dropdown-toggle {
  color: #fff !important;
  background-color: #d79237 !important;
  border-color: transparent !important;
}
.btn-label-warning:active:focus, .btn-label-warning.active:focus, .btn-label-warning.show.dropdown-toggle:focus, .show > .btn-label-warning.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-label-warning.disabled, .btn-label-warning:disabled {
  color: #fdac41 !important;
  border-color: transparent !important;
  background: #fff2e1 !important;
  box-shadow: none !important;
}

.btn-group .btn-label-warning,
.input-group .btn-label-warning {
  border-right: var(--bs-border-width) solid #d79237;
  border-left: var(--bs-border-width) solid #d79237;
}

.btn-group-vertical .btn-label-warning {
  border-top-color: #d79237;
  border-bottom-color: #d79237;
}

.btn-outline-warning {
  color: #fdac41;
  border-color: #fdac41;
  background: transparent;
}
.btn-outline-warning:hover {
  color: #fff !important;
  background-color: #fdac41 !important;
  border-color: #fdac41 !important;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  color: #fff;
  background-color: #d79237;
  border-color: #d79237;
  box-shadow: none;
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #fff !important;
  background-color: #d79237 !important;
  border-color: #d79237 !important;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: none;
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #fdac41 !important;
  background-color: transparent !important;
}

.btn-outline-warning .badge {
  background: #fdac41;
  border-color: #fdac41;
  color: #fff;
}

.btn-outline-warning:hover .badge,
.btn-outline-warning:focus:hover .badge,
.btn-outline-warning:active .badge,
.btn-outline-warning.active .badge,
.show > .btn-outline-warning.dropdown-toggle .badge {
  background: #fff;
  border-color: #fff;
  color: #fdac41;
}

.btn-danger, .btn-danger[data-trigger=hover].dropdown-toggle:not(.show) {
  color: #fff;
  background-color: #ff5b5c;
  border-color: #ff5b5c;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}
.btn-danger:hover, .btn-danger[data-trigger=hover].show.dropdown-toggle:hover {
  color: #fff !important;
  background-color: #ff7c7d !important;
  border-color: #ff7c7d !important;
  box-shadow: 0 0.25rem 1rem rgba(147, 158, 170, 0.45) !important;
}
.btn-check:focus + .btn-danger, .btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #d94d4e;
  border-color: #d94d4e;
  box-shadow: none;
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .btn-danger.show.dropdown-toggle, .show > .btn-danger.dropdown-toggle {
  color: #fff !important;
  background-color: #d94d4e !important;
  border-color: #d94d4e !important;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .btn-danger.show.dropdown-toggle:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff !important;
  background-color: #ff5b5c !important;
  border-color: #ff5b5c !important;
  box-shadow: none !important;
}

.btn-group .btn-danger,
.input-group .btn-danger {
  border-right: var(--bs-border-width) solid #d94d4e;
  border-left: var(--bs-border-width) solid #d94d4e;
}

.btn-group-vertical .btn-danger {
  border-top-color: #d94d4e;
  border-bottom-color: #d94d4e;
}

.btn-label-danger {
  color: #ff5b5c;
  border-color: transparent;
  background: #ffe5e5;
}
.btn-label-danger:hover {
  border-color: transparent !important;
  background: #ff5b5c !important;
  color: #fff !important;
}
.btn-label-danger:focus, .btn-label-danger.focus {
  color: #fff;
  background: #d94d4e;
  box-shadow: none !important;
}
.btn-label-danger:active, .btn-label-danger.active, .btn-label-danger.show.dropdown-toggle, .show > .btn-label-danger.dropdown-toggle {
  color: #fff !important;
  background-color: #d94d4e !important;
  border-color: transparent !important;
}
.btn-label-danger:active:focus, .btn-label-danger.active:focus, .btn-label-danger.show.dropdown-toggle:focus, .show > .btn-label-danger.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-label-danger.disabled, .btn-label-danger:disabled {
  color: #ff5b5c !important;
  border-color: transparent !important;
  background: #ffe5e5 !important;
  box-shadow: none !important;
}

.btn-group .btn-label-danger,
.input-group .btn-label-danger {
  border-right: var(--bs-border-width) solid #d94d4e;
  border-left: var(--bs-border-width) solid #d94d4e;
}

.btn-group-vertical .btn-label-danger {
  border-top-color: #d94d4e;
  border-bottom-color: #d94d4e;
}

.btn-outline-danger {
  color: #ff5b5c;
  border-color: #ff5b5c;
  background: transparent;
}
.btn-outline-danger:hover {
  color: #fff !important;
  background-color: #ff5b5c !important;
  border-color: #ff5b5c !important;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  color: #fff;
  background-color: #d94d4e;
  border-color: #d94d4e;
  box-shadow: none;
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff !important;
  background-color: #d94d4e !important;
  border-color: #d94d4e !important;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: none;
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #ff5b5c !important;
  background-color: transparent !important;
}

.btn-outline-danger .badge {
  background: #ff5b5c;
  border-color: #ff5b5c;
  color: #fff;
}

.btn-outline-danger:hover .badge,
.btn-outline-danger:focus:hover .badge,
.btn-outline-danger:active .badge,
.btn-outline-danger.active .badge,
.show > .btn-outline-danger.dropdown-toggle .badge {
  background: #fff;
  border-color: #fff;
  color: #ff5b5c;
}

.btn-light, .btn-light[data-trigger=hover].dropdown-toggle:not(.show) {
  color: #263c55;
  background-color: #e5e9ed;
  border-color: #e5e9ed;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}
.btn-light:hover, .btn-light[data-trigger=hover].show.dropdown-toggle:hover {
  color: #fff !important;
  background-color: #b7babe !important;
  border-color: #b7babe !important;
  box-shadow: 0 0.25rem 1rem rgba(147, 158, 170, 0.45) !important;
}
.btn-check:focus + .btn-light, .btn-light:focus, .btn-light.focus {
  color: #263c55;
  background-color: #e9ecf0;
  border-color: #e9ecf0;
  box-shadow: none;
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .btn-light.show.dropdown-toggle, .show > .btn-light.dropdown-toggle {
  color: #263c55 !important;
  background-color: #e9ecf0 !important;
  border-color: #e9ecf0 !important;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .btn-light.show.dropdown-toggle:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-light.disabled, .btn-light:disabled {
  color: #263c55 !important;
  background-color: #e5e9ed !important;
  border-color: #e5e9ed !important;
  box-shadow: none !important;
}

.btn-group .btn-light,
.input-group .btn-light {
  border-right: var(--bs-border-width) solid #e9ecf0;
  border-left: var(--bs-border-width) solid #e9ecf0;
}

.btn-group-vertical .btn-light {
  border-top-color: #e9ecf0;
  border-bottom-color: #e9ecf0;
}

.btn-label-light {
  color: #e5e9ed;
  border-color: transparent;
  background: #fbfbfc;
}
.btn-label-light:hover {
  border-color: transparent !important;
  background: #e5e9ed !important;
  color: #263c55 !important;
}
.btn-label-light:focus, .btn-label-light.focus {
  color: #263c55;
  background: #e9ecf0;
  box-shadow: none !important;
}
.btn-label-light:active, .btn-label-light.active, .btn-label-light.show.dropdown-toggle, .show > .btn-label-light.dropdown-toggle {
  color: #263c55 !important;
  background-color: #e9ecf0 !important;
  border-color: transparent !important;
}
.btn-label-light:active:focus, .btn-label-light.active:focus, .btn-label-light.show.dropdown-toggle:focus, .show > .btn-label-light.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-label-light.disabled, .btn-label-light:disabled {
  color: #e5e9ed !important;
  border-color: transparent !important;
  background: #fbfbfc !important;
  box-shadow: none !important;
}

.btn-group .btn-label-light,
.input-group .btn-label-light {
  border-right: var(--bs-border-width) solid #e9ecf0;
  border-left: var(--bs-border-width) solid #e9ecf0;
}

.btn-group-vertical .btn-label-light {
  border-top-color: #e9ecf0;
  border-bottom-color: #e9ecf0;
}

.btn-outline-light {
  color: #e5e9ed;
  border-color: #e5e9ed;
  background: transparent;
}
.btn-outline-light:hover {
  color: #263c55 !important;
  background-color: #e5e9ed !important;
  border-color: #e5e9ed !important;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  color: #fff;
  background-color: #c3c6c9;
  border-color: #c3c6c9;
  box-shadow: none;
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #fff !important;
  background-color: #c3c6c9 !important;
  border-color: #c3c6c9 !important;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: none;
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #e5e9ed !important;
  background-color: transparent !important;
}

.btn-outline-light .badge {
  background: #e5e9ed;
  border-color: #e5e9ed;
  color: #263c55;
}

.btn-outline-light:hover .badge,
.btn-outline-light:focus:hover .badge,
.btn-outline-light:active .badge,
.btn-outline-light.active .badge,
.show > .btn-outline-light.dropdown-toggle .badge {
  background: #263c55;
  border-color: #263c55;
  color: #e5e9ed;
}

.btn-dark, .btn-dark[data-trigger=hover].dropdown-toggle:not(.show) {
  color: #fff;
  background-color: #495563;
  border-color: #495563;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}
.btn-dark:hover, .btn-dark[data-trigger=hover].show.dropdown-toggle:hover {
  color: #fff !important;
  background-color: #6d7782 !important;
  border-color: #6d7782 !important;
  box-shadow: 0 0.25rem 1rem rgba(147, 158, 170, 0.45) !important;
}
.btn-check:focus + .btn-dark, .btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #3e4854;
  border-color: #3e4854;
  box-shadow: none;
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .btn-dark.show.dropdown-toggle, .show > .btn-dark.dropdown-toggle {
  color: #fff !important;
  background-color: #3e4854 !important;
  border-color: #3e4854 !important;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .btn-dark.show.dropdown-toggle:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff !important;
  background-color: #495563 !important;
  border-color: #495563 !important;
  box-shadow: none !important;
}

.btn-group .btn-dark,
.input-group .btn-dark {
  border-right: var(--bs-border-width) solid #3e4854;
  border-left: var(--bs-border-width) solid #3e4854;
}

.btn-group-vertical .btn-dark {
  border-top-color: #3e4854;
  border-bottom-color: #3e4854;
}

.btn-label-dark {
  color: #495563;
  border-color: transparent;
  background: #e2e4e6;
}
.btn-label-dark:hover {
  border-color: transparent !important;
  background: #495563 !important;
  color: #fff !important;
}
.btn-label-dark:focus, .btn-label-dark.focus {
  color: #fff;
  background: #3e4854;
  box-shadow: none !important;
}
.btn-label-dark:active, .btn-label-dark.active, .btn-label-dark.show.dropdown-toggle, .show > .btn-label-dark.dropdown-toggle {
  color: #fff !important;
  background-color: #3e4854 !important;
  border-color: transparent !important;
}
.btn-label-dark:active:focus, .btn-label-dark.active:focus, .btn-label-dark.show.dropdown-toggle:focus, .show > .btn-label-dark.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-label-dark.disabled, .btn-label-dark:disabled {
  color: #495563 !important;
  border-color: transparent !important;
  background: #e2e4e6 !important;
  box-shadow: none !important;
}

.btn-group .btn-label-dark,
.input-group .btn-label-dark {
  border-right: var(--bs-border-width) solid #3e4854;
  border-left: var(--bs-border-width) solid #3e4854;
}

.btn-group-vertical .btn-label-dark {
  border-top-color: #3e4854;
  border-bottom-color: #3e4854;
}

.btn-outline-dark {
  color: #495563;
  border-color: #495563;
  background: transparent;
}
.btn-outline-dark:hover {
  color: #fff !important;
  background-color: #495563 !important;
  border-color: #495563 !important;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  color: #fff;
  background-color: #3e4854;
  border-color: #3e4854;
  box-shadow: none;
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff !important;
  background-color: #3e4854 !important;
  border-color: #3e4854 !important;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: none;
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #495563 !important;
  background-color: transparent !important;
}

.btn-outline-dark .badge {
  background: #495563;
  border-color: #495563;
  color: #fff;
}

.btn-outline-dark:hover .badge,
.btn-outline-dark:focus:hover .badge,
.btn-outline-dark:active .badge,
.btn-outline-dark.active .badge,
.show > .btn-outline-dark.dropdown-toggle .badge {
  background: #fff;
  border-color: #fff;
  color: #495563;
}

.btn-gray, .btn-gray[data-trigger=hover].dropdown-toggle:not(.show) {
  color: #fff;
  background-color: rgba(38, 60, 85, 0.5);
  border-color: rgba(38, 60, 85, 0.5);
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}
.btn-gray:hover, .btn-gray[data-trigger=hover].show.dropdown-toggle:hover {
  color: #fff !important;
  background-color: rgba(131, 144, 158, 0.6) !important;
  border-color: rgba(131, 144, 158, 0.6) !important;
  box-shadow: 0 0.25rem 1rem rgba(147, 158, 170, 0.45) !important;
}
.btn-check:focus + .btn-gray, .btn-gray:focus, .btn-gray.focus {
  color: #fff;
  background-color: rgba(25, 39, 56, 0.575);
  border-color: rgba(25, 39, 56, 0.575);
  box-shadow: none;
}
.btn-check:checked + .btn-gray, .btn-check:active + .btn-gray, .btn-gray:active, .btn-gray.active, .btn-gray.show.dropdown-toggle, .show > .btn-gray.dropdown-toggle {
  color: #fff !important;
  background-color: rgba(25, 39, 56, 0.575) !important;
  border-color: rgba(25, 39, 56, 0.575) !important;
}
.btn-check:checked + .btn-gray:focus, .btn-check:active + .btn-gray:focus, .btn-gray:active:focus, .btn-gray.active:focus, .btn-gray.show.dropdown-toggle:focus, .show > .btn-gray.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-gray.disabled, .btn-gray:disabled {
  color: #fff !important;
  background-color: rgba(38, 60, 85, 0.5) !important;
  border-color: rgba(38, 60, 85, 0.5) !important;
  box-shadow: none !important;
}

.btn-group .btn-gray,
.input-group .btn-gray {
  border-right: var(--bs-border-width) solid rgba(25, 39, 56, 0.575);
  border-left: var(--bs-border-width) solid rgba(25, 39, 56, 0.575);
}

.btn-group-vertical .btn-gray {
  border-top-color: rgba(25, 39, 56, 0.575);
  border-bottom-color: rgba(25, 39, 56, 0.575);
}

.btn-label-gray {
  color: rgba(38, 60, 85, 0.5);
  border-color: transparent;
  background: rgba(242, 243, 245, 0.92);
}
.btn-label-gray:hover {
  border-color: transparent !important;
  background: rgba(38, 60, 85, 0.5) !important;
  color: #fff !important;
}
.btn-label-gray:focus, .btn-label-gray.focus {
  color: #fff;
  background: rgba(25, 39, 56, 0.575);
  box-shadow: none !important;
}
.btn-label-gray:active, .btn-label-gray.active, .btn-label-gray.show.dropdown-toggle, .show > .btn-label-gray.dropdown-toggle {
  color: #fff !important;
  background-color: rgba(25, 39, 56, 0.575) !important;
  border-color: transparent !important;
}
.btn-label-gray:active:focus, .btn-label-gray.active:focus, .btn-label-gray.show.dropdown-toggle:focus, .show > .btn-label-gray.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-label-gray.disabled, .btn-label-gray:disabled {
  color: rgba(38, 60, 85, 0.5) !important;
  border-color: transparent !important;
  background: rgba(242, 243, 245, 0.92) !important;
  box-shadow: none !important;
}

.btn-group .btn-label-gray,
.input-group .btn-label-gray {
  border-right: var(--bs-border-width) solid rgba(25, 39, 56, 0.575);
  border-left: var(--bs-border-width) solid rgba(25, 39, 56, 0.575);
}

.btn-group-vertical .btn-label-gray {
  border-top-color: rgba(25, 39, 56, 0.575);
  border-bottom-color: rgba(25, 39, 56, 0.575);
}

.btn-outline-gray {
  color: rgba(38, 60, 85, 0.5);
  border-color: rgba(38, 60, 85, 0.5);
  background: transparent;
}
.btn-outline-gray:hover {
  color: #fff !important;
  background-color: rgba(38, 60, 85, 0.5) !important;
  border-color: rgba(38, 60, 85, 0.5) !important;
}
.btn-check:focus + .btn-outline-gray, .btn-outline-gray:focus {
  color: #fff;
  background-color: rgba(25, 39, 56, 0.575);
  border-color: rgba(25, 39, 56, 0.575);
  box-shadow: none;
}
.btn-check:checked + .btn-outline-gray, .btn-check:active + .btn-outline-gray, .btn-outline-gray:active, .btn-outline-gray.active, .btn-outline-gray.dropdown-toggle.show {
  color: #fff !important;
  background-color: rgba(25, 39, 56, 0.575) !important;
  border-color: rgba(25, 39, 56, 0.575) !important;
}
.btn-check:checked + .btn-outline-gray:focus, .btn-check:active + .btn-outline-gray:focus, .btn-outline-gray:active:focus, .btn-outline-gray.active:focus, .btn-outline-gray.dropdown-toggle.show:focus {
  box-shadow: none;
}
.btn-outline-gray.disabled, .btn-outline-gray:disabled {
  color: rgba(38, 60, 85, 0.5) !important;
  background-color: transparent !important;
}

.btn-outline-gray .badge {
  background: rgba(38, 60, 85, 0.5);
  border-color: rgba(38, 60, 85, 0.5);
  color: #fff;
}

.btn-outline-gray:hover .badge,
.btn-outline-gray:focus:hover .badge,
.btn-outline-gray:active .badge,
.btn-outline-gray.active .badge,
.show > .btn-outline-gray.dropdown-toggle .badge {
  background: #fff;
  border-color: #fff;
  color: #263c55;
}

.btn-icon {
  --bs-btn-active-border-color: transparent;
  padding: 0;
  width: calc(2.2505rem + calc(var(--bs-border-width) * 2));
  height: calc(2.2505rem + calc(var(--bs-border-width) * 2));
  display: inline-flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
}
.btn-icon.btn-xl, .btn-group-xl > .btn-icon.btn {
  width: calc(3.625rem + calc(var(--bs-border-width) * 2));
  height: calc(3.625rem + calc(var(--bs-border-width) * 2));
}
.btn-icon.btn-xl > span, .btn-group-xl > .btn-icon.btn > span {
  font-size: 1.25rem;
}
.btn-icon.btn-lg, .btn-group-lg > .btn-icon.btn {
  width: calc(3.0745rem + calc(var(--bs-border-width) * 2));
  height: calc(3.0745rem + calc(var(--bs-border-width) * 2));
  font-size: 1.063rem;
}
.btn-icon.btn-sm, .btn-group-sm > .btn-icon.btn {
  width: calc(1.3496rem + calc(var(--bs-border-width) * 2));
  height: calc(1.3496rem + calc(var(--bs-border-width) * 2));
  font-size: 0.813rem;
}
.btn-icon.btn-xs, .btn-group-xs > .btn-icon.btn {
  width: calc(0.95rem + calc(var(--bs-border-width) * 2));
  height: calc(0.95rem + calc(var(--bs-border-width) * 2));
  font-size: 0.75rem;
}

.btn.borderless:not(.active):not(:active):not(:hover):not(:focus), :not(.show) > .btn.borderless.dropdown-toggle:not(:hover):not(:focus) {
  border-color: transparent;
  box-shadow: none;
}

.btn.btn-link {
  font-size: inherit;
}

.btn-pinned {
  position: absolute;
  top: 0.75rem;
}
html:not([dir=rtl]) .btn-pinned {
  right: 0.75rem;
}
[dir=rtl] .btn-pinned {
  left: 0.75rem;
}

button:focus,
button:focus-visible {
  outline: none;
}

.btn:not([class*=btn-]):active,
.btn:not([class*=btn-]).active,
.btn:not([class*=btn-]).show,
.btn:not([class*=btn-]) {
  border: none;
}

.dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split,
.input-group-lg .btn + .dropdown-toggle-split,
.btn-xl + .dropdown-toggle-split,
.btn-group-xl > .btn + .dropdown-toggle-split {
  padding-right: 0.7em;
  padding-left: 0.7em;
}

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split,
.input-group-sm .btn + .dropdown-toggle-split {
  padding-right: 0.6em;
  padding-left: 0.6em;
}

.btn-xs + .dropdown-toggle-split,
.btn-group-xs > .btn + .dropdown-toggle-split {
  padding-right: 0.5em;
  padding-left: 0.5em;
}

html:not([dir=rtl]) .btn-group > .btn-group:first-child > .btn:not([class*=btn-outline-]):first-child,
html:not([dir=rtl]) .input-group > .btn:not([class*=btn-outline-]):first-child,
html:not([dir=rtl]) :not(.btn-group):not(.input-group) > .btn-group > .btn:not([class*=btn-outline-]):first-child,
html:not([dir=rtl]) .input-group > .btn-group:first-child > .btn:not([class*=btn-outline-]):first-child {
  border-left-color: transparent;
}
[dir=rtl] .btn-group > .btn-group:first-child > .btn:not([class*=btn-outline-]):first-child,
[dir=rtl] .input-group > .btn:not([class*=btn-outline-]):first-child,
[dir=rtl] :not(.btn-group):not(.input-group) > .btn-group > .btn:not([class*=btn-outline-]):first-child,
[dir=rtl] .input-group > .btn-group:first-child > .btn:not([class*=btn-outline-]):first-child {
  border-right-color: transparent;
}

html:not([dir=rtl]) .btn-group > .btn-group:last-child > .btn:not([class*=btn-outline-]):last-of-type,
html:not([dir=rtl]) .input-group > .btn:not([class*=btn-outline-]):last-of-type,
html:not([dir=rtl]) :not(.btn-group):not(.input-group) > .btn-group > .btn:not([class*=btn-outline-]):last-of-type,
html:not([dir=rtl]) .input-group > .btn-group:last-child > .btn:not([class*=btn-outline-]):last-of-type {
  border-right-color: transparent;
}
[dir=rtl] .btn-group > .btn-group:last-child > .btn:not([class*=btn-outline-]):last-of-type,
[dir=rtl] .input-group > .btn:not([class*=btn-outline-]):last-of-type,
[dir=rtl] :not(.btn-group):not(.input-group) > .btn-group > .btn:not([class*=btn-outline-]):last-of-type,
[dir=rtl] .input-group > .btn-group:last-child > .btn:not([class*=btn-outline-]):last-of-type {
  border-left-color: transparent;
}

[dir=rtl] .btn-group .btn[class] {
  border-radius: 0.25rem;
}
[dir=rtl] .btn-group .btn-xs[class],
[dir=rtl] .btn-group-xs .btn[class] {
  border-radius: 0.125rem;
}
[dir=rtl] .btn-group .btn-sm[class],
[dir=rtl] .btn-group-sm .btn[class] {
  border-radius: 0.1875rem;
}
[dir=rtl] .btn-group .btn-lg[class],
[dir=rtl] .btn-group-lg .btn[class] {
  border-radius: 0.3125rem;
}
[dir=rtl] .btn-group .btn-xl[class],
[dir=rtl] .btn-group-xl .btn[class] {
  border-radius: 0.375rem;
}
[dir=rtl] .btn-group > .btn:not(:first-child),
[dir=rtl] .btn-group > .btn-group:not(:first-child) {
  margin-left: 0;
  margin-right: calc(var(--bs-border-width) * -1);
}
[dir=rtl] .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
[dir=rtl] .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
[dir=rtl] .btn-group > .btn:nth-child(n+3),
[dir=rtl] .btn-group > :not(.btn-check) + .btn,
[dir=rtl] .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
[dir=rtl] .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
[dir=rtl] .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
[dir=rtl] .btn-group-vertical > .btn ~ .btn,
[dir=rtl] .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.badge {
  text-transform: uppercase;
  line-height: 0.92;
}
.badge i {
  line-height: 0.92;
}

.badge-center {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 1.5rem;
  width: 1.5rem;
  font-size: 0.813em;
}
.badge-center i {
  font-size: 0.8rem;
}

.badge.badge-dot {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  vertical-align: middle;
}

.badge.badge-notifications {
  position: absolute;
  top: auto;
  display: inline-block;
  margin: 0;
  transform: translate(-50%, -30%);
}
[dir=rtl] .badge.badge-notifications {
  transform: translate(50%, -30%);
}
.badge.badge-notifications:not(.badge-dot) {
  padding: 0.05rem 0.2rem;
  font-size: 0.582rem;
  line-height: 0.75rem;
}

[data-trigger=hover] {
  outline: 0;
}

.dropdown-menu {
  box-shadow: 0 0.25rem 1rem rgba(147, 158, 170, 0.45);
}
.mega-dropdown > .dropdown-menu {
  left: 0 !important;
  right: 0 !important;
}
.dropdown-menu .badge[class^=float-],
.dropdown-menu .badge[class*=" float-"] {
  position: relative;
  top: 0.071em;
}
[dir=rtl] .dropdown-menu {
  text-align: right;
}

.dropdown-item {
  line-height: 1.54;
}

.dropdown-header {
  font-size: 0.9375rem;
}

.dropdown-toggle.hide-arrow::before, .dropdown-toggle.hide-arrow::after,
.dropdown-toggle-hide-arrow > .dropdown-toggle::before,
.dropdown-toggle-hide-arrow > .dropdown-toggle::after {
  display: none;
}

.dropdown-toggle::after {
  margin-top: -0.45em;
  width: 0.45em;
  height: 0.45em;
  border: 1.5px solid;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
}

.dropend .dropdown-toggle::after {
  margin-top: -0.45em;
  width: 0.45em;
  height: 0.45em;
  border: 1.5px solid;
  border-top: 0;
  border-left: 0;
  transform: rotate(-45deg);
}
[dir=rtl] .dropend .dropdown-toggle::after {
  margin-left: 0 !important;
  margin-right: 0.75em !important;
  transform: rotate(135deg);
}

.dropstart .dropdown-toggle::before {
  margin-top: -0.45em;
  width: 0.45em;
  height: 0.45em;
  border: 1.5px solid;
  border-top: 0;
  border-right: 0;
  transform: rotate(45deg);
}
[dir=rtl] .dropstart .dropdown-toggle::before {
  margin-right: 0 !important;
  margin-left: 0.75em !important;
  transform: rotate(225deg);
}

.dropup .dropdown-toggle::after {
  margin-top: 0;
  width: 0.45em;
  height: 0.45em;
  border: 1.5px solid;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(-45deg);
}

.dropstart .dropdown-toggle::before,
.dropend .dropdown-toggle::after {
  vertical-align: middle;
}

[dir=rtl] .dropdown-toggle:not(.dropdown-toggle-split)::after {
  margin-left: 0;
  margin-right: 0.75em;
}

[dir=rtl] .dropdown-menu-start {
  --bs-position: start;
}
[dir=rtl] .dropdown-menu-start[data-bs-popper] {
  left: auto;
  right: 0;
}
[dir=rtl] .dropdown-menu-end {
  --bs-position: end;
}
[dir=rtl] .dropdown-menu-end[data-bs-popper] {
  left: 0;
  right: auto;
}
@media (min-width: 576px) {
  [dir=rtl] .dropdown-menu-sm-start {
    --bs-position: start;
  }
  [dir=rtl] .dropdown-menu-sm-start[data-bs-popper] {
    left: auto;
    right: 0;
  }
  [dir=rtl] .dropdown-menu-sm-end {
    --bs-position: end;
  }
  [dir=rtl] .dropdown-menu-sm-end[data-bs-popper] {
    left: 0;
    right: auto;
  }
}
@media (min-width: 768px) {
  [dir=rtl] .dropdown-menu-md-start {
    --bs-position: start;
  }
  [dir=rtl] .dropdown-menu-md-start[data-bs-popper] {
    left: auto;
    right: 0;
  }
  [dir=rtl] .dropdown-menu-md-end {
    --bs-position: end;
  }
  [dir=rtl] .dropdown-menu-md-end[data-bs-popper] {
    left: 0;
    right: auto;
  }
}
@media (min-width: 992px) {
  [dir=rtl] .dropdown-menu-lg-start {
    --bs-position: start;
  }
  [dir=rtl] .dropdown-menu-lg-start[data-bs-popper] {
    left: auto;
    right: 0;
  }
  [dir=rtl] .dropdown-menu-lg-end {
    --bs-position: end;
  }
  [dir=rtl] .dropdown-menu-lg-end[data-bs-popper] {
    left: 0;
    right: auto;
  }
}
@media (min-width: 1200px) {
  [dir=rtl] .dropdown-menu-xl-start {
    --bs-position: start;
  }
  [dir=rtl] .dropdown-menu-xl-start[data-bs-popper] {
    left: auto;
    right: 0;
  }
  [dir=rtl] .dropdown-menu-xl-end {
    --bs-position: end;
  }
  [dir=rtl] .dropdown-menu-xl-end[data-bs-popper] {
    left: 0;
    right: auto;
  }
}
@media (min-width: 1400px) {
  [dir=rtl] .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  [dir=rtl] .dropdown-menu-xxl-start[data-bs-popper] {
    left: auto;
    right: 0;
  }
  [dir=rtl] .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  [dir=rtl] .dropdown-menu-xxl-end[data-bs-popper] {
    left: 0;
    right: auto;
  }
}

.nav .nav-item,
.nav .nav-link,
.tab-pane,
.tab-pane .card-body {
  outline: none !important;
}

.nav-tabs .nav-link,
.nav-pills .nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.nav-tabs .nav-link:not(.active):hover, .nav-tabs .nav-link:not(.active):focus,
.nav-pills .nav-link:not(.active):hover,
.nav-pills .nav-link:not(.active):focus {
  color: #516377;
}
.nav-tabs:not(.nav-fill):not(.nav-justified) .nav-link,
.nav-pills:not(.nav-fill):not(.nav-justified) .nav-link {
  margin-right: 0.125rem;
  width: 100%;
}
[dir=rtl] .nav-tabs:not(.nav-fill):not(.nav-justified) .nav-link,
[dir=rtl] .nav-pills:not(.nav-fill):not(.nav-justified) .nav-link {
  margin-left: 0.125rem;
  margin-right: 0;
}

.tab-content {
  padding: 1.375rem;
  border-radius: 0.25rem;
}

.nav-scrollable {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  width: 100%;
  overflow-y: auto;
  flex-wrap: nowrap;
}

.nav-tabs .nav-link {
  background-clip: padding-box;
}
.nav-tabs .nav-link.active {
  border-bottom-color: #fff;
}
.nav-tabs .nav-link.active:hover, .nav-tabs .nav-link.active:focus {
  border-bottom-color: #fff;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-bottom-color: transparent;
}

.nav-sm > .nav .nav-link, .nav-sm.nav .nav-link {
  padding: 0.3125rem 0.875rem;
  font-size: 0.813rem;
  line-height: 1.2;
}

.nav-lg > .nav .nav-link, .nav-lg.nav .nav-link {
  padding: 0.875rem 1.3125rem;
  font-size: 1.063rem;
  line-height: 1.5;
}

.nav-align-top,
.nav-align-right,
.nav-align-bottom,
.nav-align-left {
  display: flex;
}
.nav-align-top > .nav,
.nav-align-top > div > .nav,
.nav-align-right > .nav,
.nav-align-right > div > .nav,
.nav-align-bottom > .nav,
.nav-align-bottom > div > .nav,
.nav-align-left > .nav,
.nav-align-left > div > .nav {
  border: 0;
  z-index: 1;
  position: relative;
}
.nav-align-top > .nav .nav-link.active,
.nav-align-top > div > .nav .nav-link.active,
.nav-align-right > .nav .nav-link.active,
.nav-align-right > div > .nav .nav-link.active,
.nav-align-bottom > .nav .nav-link.active,
.nav-align-bottom > div > .nav .nav-link.active,
.nav-align-left > .nav .nav-link.active,
.nav-align-left > div > .nav .nav-link.active {
  border-color: #d4d8dd;
}
.nav-align-top > .nav .nav-link:not(.active):hover, .nav-align-top > .nav .nav-link:not(.active):focus,
.nav-align-top > div > .nav .nav-link:not(.active):hover,
.nav-align-top > div > .nav .nav-link:not(.active):focus,
.nav-align-right > .nav .nav-link:not(.active):hover,
.nav-align-right > .nav .nav-link:not(.active):focus,
.nav-align-right > div > .nav .nav-link:not(.active):hover,
.nav-align-right > div > .nav .nav-link:not(.active):focus,
.nav-align-bottom > .nav .nav-link:not(.active):hover,
.nav-align-bottom > .nav .nav-link:not(.active):focus,
.nav-align-bottom > div > .nav .nav-link:not(.active):hover,
.nav-align-bottom > div > .nav .nav-link:not(.active):focus,
.nav-align-left > .nav .nav-link:not(.active):hover,
.nav-align-left > .nav .nav-link:not(.active):focus,
.nav-align-left > div > .nav .nav-link:not(.active):hover,
.nav-align-left > div > .nav .nav-link:not(.active):focus {
  border-color: rgba(38, 60, 85, 0.1);
}
.nav-align-top .row-bordered > [class^=col-]::before, .nav-align-top .row-bordered > [class^=col-]::after,
.nav-align-top .row-bordered > [class*=" col-"]::before,
.nav-align-top .row-bordered > [class*=" col-"]::after,
.nav-align-top .row-bordered > [class^="col "]::before,
.nav-align-top .row-bordered > [class^="col "]::after,
.nav-align-top .row-bordered > [class*=" col "]::before,
.nav-align-top .row-bordered > [class*=" col "]::after,
.nav-align-top .row-bordered > [class$=" col"]::before,
.nav-align-top .row-bordered > [class$=" col"]::after,
.nav-align-top .row-bordered > [class=col]::before,
.nav-align-top .row-bordered > [class=col]::after,
.nav-align-right .row-bordered > [class^=col-]::before,
.nav-align-right .row-bordered > [class^=col-]::after,
.nav-align-right .row-bordered > [class*=" col-"]::before,
.nav-align-right .row-bordered > [class*=" col-"]::after,
.nav-align-right .row-bordered > [class^="col "]::before,
.nav-align-right .row-bordered > [class^="col "]::after,
.nav-align-right .row-bordered > [class*=" col "]::before,
.nav-align-right .row-bordered > [class*=" col "]::after,
.nav-align-right .row-bordered > [class$=" col"]::before,
.nav-align-right .row-bordered > [class$=" col"]::after,
.nav-align-right .row-bordered > [class=col]::before,
.nav-align-right .row-bordered > [class=col]::after,
.nav-align-bottom .row-bordered > [class^=col-]::before,
.nav-align-bottom .row-bordered > [class^=col-]::after,
.nav-align-bottom .row-bordered > [class*=" col-"]::before,
.nav-align-bottom .row-bordered > [class*=" col-"]::after,
.nav-align-bottom .row-bordered > [class^="col "]::before,
.nav-align-bottom .row-bordered > [class^="col "]::after,
.nav-align-bottom .row-bordered > [class*=" col "]::before,
.nav-align-bottom .row-bordered > [class*=" col "]::after,
.nav-align-bottom .row-bordered > [class$=" col"]::before,
.nav-align-bottom .row-bordered > [class$=" col"]::after,
.nav-align-bottom .row-bordered > [class=col]::before,
.nav-align-bottom .row-bordered > [class=col]::after,
.nav-align-left .row-bordered > [class^=col-]::before,
.nav-align-left .row-bordered > [class^=col-]::after,
.nav-align-left .row-bordered > [class*=" col-"]::before,
.nav-align-left .row-bordered > [class*=" col-"]::after,
.nav-align-left .row-bordered > [class^="col "]::before,
.nav-align-left .row-bordered > [class^="col "]::after,
.nav-align-left .row-bordered > [class*=" col "]::before,
.nav-align-left .row-bordered > [class*=" col "]::after,
.nav-align-left .row-bordered > [class$=" col"]::before,
.nav-align-left .row-bordered > [class$=" col"]::after,
.nav-align-left .row-bordered > [class=col]::before,
.nav-align-left .row-bordered > [class=col]::after {
  border-color: #e9ecee;
}

.nav-align-right,
.nav-align-left {
  align-items: stretch;
}
.nav-align-right > .nav,
.nav-align-right > div > .nav,
.nav-align-left > .nav,
.nav-align-left > div > .nav {
  flex-grow: 0;
  flex-direction: column;
}
.nav-align-right > .nav .nav-link,
.nav-align-right > div > .nav .nav-link,
.nav-align-left > .nav .nav-link,
.nav-align-left > div > .nav .nav-link {
  margin: 0 0 0.125rem 0 !important;
}
.nav-align-right > .tab-content,
.nav-align-left > .tab-content {
  flex-grow: 1;
}

.nav-align-top {
  flex-direction: column;
}
.nav-align-top > .nav .nav-link:hover, .nav-align-top > .nav .nav-link:focus,
.nav-align-top > div > .nav .nav-link:hover,
.nav-align-top > div > .nav .nav-link:focus {
  border-bottom-color: transparent;
}
.nav-align-top > .nav .nav-link.active,
.nav-align-top > div > .nav .nav-link.active {
  border-bottom-color: #fff;
}

.nav-align-right {
  flex-direction: row-reverse;
}
.nav-align-right > .nav .nav-item,
.nav-align-right > div > .nav .nav-item {
  margin-left: -1px;
  margin-bottom: 0;
}
[dir=rtl] .nav-align-right > .nav .nav-item,
[dir=rtl] .nav-align-right > div > .nav .nav-item {
  margin-left: 0;
  margin-right: -1px;
}
.nav-align-right .nav-link {
  text-align: right;
  justify-content: end;
}
.nav-align-right > .nav:not(.nav-pills) .nav-link,
.nav-align-right > div > .nav:not(.nav-pills) .nav-link {
  border-radius: 0 0.25rem 0.25rem 0;
}
[dir=rtl] .nav-align-right > .nav:not(.nav-pills) .nav-link,
[dir=rtl] .nav-align-right > div > .nav:not(.nav-pills) .nav-link {
  border-radius: 0.25rem 0 0 0.25rem;
}
html:not([dir=rtl]) .nav-align-right > .nav:not(.nav-pills) .nav-link.active,
html:not([dir=rtl]) .nav-align-right > div > .nav:not(.nav-pills) .nav-link.active {
  border-left-color: #fff;
}
[dir=rtl] .nav-align-right > .nav:not(.nav-pills) .nav-link.active,
[dir=rtl] .nav-align-right > div > .nav:not(.nav-pills) .nav-link.active {
  border-right-color: #fff;
}
html:not([dir=rtl]) .nav-align-right > .nav:not(.nav-pills) .nav-link:hover, html:not([dir=rtl]) .nav-align-right > .nav:not(.nav-pills) .nav-link:focus,
html:not([dir=rtl]) .nav-align-right > div > .nav:not(.nav-pills) .nav-link:hover,
html:not([dir=rtl]) .nav-align-right > div > .nav:not(.nav-pills) .nav-link:focus {
  border-left-color: #fff;
}
[dir=rtl] .nav-align-right > .nav:not(.nav-pills) .nav-link:hover, [dir=rtl] .nav-align-right > .nav:not(.nav-pills) .nav-link:focus,
[dir=rtl] .nav-align-right > div > .nav:not(.nav-pills) .nav-link:hover,
[dir=rtl] .nav-align-right > div > .nav:not(.nav-pills) .nav-link:focus {
  border-right-color: #fff;
}

.nav-align-bottom {
  flex-direction: column-reverse;
}
.nav-align-bottom > .nav .nav-item,
.nav-align-bottom > div > .nav .nav-item {
  margin-bottom: 0;
  margin-top: -1px;
}
.nav-align-bottom > .nav:not(.nav-pills) .nav-link,
.nav-align-bottom > div > .nav:not(.nav-pills) .nav-link {
  border-radius: 0 0 0.25rem 0.25rem;
}
.nav-align-bottom > .nav:not(.nav-pills) .nav-link.active,
.nav-align-bottom > div > .nav:not(.nav-pills) .nav-link.active {
  border-top-color: #fff;
}
.nav-align-bottom > .nav:not(.nav-pills) .nav-link:hover, .nav-align-bottom > .nav:not(.nav-pills) .nav-link:focus,
.nav-align-bottom > div > .nav:not(.nav-pills) .nav-link:hover,
.nav-align-bottom > div > .nav:not(.nav-pills) .nav-link:focus {
  border-top-color: #fff;
}

.nav-align-left > .nav .nav-item,
.nav-align-left > div > .nav .nav-item {
  margin-right: -1px;
  margin-bottom: 0;
}
[dir=rtl] .nav-align-left > .nav .nav-item,
[dir=rtl] .nav-align-left > div > .nav .nav-item {
  margin-right: 0;
  margin-left: -1px;
}
.nav-align-left .nav-link {
  text-align: left;
  justify-content: start;
}
.nav-align-left > .nav:not(.nav-pills) .nav-link,
.nav-align-left > div > .nav:not(.nav-pills) .nav-link {
  border-radius: 0.25rem 0 0 0.25rem;
}
[dir=rtl] .nav-align-left > .nav:not(.nav-pills) .nav-link,
[dir=rtl] .nav-align-left > div > .nav:not(.nav-pills) .nav-link {
  border-radius: 0 0.25rem 0.25rem 0;
}
html:not([dir=rtl]) .nav-align-left > .nav:not(.nav-pills) .nav-link.active,
html:not([dir=rtl]) .nav-align-left > div > .nav:not(.nav-pills) .nav-link.active {
  border-right-color: #fff;
}
[dir=rtl] .nav-align-left > .nav:not(.nav-pills) .nav-link.active,
[dir=rtl] .nav-align-left > div > .nav:not(.nav-pills) .nav-link.active {
  border-left-color: #fff;
}
html:not([dir=rtl]) .nav-align-left > .nav:not(.nav-pills) .nav-link:hover, html:not([dir=rtl]) .nav-align-left > .nav:not(.nav-pills) .nav-link:focus,
html:not([dir=rtl]) .nav-align-left > div > .nav:not(.nav-pills) .nav-link:hover,
html:not([dir=rtl]) .nav-align-left > div > .nav:not(.nav-pills) .nav-link:focus {
  border-right-color: #fff;
}
[dir=rtl] .nav-align-left > .nav:not(.nav-pills) .nav-link:hover, [dir=rtl] .nav-align-left > .nav:not(.nav-pills) .nav-link:focus,
[dir=rtl] .nav-align-left > div > .nav:not(.nav-pills) .nav-link:hover,
[dir=rtl] .nav-align-left > div > .nav:not(.nav-pills) .nav-link:focus {
  border-left-color: #fff;
}

.nav-align-top > .tab-content,
.nav-align-right > .tab-content,
.nav-align-bottom > .tab-content,
.nav-align-left > .tab-content {
  flex-shrink: 1;
  border: 1px solid #d4d8dd;
  background-clip: padding-box;
  background: #fff;
}

.nav-align-top .nav-pills + .tab-content,
.nav-align-top .tabs-line + .tab-content,
.nav-align-right .nav-pills + .tab-content,
.nav-align-right .tabs-line + .tab-content,
.nav-align-bottom .nav-pills + .tab-content,
.nav-align-bottom .tabs-line + .tab-content,
.nav-align-left .nav-pills + .tab-content,
.nav-align-left .tabs-line + .tab-content {
  box-shadow: 0 2px 14px rgba(38, 60, 85, 0.16);
  border-width: 0;
}

.nav-pills .nav-link.active {
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}

.nav-align-top :not(.nav-pills) ~ .tab-content {
  border-radius: 0 0 0.25rem 0.25rem;
}

.nav-align-right :not(.nav-pills) ~ .tab-content {
  border-radius: 0.25rem 0 0 0.25rem;
}
[dir=rtl] .nav-align-right :not(.nav-pills) ~ .tab-content {
  border-radius: 0 0.25rem 0.25rem 0;
}

.nav-align-bottom :not(.nav-pills) ~ .tab-content {
  border-radius: 0.25rem 0.25rem 0 0;
}

.nav-align-left :not(.nav-pills) ~ .tab-content {
  border-radius: 0 0.25rem 0.25rem 0;
}
[dir=rtl] .nav-align-left :not(.nav-pills) ~ .tab-content {
  border-radius: 0.25rem 0 0 0.25rem;
}

.nav-tabs.tabs-line .nav-link, .nav-tabs.tabs-line .nav-link.active,
.tabs-line > .nav-tabs .nav-link,
.tabs-line > .nav-tabs .nav-link.active {
  background-color: transparent;
  border-width: 0;
}

[dir=rtl] .nav {
  padding-right: 0;
}
[dir=rtl] .nav-align-left .nav-link {
  text-align: right;
}
[dir=rtl] .nav-align-right .nav-link {
  text-align: left;
}

.pagination-secondary .page-item.active .page-link, .pagination-secondary .page-item.active .page-link:hover, .pagination-secondary .page-item.active .page-link:focus,
.pagination-secondary.pagination li.active > a:not(.page-link),
.pagination-secondary.pagination li.active > a:not(.page-link):hover,
.pagination-secondary.pagination li.active > a:not(.page-link):focus {
  border-color: #8a8a88;
  background-color: #8a8a88;
  color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}

.pagination-success .page-item.active .page-link, .pagination-success .page-item.active .page-link:hover, .pagination-success .page-item.active .page-link:focus,
.pagination-success.pagination li.active > a:not(.page-link),
.pagination-success.pagination li.active > a:not(.page-link):hover,
.pagination-success.pagination li.active > a:not(.page-link):focus {
  border-color: #39da8a;
  background-color: #39da8a;
  color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}

.pagination-info .page-item.active .page-link, .pagination-info .page-item.active .page-link:hover, .pagination-info .page-item.active .page-link:focus,
.pagination-info.pagination li.active > a:not(.page-link),
.pagination-info.pagination li.active > a:not(.page-link):hover,
.pagination-info.pagination li.active > a:not(.page-link):focus {
  border-color: #00cfdd;
  background-color: #00cfdd;
  color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}

.pagination-warning .page-item.active .page-link, .pagination-warning .page-item.active .page-link:hover, .pagination-warning .page-item.active .page-link:focus,
.pagination-warning.pagination li.active > a:not(.page-link),
.pagination-warning.pagination li.active > a:not(.page-link):hover,
.pagination-warning.pagination li.active > a:not(.page-link):focus {
  border-color: #fdac41;
  background-color: #fdac41;
  color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}

.pagination-danger .page-item.active .page-link, .pagination-danger .page-item.active .page-link:hover, .pagination-danger .page-item.active .page-link:focus,
.pagination-danger.pagination li.active > a:not(.page-link),
.pagination-danger.pagination li.active > a:not(.page-link):hover,
.pagination-danger.pagination li.active > a:not(.page-link):focus {
  border-color: #ff5b5c;
  background-color: #ff5b5c;
  color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}

.pagination-dark .page-item.active .page-link, .pagination-dark .page-item.active .page-link:hover, .pagination-dark .page-item.active .page-link:focus,
.pagination-dark.pagination li.active > a:not(.page-link),
.pagination-dark.pagination li.active > a:not(.page-link):hover,
.pagination-dark.pagination li.active > a:not(.page-link):focus {
  border-color: #495563;
  background-color: #495563;
  color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}

.pagination-gray .page-item.active .page-link, .pagination-gray .page-item.active .page-link:hover, .pagination-gray .page-item.active .page-link:focus,
.pagination-gray.pagination li.active > a:not(.page-link),
.pagination-gray.pagination li.active > a:not(.page-link):hover,
.pagination-gray.pagination li.active > a:not(.page-link):focus {
  border-color: rgba(38, 60, 85, 0.5);
  background-color: rgba(38, 60, 85, 0.5);
  color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}

.page-item:not(.first, .last, .next, .prev, .previous) {
  background-color: #eeeff1;
}
.page-item:not(.first, .last, .next, .prev, .previous):not(.active, :hover, :focus) .page-link {
  background-color: transparent;
}
.page-item.first .page-link, .page-item.last .page-link, .page-item.next .page-link, .page-item.prev .page-link, .page-item.previous .page-link {
  padding-top: 0.43rem;
  padding-bottom: 0.43rem;
}
.page-item.disabled .page-link {
  border-color: #e9ecee;
}

.pagination .page-item.first .page-link,
.pagination .page-item.prev .page-link,
.pagination .page-item.previous .page-link {
  border-radius: var(--bs-border-radius);
}
html:not([dir=rtl]) .pagination .page-item.first .page-link,
html:not([dir=rtl]) .pagination .page-item.prev .page-link,
html:not([dir=rtl]) .pagination .page-item.previous .page-link {
  margin-right: 0.3125rem;
}
[dir=rtl] .pagination .page-item.first .page-link,
[dir=rtl] .pagination .page-item.prev .page-link,
[dir=rtl] .pagination .page-item.previous .page-link {
  margin-left: 0.3125rem;
}
.pagination .page-item.last .page-link,
.pagination .page-item.next .page-link {
  border-radius: var(--bs-border-radius);
}
html:not([dir=rtl]) .pagination .page-item.last .page-link,
html:not([dir=rtl]) .pagination .page-item.next .page-link {
  margin-left: 0.3125rem;
}
[dir=rtl] .pagination .page-item.last .page-link,
[dir=rtl] .pagination .page-item.next .page-link {
  margin-right: 0.3125rem;
}
.pagination .page-item.active .page-link {
  border-radius: var(--bs-border-radius);
  margin-top: -0.125rem;
  margin-bottom: -0.125rem;
  padding-top: 0.66rem !important;
  padding-bottom: 0.66rem !important;
  min-width: calc(2.2575rem + 0px) !important;
}
.pagination .page-item .page-link:hover, .pagination .page-item .page-link:focus, .pagination .page-item .page-link:active {
  border-radius: var(--bs-border-radius);
}
html:not([dir=rtl]) .pagination .page-item.prev + .page-item,
html:not([dir=rtl]) .pagination .page-item.prev + .page-item .page-link,
html:not([dir=rtl]) .pagination .page-item.previous + .page-item,
html:not([dir=rtl]) .pagination .page-item.previous + .page-item .page-link {
  border-top-left-radius: var(--bs-border-radius);
  border-bottom-left-radius: var(--bs-border-radius);
}
[dir=rtl] .pagination .page-item.prev + .page-item,
[dir=rtl] .pagination .page-item.prev + .page-item .page-link,
[dir=rtl] .pagination .page-item.previous + .page-item,
[dir=rtl] .pagination .page-item.previous + .page-item .page-link {
  border-top-right-radius: var(--bs-border-radius);
  border-bottom-right-radius: var(--bs-border-radius);
}
html:not([dir=rtl]) .pagination .page-item.first ~ .page-item:nth-last-child(3),
html:not([dir=rtl]) .pagination .page-item.first ~ .page-item:nth-last-child(3) .page-link {
  border-top-right-radius: var(--bs-border-radius);
  border-bottom-right-radius: var(--bs-border-radius);
}
[dir=rtl] .pagination .page-item.first ~ .page-item:nth-last-child(3),
[dir=rtl] .pagination .page-item.first ~ .page-item:nth-last-child(3) .page-link {
  border-top-left-radius: var(--bs-border-radius);
  border-bottom-left-radius: var(--bs-border-radius);
}
html:not([dir=rtl]) .pagination .page-item:not(.first) ~ .page-item:nth-last-child(2),
html:not([dir=rtl]) .pagination .page-item:not(.first) ~ .page-item:nth-last-child(2) .page-link {
  border-top-right-radius: var(--bs-border-radius);
  border-bottom-right-radius: var(--bs-border-radius);
}
[dir=rtl] .pagination .page-item:not(.first) ~ .page-item:nth-last-child(2),
[dir=rtl] .pagination .page-item:not(.first) ~ .page-item:nth-last-child(2) .page-link {
  border-top-left-radius: var(--bs-border-radius);
  border-bottom-left-radius: var(--bs-border-radius);
}

.pagination.pagination-sm .page-item.first .page-link,
.pagination.pagination-sm .page-item.prev .page-link,
.pagination.pagination-sm .page-item.previous .page-link {
  border-radius: var(--bs-border-radius-sm);
}
html:not([dir=rtl]) .pagination.pagination-sm .page-item.first .page-link,
html:not([dir=rtl]) .pagination.pagination-sm .page-item.prev .page-link,
html:not([dir=rtl]) .pagination.pagination-sm .page-item.previous .page-link {
  margin-right: 0.25rem;
}
[dir=rtl] .pagination.pagination-sm .page-item.first .page-link,
[dir=rtl] .pagination.pagination-sm .page-item.prev .page-link,
[dir=rtl] .pagination.pagination-sm .page-item.previous .page-link {
  margin-left: 0.25rem;
}
.pagination.pagination-sm .page-item.last .page-link,
.pagination.pagination-sm .page-item.next .page-link {
  border-radius: var(--bs-border-radius-sm);
}
html:not([dir=rtl]) .pagination.pagination-sm .page-item.last .page-link,
html:not([dir=rtl]) .pagination.pagination-sm .page-item.next .page-link {
  margin-left: 0.25rem;
}
[dir=rtl] .pagination.pagination-sm .page-item.last .page-link,
[dir=rtl] .pagination.pagination-sm .page-item.next .page-link {
  margin-right: 0.25rem;
}
.pagination.pagination-sm .page-item.active .page-link {
  border-radius: var(--bs-border-radius-sm);
  margin-top: -0.125rem;
  margin-bottom: -0.125rem;
  padding-top: 0.535rem !important;
  padding-bottom: 0.535rem !important;
  min-width: calc(1.883rem + 0px) !important;
}
.pagination.pagination-sm .page-item .page-link:hover, .pagination.pagination-sm .page-item .page-link:focus, .pagination.pagination-sm .page-item .page-link:active {
  border-radius: var(--bs-border-radius-sm);
}
html:not([dir=rtl]) .pagination.pagination-sm .page-item.prev + .page-item,
html:not([dir=rtl]) .pagination.pagination-sm .page-item.prev + .page-item .page-link,
html:not([dir=rtl]) .pagination.pagination-sm .page-item.previous + .page-item,
html:not([dir=rtl]) .pagination.pagination-sm .page-item.previous + .page-item .page-link {
  border-top-left-radius: var(--bs-border-radius-sm);
  border-bottom-left-radius: var(--bs-border-radius-sm);
}
[dir=rtl] .pagination.pagination-sm .page-item.prev + .page-item,
[dir=rtl] .pagination.pagination-sm .page-item.prev + .page-item .page-link,
[dir=rtl] .pagination.pagination-sm .page-item.previous + .page-item,
[dir=rtl] .pagination.pagination-sm .page-item.previous + .page-item .page-link {
  border-top-right-radius: var(--bs-border-radius-sm);
  border-bottom-right-radius: var(--bs-border-radius-sm);
}
html:not([dir=rtl]) .pagination.pagination-sm .page-item.first ~ .page-item:nth-last-child(3),
html:not([dir=rtl]) .pagination.pagination-sm .page-item.first ~ .page-item:nth-last-child(3) .page-link {
  border-top-right-radius: var(--bs-border-radius-sm);
  border-bottom-right-radius: var(--bs-border-radius-sm);
}
[dir=rtl] .pagination.pagination-sm .page-item.first ~ .page-item:nth-last-child(3),
[dir=rtl] .pagination.pagination-sm .page-item.first ~ .page-item:nth-last-child(3) .page-link {
  border-top-left-radius: var(--bs-border-radius-sm);
  border-bottom-left-radius: var(--bs-border-radius-sm);
}
html:not([dir=rtl]) .pagination.pagination-sm .page-item:not(.first) ~ .page-item:nth-last-child(2),
html:not([dir=rtl]) .pagination.pagination-sm .page-item:not(.first) ~ .page-item:nth-last-child(2) .page-link {
  border-top-right-radius: var(--bs-border-radius-sm);
  border-bottom-right-radius: var(--bs-border-radius-sm);
}
[dir=rtl] .pagination.pagination-sm .page-item:not(.first) ~ .page-item:nth-last-child(2),
[dir=rtl] .pagination.pagination-sm .page-item:not(.first) ~ .page-item:nth-last-child(2) .page-link {
  border-top-left-radius: var(--bs-border-radius-sm);
  border-bottom-left-radius: var(--bs-border-radius-sm);
}

.pagination.pagination-lg .page-item.first .page-link,
.pagination.pagination-lg .page-item.prev .page-link,
.pagination.pagination-lg .page-item.previous .page-link {
  border-radius: var(--bs-border-radius-lg);
}
html:not([dir=rtl]) .pagination.pagination-lg .page-item.first .page-link,
html:not([dir=rtl]) .pagination.pagination-lg .page-item.prev .page-link,
html:not([dir=rtl]) .pagination.pagination-lg .page-item.previous .page-link {
  margin-right: 0.375rem;
}
[dir=rtl] .pagination.pagination-lg .page-item.first .page-link,
[dir=rtl] .pagination.pagination-lg .page-item.prev .page-link,
[dir=rtl] .pagination.pagination-lg .page-item.previous .page-link {
  margin-left: 0.375rem;
}
.pagination.pagination-lg .page-item.last .page-link,
.pagination.pagination-lg .page-item.next .page-link {
  border-radius: var(--bs-border-radius-lg);
}
html:not([dir=rtl]) .pagination.pagination-lg .page-item.last .page-link,
html:not([dir=rtl]) .pagination.pagination-lg .page-item.next .page-link {
  margin-left: 0.375rem;
}
[dir=rtl] .pagination.pagination-lg .page-item.last .page-link,
[dir=rtl] .pagination.pagination-lg .page-item.next .page-link {
  margin-right: 0.375rem;
}
.pagination.pagination-lg .page-item.active .page-link {
  border-radius: var(--bs-border-radius-lg);
  margin-top: -0.125rem;
  margin-bottom: -0.125rem;
  padding-top: 0.785rem !important;
  padding-bottom: 0.785rem !important;
  min-width: calc(2.633rem + 0px) !important;
}
.pagination.pagination-lg .page-item .page-link:hover, .pagination.pagination-lg .page-item .page-link:focus, .pagination.pagination-lg .page-item .page-link:active {
  border-radius: var(--bs-border-radius-lg);
}
html:not([dir=rtl]) .pagination.pagination-lg .page-item.prev + .page-item,
html:not([dir=rtl]) .pagination.pagination-lg .page-item.prev + .page-item .page-link,
html:not([dir=rtl]) .pagination.pagination-lg .page-item.previous + .page-item,
html:not([dir=rtl]) .pagination.pagination-lg .page-item.previous + .page-item .page-link {
  border-top-left-radius: var(--bs-border-radius-lg);
  border-bottom-left-radius: var(--bs-border-radius-lg);
}
[dir=rtl] .pagination.pagination-lg .page-item.prev + .page-item,
[dir=rtl] .pagination.pagination-lg .page-item.prev + .page-item .page-link,
[dir=rtl] .pagination.pagination-lg .page-item.previous + .page-item,
[dir=rtl] .pagination.pagination-lg .page-item.previous + .page-item .page-link {
  border-top-right-radius: var(--bs-border-radius-lg);
  border-bottom-right-radius: var(--bs-border-radius-lg);
}
html:not([dir=rtl]) .pagination.pagination-lg .page-item.first ~ .page-item:nth-last-child(3),
html:not([dir=rtl]) .pagination.pagination-lg .page-item.first ~ .page-item:nth-last-child(3) .page-link {
  border-top-right-radius: var(--bs-border-radius-lg);
  border-bottom-right-radius: var(--bs-border-radius-lg);
}
[dir=rtl] .pagination.pagination-lg .page-item.first ~ .page-item:nth-last-child(3),
[dir=rtl] .pagination.pagination-lg .page-item.first ~ .page-item:nth-last-child(3) .page-link {
  border-top-left-radius: var(--bs-border-radius-lg);
  border-bottom-left-radius: var(--bs-border-radius-lg);
}
html:not([dir=rtl]) .pagination.pagination-lg .page-item:not(.first) ~ .page-item:nth-last-child(2),
html:not([dir=rtl]) .pagination.pagination-lg .page-item:not(.first) ~ .page-item:nth-last-child(2) .page-link {
  border-top-right-radius: var(--bs-border-radius-lg);
  border-bottom-right-radius: var(--bs-border-radius-lg);
}
[dir=rtl] .pagination.pagination-lg .page-item:not(.first) ~ .page-item:nth-last-child(2),
[dir=rtl] .pagination.pagination-lg .page-item:not(.first) ~ .page-item:nth-last-child(2) .page-link {
  border-top-left-radius: var(--bs-border-radius-lg);
  border-bottom-left-radius: var(--bs-border-radius-lg);
}

.page-link,
.page-link > a {
  line-height: 1;
  text-align: center;
  min-width: calc(2.0075rem + calc(0px * 2));
}
.page-link:focus,
.page-link > a:focus {
  color: #677788;
}

.page-link.btn-primary {
  box-shadow: none !important;
}

.pagination.pagination-square .page-item, .pagination.pagination-square .page-item a {
  border-radius: 0 !important;
}

.pagination-lg .page-link,
.pagination-lg > li > a:not(.page-link) {
  min-width: calc(2.383rem + calc(0px * 2));
}

.pagination-lg > .page-item.first .page-link, .pagination-lg > .page-item.last .page-link, .pagination-lg > .page-item.next .page-link, .pagination-lg > .page-item.prev .page-link, .pagination-lg > .page-item.previous .page-link {
  padding-top: 0.585rem;
  padding-bottom: 0.585rem;
}

.pagination-sm .page-link,
.pagination-sm > li > a:not(.page-link) {
  min-width: calc(1.633rem + calc(0px * 2));
}
.pagination-sm .page-link .tf-icon,
.pagination-sm > li > a:not(.page-link) .tf-icon {
  font-size: 0.9375rem;
}

.pagination-sm > .page-item.first .page-link, .pagination-sm > .page-item.last .page-link, .pagination-sm > .page-item.next .page-link, .pagination-sm > .page-item.prev .page-link, .pagination-sm > .page-item.previous .page-link {
  padding-top: 0.345rem;
  padding-bottom: 0.345rem;
}

[dir=rtl] .pagination {
  padding-right: 0;
}
[dir=rtl] .page-item.first .page-link i, [dir=rtl] .page-item.last .page-link i, [dir=rtl] .page-item.next .page-link i, [dir=rtl] .page-item.prev .page-link i, [dir=rtl] .page-item.previous .page-link i {
  transform: rotate(180deg);
}

.alert-secondary {
  background-color: #e7ebef;
  border-color: #d2d9e1;
  color: #8a8a88;
}
.alert-secondary .btn-close {
  background-image: url("data:image/svg+xml,%3Csvg width='150px' height='151px' viewBox='0 0 150 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='131.251657 0 74.9933705 56.25 18.7483426 0 0 18.75 56.2450278 75 0 131.25 18.7483426 150 74.9933705 93.75 131.251657 150 150 131.25 93.7549722 75 150 18.75'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='🎨-%5BSetup%5D:-Colors-&amp;-Shadows' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-225.000000, -250.000000)'%3E%3Cg id='Icon-Color' transform='translate(225.000000, 250.500000)'%3E%3Cuse fill='%238a8a88' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.5' fill='%238a8a88' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.alert-secondary .alert-link {
  color: #8a8a88;
}

.alert-secondary hr {
  background-color: #8a8a88 !important;
}

.alert-solid-secondary {
  background-color: #8a8a88;
  color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}
.alert-solid-secondary .btn-close {
  background-image: url("data:image/svg+xml,%3Csvg width='150px' height='151px' viewBox='0 0 150 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='131.251657 0 74.9933705 56.25 18.7483426 0 0 18.75 56.2450278 75 0 131.25 18.7483426 150 74.9933705 93.75 131.251657 150 150 131.25 93.7549722 75 150 18.75'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='🎨-%5BSetup%5D:-Colors-&amp;-Shadows' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-225.000000, -250.000000)'%3E%3Cg id='Icon-Color' transform='translate(225.000000, 250.500000)'%3E%3Cuse fill='%23fff' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.5' fill='%23fff' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.alert-solid-secondary .alert-link {
  color: #fff;
}

.alert-solid-secondary hr {
  background-color: #fff !important;
}

.alert-success {
  background-color: #dff9ec;
  border-color: #c4f4dc;
  color: #39da8a;
}
.alert-success .btn-close {
  background-image: url("data:image/svg+xml,%3Csvg width='150px' height='151px' viewBox='0 0 150 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='131.251657 0 74.9933705 56.25 18.7483426 0 0 18.75 56.2450278 75 0 131.25 18.7483426 150 74.9933705 93.75 131.251657 150 150 131.25 93.7549722 75 150 18.75'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='🎨-%5BSetup%5D:-Colors-&amp;-Shadows' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-225.000000, -250.000000)'%3E%3Cg id='Icon-Color' transform='translate(225.000000, 250.500000)'%3E%3Cuse fill='%2339da8a' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.5' fill='%2339da8a' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.alert-success .alert-link {
  color: #39da8a;
}

.alert-success hr {
  background-color: #39da8a !important;
}

.alert-solid-success {
  background-color: #39da8a;
  color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}
.alert-solid-success .btn-close {
  background-image: url("data:image/svg+xml,%3Csvg width='150px' height='151px' viewBox='0 0 150 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='131.251657 0 74.9933705 56.25 18.7483426 0 0 18.75 56.2450278 75 0 131.25 18.7483426 150 74.9933705 93.75 131.251657 150 150 131.25 93.7549722 75 150 18.75'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='🎨-%5BSetup%5D:-Colors-&amp;-Shadows' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-225.000000, -250.000000)'%3E%3Cg id='Icon-Color' transform='translate(225.000000, 250.500000)'%3E%3Cuse fill='%23fff' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.5' fill='%23fff' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.alert-solid-success .alert-link {
  color: #fff;
}

.alert-solid-success hr {
  background-color: #fff !important;
}

.alert-info {
  background-color: #d6f7fa;
  border-color: #b3f1f5;
  color: #00cfdd;
}
.alert-info .btn-close {
  background-image: url("data:image/svg+xml,%3Csvg width='150px' height='151px' viewBox='0 0 150 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='131.251657 0 74.9933705 56.25 18.7483426 0 0 18.75 56.2450278 75 0 131.25 18.7483426 150 74.9933705 93.75 131.251657 150 150 131.25 93.7549722 75 150 18.75'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='🎨-%5BSetup%5D:-Colors-&amp;-Shadows' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-225.000000, -250.000000)'%3E%3Cg id='Icon-Color' transform='translate(225.000000, 250.500000)'%3E%3Cuse fill='%2300cfdd' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.5' fill='%2300cfdd' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.alert-info .alert-link {
  color: #00cfdd;
}

.alert-info hr {
  background-color: #00cfdd !important;
}

.alert-solid-info {
  background-color: #00cfdd;
  color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}
.alert-solid-info .btn-close {
  background-image: url("data:image/svg+xml,%3Csvg width='150px' height='151px' viewBox='0 0 150 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='131.251657 0 74.9933705 56.25 18.7483426 0 0 18.75 56.2450278 75 0 131.25 18.7483426 150 74.9933705 93.75 131.251657 150 150 131.25 93.7549722 75 150 18.75'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='🎨-%5BSetup%5D:-Colors-&amp;-Shadows' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-225.000000, -250.000000)'%3E%3Cg id='Icon-Color' transform='translate(225.000000, 250.500000)'%3E%3Cuse fill='%23fff' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.5' fill='%23fff' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.alert-solid-info .alert-link {
  color: #fff;
}

.alert-solid-info hr {
  background-color: #fff !important;
}

.alert-warning {
  background-color: #fff2e1;
  border-color: #fee6c6;
  color: #fdac41;
}
.alert-warning .btn-close {
  background-image: url("data:image/svg+xml,%3Csvg width='150px' height='151px' viewBox='0 0 150 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='131.251657 0 74.9933705 56.25 18.7483426 0 0 18.75 56.2450278 75 0 131.25 18.7483426 150 74.9933705 93.75 131.251657 150 150 131.25 93.7549722 75 150 18.75'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='🎨-%5BSetup%5D:-Colors-&amp;-Shadows' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-225.000000, -250.000000)'%3E%3Cg id='Icon-Color' transform='translate(225.000000, 250.500000)'%3E%3Cuse fill='%23fdac41' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.5' fill='%23fdac41' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.alert-warning .alert-link {
  color: #fdac41;
}

.alert-warning hr {
  background-color: #fdac41 !important;
}

.alert-solid-warning {
  background-color: #fdac41;
  color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}
.alert-solid-warning .btn-close {
  background-image: url("data:image/svg+xml,%3Csvg width='150px' height='151px' viewBox='0 0 150 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='131.251657 0 74.9933705 56.25 18.7483426 0 0 18.75 56.2450278 75 0 131.25 18.7483426 150 74.9933705 93.75 131.251657 150 150 131.25 93.7549722 75 150 18.75'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='🎨-%5BSetup%5D:-Colors-&amp;-Shadows' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-225.000000, -250.000000)'%3E%3Cg id='Icon-Color' transform='translate(225.000000, 250.500000)'%3E%3Cuse fill='%23fff' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.5' fill='%23fff' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.alert-solid-warning .alert-link {
  color: #fff;
}

.alert-solid-warning hr {
  background-color: #fff !important;
}

.alert-danger {
  background-color: #ffe5e5;
  border-color: #ffcece;
  color: #ff5b5c;
}
.alert-danger .btn-close {
  background-image: url("data:image/svg+xml,%3Csvg width='150px' height='151px' viewBox='0 0 150 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='131.251657 0 74.9933705 56.25 18.7483426 0 0 18.75 56.2450278 75 0 131.25 18.7483426 150 74.9933705 93.75 131.251657 150 150 131.25 93.7549722 75 150 18.75'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='🎨-%5BSetup%5D:-Colors-&amp;-Shadows' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-225.000000, -250.000000)'%3E%3Cg id='Icon-Color' transform='translate(225.000000, 250.500000)'%3E%3Cuse fill='%23ff5b5c' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.5' fill='%23ff5b5c' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.alert-danger .alert-link {
  color: #ff5b5c;
}

.alert-danger hr {
  background-color: #ff5b5c !important;
}

.alert-solid-danger {
  background-color: #ff5b5c;
  color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}
.alert-solid-danger .btn-close {
  background-image: url("data:image/svg+xml,%3Csvg width='150px' height='151px' viewBox='0 0 150 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='131.251657 0 74.9933705 56.25 18.7483426 0 0 18.75 56.2450278 75 0 131.25 18.7483426 150 74.9933705 93.75 131.251657 150 150 131.25 93.7549722 75 150 18.75'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='🎨-%5BSetup%5D:-Colors-&amp;-Shadows' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-225.000000, -250.000000)'%3E%3Cg id='Icon-Color' transform='translate(225.000000, 250.500000)'%3E%3Cuse fill='%23fff' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.5' fill='%23fff' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.alert-solid-danger .alert-link {
  color: #fff;
}

.alert-solid-danger hr {
  background-color: #fff !important;
}

.alert-dark {
  background-color: #e2e4e6;
  border-color: #c8ccd0;
  color: #495563;
}
.alert-dark .btn-close {
  background-image: url("data:image/svg+xml,%3Csvg width='150px' height='151px' viewBox='0 0 150 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='131.251657 0 74.9933705 56.25 18.7483426 0 0 18.75 56.2450278 75 0 131.25 18.7483426 150 74.9933705 93.75 131.251657 150 150 131.25 93.7549722 75 150 18.75'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='🎨-%5BSetup%5D:-Colors-&amp;-Shadows' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-225.000000, -250.000000)'%3E%3Cg id='Icon-Color' transform='translate(225.000000, 250.500000)'%3E%3Cuse fill='%23495563' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.5' fill='%23495563' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.alert-dark .alert-link {
  color: #495563;
}

.alert-dark hr {
  background-color: #495563 !important;
}

.alert-solid-dark {
  background-color: #495563;
  color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}
.alert-solid-dark .btn-close {
  background-image: url("data:image/svg+xml,%3Csvg width='150px' height='151px' viewBox='0 0 150 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='131.251657 0 74.9933705 56.25 18.7483426 0 0 18.75 56.2450278 75 0 131.25 18.7483426 150 74.9933705 93.75 131.251657 150 150 131.25 93.7549722 75 150 18.75'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='🎨-%5BSetup%5D:-Colors-&amp;-Shadows' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-225.000000, -250.000000)'%3E%3Cg id='Icon-Color' transform='translate(225.000000, 250.500000)'%3E%3Cuse fill='%23fff' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.5' fill='%23fff' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.alert-solid-dark .alert-link {
  color: #fff;
}

.alert-solid-dark hr {
  background-color: #fff !important;
}

.alert-gray {
  background-color: rgba(242, 243, 245, 0.92);
  border-color: rgba(228, 231, 234, 0.85);
  color: rgba(38, 60, 85, 0.5);
}
.alert-gray .btn-close {
  background-image: url("data:image/svg+xml,%3Csvg width='150px' height='151px' viewBox='0 0 150 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='131.251657 0 74.9933705 56.25 18.7483426 0 0 18.75 56.2450278 75 0 131.25 18.7483426 150 74.9933705 93.75 131.251657 150 150 131.25 93.7549722 75 150 18.75'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='🎨-%5BSetup%5D:-Colors-&amp;-Shadows' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-225.000000, -250.000000)'%3E%3Cg id='Icon-Color' transform='translate(225.000000, 250.500000)'%3E%3Cuse fill='rgba(38, 60, 85, 0.5)' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.5' fill='rgba(38, 60, 85, 0.5)' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.alert-gray .alert-link {
  color: rgba(38, 60, 85, 0.5);
}

.alert-gray hr {
  background-color: rgba(38, 60, 85, 0.5) !important;
}

.alert-solid-gray {
  background-color: rgba(38, 60, 85, 0.5);
  color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}
.alert-solid-gray .btn-close {
  background-image: url("data:image/svg+xml,%3Csvg width='150px' height='151px' viewBox='0 0 150 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='131.251657 0 74.9933705 56.25 18.7483426 0 0 18.75 56.2450278 75 0 131.25 18.7483426 150 74.9933705 93.75 131.251657 150 150 131.25 93.7549722 75 150 18.75'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='🎨-%5BSetup%5D:-Colors-&amp;-Shadows' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-225.000000, -250.000000)'%3E%3Cg id='Icon-Color' transform='translate(225.000000, 250.500000)'%3E%3Cuse fill='%23fff' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.5' fill='%23fff' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.alert-solid-gray .alert-link {
  color: #fff;
}

.alert-solid-gray hr {
  background-color: #fff !important;
}

.alert-dismissible .btn-close {
  padding: 1.05rem 1.25rem;
}

[dir=rtl] .alert-dismissible {
  padding-left: 3.75rem;
  padding-right: 1.25rem;
}
[dir=rtl] .alert-dismissible .btn-close {
  right: auto;
  left: 0;
}

.tooltip-secondary .tooltip-inner, .tooltip-secondary > .tooltip .tooltip-inner, .ngb-tooltip-secondary + ngb-tooltip-window .tooltip-inner {
  background: #8a8a88;
  color: #fff;
}
.tooltip-secondary.bs-tooltip-auto[data-popper-placement=top] .tooltip-arrow::before, .tooltip-secondary > .tooltip.bs-tooltip-auto[data-popper-placement=top] .tooltip-arrow::before, .ngb-tooltip-secondary + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=top] .tooltip-arrow::before {
  border-top-color: #8a8a88;
}
.tooltip-secondary.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before, .tooltip-secondary > .tooltip.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before, .ngb-tooltip-secondary + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before {
  border-left-color: #8a8a88;
}
[dir=rtl] .tooltip-secondary.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before, [dir=rtl] .tooltip-secondary > .tooltip.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before, [dir=rtl] .ngb-tooltip-secondary + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before {
  border-right-color: #8a8a88;
}
.tooltip-secondary.bs-tooltip-auto[data-popper-placement=bottom] .tooltip-arrow::before, .tooltip-secondary > .tooltip.bs-tooltip-auto[data-popper-placement=bottom] .tooltip-arrow::before, .ngb-tooltip-secondary + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=bottom] .tooltip-arrow::before {
  border-bottom-color: #8a8a88;
}
.tooltip-secondary.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before, .tooltip-secondary > .tooltip.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before, .ngb-tooltip-secondary + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before {
  border-right-color: #8a8a88;
}
[dir=rtl] .tooltip-secondary.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before, [dir=rtl] .tooltip-secondary > .tooltip.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before, [dir=rtl] .ngb-tooltip-secondary + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before {
  border-left-color: #8a8a88;
}

.tooltip-success .tooltip-inner, .tooltip-success > .tooltip .tooltip-inner, .ngb-tooltip-success + ngb-tooltip-window .tooltip-inner {
  background: #39da8a;
  color: #fff;
}
.tooltip-success.bs-tooltip-auto[data-popper-placement=top] .tooltip-arrow::before, .tooltip-success > .tooltip.bs-tooltip-auto[data-popper-placement=top] .tooltip-arrow::before, .ngb-tooltip-success + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=top] .tooltip-arrow::before {
  border-top-color: #39da8a;
}
.tooltip-success.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before, .tooltip-success > .tooltip.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before, .ngb-tooltip-success + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before {
  border-left-color: #39da8a;
}
[dir=rtl] .tooltip-success.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before, [dir=rtl] .tooltip-success > .tooltip.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before, [dir=rtl] .ngb-tooltip-success + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before {
  border-right-color: #39da8a;
}
.tooltip-success.bs-tooltip-auto[data-popper-placement=bottom] .tooltip-arrow::before, .tooltip-success > .tooltip.bs-tooltip-auto[data-popper-placement=bottom] .tooltip-arrow::before, .ngb-tooltip-success + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=bottom] .tooltip-arrow::before {
  border-bottom-color: #39da8a;
}
.tooltip-success.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before, .tooltip-success > .tooltip.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before, .ngb-tooltip-success + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before {
  border-right-color: #39da8a;
}
[dir=rtl] .tooltip-success.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before, [dir=rtl] .tooltip-success > .tooltip.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before, [dir=rtl] .ngb-tooltip-success + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before {
  border-left-color: #39da8a;
}

.tooltip-info .tooltip-inner, .tooltip-info > .tooltip .tooltip-inner, .ngb-tooltip-info + ngb-tooltip-window .tooltip-inner {
  background: #00cfdd;
  color: #fff;
}
.tooltip-info.bs-tooltip-auto[data-popper-placement=top] .tooltip-arrow::before, .tooltip-info > .tooltip.bs-tooltip-auto[data-popper-placement=top] .tooltip-arrow::before, .ngb-tooltip-info + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=top] .tooltip-arrow::before {
  border-top-color: #00cfdd;
}
.tooltip-info.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before, .tooltip-info > .tooltip.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before, .ngb-tooltip-info + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before {
  border-left-color: #00cfdd;
}
[dir=rtl] .tooltip-info.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before, [dir=rtl] .tooltip-info > .tooltip.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before, [dir=rtl] .ngb-tooltip-info + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before {
  border-right-color: #00cfdd;
}
.tooltip-info.bs-tooltip-auto[data-popper-placement=bottom] .tooltip-arrow::before, .tooltip-info > .tooltip.bs-tooltip-auto[data-popper-placement=bottom] .tooltip-arrow::before, .ngb-tooltip-info + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=bottom] .tooltip-arrow::before {
  border-bottom-color: #00cfdd;
}
.tooltip-info.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before, .tooltip-info > .tooltip.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before, .ngb-tooltip-info + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before {
  border-right-color: #00cfdd;
}
[dir=rtl] .tooltip-info.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before, [dir=rtl] .tooltip-info > .tooltip.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before, [dir=rtl] .ngb-tooltip-info + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before {
  border-left-color: #00cfdd;
}

.tooltip-warning .tooltip-inner, .tooltip-warning > .tooltip .tooltip-inner, .ngb-tooltip-warning + ngb-tooltip-window .tooltip-inner {
  background: #fdac41;
  color: #fff;
}
.tooltip-warning.bs-tooltip-auto[data-popper-placement=top] .tooltip-arrow::before, .tooltip-warning > .tooltip.bs-tooltip-auto[data-popper-placement=top] .tooltip-arrow::before, .ngb-tooltip-warning + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=top] .tooltip-arrow::before {
  border-top-color: #fdac41;
}
.tooltip-warning.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before, .tooltip-warning > .tooltip.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before, .ngb-tooltip-warning + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before {
  border-left-color: #fdac41;
}
[dir=rtl] .tooltip-warning.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before, [dir=rtl] .tooltip-warning > .tooltip.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before, [dir=rtl] .ngb-tooltip-warning + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before {
  border-right-color: #fdac41;
}
.tooltip-warning.bs-tooltip-auto[data-popper-placement=bottom] .tooltip-arrow::before, .tooltip-warning > .tooltip.bs-tooltip-auto[data-popper-placement=bottom] .tooltip-arrow::before, .ngb-tooltip-warning + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=bottom] .tooltip-arrow::before {
  border-bottom-color: #fdac41;
}
.tooltip-warning.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before, .tooltip-warning > .tooltip.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before, .ngb-tooltip-warning + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before {
  border-right-color: #fdac41;
}
[dir=rtl] .tooltip-warning.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before, [dir=rtl] .tooltip-warning > .tooltip.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before, [dir=rtl] .ngb-tooltip-warning + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before {
  border-left-color: #fdac41;
}

.tooltip-danger .tooltip-inner, .tooltip-danger > .tooltip .tooltip-inner, .ngb-tooltip-danger + ngb-tooltip-window .tooltip-inner {
  background: #ff5b5c;
  color: #fff;
}
.tooltip-danger.bs-tooltip-auto[data-popper-placement=top] .tooltip-arrow::before, .tooltip-danger > .tooltip.bs-tooltip-auto[data-popper-placement=top] .tooltip-arrow::before, .ngb-tooltip-danger + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=top] .tooltip-arrow::before {
  border-top-color: #ff5b5c;
}
.tooltip-danger.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before, .tooltip-danger > .tooltip.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before, .ngb-tooltip-danger + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before {
  border-left-color: #ff5b5c;
}
[dir=rtl] .tooltip-danger.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before, [dir=rtl] .tooltip-danger > .tooltip.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before, [dir=rtl] .ngb-tooltip-danger + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before {
  border-right-color: #ff5b5c;
}
.tooltip-danger.bs-tooltip-auto[data-popper-placement=bottom] .tooltip-arrow::before, .tooltip-danger > .tooltip.bs-tooltip-auto[data-popper-placement=bottom] .tooltip-arrow::before, .ngb-tooltip-danger + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=bottom] .tooltip-arrow::before {
  border-bottom-color: #ff5b5c;
}
.tooltip-danger.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before, .tooltip-danger > .tooltip.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before, .ngb-tooltip-danger + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before {
  border-right-color: #ff5b5c;
}
[dir=rtl] .tooltip-danger.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before, [dir=rtl] .tooltip-danger > .tooltip.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before, [dir=rtl] .ngb-tooltip-danger + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before {
  border-left-color: #ff5b5c;
}

.tooltip-dark .tooltip-inner, .tooltip-dark > .tooltip .tooltip-inner, .ngb-tooltip-dark + ngb-tooltip-window .tooltip-inner {
  background: #495563;
  color: #fff;
}
.tooltip-dark.bs-tooltip-auto[data-popper-placement=top] .tooltip-arrow::before, .tooltip-dark > .tooltip.bs-tooltip-auto[data-popper-placement=top] .tooltip-arrow::before, .ngb-tooltip-dark + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=top] .tooltip-arrow::before {
  border-top-color: #495563;
}
.tooltip-dark.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before, .tooltip-dark > .tooltip.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before, .ngb-tooltip-dark + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before {
  border-left-color: #495563;
}
[dir=rtl] .tooltip-dark.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before, [dir=rtl] .tooltip-dark > .tooltip.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before, [dir=rtl] .ngb-tooltip-dark + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before {
  border-right-color: #495563;
}
.tooltip-dark.bs-tooltip-auto[data-popper-placement=bottom] .tooltip-arrow::before, .tooltip-dark > .tooltip.bs-tooltip-auto[data-popper-placement=bottom] .tooltip-arrow::before, .ngb-tooltip-dark + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=bottom] .tooltip-arrow::before {
  border-bottom-color: #495563;
}
.tooltip-dark.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before, .tooltip-dark > .tooltip.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before, .ngb-tooltip-dark + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before {
  border-right-color: #495563;
}
[dir=rtl] .tooltip-dark.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before, [dir=rtl] .tooltip-dark > .tooltip.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before, [dir=rtl] .ngb-tooltip-dark + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before {
  border-left-color: #495563;
}

.tooltip-gray .tooltip-inner, .tooltip-gray > .tooltip .tooltip-inner, .ngb-tooltip-gray + ngb-tooltip-window .tooltip-inner {
  background: rgba(38, 60, 85, 0.5);
  color: #fff;
}
.tooltip-gray.bs-tooltip-auto[data-popper-placement=top] .tooltip-arrow::before, .tooltip-gray > .tooltip.bs-tooltip-auto[data-popper-placement=top] .tooltip-arrow::before, .ngb-tooltip-gray + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=top] .tooltip-arrow::before {
  border-top-color: rgba(38, 60, 85, 0.5);
}
.tooltip-gray.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before, .tooltip-gray > .tooltip.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before, .ngb-tooltip-gray + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before {
  border-left-color: rgba(38, 60, 85, 0.5);
}
[dir=rtl] .tooltip-gray.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before, [dir=rtl] .tooltip-gray > .tooltip.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before, [dir=rtl] .ngb-tooltip-gray + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before {
  border-right-color: rgba(38, 60, 85, 0.5);
}
.tooltip-gray.bs-tooltip-auto[data-popper-placement=bottom] .tooltip-arrow::before, .tooltip-gray > .tooltip.bs-tooltip-auto[data-popper-placement=bottom] .tooltip-arrow::before, .ngb-tooltip-gray + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=bottom] .tooltip-arrow::before {
  border-bottom-color: rgba(38, 60, 85, 0.5);
}
.tooltip-gray.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before, .tooltip-gray > .tooltip.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before, .ngb-tooltip-gray + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before {
  border-right-color: rgba(38, 60, 85, 0.5);
}
[dir=rtl] .tooltip-gray.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before, [dir=rtl] .tooltip-gray > .tooltip.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before, [dir=rtl] .ngb-tooltip-gray + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before {
  border-left-color: rgba(38, 60, 85, 0.5);
}

.modal-open .tooltip {
  z-index: 1092;
}

.tooltip-inner {
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}

[dir=rtl] .tooltip {
  text-align: right;
}
[dir=rtl].bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow {
  right: 0;
  left: inherit;
}
[dir=rtl].bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
}
[dir=rtl].bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow {
  left: 0;
  right: inherit;
}
[dir=rtl].bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
}

.popover.popover-secondary, .popover .popover-secondary > .popover, .popover .ngb-popover-secondary + ngb-popover-window {
  border-color: transparent;
  background: #8a8a88;
}
.popover.popover-secondary .popover-header, .popover .popover-secondary > .popover .popover-header, .popover .ngb-popover-secondary + ngb-popover-window .popover-header {
  background: transparent;
  color: #fff;
}
.popover.popover-secondary .popover-body, .popover .popover-secondary > .popover .popover-body, .popover .ngb-popover-secondary + ngb-popover-window .popover-body {
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
}
.popover.popover-secondary > .popover-arrow::before, .popover .popover-secondary > .popover > .popover-arrow::before, .popover .ngb-popover-secondary + ngb-popover-window > .popover-arrow::before {
  border-color: transparent;
}
.popover.popover-secondary.bs-popover-auto[data-popper-placement=top] > .popover-arrow::after, .popover .popover-secondary > .popover.bs-popover-auto[data-popper-placement=top] > .popover-arrow::after, .popover .ngb-popover-secondary + ngb-popover-window.bs-popover-auto[data-popper-placement=top] > .popover-arrow::after {
  border-top-color: #8a8a88 !important;
}
.popover.popover-secondary.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after, .popover .popover-secondary > .popover.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after, .popover .ngb-popover-secondary + ngb-popover-window.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after {
  border-right-color: #8a8a88 !important;
}
[dir=rtl] .popover.popover-secondary.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after, [dir=rtl] .popover .popover-secondary > .popover.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after, [dir=rtl] .popover .ngb-popover-secondary + ngb-popover-window.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after {
  border-left-color: #8a8a88 !important;
}
.popover.popover-secondary.bs-popover-auto[data-popper-placement=bottom] > .popover-arrow::after, .popover .popover-secondary > .popover.bs-popover-auto[data-popper-placement=bottom] > .popover-arrow::after, .popover .ngb-popover-secondary + ngb-popover-window.bs-popover-auto[data-popper-placement=bottom] > .popover-arrow::after {
  border-bottom-color: #8a8a88 !important;
}
.popover.popover-secondary.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after, .popover .popover-secondary > .popover.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after, .popover .ngb-popover-secondary + ngb-popover-window.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after {
  border-left-color: #8a8a88 !important;
}
[dir=rtl] .popover.popover-secondary.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after, [dir=rtl] .popover .popover-secondary > .popover.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after, [dir=rtl] .popover .ngb-popover-secondary + ngb-popover-window.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after {
  border-right-color: #8a8a88 !important;
}
.popover.popover-secondary.bs-popover-auto.bs-popover-bottom .popover-header::before, .popover.popover-secondary.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, .popover .popover-secondary > .popover.bs-popover-auto.bs-popover-bottom .popover-header::before, .popover .popover-secondary > .popover.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, .popover .ngb-popover-secondary + ngb-popover-window.bs-popover-auto.bs-popover-bottom .popover-header::before, .popover .ngb-popover-secondary + ngb-popover-window.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  border-bottom: 1px solid transparent;
}

.popover.popover-success, .popover .popover-success > .popover, .popover .ngb-popover-success + ngb-popover-window {
  border-color: transparent;
  background: #39da8a;
}
.popover.popover-success .popover-header, .popover .popover-success > .popover .popover-header, .popover .ngb-popover-success + ngb-popover-window .popover-header {
  background: transparent;
  color: #fff;
}
.popover.popover-success .popover-body, .popover .popover-success > .popover .popover-body, .popover .ngb-popover-success + ngb-popover-window .popover-body {
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
}
.popover.popover-success > .popover-arrow::before, .popover .popover-success > .popover > .popover-arrow::before, .popover .ngb-popover-success + ngb-popover-window > .popover-arrow::before {
  border-color: transparent;
}
.popover.popover-success.bs-popover-auto[data-popper-placement=top] > .popover-arrow::after, .popover .popover-success > .popover.bs-popover-auto[data-popper-placement=top] > .popover-arrow::after, .popover .ngb-popover-success + ngb-popover-window.bs-popover-auto[data-popper-placement=top] > .popover-arrow::after {
  border-top-color: #39da8a !important;
}
.popover.popover-success.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after, .popover .popover-success > .popover.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after, .popover .ngb-popover-success + ngb-popover-window.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after {
  border-right-color: #39da8a !important;
}
[dir=rtl] .popover.popover-success.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after, [dir=rtl] .popover .popover-success > .popover.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after, [dir=rtl] .popover .ngb-popover-success + ngb-popover-window.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after {
  border-left-color: #39da8a !important;
}
.popover.popover-success.bs-popover-auto[data-popper-placement=bottom] > .popover-arrow::after, .popover .popover-success > .popover.bs-popover-auto[data-popper-placement=bottom] > .popover-arrow::after, .popover .ngb-popover-success + ngb-popover-window.bs-popover-auto[data-popper-placement=bottom] > .popover-arrow::after {
  border-bottom-color: #39da8a !important;
}
.popover.popover-success.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after, .popover .popover-success > .popover.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after, .popover .ngb-popover-success + ngb-popover-window.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after {
  border-left-color: #39da8a !important;
}
[dir=rtl] .popover.popover-success.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after, [dir=rtl] .popover .popover-success > .popover.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after, [dir=rtl] .popover .ngb-popover-success + ngb-popover-window.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after {
  border-right-color: #39da8a !important;
}
.popover.popover-success.bs-popover-auto.bs-popover-bottom .popover-header::before, .popover.popover-success.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, .popover .popover-success > .popover.bs-popover-auto.bs-popover-bottom .popover-header::before, .popover .popover-success > .popover.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, .popover .ngb-popover-success + ngb-popover-window.bs-popover-auto.bs-popover-bottom .popover-header::before, .popover .ngb-popover-success + ngb-popover-window.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  border-bottom: 1px solid transparent;
}

.popover.popover-info, .popover .popover-info > .popover, .popover .ngb-popover-info + ngb-popover-window {
  border-color: transparent;
  background: #00cfdd;
}
.popover.popover-info .popover-header, .popover .popover-info > .popover .popover-header, .popover .ngb-popover-info + ngb-popover-window .popover-header {
  background: transparent;
  color: #fff;
}
.popover.popover-info .popover-body, .popover .popover-info > .popover .popover-body, .popover .ngb-popover-info + ngb-popover-window .popover-body {
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
}
.popover.popover-info > .popover-arrow::before, .popover .popover-info > .popover > .popover-arrow::before, .popover .ngb-popover-info + ngb-popover-window > .popover-arrow::before {
  border-color: transparent;
}
.popover.popover-info.bs-popover-auto[data-popper-placement=top] > .popover-arrow::after, .popover .popover-info > .popover.bs-popover-auto[data-popper-placement=top] > .popover-arrow::after, .popover .ngb-popover-info + ngb-popover-window.bs-popover-auto[data-popper-placement=top] > .popover-arrow::after {
  border-top-color: #00cfdd !important;
}
.popover.popover-info.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after, .popover .popover-info > .popover.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after, .popover .ngb-popover-info + ngb-popover-window.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after {
  border-right-color: #00cfdd !important;
}
[dir=rtl] .popover.popover-info.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after, [dir=rtl] .popover .popover-info > .popover.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after, [dir=rtl] .popover .ngb-popover-info + ngb-popover-window.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after {
  border-left-color: #00cfdd !important;
}
.popover.popover-info.bs-popover-auto[data-popper-placement=bottom] > .popover-arrow::after, .popover .popover-info > .popover.bs-popover-auto[data-popper-placement=bottom] > .popover-arrow::after, .popover .ngb-popover-info + ngb-popover-window.bs-popover-auto[data-popper-placement=bottom] > .popover-arrow::after {
  border-bottom-color: #00cfdd !important;
}
.popover.popover-info.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after, .popover .popover-info > .popover.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after, .popover .ngb-popover-info + ngb-popover-window.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after {
  border-left-color: #00cfdd !important;
}
[dir=rtl] .popover.popover-info.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after, [dir=rtl] .popover .popover-info > .popover.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after, [dir=rtl] .popover .ngb-popover-info + ngb-popover-window.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after {
  border-right-color: #00cfdd !important;
}
.popover.popover-info.bs-popover-auto.bs-popover-bottom .popover-header::before, .popover.popover-info.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, .popover .popover-info > .popover.bs-popover-auto.bs-popover-bottom .popover-header::before, .popover .popover-info > .popover.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, .popover .ngb-popover-info + ngb-popover-window.bs-popover-auto.bs-popover-bottom .popover-header::before, .popover .ngb-popover-info + ngb-popover-window.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  border-bottom: 1px solid transparent;
}

.popover.popover-warning, .popover .popover-warning > .popover, .popover .ngb-popover-warning + ngb-popover-window {
  border-color: transparent;
  background: #fdac41;
}
.popover.popover-warning .popover-header, .popover .popover-warning > .popover .popover-header, .popover .ngb-popover-warning + ngb-popover-window .popover-header {
  background: transparent;
  color: #fff;
}
.popover.popover-warning .popover-body, .popover .popover-warning > .popover .popover-body, .popover .ngb-popover-warning + ngb-popover-window .popover-body {
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
}
.popover.popover-warning > .popover-arrow::before, .popover .popover-warning > .popover > .popover-arrow::before, .popover .ngb-popover-warning + ngb-popover-window > .popover-arrow::before {
  border-color: transparent;
}
.popover.popover-warning.bs-popover-auto[data-popper-placement=top] > .popover-arrow::after, .popover .popover-warning > .popover.bs-popover-auto[data-popper-placement=top] > .popover-arrow::after, .popover .ngb-popover-warning + ngb-popover-window.bs-popover-auto[data-popper-placement=top] > .popover-arrow::after {
  border-top-color: #fdac41 !important;
}
.popover.popover-warning.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after, .popover .popover-warning > .popover.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after, .popover .ngb-popover-warning + ngb-popover-window.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after {
  border-right-color: #fdac41 !important;
}
[dir=rtl] .popover.popover-warning.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after, [dir=rtl] .popover .popover-warning > .popover.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after, [dir=rtl] .popover .ngb-popover-warning + ngb-popover-window.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after {
  border-left-color: #fdac41 !important;
}
.popover.popover-warning.bs-popover-auto[data-popper-placement=bottom] > .popover-arrow::after, .popover .popover-warning > .popover.bs-popover-auto[data-popper-placement=bottom] > .popover-arrow::after, .popover .ngb-popover-warning + ngb-popover-window.bs-popover-auto[data-popper-placement=bottom] > .popover-arrow::after {
  border-bottom-color: #fdac41 !important;
}
.popover.popover-warning.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after, .popover .popover-warning > .popover.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after, .popover .ngb-popover-warning + ngb-popover-window.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after {
  border-left-color: #fdac41 !important;
}
[dir=rtl] .popover.popover-warning.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after, [dir=rtl] .popover .popover-warning > .popover.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after, [dir=rtl] .popover .ngb-popover-warning + ngb-popover-window.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after {
  border-right-color: #fdac41 !important;
}
.popover.popover-warning.bs-popover-auto.bs-popover-bottom .popover-header::before, .popover.popover-warning.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, .popover .popover-warning > .popover.bs-popover-auto.bs-popover-bottom .popover-header::before, .popover .popover-warning > .popover.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, .popover .ngb-popover-warning + ngb-popover-window.bs-popover-auto.bs-popover-bottom .popover-header::before, .popover .ngb-popover-warning + ngb-popover-window.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  border-bottom: 1px solid transparent;
}

.popover.popover-danger, .popover .popover-danger > .popover, .popover .ngb-popover-danger + ngb-popover-window {
  border-color: transparent;
  background: #ff5b5c;
}
.popover.popover-danger .popover-header, .popover .popover-danger > .popover .popover-header, .popover .ngb-popover-danger + ngb-popover-window .popover-header {
  background: transparent;
  color: #fff;
}
.popover.popover-danger .popover-body, .popover .popover-danger > .popover .popover-body, .popover .ngb-popover-danger + ngb-popover-window .popover-body {
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
}
.popover.popover-danger > .popover-arrow::before, .popover .popover-danger > .popover > .popover-arrow::before, .popover .ngb-popover-danger + ngb-popover-window > .popover-arrow::before {
  border-color: transparent;
}
.popover.popover-danger.bs-popover-auto[data-popper-placement=top] > .popover-arrow::after, .popover .popover-danger > .popover.bs-popover-auto[data-popper-placement=top] > .popover-arrow::after, .popover .ngb-popover-danger + ngb-popover-window.bs-popover-auto[data-popper-placement=top] > .popover-arrow::after {
  border-top-color: #ff5b5c !important;
}
.popover.popover-danger.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after, .popover .popover-danger > .popover.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after, .popover .ngb-popover-danger + ngb-popover-window.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after {
  border-right-color: #ff5b5c !important;
}
[dir=rtl] .popover.popover-danger.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after, [dir=rtl] .popover .popover-danger > .popover.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after, [dir=rtl] .popover .ngb-popover-danger + ngb-popover-window.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after {
  border-left-color: #ff5b5c !important;
}
.popover.popover-danger.bs-popover-auto[data-popper-placement=bottom] > .popover-arrow::after, .popover .popover-danger > .popover.bs-popover-auto[data-popper-placement=bottom] > .popover-arrow::after, .popover .ngb-popover-danger + ngb-popover-window.bs-popover-auto[data-popper-placement=bottom] > .popover-arrow::after {
  border-bottom-color: #ff5b5c !important;
}
.popover.popover-danger.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after, .popover .popover-danger > .popover.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after, .popover .ngb-popover-danger + ngb-popover-window.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after {
  border-left-color: #ff5b5c !important;
}
[dir=rtl] .popover.popover-danger.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after, [dir=rtl] .popover .popover-danger > .popover.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after, [dir=rtl] .popover .ngb-popover-danger + ngb-popover-window.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after {
  border-right-color: #ff5b5c !important;
}
.popover.popover-danger.bs-popover-auto.bs-popover-bottom .popover-header::before, .popover.popover-danger.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, .popover .popover-danger > .popover.bs-popover-auto.bs-popover-bottom .popover-header::before, .popover .popover-danger > .popover.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, .popover .ngb-popover-danger + ngb-popover-window.bs-popover-auto.bs-popover-bottom .popover-header::before, .popover .ngb-popover-danger + ngb-popover-window.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  border-bottom: 1px solid transparent;
}

.popover.popover-dark, .popover .popover-dark > .popover, .popover .ngb-popover-dark + ngb-popover-window {
  border-color: transparent;
  background: #495563;
}
.popover.popover-dark .popover-header, .popover .popover-dark > .popover .popover-header, .popover .ngb-popover-dark + ngb-popover-window .popover-header {
  background: transparent;
  color: #fff;
}
.popover.popover-dark .popover-body, .popover .popover-dark > .popover .popover-body, .popover .ngb-popover-dark + ngb-popover-window .popover-body {
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
}
.popover.popover-dark > .popover-arrow::before, .popover .popover-dark > .popover > .popover-arrow::before, .popover .ngb-popover-dark + ngb-popover-window > .popover-arrow::before {
  border-color: transparent;
}
.popover.popover-dark.bs-popover-auto[data-popper-placement=top] > .popover-arrow::after, .popover .popover-dark > .popover.bs-popover-auto[data-popper-placement=top] > .popover-arrow::after, .popover .ngb-popover-dark + ngb-popover-window.bs-popover-auto[data-popper-placement=top] > .popover-arrow::after {
  border-top-color: #495563 !important;
}
.popover.popover-dark.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after, .popover .popover-dark > .popover.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after, .popover .ngb-popover-dark + ngb-popover-window.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after {
  border-right-color: #495563 !important;
}
[dir=rtl] .popover.popover-dark.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after, [dir=rtl] .popover .popover-dark > .popover.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after, [dir=rtl] .popover .ngb-popover-dark + ngb-popover-window.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after {
  border-left-color: #495563 !important;
}
.popover.popover-dark.bs-popover-auto[data-popper-placement=bottom] > .popover-arrow::after, .popover .popover-dark > .popover.bs-popover-auto[data-popper-placement=bottom] > .popover-arrow::after, .popover .ngb-popover-dark + ngb-popover-window.bs-popover-auto[data-popper-placement=bottom] > .popover-arrow::after {
  border-bottom-color: #495563 !important;
}
.popover.popover-dark.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after, .popover .popover-dark > .popover.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after, .popover .ngb-popover-dark + ngb-popover-window.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after {
  border-left-color: #495563 !important;
}
[dir=rtl] .popover.popover-dark.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after, [dir=rtl] .popover .popover-dark > .popover.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after, [dir=rtl] .popover .ngb-popover-dark + ngb-popover-window.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after {
  border-right-color: #495563 !important;
}
.popover.popover-dark.bs-popover-auto.bs-popover-bottom .popover-header::before, .popover.popover-dark.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, .popover .popover-dark > .popover.bs-popover-auto.bs-popover-bottom .popover-header::before, .popover .popover-dark > .popover.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, .popover .ngb-popover-dark + ngb-popover-window.bs-popover-auto.bs-popover-bottom .popover-header::before, .popover .ngb-popover-dark + ngb-popover-window.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  border-bottom: 1px solid transparent;
}

.popover.popover-gray, .popover .popover-gray > .popover, .popover .ngb-popover-gray + ngb-popover-window {
  border-color: transparent;
  background: rgba(38, 60, 85, 0.5);
}
.popover.popover-gray .popover-header, .popover .popover-gray > .popover .popover-header, .popover .ngb-popover-gray + ngb-popover-window .popover-header {
  background: transparent;
  color: #fff;
}
.popover.popover-gray .popover-body, .popover .popover-gray > .popover .popover-body, .popover .ngb-popover-gray + ngb-popover-window .popover-body {
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
}
.popover.popover-gray > .popover-arrow::before, .popover .popover-gray > .popover > .popover-arrow::before, .popover .ngb-popover-gray + ngb-popover-window > .popover-arrow::before {
  border-color: transparent;
}
.popover.popover-gray.bs-popover-auto[data-popper-placement=top] > .popover-arrow::after, .popover .popover-gray > .popover.bs-popover-auto[data-popper-placement=top] > .popover-arrow::after, .popover .ngb-popover-gray + ngb-popover-window.bs-popover-auto[data-popper-placement=top] > .popover-arrow::after {
  border-top-color: rgba(38, 60, 85, 0.5) !important;
}
.popover.popover-gray.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after, .popover .popover-gray > .popover.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after, .popover .ngb-popover-gray + ngb-popover-window.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after {
  border-right-color: rgba(38, 60, 85, 0.5) !important;
}
[dir=rtl] .popover.popover-gray.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after, [dir=rtl] .popover .popover-gray > .popover.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after, [dir=rtl] .popover .ngb-popover-gray + ngb-popover-window.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after {
  border-left-color: rgba(38, 60, 85, 0.5) !important;
}
.popover.popover-gray.bs-popover-auto[data-popper-placement=bottom] > .popover-arrow::after, .popover .popover-gray > .popover.bs-popover-auto[data-popper-placement=bottom] > .popover-arrow::after, .popover .ngb-popover-gray + ngb-popover-window.bs-popover-auto[data-popper-placement=bottom] > .popover-arrow::after {
  border-bottom-color: rgba(38, 60, 85, 0.5) !important;
}
.popover.popover-gray.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after, .popover .popover-gray > .popover.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after, .popover .ngb-popover-gray + ngb-popover-window.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after {
  border-left-color: rgba(38, 60, 85, 0.5) !important;
}
[dir=rtl] .popover.popover-gray.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after, [dir=rtl] .popover .popover-gray > .popover.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after, [dir=rtl] .popover .ngb-popover-gray + ngb-popover-window.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after {
  border-right-color: rgba(38, 60, 85, 0.5) !important;
}
.popover.popover-gray.bs-popover-auto.bs-popover-bottom .popover-header::before, .popover.popover-gray.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, .popover .popover-gray > .popover.bs-popover-auto.bs-popover-bottom .popover-header::before, .popover .popover-gray > .popover.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, .popover .ngb-popover-gray + ngb-popover-window.bs-popover-auto.bs-popover-bottom .popover-header::before, .popover .ngb-popover-gray + ngb-popover-window.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  border-bottom: 1px solid transparent;
}

.modal-open .popover {
  z-index: 1091;
}

.popover {
  box-shadow: 0 0.25rem 1rem rgba(147, 158, 170, 0.45);
}
.popover .popover-arrow {
  z-index: 1;
}

.popover-header {
  padding: 1rem 1rem 0;
  font-size: 1.125rem;
}

[dir=rtl] .popover {
  text-align: right;
}

.form-label,
.col-form-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: inherit;
}

.form-label-lg {
  font-size: 1.063rem;
}

.form-label-sm {
  font-size: 0.813rem;
}

.form-control::-moz-placeholder {
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.form-control::placeholder {
  transition: all 0.25s ease;
}
.form-control:focus::-moz-placeholder {
  transform: translate(5px);
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.form-control:focus::placeholder {
  transform: translate(5px);
  transition: all 0.25s ease;
}
.form-control:hover:not([disabled]):not([focus]) {
  border-color: #bec5cc;
}

.form-select {
  background-clip: padding-box;
}
.form-select:hover:not([disabled]):not([focus]) {
  border-color: #bec5cc;
}

[dir=rtl] .form-select {
  padding: 0.469rem 0.735rem 0.469rem 1.735rem;
  background-position: left 0.735rem center;
}
[dir=rtl] .form-select[multiple], [dir=rtl] .form-select[size]:not([size="1"]) {
  padding-left: 0.735rem;
  background-image: none;
}
[dir=rtl] .form-select-sm {
  padding-top: 0.187rem;
  padding-bottom: 0.187rem;
  padding-right: 0.6rem;
}
[dir=rtl] .form-select-lg {
  padding-top: 0.74rem;
  padding-bottom: 0.74rem;
  padding-right: 0.85rem;
}

.form-check-input {
  cursor: pointer;
}

[dir=rtl] .form-check {
  padding-left: 0;
  padding-right: 1.7em;
}
[dir=rtl] .form-check .form-check-input {
  float: right;
  margin-left: 0;
  margin-right: -1.7em;
}

[dir=rtl] .form-switch {
  padding-left: 0;
  padding-right: 2.5em;
}
[dir=rtl] .form-switch .form-check-input {
  margin-left: 0;
  margin-right: -2.5em;
  background-position: right center;
}
[dir=rtl] .form-switch .form-check-input:checked {
  background-position: left center;
}
[dir=rtl] .form-check-inline {
  margin-right: 0;
  margin-left: 1rem;
}

.form-check-secondary .form-check-input:focus {
  border-color: #8a8a88;
}
.form-check-secondary .form-check-input:checked {
  background-color: #8a8a88;
  border-color: #8a8a88;
}
.form-check-secondary .form-check-input[type=checkbox]:indeterminate {
  background-color: #8a8a88;
  border-color: #8a8a88;
}

.form-check-secondary.custom-option.checked {
  border: 1px solid #8a8a88;
}

.form-check-success .form-check-input:focus {
  border-color: #39da8a;
}
.form-check-success .form-check-input:checked {
  background-color: #39da8a;
  border-color: #39da8a;
}
.form-check-success .form-check-input[type=checkbox]:indeterminate {
  background-color: #39da8a;
  border-color: #39da8a;
}

.form-check-success.custom-option.checked {
  border: 1px solid #39da8a;
}

.form-check-info .form-check-input:focus {
  border-color: #00cfdd;
}
.form-check-info .form-check-input:checked {
  background-color: #00cfdd;
  border-color: #00cfdd;
}
.form-check-info .form-check-input[type=checkbox]:indeterminate {
  background-color: #00cfdd;
  border-color: #00cfdd;
}

.form-check-info.custom-option.checked {
  border: 1px solid #00cfdd;
}

.form-check-warning .form-check-input:focus {
  border-color: #fdac41;
}
.form-check-warning .form-check-input:checked {
  background-color: #fdac41;
  border-color: #fdac41;
}
.form-check-warning .form-check-input[type=checkbox]:indeterminate {
  background-color: #fdac41;
  border-color: #fdac41;
}

.form-check-warning.custom-option.checked {
  border: 1px solid #fdac41;
}

.form-check-danger .form-check-input:focus {
  border-color: #ff5b5c;
}
.form-check-danger .form-check-input:checked {
  background-color: #ff5b5c;
  border-color: #ff5b5c;
}
.form-check-danger .form-check-input[type=checkbox]:indeterminate {
  background-color: #ff5b5c;
  border-color: #ff5b5c;
}

.form-check-danger.custom-option.checked {
  border: 1px solid #ff5b5c;
}

.form-check-light .form-check-input:focus {
  border-color: #e5e9ed;
}
.form-check-light .form-check-input:checked {
  background-color: #e5e9ed;
  border-color: #e5e9ed;
}
.form-check-light .form-check-input[type=checkbox]:indeterminate {
  background-color: #e5e9ed;
  border-color: #e5e9ed;
}

.form-check-light.custom-option.checked {
  border: 1px solid #e5e9ed;
}

.form-check-dark .form-check-input:focus {
  border-color: #495563;
}
.form-check-dark .form-check-input:checked {
  background-color: #495563;
  border-color: #495563;
}
.form-check-dark .form-check-input[type=checkbox]:indeterminate {
  background-color: #495563;
  border-color: #495563;
}

.form-check-dark.custom-option.checked {
  border: 1px solid #495563;
}

.form-check-gray .form-check-input:focus {
  border-color: rgba(38, 60, 85, 0.5);
}
.form-check-gray .form-check-input:checked {
  background-color: rgba(38, 60, 85, 0.5);
  border-color: rgba(38, 60, 85, 0.5);
}
.form-check-gray .form-check-input[type=checkbox]:indeterminate {
  background-color: rgba(38, 60, 85, 0.5);
  border-color: rgba(38, 60, 85, 0.5);
}

.form-check-gray.custom-option.checked {
  border: 1px solid rgba(38, 60, 85, 0.5);
}

.form-range::-webkit-slider-thumb {
  box-shadow: 0 0 6px 0 rgba(38, 60, 85, 0.2);
  -webkit-transition: transform 0.2s;
  transition: transform 0.2s;
  transform-origin: center;
}
.form-range::-webkit-slider-thumb:focus {
  box-shadow: 0 0 8px 0px rgba(38, 60, 85, 0.2);
}
.form-range::-webkit-slider-thumb:active {
  transform: scale(1.4, 1.4);
}
.form-range::-moz-range-thumb {
  box-shadow: 0 0 6px 0 rgba(38, 60, 85, 0.2);
  -moz-transition: transform 0.2s;
  transition: transform 0.2s;
  transform-origin: center;
}
.form-range::-moz-range-thumb:focus {
  box-shadow: 0 0 8px 0px rgba(38, 60, 85, 0.2);
}
.form-range::-moz-range-thumb:active {
  transform: scale(1.4, 1.4);
}
.form-range:disabled::-webkit-slider-runnable-track {
  background-color: rgba(38, 60, 85, 0.06);
}
.form-range:disabled::-moz-range-track {
  background-color: rgba(38, 60, 85, 0.06);
  box-shadow: none;
}
.form-range:disabled::-webkit-slider-thumb {
  box-shadow: none;
}
.form-range:disabled::-moz-range-thumb {
  box-shadow: none;
}

.input-group.rounded-pill .input-group-text,
.input-group.rounded-pill .form-control {
  border-radius: 50rem;
}
.input-group:hover .input-group-text,
.input-group:hover .form-control {
  border-color: #bec5cc;
}
.input-group:focus-within {
  box-shadow: 0 0.0625rem 0.1875rem 0 rgba(38, 60, 85, 0.18);
}
.input-group:focus-within .form-control,
.input-group:focus-within .input-group-text {
  box-shadow: none;
}
.input-group.disabled .input-group-text {
  background-color: #e9ecee;
}
.input-group.has-validation > .input-group-text:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-text {
  background-clip: padding-box;
}
.input-group-text i {
  font-size: 0.9375rem;
}

.input-group-lg > .input-group-text i {
  font-size: 1.063rem;
}

.input-group-sm > .input-group-text i {
  font-size: 0.813rem;
}

html:not([dir=rtl]) .input-group-merge .input-group-text:first-child {
  border-right: 0;
}
html:not([dir=rtl]) .input-group-merge .input-group-text:last-child {
  border-left: 0;
}
html:not([dir=rtl]) .input-group-merge .form-control:not(:first-child) {
  padding-left: 0;
  border-left: 0;
}
html:not([dir=rtl]) .input-group-merge .form-control:not(:last-child) {
  padding-right: 0;
  border-right: 0;
}

html:not([dir=rtl]) .input-group-merge .field_with_errors {
  width: 89%;
}

.input-group-text {
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .input-group-text {
    transition: none;
  }
}

[dir=rtl] .input-group-lg > .form-select,
[dir=rtl] .input-group-sm > .form-select {
  padding-left: 2.47rem;
}
[dir=rtl] .input-group.rounded-pill .input-group-text {
  border-top-right-radius: 50rem !important;
  border-bottom-right-radius: 50rem !important;
}
[dir=rtl] .input-group.rounded-pill .form-control {
  border-top-left-radius: 50rem !important;
  border-bottom-left-radius: 50rem !important;
}
[dir=rtl] .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
[dir=rtl] .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: var(--bs-border-radius);
  border-bottom-right-radius: var(--bs-border-radius);
}
[dir=rtl] .input-group.input-group-lg:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
[dir=rtl] .input-group.input-group-lg:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: var(--bs-border-radius-lg);
  border-bottom-right-radius: var(--bs-border-radius-lg);
}
[dir=rtl] .input-group.input-group-sm:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
[dir=rtl] .input-group.input-group-sm:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: var(--bs-border-radius-sm);
  border-bottom-right-radius: var(--bs-border-radius-sm);
}
[dir=rtl] .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
[dir=rtl] .input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: var(--bs-border-radius);
  border-bottom-right-radius: var(--bs-border-radius);
}
[dir=rtl] .input-group.input-group-lg > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
[dir=rtl] .input-group.input-group-lg > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: var(--bs-border-radius-lg);
  border-bottom-right-radius: var(--bs-border-radius-lg);
}
[dir=rtl] .input-group.input-group-sm > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
[dir=rtl] .input-group.input-group-sm > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: var(--bs-border-radius-sm);
  border-bottom-right-radius: var(--bs-border-radius-sm);
}
[dir=rtl] .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-right: calc(var(--bs-border-width) * -1);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-left: 0px;
  border-top-left-radius: var(--bs-border-radius);
  border-bottom-left-radius: var(--bs-border-radius);
}
[dir=rtl] .input-group.input-group-lg > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  border-top-left-radius: var(--bs-border-radius-lg);
  border-bottom-left-radius: var(--bs-border-radius-lg);
}
[dir=rtl] .input-group.input-group-sm > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  border-top-left-radius: var(--bs-border-radius-sm);
  border-bottom-left-radius: var(--bs-border-radius-sm);
}
[dir=rtl] .input-group > :not(:first-child):not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
[dir=rtl] .input-group > .dropdown-toggle:nth-last-child(n+3):not(:first-child) {
  border-radius: 0 !important;
}
[dir=rtl] .input-group.has-validation > .input-group-text:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: var(--bs-border-radius);
  border-bottom-right-radius: var(--bs-border-radius);
}
[dir=rtl] .input-group.has-validation > .form-control:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: var(--bs-border-radius);
  border-bottom-right-radius: var(--bs-border-radius);
}
[dir=rtl] .input-group-merge .input-group-text:first-child {
  border-left: 0;
}
[dir=rtl] .input-group-merge .input-group-text:last-child {
  border-right: 0;
}
[dir=rtl] .input-group-merge .form-control:not(:first-child) {
  padding-right: 0;
  border-right: 0;
}
[dir=rtl] .input-group-merge .form-control:not(:last-child) {
  padding-left: 0;
  border-left: 0;
}

.fv-plugins-bootstrap5-row-invalid .input-group.has-validation .input-group-text,
.fv-plugins-bootstrap5-row-invalid .input-group.has-validation:focus-within .input-group-text {
  border-color: #ff5b5c !important;
}

.form-floating > .form-control:focus::-moz-placeholder, .form-floating > .form-control:not(:placeholder-shown)::-moz-placeholder {
  color: #a8b1bb;
}

.form-floating > .form-control:not(:-moz-placeholder-shown)::placeholder {
  color: #a8b1bb;
}

.form-floating > .form-control:focus::placeholder,
.form-floating > .form-control:not(:placeholder-shown)::placeholder {
  color: #a8b1bb;
}

[dir=rtl] .form-floating > label {
  right: 0;
  transform-origin: 100% 0;
}
[dir=rtl] .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(-0.15rem);
}
[dir=rtl] .form-floating > .form-control:focus ~ label,
[dir=rtl] .form-floating > .form-control:not(:placeholder-shown) ~ label,
[dir=rtl] .form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(-0.15rem);
}
[dir=rtl] .form-floating > .form-control:-webkit-autofill ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(-0.15rem);
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 85%;
  color: var(--bs-form-valid-color);
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.7rem;
  margin-top: 0.1rem;
  font-size: 0.9375rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: 0.1875rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--bs-form-valid-color) !important;
}
.dark-style .was-validated .form-control:valid, .dark-style .form-control.is-valid {
  border-color: var(--bs-form-valid-color) !important;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-color) !important;
  box-shadow: 0 0 0.1875rem 0.0625rem rgba(var(--bs-success-rgb), 0.18);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-form-valid-color) !important;
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-color);
  box-shadow: 0 0 0.1875rem 0.0625rem rgba(var(--bs-success-rgb), 0.18);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
  border-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0.1875rem 0.0625rem rgba(var(--bs-success-rgb), 0.18);
  border-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

html:not([dir=rtl]) .form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
[dir=rtl] .form-check-inline .form-check-input ~ .valid-feedback {
  margin-right: 0.5em;
}

.was-validated .input-group .form-control:valid ~ .input-group-text, .input-group .form-control.is-valid ~ .input-group-text {
  border-color: var(--bs-form-valid-color) !important;
}
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-color) !important;
  box-shadow: none;
}
.was-validated .input-group .form-control:valid:focus ~ .input-group-text, .input-group .form-control.is-valid:focus ~ .input-group-text {
  border-color: var(--bs-form-valid-color);
}

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 85%;
  color: var(--bs-form-invalid-color);
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.7rem;
  margin-top: 0.1rem;
  font-size: 0.9375rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: 0.1875rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--bs-form-invalid-color) !important;
}
.dark-style .was-validated .form-control:invalid, .dark-style .form-control.is-invalid {
  border-color: var(--bs-form-invalid-color) !important;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-color) !important;
  box-shadow: 0 0 0.1875rem 0.0625rem rgba(var(--bs-danger-rgb), 0.18);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-color) !important;
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-color);
  box-shadow: 0 0 0.1875rem 0.0625rem rgba(var(--bs-danger-rgb), 0.18);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
  border-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0.1875rem 0.0625rem rgba(var(--bs-danger-rgb), 0.18);
  border-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

html:not([dir=rtl]) .form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}
[dir=rtl] .form-check-inline .form-check-input ~ .invalid-feedback {
  margin-right: 0.5em;
}

.was-validated .input-group .form-control:invalid ~ .input-group-text, .input-group .form-control.is-invalid ~ .input-group-text {
  border-color: var(--bs-form-invalid-color) !important;
}
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-color) !important;
  box-shadow: none;
}
.was-validated .input-group .form-control:invalid:focus ~ .input-group-text, .input-group .form-control.is-invalid:focus ~ .input-group-text {
  border-color: var(--bs-form-invalid-color);
}

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 3;
}

form .error:not(li):not(input) {
  color: #ff5b5c;
  font-size: 85%;
  margin-top: 0.25rem;
}
form .invalid,
form .is-invalid .invalid:before,
form .is-invalid::before {
  border-color: #ff5b5c !important;
}
form .form-label.invalid, form .form-label.is-invalid {
  border-color: #ff5b5c;
  box-shadow: 0 0 0 2px rgba(255, 91, 92, 0.4) !important;
}
form select.invalid ~ .select2 .select2-selection {
  border-color: #ff5b5c;
}
form select.is-invalid ~ .select2 .select2-selection {
  border-color: #ff5b5c !important;
}
form select.selectpicker.is-invalid ~ .btn {
  border-color: #ff5b5c !important;
}

@media (hover: none) {
  .fv-plugins-bootstrap5-row-invalid .form-control.flatpickr-mobile {
    border-color: #ff5b5c;
  }
}
.fv-plugins-bootstrap5 .invalid-feedback,
.fv-plugins-bootstrap5 .invalid-tooltip {
  display: block;
}

.fv-plugins-bootstrap5-row-invalid .tagify.tagify--empty {
  border-color: #ff5b5c !important;
}

.modal-content {
  box-shadow: 0 0.125rem 1.25rem 0 rgba(38, 60, 85, 0.6);
}

.modal .btn-close {
  background-color: #eeeff1;
  padding: 0.5625rem 0.5625rem;
  margin: 0 0 0 auto;
  z-index: 1;
}

.modal-footer {
  padding: 0 1.5rem 1.375rem;
}

[dir=rtl] .modal,
[dir=rtl] .modal-backdrop {
  right: 0;
}
[dir=rtl] .modal-header .btn-close {
  margin-left: 0;
  margin-right: auto;
}

.modal-onboarding .close-label {
  font-size: 0.8rem;
  position: absolute;
  top: 1.5rem;
  opacity: 0.95;
}
.modal-onboarding .close-label:hover {
  opacity: 0.95;
}
.modal-onboarding .onboarding-media {
  margin-bottom: 1rem;
}
.modal-onboarding .onboarding-media img {
  margin: 0 auto;
}
.modal-onboarding .onboarding-content {
  margin: 2rem;
}
.modal-onboarding form {
  margin-top: 2rem;
  text-align: left;
}
.modal-onboarding .carousel-indicators {
  bottom: -10px;
}
.modal-onboarding .carousel-control-prev,
.modal-onboarding .carousel-control-next {
  top: auto;
  bottom: 0.75rem;
  opacity: 1;
}
[dir=rtl] .modal-onboarding .carousel-control-prev,
[dir=rtl] .modal-onboarding .carousel-control-next {
  flex-direction: row-reverse;
}
.modal-onboarding .carousel-control-prev {
  left: 1rem;
}
.modal-onboarding .onboarding-horizontal {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal-onboarding .onboarding-horizontal .onboarding-media {
  margin: 2rem;
  margin-top: 0;
}
.modal-onboarding .onboarding-horizontal .carousel-control-prev {
  left: 0;
}
.modal-onboarding.animated .onboarding-media {
  transform: translateY(10px) scale(0.8);
  transition: all 0.5s cubic-bezier(0.25, 1.1, 0.5, 1.35);
  transition-delay: 0.3s;
  opacity: 0;
}
.modal-onboarding.animated .onboarding-content {
  transform: translateY(40px);
  transition-delay: 0.1s;
  transition: all 0.4s ease;
  opacity: 0;
}
.modal-onboarding.animated .onboarding-title {
  opacity: 0;
  transition-delay: 0.5s;
  transition: all 0.5s cubic-bezier(0.25, 1.1, 0.5, 1.35);
  transform: translateY(40px);
}
.modal-onboarding.animated .onboarding-info {
  opacity: 0;
  transition-delay: 0.6s;
  transition: all 0.5s cubic-bezier(0.25, 1.1, 0.5, 1.35);
  transform: translateY(40px);
}
.modal-onboarding.animated form {
  opacity: 0;
  transition-delay: 0.7s;
  transition: all 0.5s ease;
  transform: translateY(40px);
}
.modal-onboarding.animated.show .onboarding-media {
  transform: translateY(0) scale(1);
  opacity: 1;
}
.modal-onboarding.animated.show .onboarding-content {
  transform: translateY(0);
  opacity: 1;
}
.modal-onboarding.animated.show .onboarding-title {
  transform: translateY(0);
  opacity: 1;
}
.modal-onboarding.animated.show .onboarding-info {
  opacity: 1;
  transform: translateY(0px);
}
.modal-onboarding.animated.show form {
  opacity: 1;
  transform: translateY(0px);
}

.modal-top .modal-dialog {
  margin-top: 0;
}
.modal-top .modal-content {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.modal-transparent .modal-dialog {
  display: flex;
  margin: 0 auto;
  min-height: 100vh;
}
.modal-transparent .modal-content {
  margin: auto;
  width: 100%;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.modal-transparent .btn-close {
  position: absolute;
  top: 0;
  right: 1.5rem;
  transform: none;
  opacity: 1;
  padding: 0.25em 0.25em;
  background-image: url("data:image/svg+xml,%3Csvg width='150px' height='151px' viewBox='0 0 150 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='131.251657 0 74.9933705 56.25 18.7483426 0 0 18.75 56.2450278 75 0 131.25 18.7483426 150 74.9933705 93.75 131.251657 150 150 131.25 93.7549722 75 150 18.75'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='🎨-%5BSetup%5D:-Colors-&amp;-Shadows' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-225.000000, -250.000000)'%3E%3Cg id='Icon-Color' transform='translate(225.000000, 250.500000)'%3E%3Cuse fill='%23fff' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.5' fill='%23fff' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-color: transparent !important;
}
[dir=rtl] .modal-transparent .btn-close {
  right: auto;
  left: 1.5rem;
}

.modal-simple .modal-content {
  padding: 3rem;
}
.modal-simple .btn-close {
  position: absolute;
  top: -1.625rem;
}
[dir=rtl] .modal-simple .btn-close {
  left: -1.625rem;
}
html:not([dir=rtl]) .modal-simple .btn-close {
  right: -1.625rem;
}
@media (max-width: 767.98px) {
  .modal-simple .btn-close {
    top: 0;
  }
  [dir=rtl] .modal-simple .btn-close {
    left: 0;
  }
  html:not([dir=rtl]) .modal-simple .btn-close {
    right: 0;
  }
}

.modal-refer-and-earn .modal-refer-and-earn-step {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.25rem;
}
.modal-refer-and-earn .modal-refer-and-earn-step i {
  font-size: 2.5rem;
}

.modal-top.fade .modal-dialog,
.modal-top .modal.fade .modal-dialog {
  transform: translateY(-100%);
}

.modal-top.show .modal-dialog,
.modal-top .modal.show .modal-dialog {
  transform: translateY(0);
}

.modal-transparent.fade .modal-dialog,
.modal-transparent .modal.fade .modal-dialog {
  transform: scale(0.5, 0.5);
}

.modal-transparent.show .modal-dialog,
.modal-transparent .modal.show .modal-dialog {
  transform: scale(1, 1);
}

@media (max-width: 991.98px) {
  .modal-onboarding .onboarding-horizontal {
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  .modal .modal-dialog:not(.modal-fullscreen) {
    padding: 0 0.75rem;
    padding-left: 0.75rem !important;
  }
  .modal .carousel-control-prev,
  .modal .carousel-control-next {
    display: none;
  }
}
@media (min-width: 576px) {
  .modal-content {
    box-shadow: 0 0.125rem 1.25rem 0 rgba(38, 60, 85, 0.6);
  }
  .modal-sm .modal-dialog {
    max-width: 22.5rem;
  }
}
@media (min-width: 1200px) {
  .modal-xl .modal-dialog {
    max-width: 1140px;
  }
}
.progress.progress-stacked {
  background-color: #fff;
}
.progress.progress-stacked > .progress-bar:not(:last-child) {
  margin-right: 0.35rem;
}

html:not([dir=rtl]) .progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.07) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.07) 50%, rgba(255, 255, 255, 0.07) 75%, transparent 75%, transparent);
}
html:not([dir=rtl]) .progress .progress-bar:last-child {
  border-top-right-radius: 10rem;
  border-bottom-right-radius: 10rem;
}
html:not([dir=rtl]) .progress .progress-bar:first-child {
  border-top-left-radius: 10rem;
  border-bottom-left-radius: 10rem;
}

[dir=rtl] .progress-bar-striped {
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.07) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.07) 50%, rgba(255, 255, 255, 0.07) 75%, transparent 75%, transparent);
}
[dir=rtl] .progress-bar-animated {
  animation-direction: reverse;
}
[dir=rtl] .progress .progress-bar:last-child {
  border-top-left-radius: 10rem;
  border-bottom-left-radius: 10rem;
}
[dir=rtl] .progress .progress-bar:first-child {
  border-top-right-radius: 10rem;
  border-bottom-right-radius: 10rem;
}

.breadcrumb-item,
.breadcrumb-item a {
  color: #677788;
}
.breadcrumb-item:hover, .breadcrumb-item:focus,
.breadcrumb-item a:hover,
.breadcrumb-item a:focus {
  color: #677788;
}
.breadcrumb-item.active,
.breadcrumb-item a.active {
  font-weight: 600;
}
.breadcrumb-item.active::before,
.breadcrumb-item a.active::before {
  font-weight: 400;
}

.breadcrumb-item.active a, .breadcrumb-item.active a:hover, .breadcrumb-item.active a:focus, .breadcrumb-item.active a:active {
  color: inherit;
}

.breadcrumb-style1 .breadcrumb-item + .breadcrumb-item::before,
.breadcrumb-style2 .breadcrumb-item + .breadcrumb-item::before {
  font-family: boxicons;
  vertical-align: middle;
}

.breadcrumb-style1 .breadcrumb-item + .breadcrumb-item::before {
  content: "\ea50";
  font-size: 1.3rem;
  line-height: 1.2;
}

.breadcrumb-style2 .breadcrumb-item + .breadcrumb-item::before {
  content: "\ebe7";
  font-size: 1.063rem;
  line-height: 1.39rem;
}

[dir=rtl] .breadcrumb-item + .breadcrumb-item {
  padding-right: 0.5rem;
  padding-left: 0;
}
[dir=rtl] .breadcrumb-item + .breadcrumb-item::before {
  content: "\\";
  padding-right: 0;
  padding-left: 0.5rem;
  float: right;
}
[dir=rtl] .breadcrumb-style1 .breadcrumb-item + .breadcrumb-item::before {
  content: "\ea4d";
}
[dir=rtl] .breadcrumb-style2 .breadcrumb-item + .breadcrumb-item::before {
  content: "\eb34";
}

.list-group-item-secondary {
  border-color: #8a8a88;
  background-color: #e7ebef;
  color: #8a8a88 !important;
}

a.list-group-item-secondary,
button.list-group-item-secondary {
  color: #8a8a88;
}
a.list-group-item-secondary:hover, a.list-group-item-secondary:focus,
button.list-group-item-secondary:hover,
button.list-group-item-secondary:focus {
  border-color: #8a8a88;
  background-color: #dbdfe3;
  color: #8a8a88;
}
a.list-group-item-secondary.active,
button.list-group-item-secondary.active {
  border-color: #8a8a88 !important;
  background-color: #8a8a88 !important;
  color: #fff !important;
}

.list-group.list-group-timeline .list-group-timeline-secondary:before {
  border-color: #8a8a88;
  background-color: #8a8a88;
}

.list-group-item-success {
  border-color: #39da8a;
  background-color: #dff9ec;
  color: #39da8a !important;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #39da8a;
}
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  border-color: #39da8a;
  background-color: #d4ede0;
  color: #39da8a;
}
a.list-group-item-success.active,
button.list-group-item-success.active {
  border-color: #39da8a !important;
  background-color: #39da8a !important;
  color: #fff !important;
}

.list-group.list-group-timeline .list-group-timeline-success:before {
  border-color: #39da8a;
  background-color: #39da8a;
}

.list-group-item-info {
  border-color: #00cfdd;
  background-color: #d6f7fa;
  color: #00cfdd !important;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #00cfdd;
}
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  border-color: #00cfdd;
  background-color: #cbebee;
  color: #00cfdd;
}
a.list-group-item-info.active,
button.list-group-item-info.active {
  border-color: #00cfdd !important;
  background-color: #00cfdd !important;
  color: #fff !important;
}

.list-group.list-group-timeline .list-group-timeline-info:before {
  border-color: #00cfdd;
  background-color: #00cfdd;
}

.list-group-item-warning {
  border-color: #fdac41;
  background-color: #fff2e1;
  color: #fdac41 !important;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #fdac41;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  border-color: #fdac41;
  background-color: #f2e6d6;
  color: #fdac41;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active {
  border-color: #fdac41 !important;
  background-color: #fdac41 !important;
  color: #fff !important;
}

.list-group.list-group-timeline .list-group-timeline-warning:before {
  border-color: #fdac41;
  background-color: #fdac41;
}

.list-group-item-danger {
  border-color: #ff5b5c;
  background-color: #ffe5e5;
  color: #ff5b5c !important;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #ff5b5c;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  border-color: #ff5b5c;
  background-color: #f2dada;
  color: #ff5b5c;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active {
  border-color: #ff5b5c !important;
  background-color: #ff5b5c !important;
  color: #fff !important;
}

.list-group.list-group-timeline .list-group-timeline-danger:before {
  border-color: #ff5b5c;
  background-color: #ff5b5c;
}

.list-group-item-dark {
  border-color: #495563;
  background-color: #e2e4e6;
  color: #495563 !important;
}

a.list-group-item-dark,
button.list-group-item-dark {
  color: #495563;
}
a.list-group-item-dark:hover, a.list-group-item-dark:focus,
button.list-group-item-dark:hover,
button.list-group-item-dark:focus {
  border-color: #495563;
  background-color: #d7d9db;
  color: #495563;
}
a.list-group-item-dark.active,
button.list-group-item-dark.active {
  border-color: #495563 !important;
  background-color: #495563 !important;
  color: #fff !important;
}

.list-group.list-group-timeline .list-group-timeline-dark:before {
  border-color: #495563;
  background-color: #495563;
}

.list-group-item-gray {
  border-color: rgba(38, 60, 85, 0.5);
  background-color: rgba(242, 243, 245, 0.92);
  color: rgba(38, 60, 85, 0.5) !important;
}

a.list-group-item-gray,
button.list-group-item-gray {
  color: rgba(38, 60, 85, 0.5);
}
a.list-group-item-gray:hover, a.list-group-item-gray:focus,
button.list-group-item-gray:hover,
button.list-group-item-gray:focus {
  border-color: rgba(38, 60, 85, 0.5);
  background-color: rgba(228, 229, 231, 0.924);
  color: rgba(38, 60, 85, 0.5);
}
a.list-group-item-gray.active,
button.list-group-item-gray.active {
  border-color: rgba(38, 60, 85, 0.5) !important;
  background-color: rgba(38, 60, 85, 0.5) !important;
  color: #fff !important;
}

.list-group.list-group-timeline .list-group-timeline-gray:before {
  border-color: rgba(38, 60, 85, 0.5);
  background-color: rgba(38, 60, 85, 0.5);
}

.list-group.list-group-timeline {
  position: relative;
}
.list-group.list-group-timeline:before {
  background-color: #d4d8dd;
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0.2rem;
}
.list-group.list-group-timeline .list-group-item {
  border: none;
  padding-left: 1.25rem;
}
.list-group.list-group-timeline .list-group-item:before {
  position: absolute;
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  left: 0;
  top: 50%;
  margin-top: -3.5px;
  border-radius: 100%;
}
.list-group .list-group-item.active h1,
.list-group .list-group-item.active .h1,
.list-group .list-group-item.active h2,
.list-group .list-group-item.active .h2,
.list-group .list-group-item.active h3,
.list-group .list-group-item.active .h3,
.list-group .list-group-item.active h4,
.list-group .list-group-item.active .h4,
.list-group .list-group-item.active h5,
.list-group .list-group-item.active .h5,
.list-group .list-group-item.active h6,
.list-group .list-group-item.active .h6 {
  color: #fff;
}

[dir=rtl] .list-group {
  padding-right: 0;
}
[dir=rtl] .list-group.list-group-timeline:before {
  left: auto;
  right: 0.2rem;
}
[dir=rtl] .list-group.list-group-timeline .list-group-item {
  padding-right: 1.25rem;
}
[dir=rtl] .list-group.list-group-timeline .list-group-item:before {
  left: auto;
  right: 0;
}
[dir=rtl] .list-group.list-group-horizontal .list-group-item:first-child {
  border-radius: 0.25rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
[dir=rtl] .list-group.list-group-horizontal .list-group-item:last-child {
  border-radius: 0.25rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-left-width: 1px;
}
@media (min-width: 576px) {
  [dir=rtl] .list-group.list-group-horizontal-sm .list-group-item:first-child {
    border-radius: 0.25rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  [dir=rtl] .list-group.list-group-horizontal-sm .list-group-item:last-child {
    border-radius: 0.25rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  [dir=rtl] .list-group.list-group-horizontal-md .list-group-item:first-child {
    border-radius: 0.25rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  [dir=rtl] .list-group.list-group-horizontal-md .list-group-item:last-child {
    border-radius: 0.25rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  [dir=rtl] .list-group.list-group-horizontal-lg .list-group-item:first-child {
    border-radius: 0.25rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  [dir=rtl] .list-group.list-group-horizontal-lg .list-group-item:last-child {
    border-radius: 0.25rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  [dir=rtl] .list-group.list-group-horizontal-xl .list-group-item:first-child {
    border-radius: 0.25rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  [dir=rtl] .list-group.list-group-horizontal-xl .list-group-item:last-child {
    border-radius: 0.25rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  [dir=rtl] .list-group.list-group-horizontal-xxl .list-group-item:first-child {
    border-radius: 0.25rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  [dir=rtl] .list-group.list-group-horizontal-xxl .list-group-item:last-child {
    border-radius: 0.25rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-left-width: 1px;
  }
}

.navbar {
  z-index: 2;
}
.navbar .dropdown:focus,
.navbar .dropdown-toggle:focus {
  outline: 0;
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}

.fixed-top {
  z-index: 1030;
}

.navbar.navbar-light {
  color: rgba(38, 60, 85, 0.5);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(38, 60, 85, 0.3) !important;
}

.navbar.navbar-dark {
  color: rgba(255, 255, 255, 0.8);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.4) !important;
}

.navbar-collapse,
.navbar-brand,
.navbar-text {
  flex-shrink: 1;
}

.navbar-dark hr {
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-light hr {
  border-color: rgba(38, 60, 85, 0.1);
}

[dir=rtl] .navbar-nav {
  padding-right: 0;
}
[dir=rtl] .navbar-brand {
  margin-right: 0;
}

.mega-dropdown .dropdown-toggle {
  outline: 0;
  box-shadow: none;
}
.mega-dropdown .dropdown-menu {
  width: 100%;
}

.card.card-border-shadow-secondary::after {
  border-bottom-color: #c3ccd7;
}
.card.card-border-shadow-secondary:hover::after {
  border-bottom-color: #8a8a88;
}

.card.card-hover-border-secondary:hover,
.card .card-hover-border-secondary:hover {
  border-color: #c6cfd9;
}

.card.card-border-shadow-success::after {
  border-bottom-color: #b0f0d0;
}
.card.card-border-shadow-success:hover::after {
  border-bottom-color: #39da8a;
}

.card.card-hover-border-success:hover,
.card .card-hover-border-success:hover {
  border-color: #b4f1d3;
}

.card.card-border-shadow-info::after {
  border-bottom-color: #99ecf1;
}
.card.card-border-shadow-info:hover::after {
  border-bottom-color: #00cfdd;
}

.card.card-hover-border-info:hover,
.card .card-hover-border-info:hover {
  border-color: #9eedf2;
}

.card.card-border-shadow-warning::after {
  border-bottom-color: #fedeb3;
}
.card.card-border-shadow-warning:hover::after {
  border-bottom-color: #fdac41;
}

.card.card-hover-border-warning:hover,
.card .card-hover-border-warning:hover {
  border-color: #fedfb7;
}

.card.card-border-shadow-danger::after {
  border-bottom-color: #ffbdbe;
}
.card.card-border-shadow-danger:hover::after {
  border-bottom-color: #ff5b5c;
}

.card.card-hover-border-danger:hover,
.card .card-hover-border-danger:hover {
  border-color: #ffc1c1;
}

.card.card-border-shadow-light::after {
  border-bottom-color: #f5f6f8;
}
.card.card-border-shadow-light:hover::after {
  border-bottom-color: #e5e9ed;
}

.card.card-hover-border-light:hover,
.card .card-hover-border-light:hover {
  border-color: #f5f7f8;
}

.card.card-border-shadow-dark::after {
  border-bottom-color: #b6bbc1;
}
.card.card-border-shadow-dark:hover::after {
  border-bottom-color: #495563;
}

.card.card-hover-border-dark:hover,
.card .card-hover-border-dark:hover {
  border-color: #babec4;
}

.card.card-border-shadow-gray::after {
  border-bottom-color: rgba(216, 220, 224, 0.8);
}
.card.card-border-shadow-gray:hover::after {
  border-bottom-color: rgba(38, 60, 85, 0.5);
}

.card.card-hover-border-gray:hover,
.card .card-hover-border-gray:hover {
  border-color: rgba(218, 222, 226, 0.81);
}

.card {
  background-clip: padding-box;
  box-shadow: 0 2px 14px rgba(38, 60, 85, 0.16);
}
.card .card-link {
  display: inline-block;
}
.card .card-header + .card-body,
.card .card-header + .card-content > .card-body:first-of-type {
  padding-top: 0;
}
.card[class*=card-border-shadow-] {
  position: relative;
  border-bottom: none;
  transition: all 0.2s ease-in-out;
  z-index: 1;
}
.card[class*=card-border-shadow-]::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-radius: 0.3125rem;
  transition: all 0.2s ease-in-out;
  z-index: -1;
}
.card[class*=card-border-shadow-]:hover {
  box-shadow: 0 0.25rem 1rem rgba(147, 158, 170, 0.45);
}
.card[class*=card-border-shadow-]:hover::after {
  border-bottom-width: 3px;
}
.card[class*=card-hover-border-] {
  border-width: 1px;
}

.card-action.card-fullscreen {
  display: block;
  z-index: 9999;
  position: fixed;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: auto;
  border: none;
  border-radius: 0;
}
.card-action .card-alert {
  position: absolute;
  width: 100%;
  z-index: 999;
}
.card-action .card-alert .alert {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.card-action .card-header.collapsed {
  border-bottom: 0;
}
.card-action .card-header {
  display: flex;
  line-height: 1.54;
}
.card-action .card-header .card-action-title {
  flex-grow: 1;
  margin-right: 0.5rem;
}
.card-action .card-header .card-action-element {
  flex-shrink: 0;
  background-color: inherit;
  top: 1rem;
  right: 1.5rem;
  color: #677788;
}
.card-action .card-header .card-action-element a {
  color: #677788;
}
.card-action .card-header .card-action-element a .collapse-icon::after {
  margin-top: -0.15rem;
}
.card-action .blockUI .sk-fold {
  margin: 0 auto;
}
.card-action .blockUI h5, .card-action .blockUI .h5 {
  color: #677788;
  margin: 1rem 0 0 0;
}

.card-header,
.card-footer {
  border-color: #e9ecee;
}

.card hr {
  color: #e9ecee;
}

.card .row-bordered > [class*=" col "] .card .row-bordered > [class$=" col"], .card .row-bordered > [class*=" col "]::before, .card .row-bordered > [class*=" col "]::after,
.card .row-bordered > [class^="col "] .card .row-bordered > [class$=" col"],
.card .row-bordered > [class^="col "]::before,
.card .row-bordered > [class^="col "]::after,
.card .row-bordered > [class*=" col-"] .card .row-bordered > [class$=" col"],
.card .row-bordered > [class*=" col-"]::before,
.card .row-bordered > [class*=" col-"]::after,
.card .row-bordered > [class^=col-] .card .row-bordered > [class$=" col"],
.card .row-bordered > [class^=col-]::before,
.card .row-bordered > [class^=col-]::after,
.card .row-bordered > [class=col] .card .row-bordered > [class$=" col"],
.card .row-bordered > [class=col]::before,
.card .row-bordered > [class=col]::after {
  border-color: #e9ecee;
}

.card-header.header-elements,
.card-title.header-elements {
  display: flex;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
}

.card-header.card-header-elements {
  padding-top: 0.6875rem;
  padding-bottom: 0.6875rem;
}
.card-header .card-header-elements {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.card-header-elements,
.card-title-elements {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.card-header-elements + .card-header-elements,
.card-header-elements > * + *,
.card-header-elements + .card-title-elements,
.card-title-elements > * + *,
.card-title-elements + .card-header-elements,
.card-title-elements + .card-title-elements {
  margin-left: 0.25rem;
}
[dir=rtl] .card-header-elements + .card-header-elements,
[dir=rtl] .card-header-elements > * + *,
[dir=rtl] .card-header-elements + .card-title-elements,
[dir=rtl] .card-title-elements > * + *,
[dir=rtl] .card-title-elements + .card-header-elements,
[dir=rtl] .card-title-elements + .card-title-elements {
  margin-left: 0;
  margin-right: 0.25rem;
}

.card-title:not(h1):not(.h1):not(h2):not(.h2):not(h3):not(.h3):not(h4):not(.h4):not(h5):not(.h5):not(h6):not(.h6) {
  color: #677788;
}

.card-img-left {
  border-top-left-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
@media (max-width: 767.98px) {
  .card-img-left {
    border-top-left-radius: 0.3125rem;
    border-top-right-radius: 0.3125rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}

.card-img-right {
  border-top-right-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
@media (max-width: 767.98px) {
  .card-img-right {
    border-bottom-right-radius: 0.3125rem;
    border-bottom-left-radius: 0.3125rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

.card > .list-group .list-group-item {
  padding-left: 1.375rem;
  padding-right: 1.375rem;
}

html:not([dir=rtl]) .card .card-separator {
  border-right: 1px solid #d4d8dd;
}
[dir=rtl] .card .card-separator {
  border-left: 1px solid #d4d8dd;
}

@media (max-width: 991.98px) {
  .card .card-widget-separator-wrapper .card-widget-separator .card-widget-2.border-end {
    border-right: none !important;
    border-left: none !important;
  }
}
@media (max-width: 575.98px) {
  .card .card-widget-separator-wrapper .card-widget-separator .card-widget-1.border-end,
  .card .card-widget-separator-wrapper .card-widget-separator .card-widget-2.border-end,
  .card .card-widget-separator-wrapper .card-widget-separator .card-widget-3.border-end {
    border-right: none !important;
    border-left: none !important;
    border-bottom: 1px solid #d4d8dd;
  }
}

@media (max-width: 767.98px) {
  .card .card-separator {
    border-bottom: 1px solid #d4d8dd;
    padding-bottom: 1.375rem;
  }
  html:not([dir=rtl]) .card .card-separator {
    border-right-width: 0 !important;
  }
  [dir=rtl] .card .card-separator {
    border-left-width: 0 !important;
  }
}
[dir=rtl] .card-link + .card-link {
  margin-right: 1.375rem;
  margin-left: 0;
}
[dir=rtl] .card-action .card-header .card-action-title {
  margin-left: 0.5rem;
  margin-right: 0;
}
[dir=rtl] .card-action .card-header .card-action-element,
[dir=rtl] .card-action .card-header .card-action-element-toggle {
  left: 1.5rem;
  right: auto;
}
[dir=rtl] .card-img-left {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem;
}
@media (max-width: 767.98px) {
  [dir=rtl] .card-img-left {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0.3125rem;
    border-bottom-left-radius: 0.3125rem;
  }
}
[dir=rtl] .card-img-right {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem;
}
@media (max-width: 767.98px) {
  [dir=rtl] .card-img-right {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0.3125rem;
    border-top-right-radius: 0.3125rem;
  }
}
@media (min-width: 576px) {
  [dir=rtl] .card-group > .card {
    border: 0 solid #d4d8dd;
    border-radius: 0.3125rem;
  }
  [dir=rtl] .card-group > .card .card-img-top,
  [dir=rtl] .card-group > .card .card-header:first-child {
    border-top-left-radius: 0.3125rem;
    border-top-right-radius: 0.3125rem;
  }
  [dir=rtl] .card-group > .card .card-img-bottom,
  [dir=rtl] .card-group > .card .card-footer:last-child {
    border-bottom-right-radius: 0.3125rem;
    border-bottom-left-radius: 0.3125rem;
  }
  [dir=rtl] .card-group > .card + .card {
    border-right: 0;
  }
  [dir=rtl] .card-group > .card:not(:first-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  [dir=rtl] .card-group > .card:not(:first-child) .card-img-top,
  [dir=rtl] .card-group > .card:not(:first-child) .card-header {
    border-top-right-radius: 0;
  }
  [dir=rtl] .card-group > .card:not(:first-child) .card-img-bottom,
  [dir=rtl] .card-group > .card:not(:first-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  [dir=rtl] .card-group > .card:not(:last-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  [dir=rtl] .card-group > .card:not(:last-child) .card-img-top,
  [dir=rtl] .card-group > .card:not(:last-child) .card-header {
    border-top-left-radius: 0;
  }
  [dir=rtl] .card-group > .card:not(:last-child) .card-img-bottom,
  [dir=rtl] .card-group > .card:not(:last-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion.accordion-header-secondary .accordion-item.active .accordion-button {
  color: #8a8a88 !important;
}
.accordion.accordion-header-secondary .accordion-item.active .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='m1.532 12 6.182-6-6.182-6L0 1.487 4.65 6 0 10.513z'/%3E%3C/defs%3E%3Cg transform='translate%282.571%29' fill='none' fill-rule='evenodd'%3E%3Cuse fill='%238a8a88' xlink:href='%23a'/%3E%3Cuse fill-opacity='.1' xlink:href='%23a'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.accordion.accordion-header-success .accordion-item.active .accordion-button {
  color: #39da8a !important;
}
.accordion.accordion-header-success .accordion-item.active .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='m1.532 12 6.182-6-6.182-6L0 1.487 4.65 6 0 10.513z'/%3E%3C/defs%3E%3Cg transform='translate%282.571%29' fill='none' fill-rule='evenodd'%3E%3Cuse fill='%2339da8a' xlink:href='%23a'/%3E%3Cuse fill-opacity='.1' xlink:href='%23a'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.accordion.accordion-header-info .accordion-item.active .accordion-button {
  color: #00cfdd !important;
}
.accordion.accordion-header-info .accordion-item.active .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='m1.532 12 6.182-6-6.182-6L0 1.487 4.65 6 0 10.513z'/%3E%3C/defs%3E%3Cg transform='translate%282.571%29' fill='none' fill-rule='evenodd'%3E%3Cuse fill='%2300cfdd' xlink:href='%23a'/%3E%3Cuse fill-opacity='.1' xlink:href='%23a'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.accordion.accordion-header-warning .accordion-item.active .accordion-button {
  color: #fdac41 !important;
}
.accordion.accordion-header-warning .accordion-item.active .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='m1.532 12 6.182-6-6.182-6L0 1.487 4.65 6 0 10.513z'/%3E%3C/defs%3E%3Cg transform='translate%282.571%29' fill='none' fill-rule='evenodd'%3E%3Cuse fill='%23fdac41' xlink:href='%23a'/%3E%3Cuse fill-opacity='.1' xlink:href='%23a'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.accordion.accordion-header-danger .accordion-item.active .accordion-button {
  color: #ff5b5c !important;
}
.accordion.accordion-header-danger .accordion-item.active .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='m1.532 12 6.182-6-6.182-6L0 1.487 4.65 6 0 10.513z'/%3E%3C/defs%3E%3Cg transform='translate%282.571%29' fill='none' fill-rule='evenodd'%3E%3Cuse fill='%23ff5b5c' xlink:href='%23a'/%3E%3Cuse fill-opacity='.1' xlink:href='%23a'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.accordion.accordion-header-light .accordion-item.active .accordion-button {
  color: #e5e9ed !important;
}
.accordion.accordion-header-light .accordion-item.active .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='m1.532 12 6.182-6-6.182-6L0 1.487 4.65 6 0 10.513z'/%3E%3C/defs%3E%3Cg transform='translate%282.571%29' fill='none' fill-rule='evenodd'%3E%3Cuse fill='%23e5e9ed' xlink:href='%23a'/%3E%3Cuse fill-opacity='.1' xlink:href='%23a'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.accordion.accordion-header-dark .accordion-item.active .accordion-button {
  color: #495563 !important;
}
.accordion.accordion-header-dark .accordion-item.active .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='m1.532 12 6.182-6-6.182-6L0 1.487 4.65 6 0 10.513z'/%3E%3C/defs%3E%3Cg transform='translate%282.571%29' fill='none' fill-rule='evenodd'%3E%3Cuse fill='%23495563' xlink:href='%23a'/%3E%3Cuse fill-opacity='.1' xlink:href='%23a'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.accordion.accordion-header-gray .accordion-item.active .accordion-button {
  color: rgba(38, 60, 85, 0.5) !important;
}
.accordion.accordion-header-gray .accordion-item.active .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='m1.532 12 6.182-6-6.182-6L0 1.487 4.65 6 0 10.513z'/%3E%3C/defs%3E%3Cg transform='translate%282.571%29' fill='none' fill-rule='evenodd'%3E%3Cuse fill='rgba%2838, 60, 85, 0.5%29' xlink:href='%23a'/%3E%3Cuse fill-opacity='.1' xlink:href='%23a'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.accordion-arrow-left .accordion-button.collapsed:focus {
  box-shadow: none;
}
.accordion-arrow-left .accordion-item {
  border: 0;
}
.accordion-arrow-left .accordion-button {
  padding: var(--bs-accordion-btn-padding-y) 0;
}
.accordion-arrow-left .accordion-button::after {
  content: "";
  display: none;
}
.accordion-arrow-left .accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: none;
}
.accordion-arrow-left .accordion-button:not(.collapsed)::before {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-arrow-left .accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: none;
}
.accordion-arrow-left .accordion-button::before {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: 0;
  margin-right: 1.1rem;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-arrow-left .accordion-button::before {
    transition: none;
  }
}

.accordion-header + .accordion-collapse .accordion-body {
  padding-top: 0;
}

.accordion.accordion-without-arrow .accordion-button::after {
  background-image: none !important;
}
.accordion .accordion-item.active {
  box-shadow: 0 0.25rem 1rem rgba(147, 158, 170, 0.45);
}

.card.accordion-item {
  box-shadow: none;
}

.accordion-button.collapsed:focus {
  box-shadow: none;
}

.accordion-button {
  box-shadow: none;
}

.accordion-header {
  line-height: 1.54;
}

.accordion-item:not(:first-of-type) {
  border-top: 0 solid #d4d8dd;
}

.accordion-button {
  font-weight: inherit;
  border-top-left-radius: 0.3125rem;
  border-top-right-radius: 0.3125rem;
}
.accordion-button.collapsed {
  border-radius: 0.3125rem;
}

.accordion > .card:not(:last-of-type) {
  border-radius: 0.3125rem !important;
  margin-bottom: 0.5rem;
}

[dir=rtl] .accordion-arrow-left .accordion-button::before {
  margin-left: 1.1rem;
  margin-right: 0;
}
[dir=rtl] .accordion-button {
  text-align: right;
}
[dir=rtl] .accordion-button::after {
  margin-left: 0;
  margin-right: auto;
  transform: rotate(180deg);
}
[dir=rtl] .accordion-button:not(.collapsed)::after {
  transform: rotate(90deg);
}

.close:focus {
  outline: 0;
}

[dir=rtl] .close {
  float: left;
}

.toast .toast-header.bg-secondary,
.bs-toast .toast-header.bg-secondary {
  background-color: #8a8a88;
  color: #fff;
}

.toast .toast-header.bg-success,
.bs-toast .toast-header.bg-success {
  background-color: #39da8a;
  color: #fff;
}

.toast .toast-header.bg-info,
.bs-toast .toast-header.bg-info {
  background-color: #00cfdd;
  color: #fff;
}

.toast .toast-header.bg-warning,
.bs-toast .toast-header.bg-warning {
  background-color: #fdac41;
  color: #fff;
}

.toast .toast-header.bg-danger,
.bs-toast .toast-header.bg-danger {
  background-color: #ff5b5c;
  color: #fff;
}

.toast .toast-header.bg-light,
.bs-toast .toast-header.bg-light {
  background-color: #e5e9ed;
  color: #263c55;
}

.toast .toast-header.bg-dark,
.bs-toast .toast-header.bg-dark {
  background-color: #495563;
  color: #fff;
}

.toast .toast-header.bg-gray,
.bs-toast .toast-header.bg-gray {
  background-color: rgba(38, 60, 85, 0.5);
  color: #fff;
}

.toast.bs-toast {
  z-index: 1095;
  background-color: rgba(255, 255, 255, 0.85);
}

.toast-container {
  --bs-toast-zindex: 9;
}

[dir=rtl] .toast-header .btn-close {
  padding: 0.435rem;
  font-size: 0.7rem;
  background-color: #fff;
  margin-left: -0.5rem;
  margin-right: 1rem;
}
[dir=rtl] .toast-body {
  padding: 0.625rem 1rem;
}

.toast.bs-toast .toast-header:not([class*=bg-]) .btn-close {
  background-color: #e9ecee;
}

.toast-ex {
  position: fixed;
  top: 4.1rem;
  right: 0.5rem;
}
[dir=rtl] .toast-ex {
  left: 0.5rem;
  right: auto;
}

.toast-placement-ex {
  position: fixed;
}

.carousel .carousel-item.active h1,
.carousel .carousel-item.active .h1,
.carousel .carousel-item.active h2,
.carousel .carousel-item.active .h2,
.carousel .carousel-item.active h3,
.carousel .carousel-item.active .h3,
.carousel .carousel-item.active h4,
.carousel .carousel-item.active .h4,
.carousel .carousel-item.active h5,
.carousel .carousel-item.active .h5,
.carousel .carousel-item.active h6,
.carousel .carousel-item.active .h6,
.carousel .carousel-item.carousel-item-start h1,
.carousel .carousel-item.carousel-item-start .h1,
.carousel .carousel-item.carousel-item-start h2,
.carousel .carousel-item.carousel-item-start .h2,
.carousel .carousel-item.carousel-item-start h3,
.carousel .carousel-item.carousel-item-start .h3,
.carousel .carousel-item.carousel-item-start h4,
.carousel .carousel-item.carousel-item-start .h4,
.carousel .carousel-item.carousel-item-start h5,
.carousel .carousel-item.carousel-item-start .h5,
.carousel .carousel-item.carousel-item-start h6,
.carousel .carousel-item.carousel-item-start .h6 {
  color: #fff;
}

.carousel.carousel-dark .carousel-item.active h1,
.carousel.carousel-dark .carousel-item.active .h1,
.carousel.carousel-dark .carousel-item.active h2,
.carousel.carousel-dark .carousel-item.active .h2,
.carousel.carousel-dark .carousel-item.active h3,
.carousel.carousel-dark .carousel-item.active .h3,
.carousel.carousel-dark .carousel-item.active h4,
.carousel.carousel-dark .carousel-item.active .h4,
.carousel.carousel-dark .carousel-item.active h5,
.carousel.carousel-dark .carousel-item.active .h5,
.carousel.carousel-dark .carousel-item.active h6,
.carousel.carousel-dark .carousel-item.active .h6,
.carousel.carousel-dark .carousel-item.carousel-item-start h1,
.carousel.carousel-dark .carousel-item.carousel-item-start .h1,
.carousel.carousel-dark .carousel-item.carousel-item-start h2,
.carousel.carousel-dark .carousel-item.carousel-item-start .h2,
.carousel.carousel-dark .carousel-item.carousel-item-start h3,
.carousel.carousel-dark .carousel-item.carousel-item-start .h3,
.carousel.carousel-dark .carousel-item.carousel-item-start h4,
.carousel.carousel-dark .carousel-item.carousel-item-start .h4,
.carousel.carousel-dark .carousel-item.carousel-item-start h5,
.carousel.carousel-dark .carousel-item.carousel-item-start .h5,
.carousel.carousel-dark .carousel-item.carousel-item-start h6,
.carousel.carousel-dark .carousel-item.carousel-item-start .h6 {
  color: #263c55;
}

.spinner-border-lg {
  width: 3rem;
  height: 3rem;
  border-width: 0.3em;
}

.spinner-grow-lg {
  width: 3rem;
  height: 3rem;
  border-width: 0.3em;
}

.btn .spinner-border,
.btn .spinner-grow {
  position: relative;
  top: -0.0625rem;
  height: 1em;
  width: 1em;
}
.btn .spinner-border {
  border-width: 0.15em;
}
@keyframes spinner-border-rtl {
  to {
    transform: rotate(-360deg);
  }
}
[dir=rtl] .spinner-border {
  animation-name: spinner-border-rtl;
}

.offcanvas {
  box-shadow: 0 0.125rem 1.25rem 0 rgba(38, 60, 85, 0.6);
}

[dir=rtl] .offcanvas-header .btn-close {
  margin: -0.75rem auto -0.75rem -0.75rem;
}
[dir=rtl] .offcanvas-start {
  left: auto;
  right: 0;
  transform: translateX(100%);
}
[dir=rtl] .offcanvas-end {
  right: auto;
  left: 0;
  transform: translateX(-100%);
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.object-fit-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.object-fit-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.object-fit-fill {
  -o-object-fit: fill !important;
     object-fit: fill !important;
}

.object-fit-scale {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

.object-fit-none {
  -o-object-fit: none !important;
     object-fit: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: 0 0.25rem 1rem rgba(147, 158, 170, 0.45) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4) !important;
}

.shadow-lg {
  box-shadow: 0 0.625rem 1.25rem rgba(147, 158, 170, 0.5) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.position-static {
  position: static !important;
}

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

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.border {
  border: 1px solid #d4d8dd !important;
}

.border-0 {
  border: 0 !important;
}

.border-solid {
  border-style: solid !important;
}

.border-dashed {
  border-style: dashed !important;
}

.border-none {
  border-style: none !important;
}

.border-top {
  border-top: 1px solid #d4d8dd !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #d4d8dd !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-primary {
  border-color: #ead138 !important;
}

.border-secondary {
  border-color: #8a8a88 !important;
}

.border-success {
  border-color: #39da8a !important;
}

.border-info {
  border-color: #00cfdd !important;
}

.border-warning {
  border-color: #fdac41 !important;
}

.border-danger {
  border-color: #ff5b5c !important;
}

.border-light {
  border-color: rgba(38, 60, 85, 0.1) !important;
}

.border-dark {
  border-color: #495563 !important;
}

.border-gray {
  border-color: rgba(38, 60, 85, 0.5) !important;
}

.border-white {
  border-color: #fff !important;
}

.border-transparent {
  border-color: transparent !important;
}

.border-label-primary {
  --bs-border-opacity: 0.4;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-label-secondary {
  --bs-border-opacity: 0.4;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-label-success {
  --bs-border-opacity: 0.4;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-label-info {
  --bs-border-opacity: 0.4;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-label-warning {
  --bs-border-opacity: 0.4;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-label-danger {
  --bs-border-opacity: 0.4;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-label-light {
  --bs-border-opacity: 0.4;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-label-dark {
  --bs-border-opacity: 0.4;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-label-gray {
  --bs-border-opacity: 0.4;
  border-color: rgba(var(--bs-gray-rgb), var(--bs-border-opacity)) !important;
}

.border-label-black {
  --bs-border-opacity: 0.4;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

.border-label-white {
  --bs-border-opacity: 0.4;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

.w-px-20 {
  width: 20px !important;
}

.w-px-30 {
  width: 30px !important;
}

.w-px-40 {
  width: 40px !important;
}

.w-px-50 {
  width: 50px !important;
}

.w-px-75 {
  width: 75px !important;
}

.w-px-100 {
  width: 100px !important;
}

.w-px-150 {
  width: 150px !important;
}

.w-px-200 {
  width: 200px !important;
}

.w-px-250 {
  width: 250px !important;
}

.w-px-300 {
  width: 300px !important;
}

.w-px-350 {
  width: 350px !important;
}

.w-px-400 {
  width: 400px !important;
}

.w-px-500 {
  width: 500px !important;
}

.w-px-600 {
  width: 600px !important;
}

.w-px-700 {
  width: 700px !important;
}

.w-px-800 {
  width: 800px !important;
}

.w-auto {
  width: auto !important;
}

.w-20 {
  width: 20% !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-60 {
  width: 60% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-px-20 {
  height: 20px !important;
}

.h-px-30 {
  height: 30px !important;
}

.h-px-40 {
  height: 40px !important;
}

.h-px-50 {
  height: 50px !important;
}

.h-px-75 {
  height: 75px !important;
}

.h-px-100 {
  height: 100px !important;
}

.h-px-150 {
  height: 150px !important;
}

.h-px-200 {
  height: 200px !important;
}

.h-px-250 {
  height: 250px !important;
}

.h-px-300 {
  height: 300px !important;
}

.h-px-350 {
  height: 350px !important;
}

.h-px-400 {
  height: 400px !important;
}

.h-px-500 {
  height: 500px !important;
}

.h-px-600 {
  height: 600px !important;
}

.h-px-700 {
  height: 700px !important;
}

.h-px-800 {
  height: 800px !important;
}

.h-auto {
  height: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mx-n1 {
  margin-right: -0.25rem !important;
  margin-left: -0.25rem !important;
}

.mx-n2 {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important;
}

.mx-n3 {
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}

.mx-n4 {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important;
}

.mx-n5 {
  margin-right: -3rem !important;
  margin-left: -3rem !important;
}

.my-n1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

.my-n2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

.my-n3 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

.my-n4 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

.my-n5 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

.mt-n1 {
  margin-top: -0.25rem !important;
}

.mt-n2 {
  margin-top: -0.5rem !important;
}

.mt-n3 {
  margin-top: -1rem !important;
}

.mt-n4 {
  margin-top: -1.5rem !important;
}

.mt-n5 {
  margin-top: -3rem !important;
}

.mb-n1 {
  margin-bottom: -0.25rem !important;
}

.mb-n2 {
  margin-bottom: -0.5rem !important;
}

.mb-n3 {
  margin-bottom: -1rem !important;
}

.mb-n4 {
  margin-bottom: -1.5rem !important;
}

.mb-n5 {
  margin-bottom: -3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-1 {
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  row-gap: 0.5rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 3rem !important;
}

.column-gap-0 {
  -moz-column-gap: 0 !important;
       column-gap: 0 !important;
}

.column-gap-1 {
  -moz-column-gap: 0.25rem !important;
       column-gap: 0.25rem !important;
}

.column-gap-2 {
  -moz-column-gap: 0.5rem !important;
       column-gap: 0.5rem !important;
}

.column-gap-3 {
  -moz-column-gap: 1rem !important;
       column-gap: 1rem !important;
}

.column-gap-4 {
  -moz-column-gap: 1.5rem !important;
       column-gap: 1.5rem !important;
}

.column-gap-5 {
  -moz-column-gap: 3rem !important;
       column-gap: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.3625rem + 1.35vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.2875rem + 0.45vw) !important;
}

.fs-4 {
  font-size: calc(1.2625rem + 0.15vw) !important;
}

.fs-5 {
  font-size: 1.125rem !important;
}

.fs-6 {
  font-size: 0.9375rem !important;
}

.fs-tiny {
  font-size: 70% !important;
}

.fs-big {
  font-size: 112% !important;
}

.fs-large {
  font-size: 150% !important;
}

.fs-xlarge {
  font-size: 170% !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-inherit {
  line-height: inherit !important;
}

.lh-sm {
  line-height: 1.2 !important;
}

.lh-base {
  line-height: 1.47 !important;
}

.lh-lg {
  line-height: 1.5 !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-none {
  text-transform: none !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: #a8b1bb !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-gray {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: #fff !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: #677788 !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #a8b1bb !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(38, 60, 85, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-heading {
  --bs-text-opacity: 1;
  color: #516377 !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

.link-opacity-100 {
  --bs-link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-gray {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-gray-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-gray {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: #fff !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: #f2f2f6 !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-lighter {
  --bs-bg-opacity: 1;
  background-color: rgba(38, 60, 85, 0.06) !important;
}

.bg-lightest {
  --bs-bg-opacity: 1;
  background-color: rgba(38, 60, 85, 0.025) !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: 0.1875rem !important;
}

.rounded-2 {
  border-radius: 0.25rem !important;
}

.rounded-3 {
  border-radius: 0.3125rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

.z-4 {
  z-index: 4 !important;
}

.z-5 {
  z-index: 5 !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.cursor-move {
  cursor: move !important;
}

.cursor-grab {
  cursor: grab !important;
}

@media (min-width: 576px) {
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .border-sm-solid {
    border-style: solid !important;
  }
  .border-sm-dashed {
    border-style: dashed !important;
  }
  .border-sm-none {
    border-style: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-sm-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-sm-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-sm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-sm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-sm-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-sm-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-sm-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-sm-n3 {
    margin-top: -1rem !important;
  }
  .mt-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-sm-n5 {
    margin-top: -3rem !important;
  }
  .mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
}
@media (min-width: 768px) {
  .object-fit-md-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-md-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-md-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-md-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .border-md-solid {
    border-style: solid !important;
  }
  .border-md-dashed {
    border-style: dashed !important;
  }
  .border-md-none {
    border-style: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-md-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-md-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-md-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-md-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-md-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-md-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-md-n3 {
    margin-top: -1rem !important;
  }
  .mt-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-md-n5 {
    margin-top: -3rem !important;
  }
  .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-md-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-md-n5 {
    margin-bottom: -3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-md-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
}
@media (min-width: 992px) {
  .object-fit-lg-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .border-lg-solid {
    border-style: solid !important;
  }
  .border-lg-dashed {
    border-style: dashed !important;
  }
  .border-lg-none {
    border-style: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-lg-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-lg-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-lg-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-lg-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-lg-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-lg-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-lg-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-lg-n3 {
    margin-top: -1rem !important;
  }
  .mt-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-lg-n5 {
    margin-top: -3rem !important;
  }
  .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .object-fit-xl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .border-xl-solid {
    border-style: solid !important;
  }
  .border-xl-dashed {
    border-style: dashed !important;
  }
  .border-xl-none {
    border-style: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xl-n3 {
    margin-top: -1rem !important;
  }
  .mt-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-xl-n5 {
    margin-top: -3rem !important;
  }
  .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .border-xxl-solid {
    border-style: solid !important;
  }
  .border-xxl-dashed {
    border-style: dashed !important;
  }
  .border-xxl-none {
    border-style: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xxl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xxl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xxl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mt-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mb-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.375rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.625rem !important;
  }
  .fs-4 {
    font-size: 1.375rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
html:not([dir=rtl]) .object-fit-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
html:not([dir=rtl]) .object-fit-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
html:not([dir=rtl]) .object-fit-fill {
  -o-object-fit: fill !important;
     object-fit: fill !important;
}
html:not([dir=rtl]) .object-fit-scale {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}
html:not([dir=rtl]) .object-fit-none {
  -o-object-fit: none !important;
     object-fit: none !important;
}
html:not([dir=rtl]) .border-solid {
  border-style: solid !important;
}
html:not([dir=rtl]) .border-dashed {
  border-style: dashed !important;
}
html:not([dir=rtl]) .border-none {
  border-style: none !important;
}
html:not([dir=rtl]) .border-label-primary {
  --bs-border-opacity: 0.4;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}
html:not([dir=rtl]) .border-label-secondary {
  --bs-border-opacity: 0.4;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}
html:not([dir=rtl]) .border-label-success {
  --bs-border-opacity: 0.4;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}
html:not([dir=rtl]) .border-label-info {
  --bs-border-opacity: 0.4;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}
html:not([dir=rtl]) .border-label-warning {
  --bs-border-opacity: 0.4;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}
html:not([dir=rtl]) .border-label-danger {
  --bs-border-opacity: 0.4;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}
html:not([dir=rtl]) .border-label-light {
  --bs-border-opacity: 0.4;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}
html:not([dir=rtl]) .border-label-dark {
  --bs-border-opacity: 0.4;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}
html:not([dir=rtl]) .border-label-gray {
  --bs-border-opacity: 0.4;
  border-color: rgba(var(--bs-gray-rgb), var(--bs-border-opacity)) !important;
}
html:not([dir=rtl]) .border-label-black {
  --bs-border-opacity: 0.4;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}
html:not([dir=rtl]) .border-label-white {
  --bs-border-opacity: 0.4;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}
html:not([dir=rtl]) .border-opacity-10 {
  --bs-border-opacity: 0.1;
}
html:not([dir=rtl]) .border-opacity-25 {
  --bs-border-opacity: 0.25;
}
html:not([dir=rtl]) .border-opacity-50 {
  --bs-border-opacity: 0.5;
}
html:not([dir=rtl]) .border-opacity-75 {
  --bs-border-opacity: 0.75;
}
html:not([dir=rtl]) .border-opacity-100 {
  --bs-border-opacity: 1;
}
html:not([dir=rtl]) .row-gap-0 {
  row-gap: 0 !important;
}
html:not([dir=rtl]) .row-gap-1 {
  row-gap: 0.25rem !important;
}
html:not([dir=rtl]) .row-gap-2 {
  row-gap: 0.5rem !important;
}
html:not([dir=rtl]) .row-gap-3 {
  row-gap: 1rem !important;
}
html:not([dir=rtl]) .row-gap-4 {
  row-gap: 1.5rem !important;
}
html:not([dir=rtl]) .row-gap-5 {
  row-gap: 3rem !important;
}
html:not([dir=rtl]) .column-gap-0 {
  -moz-column-gap: 0 !important;
       column-gap: 0 !important;
}
html:not([dir=rtl]) .column-gap-1 {
  -moz-column-gap: 0.25rem !important;
       column-gap: 0.25rem !important;
}
html:not([dir=rtl]) .column-gap-2 {
  -moz-column-gap: 0.5rem !important;
       column-gap: 0.5rem !important;
}
html:not([dir=rtl]) .column-gap-3 {
  -moz-column-gap: 1rem !important;
       column-gap: 1rem !important;
}
html:not([dir=rtl]) .column-gap-4 {
  -moz-column-gap: 1.5rem !important;
       column-gap: 1.5rem !important;
}
html:not([dir=rtl]) .column-gap-5 {
  -moz-column-gap: 3rem !important;
       column-gap: 3rem !important;
}
html:not([dir=rtl]) .text-opacity-25 {
  --bs-text-opacity: 0.25;
}
html:not([dir=rtl]) .text-opacity-50 {
  --bs-text-opacity: 0.5;
}
html:not([dir=rtl]) .text-opacity-75 {
  --bs-text-opacity: 0.75;
}
html:not([dir=rtl]) .text-opacity-100 {
  --bs-text-opacity: 1;
}
html:not([dir=rtl]) .link-opacity-10 {
  --bs-link-opacity: 0.1;
}
html:not([dir=rtl]) .link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}
html:not([dir=rtl]) .link-opacity-25 {
  --bs-link-opacity: 0.25;
}
html:not([dir=rtl]) .link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}
html:not([dir=rtl]) .link-opacity-50 {
  --bs-link-opacity: 0.5;
}
html:not([dir=rtl]) .link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}
html:not([dir=rtl]) .link-opacity-75 {
  --bs-link-opacity: 0.75;
}
html:not([dir=rtl]) .link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}
html:not([dir=rtl]) .link-opacity-100 {
  --bs-link-opacity: 1;
}
html:not([dir=rtl]) .link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}
html:not([dir=rtl]) .link-offset-1 {
  text-underline-offset: 0.125em !important;
}
html:not([dir=rtl]) .link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}
html:not([dir=rtl]) .link-offset-2 {
  text-underline-offset: 0.25em !important;
}
html:not([dir=rtl]) .link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}
html:not([dir=rtl]) .link-offset-3 {
  text-underline-offset: 0.375em !important;
}
html:not([dir=rtl]) .link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}
html:not([dir=rtl]) .link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}
html:not([dir=rtl]) .link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}
html:not([dir=rtl]) .link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}
html:not([dir=rtl]) .link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}
html:not([dir=rtl]) .link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}
html:not([dir=rtl]) .link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}
html:not([dir=rtl]) .link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}
html:not([dir=rtl]) .link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}
html:not([dir=rtl]) .link-underline-gray {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-gray-rgb), var(--bs-link-underline-opacity)) !important;
}
html:not([dir=rtl]) .link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
html:not([dir=rtl]) .link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}
html:not([dir=rtl]) .link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}
html:not([dir=rtl]) .link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}
html:not([dir=rtl]) .link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}
html:not([dir=rtl]) .link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}
html:not([dir=rtl]) .link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}
html:not([dir=rtl]) .link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}
html:not([dir=rtl]) .link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}
html:not([dir=rtl]) .link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}
html:not([dir=rtl]) .link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}
html:not([dir=rtl]) .link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}
html:not([dir=rtl]) .link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}
html:not([dir=rtl]) .bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}
html:not([dir=rtl]) .bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}
html:not([dir=rtl]) .bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}
html:not([dir=rtl]) .bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}
html:not([dir=rtl]) .bg-opacity-100 {
  --bs-bg-opacity: 1;
}
html:not([dir=rtl]) .bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}
html:not([dir=rtl]) .bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}
html:not([dir=rtl]) .bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}
html:not([dir=rtl]) .bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}
html:not([dir=rtl]) .bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}
html:not([dir=rtl]) .bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}
html:not([dir=rtl]) .bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}
html:not([dir=rtl]) .bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}
html:not([dir=rtl]) .z-n1 {
  z-index: -1 !important;
}
html:not([dir=rtl]) .z-0 {
  z-index: 0 !important;
}
html:not([dir=rtl]) .z-1 {
  z-index: 1 !important;
}
html:not([dir=rtl]) .z-2 {
  z-index: 2 !important;
}
html:not([dir=rtl]) .z-3 {
  z-index: 3 !important;
}
html:not([dir=rtl]) .z-4 {
  z-index: 4 !important;
}
html:not([dir=rtl]) .z-5 {
  z-index: 5 !important;
}
html:not([dir=rtl]) .float-start {
  float: left !important;
}
html:not([dir=rtl]) .float-end {
  float: right !important;
}
html:not([dir=rtl]) .float-none {
  float: none !important;
}
html:not([dir=rtl]) .end-0 {
  right: 0 !important;
}
html:not([dir=rtl]) .end-50 {
  right: 50% !important;
}
html:not([dir=rtl]) .end-100 {
  right: 100% !important;
}
html:not([dir=rtl]) .start-0 {
  left: 0 !important;
}
html:not([dir=rtl]) .start-50 {
  left: 50% !important;
}
html:not([dir=rtl]) .start-100 {
  left: 100% !important;
}
html:not([dir=rtl]) .translate-middle {
  transform: translate(-50%, -50%) !important;
}
html:not([dir=rtl]) .translate-middle-x {
  transform: translateX(-50%) !important;
}
html:not([dir=rtl]) .translate-middle-y {
  transform: translateY(-50%) !important;
}
html:not([dir=rtl]) .border-end {
  border-right: 1px solid #d4d8dd !important;
}
html:not([dir=rtl]) .border-end-0 {
  border-right: 0 !important;
}
html:not([dir=rtl]) .border-start {
  border-left: 1px solid #d4d8dd !important;
}
html:not([dir=rtl]) .border-start-0 {
  border-left: 0 !important;
}
html:not([dir=rtl]) .border-left-dashed {
  border-left-style: dashed !important;
}
html:not([dir=rtl]) .border-right-dashed {
  border-right-style: dashed !important;
}
html:not([dir=rtl]) .text-start {
  text-align: left !important;
}
html:not([dir=rtl]) .text-end {
  text-align: right !important;
}
html:not([dir=rtl]) .text-center {
  text-align: center !important;
}
html:not([dir=rtl]) .rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
html:not([dir=rtl]) .rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}
html:not([dir=rtl]) .rounded-start-top {
  border-top-left-radius: 0.25rem !important;
}
html:not([dir=rtl]) .rounded-start-bottom {
  border-bottom-left-radius: 0.25rem !important;
}
html:not([dir=rtl]) .rounded-end-top {
  border-top-right-radius: 0.25rem !important;
}
html:not([dir=rtl]) .rounded-end-bottom {
  border-bottom-right-radius: 0.25rem !important;
}
html:not([dir=rtl]) .me-0 {
  margin-right: 0 !important;
}
html:not([dir=rtl]) .me-1 {
  margin-right: 0.25rem !important;
}
html:not([dir=rtl]) .me-2 {
  margin-right: 0.5rem !important;
}
html:not([dir=rtl]) .me-3 {
  margin-right: 1rem !important;
}
html:not([dir=rtl]) .me-4 {
  margin-right: 1.5rem !important;
}
html:not([dir=rtl]) .me-5 {
  margin-right: 3rem !important;
}
html:not([dir=rtl]) .me-auto {
  margin-right: auto !important;
}
html:not([dir=rtl]) .ms-0 {
  margin-left: 0 !important;
}
html:not([dir=rtl]) .ms-1 {
  margin-left: 0.25rem !important;
}
html:not([dir=rtl]) .ms-2 {
  margin-left: 0.5rem !important;
}
html:not([dir=rtl]) .ms-3 {
  margin-left: 1rem !important;
}
html:not([dir=rtl]) .ms-4 {
  margin-left: 1.5rem !important;
}
html:not([dir=rtl]) .ms-5 {
  margin-left: 3rem !important;
}
html:not([dir=rtl]) .ms-auto {
  margin-left: auto !important;
}
html:not([dir=rtl]) .me-n1 {
  margin-right: -0.25rem !important;
}
html:not([dir=rtl]) .me-n2 {
  margin-right: -0.5rem !important;
}
html:not([dir=rtl]) .me-n3 {
  margin-right: -1rem !important;
}
html:not([dir=rtl]) .me-n4 {
  margin-right: -1.5rem !important;
}
html:not([dir=rtl]) .me-n5 {
  margin-right: -3rem !important;
}
html:not([dir=rtl]) .ms-n1 {
  margin-left: -0.25rem !important;
}
html:not([dir=rtl]) .ms-n2 {
  margin-left: -0.5rem !important;
}
html:not([dir=rtl]) .ms-n3 {
  margin-left: -1rem !important;
}
html:not([dir=rtl]) .ms-n4 {
  margin-left: -1.5rem !important;
}
html:not([dir=rtl]) .ms-n5 {
  margin-left: -3rem !important;
}
html:not([dir=rtl]) .pe-0 {
  padding-right: 0 !important;
}
html:not([dir=rtl]) .pe-1 {
  padding-right: 0.25rem !important;
}
html:not([dir=rtl]) .pe-2 {
  padding-right: 0.5rem !important;
}
html:not([dir=rtl]) .pe-3 {
  padding-right: 1rem !important;
}
html:not([dir=rtl]) .pe-4 {
  padding-right: 1.5rem !important;
}
html:not([dir=rtl]) .pe-5 {
  padding-right: 3rem !important;
}
html:not([dir=rtl]) .ps-0 {
  padding-left: 0 !important;
}
html:not([dir=rtl]) .ps-1 {
  padding-left: 0.25rem !important;
}
html:not([dir=rtl]) .ps-2 {
  padding-left: 0.5rem !important;
}
html:not([dir=rtl]) .ps-3 {
  padding-left: 1rem !important;
}
html:not([dir=rtl]) .ps-4 {
  padding-left: 1.5rem !important;
}
html:not([dir=rtl]) .ps-5 {
  padding-left: 3rem !important;
}
html:not([dir=rtl]) .rotate-0 {
  transform: rotate(0deg) !important;
}
html:not([dir=rtl]) .rotate-90 {
  transform: rotate(90deg) !important;
}
html:not([dir=rtl]) .rotate-180 {
  transform: rotate(180deg) !important;
}
html:not([dir=rtl]) .rotate-270 {
  transform: rotate(270deg) !important;
}
html:not([dir=rtl]) .rotate-n90 {
  transform: rotate(-90deg) !important;
}
html:not([dir=rtl]) .rotate-n180 {
  transform: rotate(-180deg) !important;
}
html:not([dir=rtl]) .rotate-n270 {
  transform: rotate(-270deg) !important;
}
html:not([dir=rtl]) .scaleX-n1 {
  transform: scaleX(-1) !important;
}
html:not([dir=rtl]) .scaleY-n1 {
  transform: scaleY(-1) !important;
}
@media (min-width: 576px) {
  html:not([dir=rtl]) .object-fit-sm-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  html:not([dir=rtl]) .object-fit-sm-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  html:not([dir=rtl]) .object-fit-sm-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  html:not([dir=rtl]) .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  html:not([dir=rtl]) .object-fit-sm-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  html:not([dir=rtl]) .border-sm-solid {
    border-style: solid !important;
  }
  html:not([dir=rtl]) .border-sm-dashed {
    border-style: dashed !important;
  }
  html:not([dir=rtl]) .border-sm-none {
    border-style: none !important;
  }
  html:not([dir=rtl]) .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  html:not([dir=rtl]) .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  html:not([dir=rtl]) .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  html:not([dir=rtl]) .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  html:not([dir=rtl]) .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  html:not([dir=rtl]) .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  html:not([dir=rtl]) .column-gap-sm-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  html:not([dir=rtl]) .column-gap-sm-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  html:not([dir=rtl]) .column-gap-sm-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  html:not([dir=rtl]) .column-gap-sm-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  html:not([dir=rtl]) .column-gap-sm-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  html:not([dir=rtl]) .column-gap-sm-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  html:not([dir=rtl]) .float-sm-start {
    float: left !important;
  }
  html:not([dir=rtl]) .float-sm-end {
    float: right !important;
  }
  html:not([dir=rtl]) .float-sm-none {
    float: none !important;
  }
  html:not([dir=rtl]) .text-sm-start {
    text-align: left !important;
  }
  html:not([dir=rtl]) .text-sm-end {
    text-align: right !important;
  }
  html:not([dir=rtl]) .text-sm-center {
    text-align: center !important;
  }
  html:not([dir=rtl]) .me-sm-0 {
    margin-right: 0 !important;
  }
  html:not([dir=rtl]) .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  html:not([dir=rtl]) .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  html:not([dir=rtl]) .me-sm-3 {
    margin-right: 1rem !important;
  }
  html:not([dir=rtl]) .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  html:not([dir=rtl]) .me-sm-5 {
    margin-right: 3rem !important;
  }
  html:not([dir=rtl]) .me-sm-auto {
    margin-right: auto !important;
  }
  html:not([dir=rtl]) .ms-sm-0 {
    margin-left: 0 !important;
  }
  html:not([dir=rtl]) .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  html:not([dir=rtl]) .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  html:not([dir=rtl]) .ms-sm-3 {
    margin-left: 1rem !important;
  }
  html:not([dir=rtl]) .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  html:not([dir=rtl]) .ms-sm-5 {
    margin-left: 3rem !important;
  }
  html:not([dir=rtl]) .ms-sm-auto {
    margin-left: auto !important;
  }
  html:not([dir=rtl]) .me-sm-n1 {
    margin-right: -0.25rem !important;
  }
  html:not([dir=rtl]) .me-sm-n2 {
    margin-right: -0.5rem !important;
  }
  html:not([dir=rtl]) .me-sm-n3 {
    margin-right: -1rem !important;
  }
  html:not([dir=rtl]) .me-sm-n4 {
    margin-right: -1.5rem !important;
  }
  html:not([dir=rtl]) .me-sm-n5 {
    margin-right: -3rem !important;
  }
  html:not([dir=rtl]) .ms-sm-n1 {
    margin-left: -0.25rem !important;
  }
  html:not([dir=rtl]) .ms-sm-n2 {
    margin-left: -0.5rem !important;
  }
  html:not([dir=rtl]) .ms-sm-n3 {
    margin-left: -1rem !important;
  }
  html:not([dir=rtl]) .ms-sm-n4 {
    margin-left: -1.5rem !important;
  }
  html:not([dir=rtl]) .ms-sm-n5 {
    margin-left: -3rem !important;
  }
  html:not([dir=rtl]) .pe-sm-0 {
    padding-right: 0 !important;
  }
  html:not([dir=rtl]) .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  html:not([dir=rtl]) .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  html:not([dir=rtl]) .pe-sm-3 {
    padding-right: 1rem !important;
  }
  html:not([dir=rtl]) .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  html:not([dir=rtl]) .pe-sm-5 {
    padding-right: 3rem !important;
  }
  html:not([dir=rtl]) .ps-sm-0 {
    padding-left: 0 !important;
  }
  html:not([dir=rtl]) .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  html:not([dir=rtl]) .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  html:not([dir=rtl]) .ps-sm-3 {
    padding-left: 1rem !important;
  }
  html:not([dir=rtl]) .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  html:not([dir=rtl]) .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  html:not([dir=rtl]) .object-fit-md-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  html:not([dir=rtl]) .object-fit-md-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  html:not([dir=rtl]) .object-fit-md-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  html:not([dir=rtl]) .object-fit-md-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  html:not([dir=rtl]) .object-fit-md-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  html:not([dir=rtl]) .border-md-solid {
    border-style: solid !important;
  }
  html:not([dir=rtl]) .border-md-dashed {
    border-style: dashed !important;
  }
  html:not([dir=rtl]) .border-md-none {
    border-style: none !important;
  }
  html:not([dir=rtl]) .row-gap-md-0 {
    row-gap: 0 !important;
  }
  html:not([dir=rtl]) .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  html:not([dir=rtl]) .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  html:not([dir=rtl]) .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  html:not([dir=rtl]) .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  html:not([dir=rtl]) .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  html:not([dir=rtl]) .column-gap-md-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  html:not([dir=rtl]) .column-gap-md-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  html:not([dir=rtl]) .column-gap-md-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  html:not([dir=rtl]) .column-gap-md-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  html:not([dir=rtl]) .column-gap-md-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  html:not([dir=rtl]) .column-gap-md-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  html:not([dir=rtl]) .float-md-start {
    float: left !important;
  }
  html:not([dir=rtl]) .float-md-end {
    float: right !important;
  }
  html:not([dir=rtl]) .float-md-none {
    float: none !important;
  }
  html:not([dir=rtl]) .text-md-start {
    text-align: left !important;
  }
  html:not([dir=rtl]) .text-md-end {
    text-align: right !important;
  }
  html:not([dir=rtl]) .text-md-center {
    text-align: center !important;
  }
  html:not([dir=rtl]) .me-md-0 {
    margin-right: 0 !important;
  }
  html:not([dir=rtl]) .me-md-1 {
    margin-right: 0.25rem !important;
  }
  html:not([dir=rtl]) .me-md-2 {
    margin-right: 0.5rem !important;
  }
  html:not([dir=rtl]) .me-md-3 {
    margin-right: 1rem !important;
  }
  html:not([dir=rtl]) .me-md-4 {
    margin-right: 1.5rem !important;
  }
  html:not([dir=rtl]) .me-md-5 {
    margin-right: 3rem !important;
  }
  html:not([dir=rtl]) .me-md-auto {
    margin-right: auto !important;
  }
  html:not([dir=rtl]) .ms-md-0 {
    margin-left: 0 !important;
  }
  html:not([dir=rtl]) .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  html:not([dir=rtl]) .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  html:not([dir=rtl]) .ms-md-3 {
    margin-left: 1rem !important;
  }
  html:not([dir=rtl]) .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  html:not([dir=rtl]) .ms-md-5 {
    margin-left: 3rem !important;
  }
  html:not([dir=rtl]) .ms-md-auto {
    margin-left: auto !important;
  }
  html:not([dir=rtl]) .me-md-n1 {
    margin-right: -0.25rem !important;
  }
  html:not([dir=rtl]) .me-md-n2 {
    margin-right: -0.5rem !important;
  }
  html:not([dir=rtl]) .me-md-n3 {
    margin-right: -1rem !important;
  }
  html:not([dir=rtl]) .me-md-n4 {
    margin-right: -1.5rem !important;
  }
  html:not([dir=rtl]) .me-md-n5 {
    margin-right: -3rem !important;
  }
  html:not([dir=rtl]) .ms-md-n1 {
    margin-left: -0.25rem !important;
  }
  html:not([dir=rtl]) .ms-md-n2 {
    margin-left: -0.5rem !important;
  }
  html:not([dir=rtl]) .ms-md-n3 {
    margin-left: -1rem !important;
  }
  html:not([dir=rtl]) .ms-md-n4 {
    margin-left: -1.5rem !important;
  }
  html:not([dir=rtl]) .ms-md-n5 {
    margin-left: -3rem !important;
  }
  html:not([dir=rtl]) .pe-md-0 {
    padding-right: 0 !important;
  }
  html:not([dir=rtl]) .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  html:not([dir=rtl]) .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  html:not([dir=rtl]) .pe-md-3 {
    padding-right: 1rem !important;
  }
  html:not([dir=rtl]) .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  html:not([dir=rtl]) .pe-md-5 {
    padding-right: 3rem !important;
  }
  html:not([dir=rtl]) .ps-md-0 {
    padding-left: 0 !important;
  }
  html:not([dir=rtl]) .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  html:not([dir=rtl]) .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  html:not([dir=rtl]) .ps-md-3 {
    padding-left: 1rem !important;
  }
  html:not([dir=rtl]) .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  html:not([dir=rtl]) .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  html:not([dir=rtl]) .object-fit-lg-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  html:not([dir=rtl]) .object-fit-lg-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  html:not([dir=rtl]) .object-fit-lg-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  html:not([dir=rtl]) .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  html:not([dir=rtl]) .object-fit-lg-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  html:not([dir=rtl]) .border-lg-solid {
    border-style: solid !important;
  }
  html:not([dir=rtl]) .border-lg-dashed {
    border-style: dashed !important;
  }
  html:not([dir=rtl]) .border-lg-none {
    border-style: none !important;
  }
  html:not([dir=rtl]) .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  html:not([dir=rtl]) .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  html:not([dir=rtl]) .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  html:not([dir=rtl]) .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  html:not([dir=rtl]) .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  html:not([dir=rtl]) .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  html:not([dir=rtl]) .column-gap-lg-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  html:not([dir=rtl]) .column-gap-lg-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  html:not([dir=rtl]) .column-gap-lg-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  html:not([dir=rtl]) .column-gap-lg-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  html:not([dir=rtl]) .column-gap-lg-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  html:not([dir=rtl]) .column-gap-lg-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  html:not([dir=rtl]) .float-lg-start {
    float: left !important;
  }
  html:not([dir=rtl]) .float-lg-end {
    float: right !important;
  }
  html:not([dir=rtl]) .float-lg-none {
    float: none !important;
  }
  html:not([dir=rtl]) .text-lg-start {
    text-align: left !important;
  }
  html:not([dir=rtl]) .text-lg-end {
    text-align: right !important;
  }
  html:not([dir=rtl]) .text-lg-center {
    text-align: center !important;
  }
  html:not([dir=rtl]) .me-lg-0 {
    margin-right: 0 !important;
  }
  html:not([dir=rtl]) .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  html:not([dir=rtl]) .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  html:not([dir=rtl]) .me-lg-3 {
    margin-right: 1rem !important;
  }
  html:not([dir=rtl]) .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  html:not([dir=rtl]) .me-lg-5 {
    margin-right: 3rem !important;
  }
  html:not([dir=rtl]) .me-lg-auto {
    margin-right: auto !important;
  }
  html:not([dir=rtl]) .ms-lg-0 {
    margin-left: 0 !important;
  }
  html:not([dir=rtl]) .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  html:not([dir=rtl]) .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  html:not([dir=rtl]) .ms-lg-3 {
    margin-left: 1rem !important;
  }
  html:not([dir=rtl]) .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  html:not([dir=rtl]) .ms-lg-5 {
    margin-left: 3rem !important;
  }
  html:not([dir=rtl]) .ms-lg-auto {
    margin-left: auto !important;
  }
  html:not([dir=rtl]) .me-lg-n1 {
    margin-right: -0.25rem !important;
  }
  html:not([dir=rtl]) .me-lg-n2 {
    margin-right: -0.5rem !important;
  }
  html:not([dir=rtl]) .me-lg-n3 {
    margin-right: -1rem !important;
  }
  html:not([dir=rtl]) .me-lg-n4 {
    margin-right: -1.5rem !important;
  }
  html:not([dir=rtl]) .me-lg-n5 {
    margin-right: -3rem !important;
  }
  html:not([dir=rtl]) .ms-lg-n1 {
    margin-left: -0.25rem !important;
  }
  html:not([dir=rtl]) .ms-lg-n2 {
    margin-left: -0.5rem !important;
  }
  html:not([dir=rtl]) .ms-lg-n3 {
    margin-left: -1rem !important;
  }
  html:not([dir=rtl]) .ms-lg-n4 {
    margin-left: -1.5rem !important;
  }
  html:not([dir=rtl]) .ms-lg-n5 {
    margin-left: -3rem !important;
  }
  html:not([dir=rtl]) .pe-lg-0 {
    padding-right: 0 !important;
  }
  html:not([dir=rtl]) .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  html:not([dir=rtl]) .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  html:not([dir=rtl]) .pe-lg-3 {
    padding-right: 1rem !important;
  }
  html:not([dir=rtl]) .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  html:not([dir=rtl]) .pe-lg-5 {
    padding-right: 3rem !important;
  }
  html:not([dir=rtl]) .ps-lg-0 {
    padding-left: 0 !important;
  }
  html:not([dir=rtl]) .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  html:not([dir=rtl]) .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  html:not([dir=rtl]) .ps-lg-3 {
    padding-left: 1rem !important;
  }
  html:not([dir=rtl]) .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  html:not([dir=rtl]) .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  html:not([dir=rtl]) .object-fit-xl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  html:not([dir=rtl]) .object-fit-xl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  html:not([dir=rtl]) .object-fit-xl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  html:not([dir=rtl]) .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  html:not([dir=rtl]) .object-fit-xl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  html:not([dir=rtl]) .border-xl-solid {
    border-style: solid !important;
  }
  html:not([dir=rtl]) .border-xl-dashed {
    border-style: dashed !important;
  }
  html:not([dir=rtl]) .border-xl-none {
    border-style: none !important;
  }
  html:not([dir=rtl]) .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  html:not([dir=rtl]) .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  html:not([dir=rtl]) .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  html:not([dir=rtl]) .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  html:not([dir=rtl]) .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  html:not([dir=rtl]) .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  html:not([dir=rtl]) .column-gap-xl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  html:not([dir=rtl]) .column-gap-xl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  html:not([dir=rtl]) .column-gap-xl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  html:not([dir=rtl]) .column-gap-xl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  html:not([dir=rtl]) .column-gap-xl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  html:not([dir=rtl]) .column-gap-xl-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  html:not([dir=rtl]) .float-xl-start {
    float: left !important;
  }
  html:not([dir=rtl]) .float-xl-end {
    float: right !important;
  }
  html:not([dir=rtl]) .float-xl-none {
    float: none !important;
  }
  html:not([dir=rtl]) .text-xl-start {
    text-align: left !important;
  }
  html:not([dir=rtl]) .text-xl-end {
    text-align: right !important;
  }
  html:not([dir=rtl]) .text-xl-center {
    text-align: center !important;
  }
  html:not([dir=rtl]) .me-xl-0 {
    margin-right: 0 !important;
  }
  html:not([dir=rtl]) .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  html:not([dir=rtl]) .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  html:not([dir=rtl]) .me-xl-3 {
    margin-right: 1rem !important;
  }
  html:not([dir=rtl]) .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  html:not([dir=rtl]) .me-xl-5 {
    margin-right: 3rem !important;
  }
  html:not([dir=rtl]) .me-xl-auto {
    margin-right: auto !important;
  }
  html:not([dir=rtl]) .ms-xl-0 {
    margin-left: 0 !important;
  }
  html:not([dir=rtl]) .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  html:not([dir=rtl]) .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  html:not([dir=rtl]) .ms-xl-3 {
    margin-left: 1rem !important;
  }
  html:not([dir=rtl]) .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  html:not([dir=rtl]) .ms-xl-5 {
    margin-left: 3rem !important;
  }
  html:not([dir=rtl]) .ms-xl-auto {
    margin-left: auto !important;
  }
  html:not([dir=rtl]) .me-xl-n1 {
    margin-right: -0.25rem !important;
  }
  html:not([dir=rtl]) .me-xl-n2 {
    margin-right: -0.5rem !important;
  }
  html:not([dir=rtl]) .me-xl-n3 {
    margin-right: -1rem !important;
  }
  html:not([dir=rtl]) .me-xl-n4 {
    margin-right: -1.5rem !important;
  }
  html:not([dir=rtl]) .me-xl-n5 {
    margin-right: -3rem !important;
  }
  html:not([dir=rtl]) .ms-xl-n1 {
    margin-left: -0.25rem !important;
  }
  html:not([dir=rtl]) .ms-xl-n2 {
    margin-left: -0.5rem !important;
  }
  html:not([dir=rtl]) .ms-xl-n3 {
    margin-left: -1rem !important;
  }
  html:not([dir=rtl]) .ms-xl-n4 {
    margin-left: -1.5rem !important;
  }
  html:not([dir=rtl]) .ms-xl-n5 {
    margin-left: -3rem !important;
  }
  html:not([dir=rtl]) .pe-xl-0 {
    padding-right: 0 !important;
  }
  html:not([dir=rtl]) .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  html:not([dir=rtl]) .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  html:not([dir=rtl]) .pe-xl-3 {
    padding-right: 1rem !important;
  }
  html:not([dir=rtl]) .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  html:not([dir=rtl]) .pe-xl-5 {
    padding-right: 3rem !important;
  }
  html:not([dir=rtl]) .ps-xl-0 {
    padding-left: 0 !important;
  }
  html:not([dir=rtl]) .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  html:not([dir=rtl]) .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  html:not([dir=rtl]) .ps-xl-3 {
    padding-left: 1rem !important;
  }
  html:not([dir=rtl]) .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  html:not([dir=rtl]) .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1400px) {
  html:not([dir=rtl]) .object-fit-xxl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  html:not([dir=rtl]) .object-fit-xxl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  html:not([dir=rtl]) .object-fit-xxl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  html:not([dir=rtl]) .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  html:not([dir=rtl]) .object-fit-xxl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  html:not([dir=rtl]) .border-xxl-solid {
    border-style: solid !important;
  }
  html:not([dir=rtl]) .border-xxl-dashed {
    border-style: dashed !important;
  }
  html:not([dir=rtl]) .border-xxl-none {
    border-style: none !important;
  }
  html:not([dir=rtl]) .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  html:not([dir=rtl]) .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  html:not([dir=rtl]) .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  html:not([dir=rtl]) .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  html:not([dir=rtl]) .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  html:not([dir=rtl]) .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  html:not([dir=rtl]) .column-gap-xxl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  html:not([dir=rtl]) .column-gap-xxl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  html:not([dir=rtl]) .column-gap-xxl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  html:not([dir=rtl]) .column-gap-xxl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  html:not([dir=rtl]) .column-gap-xxl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  html:not([dir=rtl]) .column-gap-xxl-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  html:not([dir=rtl]) .float-xxl-start {
    float: left !important;
  }
  html:not([dir=rtl]) .float-xxl-end {
    float: right !important;
  }
  html:not([dir=rtl]) .float-xxl-none {
    float: none !important;
  }
  html:not([dir=rtl]) .text-xxl-start {
    text-align: left !important;
  }
  html:not([dir=rtl]) .text-xxl-end {
    text-align: right !important;
  }
  html:not([dir=rtl]) .text-xxl-center {
    text-align: center !important;
  }
  html:not([dir=rtl]) .me-xxl-0 {
    margin-right: 0 !important;
  }
  html:not([dir=rtl]) .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  html:not([dir=rtl]) .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  html:not([dir=rtl]) .me-xxl-3 {
    margin-right: 1rem !important;
  }
  html:not([dir=rtl]) .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  html:not([dir=rtl]) .me-xxl-5 {
    margin-right: 3rem !important;
  }
  html:not([dir=rtl]) .me-xxl-auto {
    margin-right: auto !important;
  }
  html:not([dir=rtl]) .ms-xxl-0 {
    margin-left: 0 !important;
  }
  html:not([dir=rtl]) .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  html:not([dir=rtl]) .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  html:not([dir=rtl]) .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  html:not([dir=rtl]) .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  html:not([dir=rtl]) .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  html:not([dir=rtl]) .ms-xxl-auto {
    margin-left: auto !important;
  }
  html:not([dir=rtl]) .me-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  html:not([dir=rtl]) .me-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  html:not([dir=rtl]) .me-xxl-n3 {
    margin-right: -1rem !important;
  }
  html:not([dir=rtl]) .me-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  html:not([dir=rtl]) .me-xxl-n5 {
    margin-right: -3rem !important;
  }
  html:not([dir=rtl]) .ms-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  html:not([dir=rtl]) .ms-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  html:not([dir=rtl]) .ms-xxl-n3 {
    margin-left: -1rem !important;
  }
  html:not([dir=rtl]) .ms-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  html:not([dir=rtl]) .ms-xxl-n5 {
    margin-left: -3rem !important;
  }
  html:not([dir=rtl]) .pe-xxl-0 {
    padding-right: 0 !important;
  }
  html:not([dir=rtl]) .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  html:not([dir=rtl]) .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  html:not([dir=rtl]) .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  html:not([dir=rtl]) .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  html:not([dir=rtl]) .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  html:not([dir=rtl]) .ps-xxl-0 {
    padding-left: 0 !important;
  }
  html:not([dir=rtl]) .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  html:not([dir=rtl]) .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  html:not([dir=rtl]) .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  html:not([dir=rtl]) .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  html:not([dir=rtl]) .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}
[dir=rtl] .object-fit-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
[dir=rtl] .object-fit-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
[dir=rtl] .object-fit-fill {
  -o-object-fit: fill !important;
     object-fit: fill !important;
}
[dir=rtl] .object-fit-scale {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}
[dir=rtl] .object-fit-none {
  -o-object-fit: none !important;
     object-fit: none !important;
}
[dir=rtl] .border-solid {
  border-style: solid !important;
}
[dir=rtl] .border-dashed {
  border-style: dashed !important;
}
[dir=rtl] .border-none {
  border-style: none !important;
}
[dir=rtl] .border-label-primary {
  --bs-border-opacity: 0.4;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}
[dir=rtl] .border-label-secondary {
  --bs-border-opacity: 0.4;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}
[dir=rtl] .border-label-success {
  --bs-border-opacity: 0.4;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}
[dir=rtl] .border-label-info {
  --bs-border-opacity: 0.4;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}
[dir=rtl] .border-label-warning {
  --bs-border-opacity: 0.4;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}
[dir=rtl] .border-label-danger {
  --bs-border-opacity: 0.4;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}
[dir=rtl] .border-label-light {
  --bs-border-opacity: 0.4;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}
[dir=rtl] .border-label-dark {
  --bs-border-opacity: 0.4;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}
[dir=rtl] .border-label-gray {
  --bs-border-opacity: 0.4;
  border-color: rgba(var(--bs-gray-rgb), var(--bs-border-opacity)) !important;
}
[dir=rtl] .border-label-black {
  --bs-border-opacity: 0.4;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}
[dir=rtl] .border-label-white {
  --bs-border-opacity: 0.4;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}
[dir=rtl] .border-opacity-10 {
  --bs-border-opacity: 0.1;
}
[dir=rtl] .border-opacity-25 {
  --bs-border-opacity: 0.25;
}
[dir=rtl] .border-opacity-50 {
  --bs-border-opacity: 0.5;
}
[dir=rtl] .border-opacity-75 {
  --bs-border-opacity: 0.75;
}
[dir=rtl] .border-opacity-100 {
  --bs-border-opacity: 1;
}
[dir=rtl] .row-gap-0 {
  row-gap: 0 !important;
}
[dir=rtl] .row-gap-1 {
  row-gap: 0.25rem !important;
}
[dir=rtl] .row-gap-2 {
  row-gap: 0.5rem !important;
}
[dir=rtl] .row-gap-3 {
  row-gap: 1rem !important;
}
[dir=rtl] .row-gap-4 {
  row-gap: 1.5rem !important;
}
[dir=rtl] .row-gap-5 {
  row-gap: 3rem !important;
}
[dir=rtl] .column-gap-0 {
  -moz-column-gap: 0 !important;
       column-gap: 0 !important;
}
[dir=rtl] .column-gap-1 {
  -moz-column-gap: 0.25rem !important;
       column-gap: 0.25rem !important;
}
[dir=rtl] .column-gap-2 {
  -moz-column-gap: 0.5rem !important;
       column-gap: 0.5rem !important;
}
[dir=rtl] .column-gap-3 {
  -moz-column-gap: 1rem !important;
       column-gap: 1rem !important;
}
[dir=rtl] .column-gap-4 {
  -moz-column-gap: 1.5rem !important;
       column-gap: 1.5rem !important;
}
[dir=rtl] .column-gap-5 {
  -moz-column-gap: 3rem !important;
       column-gap: 3rem !important;
}
[dir=rtl] .text-opacity-25 {
  --bs-text-opacity: 0.25;
}
[dir=rtl] .text-opacity-50 {
  --bs-text-opacity: 0.5;
}
[dir=rtl] .text-opacity-75 {
  --bs-text-opacity: 0.75;
}
[dir=rtl] .text-opacity-100 {
  --bs-text-opacity: 1;
}
[dir=rtl] .link-opacity-10 {
  --bs-link-opacity: 0.1;
}
[dir=rtl] .link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}
[dir=rtl] .link-opacity-25 {
  --bs-link-opacity: 0.25;
}
[dir=rtl] .link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}
[dir=rtl] .link-opacity-50 {
  --bs-link-opacity: 0.5;
}
[dir=rtl] .link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}
[dir=rtl] .link-opacity-75 {
  --bs-link-opacity: 0.75;
}
[dir=rtl] .link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}
[dir=rtl] .link-opacity-100 {
  --bs-link-opacity: 1;
}
[dir=rtl] .link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}
[dir=rtl] .link-offset-1 {
  text-underline-offset: 0.125em !important;
}
[dir=rtl] .link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}
[dir=rtl] .link-offset-2 {
  text-underline-offset: 0.25em !important;
}
[dir=rtl] .link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}
[dir=rtl] .link-offset-3 {
  text-underline-offset: 0.375em !important;
}
[dir=rtl] .link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}
[dir=rtl] .link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}
[dir=rtl] .link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}
[dir=rtl] .link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}
[dir=rtl] .link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}
[dir=rtl] .link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}
[dir=rtl] .link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}
[dir=rtl] .link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}
[dir=rtl] .link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}
[dir=rtl] .link-underline-gray {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-gray-rgb), var(--bs-link-underline-opacity)) !important;
}
[dir=rtl] .link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
[dir=rtl] .link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}
[dir=rtl] .link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}
[dir=rtl] .link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}
[dir=rtl] .link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}
[dir=rtl] .link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}
[dir=rtl] .link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}
[dir=rtl] .link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}
[dir=rtl] .link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}
[dir=rtl] .link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}
[dir=rtl] .link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}
[dir=rtl] .link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}
[dir=rtl] .link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}
[dir=rtl] .bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}
[dir=rtl] .bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}
[dir=rtl] .bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}
[dir=rtl] .bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}
[dir=rtl] .bg-opacity-100 {
  --bs-bg-opacity: 1;
}
[dir=rtl] .bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}
[dir=rtl] .bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}
[dir=rtl] .bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}
[dir=rtl] .bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}
[dir=rtl] .bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}
[dir=rtl] .bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}
[dir=rtl] .bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}
[dir=rtl] .bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}
[dir=rtl] .z-n1 {
  z-index: -1 !important;
}
[dir=rtl] .z-0 {
  z-index: 0 !important;
}
[dir=rtl] .z-1 {
  z-index: 1 !important;
}
[dir=rtl] .z-2 {
  z-index: 2 !important;
}
[dir=rtl] .z-3 {
  z-index: 3 !important;
}
[dir=rtl] .z-4 {
  z-index: 4 !important;
}
[dir=rtl] .z-5 {
  z-index: 5 !important;
}
[dir=rtl] .float-start {
  float: right !important;
}
[dir=rtl] .float-end {
  float: left !important;
}
[dir=rtl] .float-none {
  float: none !important;
}
[dir=rtl] .end-0 {
  left: 0 !important;
}
[dir=rtl] .end-50 {
  left: 50% !important;
}
[dir=rtl] .end-100 {
  left: 100% !important;
}
[dir=rtl] .start-0 {
  right: 0 !important;
}
[dir=rtl] .start-50 {
  right: 50% !important;
}
[dir=rtl] .start-100 {
  right: 100% !important;
}
[dir=rtl] .translate-middle {
  transform: translate(50%, -50%) !important;
}
[dir=rtl] .translate-middle-x {
  transform: translateX(50%) !important;
}
[dir=rtl] .translate-middle-y {
  transform: translateY(-50%) !important;
}
[dir=rtl] .border-end {
  border-left: 1px solid #d4d8dd !important;
}
[dir=rtl] .border-end-0 {
  border-left: 0 !important;
}
[dir=rtl] .border-start {
  border-right: 1px solid #d4d8dd !important;
}
[dir=rtl] .border-start-0 {
  border-right: 0 !important;
}
[dir=rtl] .border-left-dashed {
  border-right-style: dashed !important;
}
[dir=rtl] .border-right-dashed {
  border-left-style: dashed !important;
}
[dir=rtl] .text-start {
  text-align: right !important;
}
[dir=rtl] .text-end {
  text-align: left !important;
}
[dir=rtl] .text-center {
  text-align: center !important;
}
[dir=rtl] .rounded-end {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
[dir=rtl] .rounded-start {
  border-bottom-right-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
[dir=rtl] .rounded-start-top {
  border-top-right-radius: 0.25rem !important;
}
[dir=rtl] .rounded-start-bottom {
  border-bottom-right-radius: 0.25rem !important;
}
[dir=rtl] .rounded-end-top {
  border-top-left-radius: 0.25rem !important;
}
[dir=rtl] .rounded-end-bottom {
  border-bottom-left-radius: 0.25rem !important;
}
[dir=rtl] .me-0 {
  margin-left: 0 !important;
}
[dir=rtl] .me-1 {
  margin-left: 0.25rem !important;
}
[dir=rtl] .me-2 {
  margin-left: 0.5rem !important;
}
[dir=rtl] .me-3 {
  margin-left: 1rem !important;
}
[dir=rtl] .me-4 {
  margin-left: 1.5rem !important;
}
[dir=rtl] .me-5 {
  margin-left: 3rem !important;
}
[dir=rtl] .me-auto {
  margin-left: auto !important;
}
[dir=rtl] .ms-0 {
  margin-right: 0 !important;
}
[dir=rtl] .ms-1 {
  margin-right: 0.25rem !important;
}
[dir=rtl] .ms-2 {
  margin-right: 0.5rem !important;
}
[dir=rtl] .ms-3 {
  margin-right: 1rem !important;
}
[dir=rtl] .ms-4 {
  margin-right: 1.5rem !important;
}
[dir=rtl] .ms-5 {
  margin-right: 3rem !important;
}
[dir=rtl] .ms-auto {
  margin-right: auto !important;
}
[dir=rtl] .me-n1 {
  margin-left: -0.25rem !important;
}
[dir=rtl] .me-n2 {
  margin-left: -0.5rem !important;
}
[dir=rtl] .me-n3 {
  margin-left: -1rem !important;
}
[dir=rtl] .me-n4 {
  margin-left: -1.5rem !important;
}
[dir=rtl] .me-n5 {
  margin-left: -3rem !important;
}
[dir=rtl] .ms-n1 {
  margin-right: -0.25rem !important;
}
[dir=rtl] .ms-n2 {
  margin-right: -0.5rem !important;
}
[dir=rtl] .ms-n3 {
  margin-right: -1rem !important;
}
[dir=rtl] .ms-n4 {
  margin-right: -1.5rem !important;
}
[dir=rtl] .ms-n5 {
  margin-right: -3rem !important;
}
[dir=rtl] .pe-0 {
  padding-left: 0 !important;
}
[dir=rtl] .pe-1 {
  padding-left: 0.25rem !important;
}
[dir=rtl] .pe-2 {
  padding-left: 0.5rem !important;
}
[dir=rtl] .pe-3 {
  padding-left: 1rem !important;
}
[dir=rtl] .pe-4 {
  padding-left: 1.5rem !important;
}
[dir=rtl] .pe-5 {
  padding-left: 3rem !important;
}
[dir=rtl] .ps-0 {
  padding-right: 0 !important;
}
[dir=rtl] .ps-1 {
  padding-right: 0.25rem !important;
}
[dir=rtl] .ps-2 {
  padding-right: 0.5rem !important;
}
[dir=rtl] .ps-3 {
  padding-right: 1rem !important;
}
[dir=rtl] .ps-4 {
  padding-right: 1.5rem !important;
}
[dir=rtl] .ps-5 {
  padding-right: 3rem !important;
}
[dir=rtl] .rotate-0 {
  transform: rotate(0deg) !important;
}
[dir=rtl] .rotate-90 {
  transform: rotate(-90deg) !important;
}
[dir=rtl] .rotate-180 {
  transform: rotate(-180deg) !important;
}
[dir=rtl] .rotate-270 {
  transform: rotate(-270deg) !important;
}
[dir=rtl] .rotate-n90 {
  transform: rotate(90deg) !important;
}
[dir=rtl] .rotate-n180 {
  transform: rotate(180deg) !important;
}
[dir=rtl] .rotate-n270 {
  transform: rotate(270deg) !important;
}
[dir=rtl] .scaleX-n1 {
  transform: scaleX(1) !important;
}
[dir=rtl] .scaleX-n1-rtl {
  transform: scaleX(-1) !important;
}
[dir=rtl] .scaleY-n1 {
  transform: scaleY(1) !important;
}
[dir=rtl] .scaleY-n1-rtl {
  transform: scaleY(-1) !important;
}
@media (min-width: 576px) {
  [dir=rtl] .object-fit-sm-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  [dir=rtl] .object-fit-sm-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  [dir=rtl] .object-fit-sm-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  [dir=rtl] .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  [dir=rtl] .object-fit-sm-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  [dir=rtl] .border-sm-solid {
    border-style: solid !important;
  }
  [dir=rtl] .border-sm-dashed {
    border-style: dashed !important;
  }
  [dir=rtl] .border-sm-none {
    border-style: none !important;
  }
  [dir=rtl] .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  [dir=rtl] .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  [dir=rtl] .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  [dir=rtl] .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  [dir=rtl] .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  [dir=rtl] .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  [dir=rtl] .column-gap-sm-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  [dir=rtl] .column-gap-sm-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  [dir=rtl] .column-gap-sm-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  [dir=rtl] .column-gap-sm-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  [dir=rtl] .column-gap-sm-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  [dir=rtl] .column-gap-sm-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  [dir=rtl] .float-sm-start {
    float: right !important;
  }
  [dir=rtl] .float-sm-end {
    float: left !important;
  }
  [dir=rtl] .float-sm-none {
    float: none !important;
  }
  [dir=rtl] .text-sm-start {
    text-align: right !important;
  }
  [dir=rtl] .text-sm-end {
    text-align: left !important;
  }
  [dir=rtl] .text-sm-center {
    text-align: center !important;
  }
  [dir=rtl] .me-sm-0 {
    margin-left: 0 !important;
  }
  [dir=rtl] .me-sm-1 {
    margin-left: 0.25rem !important;
  }
  [dir=rtl] .me-sm-2 {
    margin-left: 0.5rem !important;
  }
  [dir=rtl] .me-sm-3 {
    margin-left: 1rem !important;
  }
  [dir=rtl] .me-sm-4 {
    margin-left: 1.5rem !important;
  }
  [dir=rtl] .me-sm-5 {
    margin-left: 3rem !important;
  }
  [dir=rtl] .me-sm-auto {
    margin-left: auto !important;
  }
  [dir=rtl] .ms-sm-0 {
    margin-right: 0 !important;
  }
  [dir=rtl] .ms-sm-1 {
    margin-right: 0.25rem !important;
  }
  [dir=rtl] .ms-sm-2 {
    margin-right: 0.5rem !important;
  }
  [dir=rtl] .ms-sm-3 {
    margin-right: 1rem !important;
  }
  [dir=rtl] .ms-sm-4 {
    margin-right: 1.5rem !important;
  }
  [dir=rtl] .ms-sm-5 {
    margin-right: 3rem !important;
  }
  [dir=rtl] .ms-sm-auto {
    margin-right: auto !important;
  }
  [dir=rtl] .me-sm-n1 {
    margin-left: -0.25rem !important;
  }
  [dir=rtl] .me-sm-n2 {
    margin-left: -0.5rem !important;
  }
  [dir=rtl] .me-sm-n3 {
    margin-left: -1rem !important;
  }
  [dir=rtl] .me-sm-n4 {
    margin-left: -1.5rem !important;
  }
  [dir=rtl] .me-sm-n5 {
    margin-left: -3rem !important;
  }
  [dir=rtl] .ms-sm-n1 {
    margin-right: -0.25rem !important;
  }
  [dir=rtl] .ms-sm-n2 {
    margin-right: -0.5rem !important;
  }
  [dir=rtl] .ms-sm-n3 {
    margin-right: -1rem !important;
  }
  [dir=rtl] .ms-sm-n4 {
    margin-right: -1.5rem !important;
  }
  [dir=rtl] .ms-sm-n5 {
    margin-right: -3rem !important;
  }
  [dir=rtl] .pe-sm-0 {
    padding-left: 0 !important;
  }
  [dir=rtl] .pe-sm-1 {
    padding-left: 0.25rem !important;
  }
  [dir=rtl] .pe-sm-2 {
    padding-left: 0.5rem !important;
  }
  [dir=rtl] .pe-sm-3 {
    padding-left: 1rem !important;
  }
  [dir=rtl] .pe-sm-4 {
    padding-left: 1.5rem !important;
  }
  [dir=rtl] .pe-sm-5 {
    padding-left: 3rem !important;
  }
  [dir=rtl] .ps-sm-0 {
    padding-right: 0 !important;
  }
  [dir=rtl] .ps-sm-1 {
    padding-right: 0.25rem !important;
  }
  [dir=rtl] .ps-sm-2 {
    padding-right: 0.5rem !important;
  }
  [dir=rtl] .ps-sm-3 {
    padding-right: 1rem !important;
  }
  [dir=rtl] .ps-sm-4 {
    padding-right: 1.5rem !important;
  }
  [dir=rtl] .ps-sm-5 {
    padding-right: 3rem !important;
  }
}
@media (min-width: 768px) {
  [dir=rtl] .object-fit-md-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  [dir=rtl] .object-fit-md-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  [dir=rtl] .object-fit-md-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  [dir=rtl] .object-fit-md-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  [dir=rtl] .object-fit-md-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  [dir=rtl] .border-md-solid {
    border-style: solid !important;
  }
  [dir=rtl] .border-md-dashed {
    border-style: dashed !important;
  }
  [dir=rtl] .border-md-none {
    border-style: none !important;
  }
  [dir=rtl] .row-gap-md-0 {
    row-gap: 0 !important;
  }
  [dir=rtl] .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  [dir=rtl] .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  [dir=rtl] .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  [dir=rtl] .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  [dir=rtl] .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  [dir=rtl] .column-gap-md-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  [dir=rtl] .column-gap-md-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  [dir=rtl] .column-gap-md-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  [dir=rtl] .column-gap-md-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  [dir=rtl] .column-gap-md-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  [dir=rtl] .column-gap-md-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  [dir=rtl] .float-md-start {
    float: right !important;
  }
  [dir=rtl] .float-md-end {
    float: left !important;
  }
  [dir=rtl] .float-md-none {
    float: none !important;
  }
  [dir=rtl] .text-md-start {
    text-align: right !important;
  }
  [dir=rtl] .text-md-end {
    text-align: left !important;
  }
  [dir=rtl] .text-md-center {
    text-align: center !important;
  }
  [dir=rtl] .me-md-0 {
    margin-left: 0 !important;
  }
  [dir=rtl] .me-md-1 {
    margin-left: 0.25rem !important;
  }
  [dir=rtl] .me-md-2 {
    margin-left: 0.5rem !important;
  }
  [dir=rtl] .me-md-3 {
    margin-left: 1rem !important;
  }
  [dir=rtl] .me-md-4 {
    margin-left: 1.5rem !important;
  }
  [dir=rtl] .me-md-5 {
    margin-left: 3rem !important;
  }
  [dir=rtl] .me-md-auto {
    margin-left: auto !important;
  }
  [dir=rtl] .ms-md-0 {
    margin-right: 0 !important;
  }
  [dir=rtl] .ms-md-1 {
    margin-right: 0.25rem !important;
  }
  [dir=rtl] .ms-md-2 {
    margin-right: 0.5rem !important;
  }
  [dir=rtl] .ms-md-3 {
    margin-right: 1rem !important;
  }
  [dir=rtl] .ms-md-4 {
    margin-right: 1.5rem !important;
  }
  [dir=rtl] .ms-md-5 {
    margin-right: 3rem !important;
  }
  [dir=rtl] .ms-md-auto {
    margin-right: auto !important;
  }
  [dir=rtl] .me-md-n1 {
    margin-left: -0.25rem !important;
  }
  [dir=rtl] .me-md-n2 {
    margin-left: -0.5rem !important;
  }
  [dir=rtl] .me-md-n3 {
    margin-left: -1rem !important;
  }
  [dir=rtl] .me-md-n4 {
    margin-left: -1.5rem !important;
  }
  [dir=rtl] .me-md-n5 {
    margin-left: -3rem !important;
  }
  [dir=rtl] .ms-md-n1 {
    margin-right: -0.25rem !important;
  }
  [dir=rtl] .ms-md-n2 {
    margin-right: -0.5rem !important;
  }
  [dir=rtl] .ms-md-n3 {
    margin-right: -1rem !important;
  }
  [dir=rtl] .ms-md-n4 {
    margin-right: -1.5rem !important;
  }
  [dir=rtl] .ms-md-n5 {
    margin-right: -3rem !important;
  }
  [dir=rtl] .pe-md-0 {
    padding-left: 0 !important;
  }
  [dir=rtl] .pe-md-1 {
    padding-left: 0.25rem !important;
  }
  [dir=rtl] .pe-md-2 {
    padding-left: 0.5rem !important;
  }
  [dir=rtl] .pe-md-3 {
    padding-left: 1rem !important;
  }
  [dir=rtl] .pe-md-4 {
    padding-left: 1.5rem !important;
  }
  [dir=rtl] .pe-md-5 {
    padding-left: 3rem !important;
  }
  [dir=rtl] .ps-md-0 {
    padding-right: 0 !important;
  }
  [dir=rtl] .ps-md-1 {
    padding-right: 0.25rem !important;
  }
  [dir=rtl] .ps-md-2 {
    padding-right: 0.5rem !important;
  }
  [dir=rtl] .ps-md-3 {
    padding-right: 1rem !important;
  }
  [dir=rtl] .ps-md-4 {
    padding-right: 1.5rem !important;
  }
  [dir=rtl] .ps-md-5 {
    padding-right: 3rem !important;
  }
}
@media (min-width: 992px) {
  [dir=rtl] .object-fit-lg-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  [dir=rtl] .object-fit-lg-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  [dir=rtl] .object-fit-lg-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  [dir=rtl] .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  [dir=rtl] .object-fit-lg-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  [dir=rtl] .border-lg-solid {
    border-style: solid !important;
  }
  [dir=rtl] .border-lg-dashed {
    border-style: dashed !important;
  }
  [dir=rtl] .border-lg-none {
    border-style: none !important;
  }
  [dir=rtl] .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  [dir=rtl] .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  [dir=rtl] .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  [dir=rtl] .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  [dir=rtl] .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  [dir=rtl] .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  [dir=rtl] .column-gap-lg-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  [dir=rtl] .column-gap-lg-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  [dir=rtl] .column-gap-lg-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  [dir=rtl] .column-gap-lg-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  [dir=rtl] .column-gap-lg-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  [dir=rtl] .column-gap-lg-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  [dir=rtl] .float-lg-start {
    float: right !important;
  }
  [dir=rtl] .float-lg-end {
    float: left !important;
  }
  [dir=rtl] .float-lg-none {
    float: none !important;
  }
  [dir=rtl] .text-lg-start {
    text-align: right !important;
  }
  [dir=rtl] .text-lg-end {
    text-align: left !important;
  }
  [dir=rtl] .text-lg-center {
    text-align: center !important;
  }
  [dir=rtl] .me-lg-0 {
    margin-left: 0 !important;
  }
  [dir=rtl] .me-lg-1 {
    margin-left: 0.25rem !important;
  }
  [dir=rtl] .me-lg-2 {
    margin-left: 0.5rem !important;
  }
  [dir=rtl] .me-lg-3 {
    margin-left: 1rem !important;
  }
  [dir=rtl] .me-lg-4 {
    margin-left: 1.5rem !important;
  }
  [dir=rtl] .me-lg-5 {
    margin-left: 3rem !important;
  }
  [dir=rtl] .me-lg-auto {
    margin-left: auto !important;
  }
  [dir=rtl] .ms-lg-0 {
    margin-right: 0 !important;
  }
  [dir=rtl] .ms-lg-1 {
    margin-right: 0.25rem !important;
  }
  [dir=rtl] .ms-lg-2 {
    margin-right: 0.5rem !important;
  }
  [dir=rtl] .ms-lg-3 {
    margin-right: 1rem !important;
  }
  [dir=rtl] .ms-lg-4 {
    margin-right: 1.5rem !important;
  }
  [dir=rtl] .ms-lg-5 {
    margin-right: 3rem !important;
  }
  [dir=rtl] .ms-lg-auto {
    margin-right: auto !important;
  }
  [dir=rtl] .me-lg-n1 {
    margin-left: -0.25rem !important;
  }
  [dir=rtl] .me-lg-n2 {
    margin-left: -0.5rem !important;
  }
  [dir=rtl] .me-lg-n3 {
    margin-left: -1rem !important;
  }
  [dir=rtl] .me-lg-n4 {
    margin-left: -1.5rem !important;
  }
  [dir=rtl] .me-lg-n5 {
    margin-left: -3rem !important;
  }
  [dir=rtl] .ms-lg-n1 {
    margin-right: -0.25rem !important;
  }
  [dir=rtl] .ms-lg-n2 {
    margin-right: -0.5rem !important;
  }
  [dir=rtl] .ms-lg-n3 {
    margin-right: -1rem !important;
  }
  [dir=rtl] .ms-lg-n4 {
    margin-right: -1.5rem !important;
  }
  [dir=rtl] .ms-lg-n5 {
    margin-right: -3rem !important;
  }
  [dir=rtl] .pe-lg-0 {
    padding-left: 0 !important;
  }
  [dir=rtl] .pe-lg-1 {
    padding-left: 0.25rem !important;
  }
  [dir=rtl] .pe-lg-2 {
    padding-left: 0.5rem !important;
  }
  [dir=rtl] .pe-lg-3 {
    padding-left: 1rem !important;
  }
  [dir=rtl] .pe-lg-4 {
    padding-left: 1.5rem !important;
  }
  [dir=rtl] .pe-lg-5 {
    padding-left: 3rem !important;
  }
  [dir=rtl] .ps-lg-0 {
    padding-right: 0 !important;
  }
  [dir=rtl] .ps-lg-1 {
    padding-right: 0.25rem !important;
  }
  [dir=rtl] .ps-lg-2 {
    padding-right: 0.5rem !important;
  }
  [dir=rtl] .ps-lg-3 {
    padding-right: 1rem !important;
  }
  [dir=rtl] .ps-lg-4 {
    padding-right: 1.5rem !important;
  }
  [dir=rtl] .ps-lg-5 {
    padding-right: 3rem !important;
  }
}
@media (min-width: 1200px) {
  [dir=rtl] .object-fit-xl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  [dir=rtl] .object-fit-xl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  [dir=rtl] .object-fit-xl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  [dir=rtl] .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  [dir=rtl] .object-fit-xl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  [dir=rtl] .border-xl-solid {
    border-style: solid !important;
  }
  [dir=rtl] .border-xl-dashed {
    border-style: dashed !important;
  }
  [dir=rtl] .border-xl-none {
    border-style: none !important;
  }
  [dir=rtl] .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  [dir=rtl] .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  [dir=rtl] .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  [dir=rtl] .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  [dir=rtl] .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  [dir=rtl] .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  [dir=rtl] .column-gap-xl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  [dir=rtl] .column-gap-xl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  [dir=rtl] .column-gap-xl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  [dir=rtl] .column-gap-xl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  [dir=rtl] .column-gap-xl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  [dir=rtl] .column-gap-xl-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  [dir=rtl] .float-xl-start {
    float: right !important;
  }
  [dir=rtl] .float-xl-end {
    float: left !important;
  }
  [dir=rtl] .float-xl-none {
    float: none !important;
  }
  [dir=rtl] .text-xl-start {
    text-align: right !important;
  }
  [dir=rtl] .text-xl-end {
    text-align: left !important;
  }
  [dir=rtl] .text-xl-center {
    text-align: center !important;
  }
  [dir=rtl] .me-xl-0 {
    margin-left: 0 !important;
  }
  [dir=rtl] .me-xl-1 {
    margin-left: 0.25rem !important;
  }
  [dir=rtl] .me-xl-2 {
    margin-left: 0.5rem !important;
  }
  [dir=rtl] .me-xl-3 {
    margin-left: 1rem !important;
  }
  [dir=rtl] .me-xl-4 {
    margin-left: 1.5rem !important;
  }
  [dir=rtl] .me-xl-5 {
    margin-left: 3rem !important;
  }
  [dir=rtl] .me-xl-auto {
    margin-left: auto !important;
  }
  [dir=rtl] .ms-xl-0 {
    margin-right: 0 !important;
  }
  [dir=rtl] .ms-xl-1 {
    margin-right: 0.25rem !important;
  }
  [dir=rtl] .ms-xl-2 {
    margin-right: 0.5rem !important;
  }
  [dir=rtl] .ms-xl-3 {
    margin-right: 1rem !important;
  }
  [dir=rtl] .ms-xl-4 {
    margin-right: 1.5rem !important;
  }
  [dir=rtl] .ms-xl-5 {
    margin-right: 3rem !important;
  }
  [dir=rtl] .ms-xl-auto {
    margin-right: auto !important;
  }
  [dir=rtl] .me-xl-n1 {
    margin-left: -0.25rem !important;
  }
  [dir=rtl] .me-xl-n2 {
    margin-left: -0.5rem !important;
  }
  [dir=rtl] .me-xl-n3 {
    margin-left: -1rem !important;
  }
  [dir=rtl] .me-xl-n4 {
    margin-left: -1.5rem !important;
  }
  [dir=rtl] .me-xl-n5 {
    margin-left: -3rem !important;
  }
  [dir=rtl] .ms-xl-n1 {
    margin-right: -0.25rem !important;
  }
  [dir=rtl] .ms-xl-n2 {
    margin-right: -0.5rem !important;
  }
  [dir=rtl] .ms-xl-n3 {
    margin-right: -1rem !important;
  }
  [dir=rtl] .ms-xl-n4 {
    margin-right: -1.5rem !important;
  }
  [dir=rtl] .ms-xl-n5 {
    margin-right: -3rem !important;
  }
  [dir=rtl] .pe-xl-0 {
    padding-left: 0 !important;
  }
  [dir=rtl] .pe-xl-1 {
    padding-left: 0.25rem !important;
  }
  [dir=rtl] .pe-xl-2 {
    padding-left: 0.5rem !important;
  }
  [dir=rtl] .pe-xl-3 {
    padding-left: 1rem !important;
  }
  [dir=rtl] .pe-xl-4 {
    padding-left: 1.5rem !important;
  }
  [dir=rtl] .pe-xl-5 {
    padding-left: 3rem !important;
  }
  [dir=rtl] .ps-xl-0 {
    padding-right: 0 !important;
  }
  [dir=rtl] .ps-xl-1 {
    padding-right: 0.25rem !important;
  }
  [dir=rtl] .ps-xl-2 {
    padding-right: 0.5rem !important;
  }
  [dir=rtl] .ps-xl-3 {
    padding-right: 1rem !important;
  }
  [dir=rtl] .ps-xl-4 {
    padding-right: 1.5rem !important;
  }
  [dir=rtl] .ps-xl-5 {
    padding-right: 3rem !important;
  }
}
@media (min-width: 1400px) {
  [dir=rtl] .object-fit-xxl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  [dir=rtl] .object-fit-xxl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  [dir=rtl] .object-fit-xxl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  [dir=rtl] .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  [dir=rtl] .object-fit-xxl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  [dir=rtl] .border-xxl-solid {
    border-style: solid !important;
  }
  [dir=rtl] .border-xxl-dashed {
    border-style: dashed !important;
  }
  [dir=rtl] .border-xxl-none {
    border-style: none !important;
  }
  [dir=rtl] .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  [dir=rtl] .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  [dir=rtl] .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  [dir=rtl] .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  [dir=rtl] .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  [dir=rtl] .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  [dir=rtl] .column-gap-xxl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  [dir=rtl] .column-gap-xxl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  [dir=rtl] .column-gap-xxl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  [dir=rtl] .column-gap-xxl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  [dir=rtl] .column-gap-xxl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  [dir=rtl] .column-gap-xxl-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  [dir=rtl] .float-xxl-start {
    float: right !important;
  }
  [dir=rtl] .float-xxl-end {
    float: left !important;
  }
  [dir=rtl] .float-xxl-none {
    float: none !important;
  }
  [dir=rtl] .text-xxl-start {
    text-align: right !important;
  }
  [dir=rtl] .text-xxl-end {
    text-align: left !important;
  }
  [dir=rtl] .text-xxl-center {
    text-align: center !important;
  }
  [dir=rtl] .me-xxl-0 {
    margin-left: 0 !important;
  }
  [dir=rtl] .me-xxl-1 {
    margin-left: 0.25rem !important;
  }
  [dir=rtl] .me-xxl-2 {
    margin-left: 0.5rem !important;
  }
  [dir=rtl] .me-xxl-3 {
    margin-left: 1rem !important;
  }
  [dir=rtl] .me-xxl-4 {
    margin-left: 1.5rem !important;
  }
  [dir=rtl] .me-xxl-5 {
    margin-left: 3rem !important;
  }
  [dir=rtl] .me-xxl-auto {
    margin-left: auto !important;
  }
  [dir=rtl] .ms-xxl-0 {
    margin-right: 0 !important;
  }
  [dir=rtl] .ms-xxl-1 {
    margin-right: 0.25rem !important;
  }
  [dir=rtl] .ms-xxl-2 {
    margin-right: 0.5rem !important;
  }
  [dir=rtl] .ms-xxl-3 {
    margin-right: 1rem !important;
  }
  [dir=rtl] .ms-xxl-4 {
    margin-right: 1.5rem !important;
  }
  [dir=rtl] .ms-xxl-5 {
    margin-right: 3rem !important;
  }
  [dir=rtl] .ms-xxl-auto {
    margin-right: auto !important;
  }
  [dir=rtl] .me-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  [dir=rtl] .me-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  [dir=rtl] .me-xxl-n3 {
    margin-left: -1rem !important;
  }
  [dir=rtl] .me-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  [dir=rtl] .me-xxl-n5 {
    margin-left: -3rem !important;
  }
  [dir=rtl] .ms-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  [dir=rtl] .ms-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  [dir=rtl] .ms-xxl-n3 {
    margin-right: -1rem !important;
  }
  [dir=rtl] .ms-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  [dir=rtl] .ms-xxl-n5 {
    margin-right: -3rem !important;
  }
  [dir=rtl] .pe-xxl-0 {
    padding-left: 0 !important;
  }
  [dir=rtl] .pe-xxl-1 {
    padding-left: 0.25rem !important;
  }
  [dir=rtl] .pe-xxl-2 {
    padding-left: 0.5rem !important;
  }
  [dir=rtl] .pe-xxl-3 {
    padding-left: 1rem !important;
  }
  [dir=rtl] .pe-xxl-4 {
    padding-left: 1.5rem !important;
  }
  [dir=rtl] .pe-xxl-5 {
    padding-left: 3rem !important;
  }
  [dir=rtl] .ps-xxl-0 {
    padding-right: 0 !important;
  }
  [dir=rtl] .ps-xxl-1 {
    padding-right: 0.25rem !important;
  }
  [dir=rtl] .ps-xxl-2 {
    padding-right: 0.5rem !important;
  }
  [dir=rtl] .ps-xxl-3 {
    padding-right: 1rem !important;
  }
  [dir=rtl] .ps-xxl-4 {
    padding-right: 1.5rem !important;
  }
  [dir=rtl] .ps-xxl-5 {
    padding-right: 3rem !important;
  }
}
body {
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -moz-font-feature-settings: "liga" on;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 768px) {
  button.list-group-item {
    outline: none;
  }
}
.app-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(38, 60, 85, 0.5);
  visibility: hidden;
  z-index: 3;
  transition: all 0.25s ease;
}
.app-overlay.show {
  visibility: visible;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  padding-right: 0.6rem !important;
  padding-left: 0.6rem !important;
}
@media (min-width: 992px) {
  .container,
  .container-fluid,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.img-thumbnail {
  position: relative;
  display: block;
}
.img-thumbnail img {
  z-index: 1;
}

.img-thumbnail-content {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  display: block;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: translate(-50%, -50%);
}
.img-thumbnail:hover .img-thumbnail-content, .img-thumbnail:focus .img-thumbnail-content {
  opacity: 1;
}

.img-thumbnail-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  transition: all 0.2s ease-in-out;
}
.img-thumbnail:not(:hover):not(:focus) .img-thumbnail-overlay {
  opacity: 0 !important;
}

.img-thumbnail-shadow {
  transition: box-shadow 0.2s;
}
.img-thumbnail-shadow:hover, .img-thumbnail-shadow:focus {
  box-shadow: 0 5px 20px rgba(38, 60, 85, 0.4);
}

.img-thumbnail-zoom-in {
  overflow: hidden;
}
.img-thumbnail-zoom-in img {
  transition: all 0.3s ease-in-out;
  transform: translate3d(0);
}
.img-thumbnail-zoom-in .img-thumbnail-content {
  transform: translate(-50%, -50%) scale(0.6);
}
.img-thumbnail-zoom-in:hover img, .img-thumbnail-zoom-in:focus img {
  transform: scale(1.1);
}
.img-thumbnail-zoom-in:hover .img-thumbnail-content, .img-thumbnail-zoom-in:focus .img-thumbnail-content {
  transform: translate(-50%, -50%) scale(1);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .card,
  .card-body,
  .media,
  .flex-column,
  .tab-content {
    min-height: 1px;
  }
  img {
    min-height: 1px;
    height: auto;
  }
}
[dir=rtl] body {
  text-align: right;
  direction: rtl;
}

.buy-now .btn-buy-now {
  position: fixed;
  bottom: 3rem;
  right: 1.875rem;
  z-index: 1080;
  box-shadow: 0 1px 20px 1px #ff5b5c;
}
[dir=rtl] .buy-now .btn-buy-now {
  left: 1.875rem;
  right: inherit;
}
.buy-now .btn-buy-now:hover {
  box-shadow: none;
}

.ui-square,
.ui-rect,
.ui-rect-30,
.ui-rect-60,
.ui-rect-67,
.ui-rect-75 {
  position: relative !important;
  display: block !important;
  padding-top: 100% !important;
  width: 100% !important;
}

.ui-square {
  padding-top: 100% !important;
}

.ui-rect {
  padding-top: 50% !important;
}

.ui-rect-30 {
  padding-top: 30% !important;
}

.ui-rect-60 {
  padding-top: 60% !important;
}

.ui-rect-67 {
  padding-top: 67% !important;
}

.ui-rect-75 {
  padding-top: 75% !important;
}

.ui-square-content,
.ui-rect-content {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
}

.text-strike-through {
  text-decoration: line-through;
}

.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.ui-stars,
.ui-star,
.ui-star > * {
  height: 1.1em;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

.ui-stars {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}

.ui-star {
  position: relative;
  display: block;
  float: left;
  width: 1.1em;
  height: 1.1em;
  text-decoration: none !important;
  font-size: 1.1em;
  line-height: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
[dir=rtl] .ui-star {
  float: right;
}
.ui-star + .ui-star {
  margin-left: -0.1em;
}
[dir=rtl] .ui-star + .ui-star {
  margin-right: -0.1em;
  margin-left: 0;
}
.ui-star > *,
.ui-star > *::before,
.ui-star > *::after {
  position: absolute;
  left: 0.55em;
  height: 100%;
  font-size: 1em;
  line-height: 1;
  transform: translateX(-50%);
}
[dir=rtl] .ui-star > *,
[dir=rtl] .ui-star > *::before,
[dir=rtl] .ui-star > *::after {
  right: 0.55em;
  left: auto;
  transform: translateX(50%);
}
.ui-star > * {
  top: 0;
  width: 100%;
  text-align: center;
}
.ui-star > *:first-child {
  z-index: 10;
  display: none;
  overflow: hidden;
  color: #fdac41;
}
.ui-star > *:last-child {
  z-index: 5;
  display: block;
}
.ui-star.half-filled > *:first-child {
  width: 50%;
  transform: translateX(-100%);
}
[dir=rtl] .ui-star.half-filled > *:first-child {
  transform: translateX(100%);
}
.ui-star.filled > *:first-child, .ui-star.half-filled > *:first-child {
  display: block;
}
.ui-star.filled > *:last-child {
  display: none;
}

.ui-stars.hoverable .ui-star > *:first-child {
  display: block;
}

.ui-stars.hoverable .ui-star:first-child:not(.filled) > *:first-child,
.ui-stars.hoverable .ui-star:first-child:not(.filled) ~ .ui-star > *:first-child,
.ui-stars.hoverable .ui-star:first-child:not(.half-filled) > *:first-child,
.ui-stars.hoverable .ui-star:first-child:not(.half-filled) ~ .ui-star > *:first-child {
  display: none;
}

.ui-stars.hoverable .ui-star.filled > *:first-child,
.ui-stars.hoverable .ui-star.half-filled > *:first-child {
  display: block !important;
}

.ui-stars.hoverable:hover .ui-star > *:first-child {
  display: block !important;
  width: 100% !important;
  transform: translateX(-50%) !important;
}
[dir=rtl] .ui-stars.hoverable:hover .ui-star > *:first-child {
  transform: translateX(50%) !important;
}

.ui-stars.hoverable .ui-star:hover ~ .ui-star > *:first-child {
  display: none !important;
}
.ui-stars.hoverable .ui-star:hover ~ .ui-star > *:last-child {
  display: block !important;
}

.ui-bg-cover {
  background-color: rgba(0, 0, 0, 0);
  background-position: center center;
  background-size: cover;
}

.ui-bg-overlay-container,
.ui-bg-video-container {
  position: relative;
}
.ui-bg-overlay-container > *,
.ui-bg-video-container > * {
  position: relative;
}

.ui-bg-overlay-container .ui-bg-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}

.light-style .ui-bordered {
  border: 1px solid #d4d8dd;
}
.light-style .ui-star > *:last-child {
  color: rgba(38, 60, 85, 0.2);
}

.menu {
  display: flex;
}
.menu .app-brand {
  width: 100%;
}
.menu .ps__thumb-y,
.menu .ps__rail-y {
  width: 0.125rem !important;
}
.menu .ps__rail-y {
  right: 0.25rem !important;
  left: auto !important;
  background: none !important;
}
[dir=rtl] .menu .ps__rail-y {
  right: auto !important;
  left: 0.25rem !important;
}
.menu .ps__rail-y:hover,
.menu .ps__rail-y:focus,
.menu .ps__rail-y.ps--clicking,
.menu .ps__rail-y:hover > .ps__thumb-y,
.menu .ps__rail-y:focus > .ps__thumb-y,
.menu .ps__rail-y.ps--clicking > .ps__thumb-y {
  width: 0.375rem !important;
}

.menu-inner {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  height: 100%;
}

.menu-inner-shadow {
  display: none;
  position: absolute;
  top: 3.225rem;
  height: 3rem;
  width: 100%;
  pointer-events: none;
  z-index: 2;
}
html:not(.layout-menu-fixed) .menu-inner-shadow {
  display: none !important;
}

.menu-item {
  align-items: flex-start;
  justify-content: flex-start;
}
.menu-item.menu-item-animating {
  transition: height 0.3s ease-in-out;
}

.menu-item,
.menu-header,
.menu-divider,
.menu-block {
  flex: 0 0 auto;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-header {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.menu-icon {
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 0.5rem;
  font-size: 1.25rem;
}
.menu:not(.menu-no-animation) .menu-icon {
  transition: margin-right 0.3s ease;
}
[dir=rtl] .menu-icon {
  margin-right: 0;
  margin-left: 0.5rem;
}
.menu:not(.menu-no-animation) [dir=rtl] .menu-icon {
  transition: margin-left 0.3s ease;
}

.menu-link {
  position: relative;
  display: flex;
  align-items: center;
  flex: 0 1 auto;
  margin: 0;
}
.menu-item.disabled .menu-link {
  cursor: not-allowed !important;
}
.menu:not(.menu-no-animation) .menu-link {
  transition-duration: 0.3s;
  transition-property: color, background-color;
}
.menu-link > :not(.menu-icon) {
  flex: 0 1 auto;
  opacity: 1;
}

.menu-sub {
  display: none;
  flex-direction: column;
  margin: 0;
  padding: 0;
}
.menu:not(.menu-no-animation) .menu-sub {
  transition: background-color 0.3s;
}
.menu-item.open > .menu-sub {
  display: flex;
}

.menu-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.45em;
  height: 0.45em;
  border: 1.5px solid;
  border-bottom: 0;
  border-left: 0;
  transform: translateY(-50%) rotate(45deg);
}
[dir=rtl] .menu-toggle::after {
  border-left: 1.5px solid;
  border-right: 0;
  transform: translateY(-50%) rotate(-45deg);
}
.menu-item.open:not(.menu-item-closing) > .menu-toggle::after {
  transform: translateY(-50%) rotate(135deg);
}
[dir=rtl] .menu-item.open:not(.menu-item-closing) > .menu-toggle::after {
  transform: translateY(-50%) rotate(-135deg);
}
.menu:not(.menu-no-animation) .menu-toggle::after {
  transition-duration: 0.3s;
  transition-property: transform;
}

.menu-divider {
  width: 100%;
  border: 0;
  border-top: 1px solid;
}

.menu-vertical {
  flex-direction: column;
  width: 16.25rem;
}
.menu-vertical:not(.menu-no-animation) {
  transition: width 0.3s;
}
.menu-vertical .menu-block,
.menu-vertical .menu-inner > .menu-item,
.menu-vertical .menu-inner > .menu-header {
  width: 14.374rem;
}
.menu-vertical .menu-inner {
  flex-direction: column;
  flex: 1 1 auto;
}
.menu-vertical .menu-inner > .menu-item {
  margin: 0.0625rem 0.938rem;
}
.menu-vertical .menu-item .menu-link,
.menu-vertical .menu-block {
  padding: 0.625rem 0.938rem;
}
.menu-vertical .menu-header {
  margin: 0.938rem 0 0.469rem 0;
  padding: 0.625rem 1.876rem 0.625rem 1.876rem;
}
.menu-vertical .menu-item .menu-link {
  font-size: 0.9375rem;
}
.menu-vertical .menu-item.active > .menu-link:not(.menu-toggle) {
  font-weight: 600;
}
.menu-vertical .menu-item .menu-toggle {
  padding-right: calc(0.938rem + 1.35em);
}
[dir=rtl] .menu-vertical .menu-item .menu-toggle {
  padding-right: 0.938rem;
  padding-left: calc(0.938rem + 1.35em);
}
.menu-vertical .menu-item .menu-toggle::after {
  right: 0.938rem;
}
[dir=rtl] .menu-vertical .menu-item .menu-toggle::after {
  right: auto;
  left: 0.938rem;
}
.menu-vertical .menu-divider {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  padding: 0;
}
.menu-vertical .menu-sub {
  padding-top: 0.125rem;
}
.menu-vertical .menu-sub .menu-link {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.menu-vertical .menu-icon {
  width: 1.5rem;
}
.menu-vertical .menu-sub .menu-icon {
  margin-right: 0;
}
@media (max-width: 1199.98px) {
  .menu-vertical .menu-sub .menu-icon {
    display: none;
  }
}
[dir=rtl] .menu-vertical .menu-sub .menu-icon {
  margin-left: 0;
}
.menu-vertical .menu-horizontal-wrapper {
  flex: none;
}
.menu-vertical .menu-sub .menu-link {
  padding-left: 2.938rem;
}
[dir=rtl] .menu-vertical .menu-sub .menu-link {
  padding-right: 2.938rem;
  padding-left: 0.938rem;
}
.menu-vertical .menu-sub .menu-sub .menu-link {
  padding-left: 3.588rem;
}
[dir=rtl] .menu-vertical .menu-sub .menu-sub .menu-link {
  padding-right: 3.588rem;
  padding-left: 0.938rem;
}
.menu-vertical .menu-sub .menu-sub .menu-sub .menu-link {
  padding-left: 4.238rem;
}
[dir=rtl] .menu-vertical .menu-sub .menu-sub .menu-sub .menu-link {
  padding-right: 4.238rem;
  padding-left: 0.938rem;
}
.menu-vertical .menu-sub .menu-sub .menu-sub .menu-sub .menu-link {
  padding-left: 4.888rem;
}
[dir=rtl] .menu-vertical .menu-sub .menu-sub .menu-sub .menu-sub .menu-link {
  padding-right: 4.888rem;
  padding-left: 0.938rem;
}
.menu-vertical .menu-sub .menu-sub .menu-sub .menu-sub .menu-sub .menu-link {
  padding-left: 5.538rem;
}
[dir=rtl] .menu-vertical .menu-sub .menu-sub .menu-sub .menu-sub .menu-sub .menu-link {
  padding-right: 5.538rem;
  padding-left: 0.938rem;
}

.menu-collapsed:not(:hover) {
  width: 5rem;
}
.menu-collapsed:not(:hover) .menu-inner > .menu-item {
  width: 3.124rem;
}
.menu-collapsed:not(:hover) .menu-inner > .menu-item > .menu-link {
  padding-left: 0.938rem;
}
.menu-collapsed:not(:hover) .menu-inner > .menu-header,
.menu-collapsed:not(:hover) .menu-block {
  position: relative;
  margin-left: 0.938rem;
  padding-right: 1.376rem;
  padding-left: 0.5rem;
  width: 16.25rem;
  text-indent: -9999px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.menu-collapsed:not(:hover) .menu-inner > .menu-header .menu-header-text,
.menu-collapsed:not(:hover) .menu-block .menu-header-text {
  overflow: hidden;
  opacity: 0;
}
.menu-collapsed:not(:hover) .menu-inner > .menu-header::before,
.menu-collapsed:not(:hover) .menu-block::before {
  content: "";
  position: absolute;
  left: 1.062rem;
  display: block;
  width: 1.25rem;
  text-align: center;
  top: 1.1875rem;
  height: 0.125rem;
}
.menu-collapsed:not(:hover) .menu-inner > .menu-item div:not(.menu-block) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  opacity: 0;
}
.menu-collapsed:not(:hover) .menu-inner > .menu-item > .menu-sub,
.menu-collapsed:not(:hover) .menu-inner > .menu-item.open > .menu-sub {
  display: none;
}
.menu-collapsed:not(:hover) .menu-inner > .menu-item > .menu-toggle::after {
  display: none;
}
.menu-collapsed:not(:hover) .menu-inner > .menu-item > .menu-link .menu-icon {
  margin-left: -1.876rem;
  width: 5rem;
  text-align: center;
  margin-right: 0;
}
[dir=rtl] .menu-collapsed:not(:hover) .menu-block {
  width: 5rem !important;
}
[dir=rtl] .menu-collapsed:not(:hover) .menu-inner > .menu-item > .menu-link {
  padding-right: 0.938rem;
  padding-left: 0.938rem;
}
[dir=rtl] .menu-collapsed:not(:hover) .menu-inner > .menu-header,
[dir=rtl] .menu-collapsed:not(:hover) .menu-block {
  margin-right: 0.938rem;
  margin-left: 0;
  padding-right: 0.5rem;
  padding-left: 1.376rem;
}
[dir=rtl] .menu-collapsed:not(:hover) .menu-inner > .menu-header::before,
[dir=rtl] .menu-collapsed:not(:hover) .menu-block::before {
  right: 1.062rem;
  left: auto;
}
[dir=rtl] .menu-collapsed:not(:hover) .menu-inner > .menu-item > .menu-link .menu-icon {
  margin-right: -1.876rem;
  margin-left: 0;
}

.menu-horizontal {
  flex-direction: row;
  width: 100%;
}
.menu-horizontal .menu-inner {
  overflow: hidden;
  flex-direction: row;
  flex: 0 1 100%;
}
.menu-horizontal .menu-item .menu-link {
  padding: 0.565rem calc(1rem - 0.0625rem);
}
.menu-horizontal .menu-item .menu-toggle {
  padding-right: calc(1rem + 1.35em - 0.0625rem);
}
[dir=rtl] .menu-horizontal .menu-item .menu-toggle {
  padding-right: calc(1rem - 0.0625rem);
  padding-left: calc(1rem + 1.35em - 0.0625rem);
}
.menu-horizontal .menu-item .menu-toggle::after {
  right: 1rem;
  transform: translateY(-50%) rotate(45deg) !important;
}
[dir=rtl] .menu-horizontal .menu-item .menu-toggle::after {
  transform: translateY(-50%) rotate(-45deg) !important;
  right: auto;
  left: 1rem;
}
.menu-horizontal .menu-inner > .menu-item > .menu-toggle::after {
  transform: translateY(-50%) rotate(135deg) !important;
}
[dir=rtl] .menu-horizontal .menu-inner > .menu-item > .menu-toggle::after {
  transform: translateY(-75%) rotate(-135deg) !important;
}
.menu-horizontal .menu-sub .menu-item.open:not(.menu-item-closing) > .menu-toggle::after {
  transform: translateY(-50%) rotate(45deg);
}
[dir=rtl] .menu-horizontal .menu-sub .menu-item.open:not(.menu-item-closing) > .menu-toggle::after {
  transform: translateY(-50%) rotate(-45deg);
}
.menu-horizontal .menu-inner > .menu-item:not(.menu-item-closing).open .menu-item.open {
  position: relative;
}
.menu-horizontal .menu-header,
.menu-horizontal .menu-divider {
  display: none !important;
}
.menu-horizontal .menu-sub {
  position: absolute;
  width: 14.5rem;
  padding: 0.325rem 0;
  border-radius: 0.3125rem;
}
.menu-horizontal .menu-sub .menu-sub {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
}
html:not([dir=rtl]) .menu-horizontal .menu-sub .menu-sub .menu-item .menu-link {
  padding-left: 2.35rem;
}
[dir=rtl] .menu-horizontal .menu-sub .menu-sub .menu-item .menu-link {
  padding-right: 2.35rem;
}
[dir=rtl] .menu-horizontal .menu-sub .menu-sub {
  left: -100%;
}
.menu-horizontal .menu-sub .menu-link {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  border-radius: 0 !important;
}
.menu-horizontal .menu-sub .menu-item.active > .menu-link:not(.menu-toggle) {
  font-weight: 600;
}
.menu-horizontal:not(.menu-no-animation) .menu-inner .menu-item.open .menu-sub {
  animation: menuDropdownShow 0.3s ease-in-out;
}
.menu-horizontal .menu-sub > .menu-sub .menu-link {
  padding-left: 2.35rem;
}
[dir=rtl] .menu-horizontal .menu-sub > .menu-sub .menu-link {
  padding-right: 2.35rem;
  padding-left: 1rem;
}
@media (max-width: 991.98px) {
  .menu-horizontal {
    display: none;
  }
}

.menu-horizontal-wrapper {
  overflow: hidden;
  flex: 0 1 100%;
  width: 0;
}
.menu:not(.menu-no-animation) .menu-horizontal-wrapper .menu-inner {
  transition: margin 0.3s;
}

.menu-horizontal-prev,
.menu-horizontal-next {
  position: relative;
  display: block;
  flex: 0 0 auto;
  width: 2.25rem;
}
.menu-horizontal-prev::after,
.menu-horizontal-next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid;
  border-top: 0;
}
.menu-horizontal-prev.disabled,
.menu-horizontal-next.disabled {
  cursor: not-allowed !important;
}

.menu-horizontal-prev::after {
  border-right: 0;
  transform: translate(-50%, -50%) rotate(45deg);
}
[dir=rtl] .menu-horizontal-prev::after {
  transform: translate(-50%, -50%) rotate(-135deg);
}

.menu-horizontal-next::after {
  border-left: 0;
  transform: translate(-50%, -50%) rotate(-45deg);
}
[dir=rtl] .menu-horizontal-next::after {
  transform: translate(-50%, -50%) rotate(135deg);
}
@keyframes menuDropdownShow {
  0% {
    opacity: 0;
    transform: translateY(-0.5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.menu-light {
  color: rgba(38, 60, 85, 0.5);
}
.menu-light .menu-link,
.menu-light .menu-horizontal-prev,
.menu-light .menu-horizontal-next {
  color: rgba(38, 60, 85, 0.5);
}
.menu-light .menu-link:hover, .menu-light .menu-link:focus,
.menu-light .menu-horizontal-prev:hover,
.menu-light .menu-horizontal-prev:focus,
.menu-light .menu-horizontal-next:hover,
.menu-light .menu-horizontal-next:focus {
  color: #677788;
  border-radius: 0.3125rem;
}
.menu-light .menu-link.active,
.menu-light .menu-horizontal-prev.active,
.menu-light .menu-horizontal-next.active {
  color: #677788;
}
.menu-light .menu-item.disabled .menu-link {
  color: rgba(38, 60, 85, 0.3) !important;
}
.menu-light .menu-item.open:not(.menu-item-closing) > .menu-toggle,
.menu-light .menu-item.active > .menu-link {
  color: #677788;
}
.menu-light .menu-item.active > .menu-link:not(.menu-toggle) {
  background: rgba(0, 0, 0, 0.05);
}
.menu-light .menu-inner > .menu-item.menu-item-closing .menu-item.open .menu-sub,
.menu-light .menu-inner > .menu-item.menu-item-closing .menu-item.open .menu-toggle {
  color: rgba(38, 60, 85, 0.5);
}
.menu-light .menu-text {
  color: #677788;
}
.menu-light .menu-header {
  color: rgba(38, 60, 85, 0.5);
}
.menu-light hr,
.menu-light .menu-divider,
.menu-light .menu-inner > .menu-item.open > .menu-sub::before {
  border-color: rgba(0, 0, 0, 0.06) !important;
}
.menu-light .menu-inner > .menu-header::before,
.menu-light .menu-block::before {
  background-color: rgba(38, 60, 85, 0.3);
}
.menu-light .menu-inner > .menu-item.open .menu-item.open > .menu-toggle::before {
  background-color: rgba(0, 0, 0, 0.06);
}
.menu-light .menu-inner > .menu-item.open .menu-item.active > .menu-link::before {
  background-color: #677788;
}
.menu-light .ps__thumb-y {
  background: rgba(38, 60, 85, 0.5) !important;
}

.menu-dark {
  color: rgba(255, 255, 255, 0.8);
}
.menu-dark .menu-link,
.menu-dark .menu-horizontal-prev,
.menu-dark .menu-horizontal-next {
  color: rgba(255, 255, 255, 0.8);
}
.menu-dark .menu-link:hover, .menu-dark .menu-link:focus,
.menu-dark .menu-horizontal-prev:hover,
.menu-dark .menu-horizontal-prev:focus,
.menu-dark .menu-horizontal-next:hover,
.menu-dark .menu-horizontal-next:focus {
  color: #fff;
}
.menu-dark .menu-link.active,
.menu-dark .menu-horizontal-prev.active,
.menu-dark .menu-horizontal-next.active {
  color: #fff;
}
.menu-dark .menu-item.disabled .menu-link {
  color: rgba(255, 255, 255, 0.4) !important;
}
.menu-dark .menu-item.open:not(.menu-item-closing) > .menu-toggle,
.menu-dark .menu-item.active > .menu-link {
  color: #fff;
}
.menu-dark .menu-item.active > .menu-link:not(.menu-toggle) {
  background: rgba(0, 0, 0, 0.06);
}
.menu-dark .menu-inner > .menu-item.menu-item-closing .menu-item.open .menu-sub,
.menu-dark .menu-inner > .menu-item.menu-item-closing .menu-item.open .menu-toggle {
  color: rgba(255, 255, 255, 0.8);
}
.menu-dark .menu-text {
  color: #fff;
}
.menu-dark .menu-header {
  color: rgba(255, 255, 255, 0.8);
}
.menu-dark hr,
.menu-dark .menu-divider,
.menu-dark .menu-inner > .menu-item.open > .menu-sub::before {
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.menu-dark .menu-inner > .menu-header::before,
.menu-dark .menu-block::before {
  background-color: rgba(255, 255, 255, 0.4);
}
.menu-dark .menu-inner > .menu-item.open .menu-item.open > .menu-toggle::before {
  background-color: rgba(255, 255, 255, 0.2);
}
.menu-dark .menu-inner > .menu-item.open .menu-item.active > .menu-link::before {
  background-color: #fff;
}
.menu-dark .ps__thumb-y {
  background: rgba(255, 255, 255, 0.8) !important;
}

.layout-container {
  min-height: 100vh;
}

.layout-wrapper,
.layout-container {
  width: 100%;
  display: flex;
  flex: 1 1 auto;
  align-items: stretch;
}

.layout-menu-offcanvas .layout-wrapper,
.layout-menu-fixed-offcanvas .layout-wrapper {
  overflow: hidden;
}

.layout-wrapper:not(.layout-horizontal) .breadcrumb-wrapper {
  padding-top: 0 !important;
}

.layout-menu-offcanvas .layout-navbar .layout-menu-toggle,
.layout-menu-fixed-offcanvas .layout-navbar .layout-menu-toggle {
  display: block !important;
}

@media (min-width: 1200px) {
  .layout-menu-offcanvas .layout-menu .layout-menu-toggle,
  .layout-menu-fixed-offcanvas .layout-menu .layout-menu-toggle {
    display: none;
  }
}
.layout-page,
.content-wrapper,
.content-wrapper > *,
.layout-menu {
  min-height: 1px;
}

.layout-navbar,
.content-footer {
  flex: 0 0 auto;
}

.layout-page {
  display: flex;
  flex: 1 1 auto;
  align-items: stretch;
  padding: 0;
}
.layout-without-menu .layout-page {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.content-wrapper {
  display: flex;
  align-items: stretch;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: space-between;
}
.content-wrapper .container-p-y:not([class^=pt-]):not([class*=" pt-"]) {
  padding-top: 1.15rem !important;
}

.content-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  background-color: #263c55;
}
.content-backdrop.fade {
  opacity: 0;
}
.content-backdrop.show {
  opacity: 0.5;
}
.layout-menu-fixed .content-backdrop {
  z-index: 10;
}
.layout-horizontal .content-backdrop:not(.fade) {
  z-index: 9;
  top: 3.875rem !important;
}
.content-backdrop.fade {
  z-index: -1;
}

.layout-navbar {
  position: relative;
  padding-top: 0.25rem;
  padding-bottom: 0.2rem;
  height: 3.875rem;
  flex-wrap: nowrap;
  color: #677788;
  z-index: 2;
}
.layout-navbar .navbar {
  transform: translate3d(0, 0, 0);
}
.layout-navbar .navbar-nav-right {
  flex-basis: 100%;
}
.layout-navbar .navbar-search-wrapper .search-input,
.layout-navbar .navbar-search-wrapper .input-group-text {
  background-color: transparent;
}
.layout-horizontal .layout-navbar .navbar-search-wrapper .search-input,
.layout-horizontal .layout-navbar .navbar-search-wrapper .search-toggler {
  background-color: #fff !important;
}
.layout-navbar .navbar-search-wrapper .navbar-search-suggestion {
  max-height: 28rem;
  border-radius: 0.5rem;
}
.layout-navbar .navbar-search-wrapper .navbar-search-suggestion .suggestion {
  color: #677788;
}
.layout-navbar .navbar-search-wrapper .navbar-search-suggestion .suggestion:hover, .layout-navbar .navbar-search-wrapper .navbar-search-suggestion .suggestion.active {
  background: #f2f2f6;
  color: #677788;
}
.layout-navbar .navbar-search-wrapper .navbar-search-suggestion .suggestions-header {
  font-weight: 500;
}
.layout-navbar .search-input-wrapper .search-toggler {
  position: absolute;
  top: 1.25rem;
  right: 1rem;
  z-index: 1;
}
[dir=rtl] .layout-navbar .search-input-wrapper .search-toggler {
  right: inherit;
  left: 1rem;
}
.layout-navbar .search-input-wrapper .twitter-typeahead {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 1400px) {
  .layout-horizontal .layout-navbar .search-input-wrapper .twitter-typeahead.container-xxl {
    left: calc((100% - 1440px) * 0.5);
  }
  [dir=rtl] .layout-horizontal .layout-navbar .search-input-wrapper .twitter-typeahead.container-xxl {
    right: calc((100% - 1440px) * 0.5);
    left: inherit;
  }
  .layout-horizontal .layout-navbar .search-input-wrapper .twitter-typeahead.container-xxl + .search-toggler {
    right: calc((100% - 1440px + 5rem) * 0.5);
  }
  [dir=rtl] .layout-horizontal .layout-navbar .search-input-wrapper .twitter-typeahead.container-xxl + .search-toggler {
    left: calc((100% - 1440px + 5rem) * 0.5);
    right: inherit;
  }
}
@media (min-width: 1730px) {
  .layout-wrapper:not(.layout-horizontal) .layout-navbar .search-input-wrapper .twitter-typeahead.container-xxl {
    left: calc((100% - 1440px) * 0.5);
  }
  [dir=rtl] .layout-wrapper:not(.layout-horizontal) .layout-navbar .search-input-wrapper .twitter-typeahead.container-xxl {
    right: calc((100% - 1440px) * 0.5);
    left: inherit;
  }
  .layout-wrapper:not(.layout-horizontal) .layout-navbar .search-input-wrapper .twitter-typeahead.container-xxl + .search-toggler {
    right: calc((100% - 1440px + 5rem) * 0.5);
  }
  [dir=rtl] .layout-wrapper:not(.layout-horizontal) .layout-navbar .search-input-wrapper .twitter-typeahead.container-xxl + .search-toggler {
    left: calc((100% - 1440px + 5rem) * 0.5);
    right: inherit;
  }
}
@media (min-width: 1550px) {
  .layout-menu-collapsed .layout-wrapper:not(.layout-horizontal) .layout-navbar .search-input-wrapper .twitter-typeahead.container-xxl {
    left: calc((100% - 1440px) * 0.5);
  }
  [dir=rtl] .layout-menu-collapsed .layout-wrapper:not(.layout-horizontal) .layout-navbar .search-input-wrapper .twitter-typeahead.container-xxl {
    right: calc((100% - 1440px) * 0.5);
    left: inherit;
  }
  .layout-menu-collapsed .layout-wrapper:not(.layout-horizontal) .layout-navbar .search-input-wrapper .twitter-typeahead.container-xxl + .search-toggler {
    right: calc((100% - 1440px + 5rem) * 0.5);
  }
  [dir=rtl] .layout-menu-collapsed .layout-wrapper:not(.layout-horizontal) .layout-navbar .search-input-wrapper .twitter-typeahead.container-xxl + .search-toggler {
    left: calc((100% - 1440px + 5rem) * 0.5);
    right: inherit;
  }
}
.layout-navbar .search-input-wrapper .search-input {
  height: 100%;
  box-shadow: none;
}
.layout-navbar .search-input-wrapper .navbar-search-suggestion {
  left: 2% !important;
  width: 96%;
}
.layout-navbar .navbar-dropdown .badge-notifications {
  top: 0.5rem;
  padding: 0.2rem 0.4rem;
}
.layout-navbar .navbar-dropdown .dropdown-menu {
  min-width: 22rem;
  overflow: hidden;
}
.layout-navbar .navbar-dropdown .dropdown-menu .last-login {
  white-space: normal;
}
.layout-navbar .navbar-dropdown.dropdown-notifications .dropdown-notifications-list {
  max-height: 27.5rem;
}
.layout-navbar .navbar-dropdown.dropdown-notifications .dropdown-notifications-list .dropdown-notifications-item {
  padding: 1rem;
  cursor: pointer;
}
.layout-navbar .navbar-dropdown.dropdown-notifications .dropdown-notifications-list .dropdown-notifications-item .dropdown-notifications-actions {
  text-align: center;
}
.layout-navbar .navbar-dropdown.dropdown-notifications .dropdown-notifications-list .dropdown-notifications-item .dropdown-notifications-actions > a {
  display: block;
}
.layout-navbar .navbar-dropdown.dropdown-notifications .dropdown-notifications-list .dropdown-notifications-item .dropdown-notifications-archive i,
.layout-navbar .navbar-dropdown.dropdown-notifications .dropdown-notifications-list .dropdown-notifications-item .dropdown-notifications-archive span {
  color: #677788;
}
.layout-navbar .navbar-dropdown.dropdown-notifications .dropdown-notifications-list .dropdown-notifications-item.marked-as-read .dropdown-notifications-read,
.layout-navbar .navbar-dropdown.dropdown-notifications .dropdown-notifications-list .dropdown-notifications-item.marked-as-read .dropdown-notifications-archive {
  visibility: hidden;
}
.layout-navbar .navbar-dropdown.dropdown-notifications .dropdown-notifications-list .dropdown-notifications-item.marked-as-read .dropdown-notifications-read span {
  background-color: #8a8a88;
}
.layout-navbar .navbar-dropdown.dropdown-notifications .dropdown-notifications-list .dropdown-notifications-item:not(.marked-as-read) .dropdown-notifications-archive {
  visibility: hidden;
}
.layout-navbar .navbar-dropdown.dropdown-notifications .dropdown-notifications-list .dropdown-notifications-item:hover.marked-as-read .dropdown-notifications-read,
.layout-navbar .navbar-dropdown.dropdown-notifications .dropdown-notifications-list .dropdown-notifications-item:hover.marked-as-read .dropdown-notifications-archive {
  visibility: visible;
}
.layout-navbar .navbar-dropdown.dropdown-notifications .dropdown-notifications-list .dropdown-notifications-item:hover:not(.marked-as-read) .dropdown-notifications-archive {
  visibility: visible;
}
.layout-navbar .navbar-dropdown.dropdown-shortcuts .dropdown-shortcuts-list {
  max-height: 27.5rem;
}
.layout-navbar .navbar-dropdown.dropdown-shortcuts .dropdown-shortcuts-item {
  text-align: center;
  padding: 1.5rem;
}
.layout-navbar .navbar-dropdown.dropdown-shortcuts .dropdown-shortcuts-item:hover {
  background-color: rgba(38, 60, 85, 0.06);
}
.layout-navbar .navbar-dropdown.dropdown-shortcuts .dropdown-shortcuts-item .dropdown-shortcuts-icon {
  height: 3.125rem;
  width: 3.125rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.layout-navbar .navbar-dropdown.dropdown-shortcuts .dropdown-shortcuts-item a,
.layout-navbar .navbar-dropdown.dropdown-shortcuts .dropdown-shortcuts-item a:hover {
  display: block;
  margin-bottom: 0;
  color: #677788 !important;
  font-weight: 500;
}
.layout-navbar .navbar-dropdown.dropdown-user .dropdown-menu {
  min-width: 14rem;
}
.layout-navbar[class*=bg-]:not(.bg-navbar-theme) .nav-item .input-group-text,
.layout-navbar[class*=bg-]:not(.bg-navbar-theme) .nav-item .dropdown-toggle {
  color: #fff;
}
@media (max-width: 1199.98px) {
  .layout-navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
    position: absolute;
  }
  .layout-navbar .navbar-nav .nav-item.dropdown .dropdown-menu .last-login {
    white-space: nowrap;
  }
}
@media (max-width: 767.98px) {
  .layout-navbar .navbar-nav .nav-item.dropdown {
    position: static;
    float: left;
  }
  .layout-navbar .navbar-nav .nav-item.dropdown .badge-notifications {
    top: auto;
  }
  .layout-navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
    position: absolute;
    left: 0.9rem;
    min-width: auto;
    width: 92%;
  }
}

@media (max-width: 1199.98px) {
  .layout-navbar {
    z-index: 1080;
  }
}
[dir=rtl] .navbar.layout-navbar .search-input-wrapper .navbar-search-suggestion {
  right: 2% !important;
}

.layout-menu {
  position: relative;
  flex: 1 0 auto;
}
.layout-menu a:focus-visible {
  outline: none;
}
.layout-menu .menu {
  transform: translate3d(0, 0, 0);
}
.layout-menu .menu-vertical {
  height: 100%;
}

.layout-content-navbar .layout-page {
  flex-basis: 100%;
  flex-direction: column;
  width: 0;
  min-width: 0;
  max-width: 100%;
}
.layout-content-navbar .content-wrapper {
  width: 100%;
}

.layout-navbar-full .layout-container {
  flex-direction: column;
}
@media (min-width: 1200px) {
  .layout-navbar-full:not(.layout-horizontal) .menu-inner {
    margin-top: 0.75rem;
  }
}
.layout-navbar-full .content-wrapper {
  flex-basis: 100%;
  width: 0;
  min-width: 0;
  max-width: 100%;
}
.layout-navbar-full .content-backdrop.show {
  z-index: 9;
}
.layout-menu-fixed .layout-navbar-full .content-backdrop.show, .layout-menu-fixed-offcanvas .layout-navbar-full .content-backdrop.show {
  z-index: 1076;
}

.layout-menu-flipped .layout-navbar-full .layout-page {
  flex-direction: row-reverse;
}
.layout-menu-flipped .layout-content-navbar .layout-container {
  flex-direction: row-reverse;
}

.layout-menu-toggle {
  display: block;
}
.layout-menu-toggle .menu-toggle-icon:before {
  content: "\eaa3";
}
.layout-menu-collapsed .layout-menu-toggle .menu-toggle-icon:before {
  content: "\ea5c";
}

@media (min-width: 1200px) {
  .layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .menu-vertical,
  .layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu.menu-vertical {
    width: 5rem;
  }
  .layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .menu-vertical .menu-inner > .menu-item,
  .layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu.menu-vertical .menu-inner > .menu-item {
    width: 3.124rem;
  }
  .layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .menu-vertical .menu-inner > .menu-item > .menu-link,
  .layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu.menu-vertical .menu-inner > .menu-item > .menu-link {
    padding-left: 0.938rem;
  }
  .layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .menu-vertical .menu-inner > .menu-header,
  .layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .menu-vertical .menu-block,
  .layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu.menu-vertical .menu-inner > .menu-header,
  .layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu.menu-vertical .menu-block {
    position: relative;
    margin-left: 0.938rem;
    padding-right: 1.376rem;
    padding-left: 0.5rem;
    width: 16.25rem;
    text-indent: -9999px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .menu-vertical .menu-inner > .menu-header .menu-header-text,
  .layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .menu-vertical .menu-block .menu-header-text,
  .layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu.menu-vertical .menu-inner > .menu-header .menu-header-text,
  .layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu.menu-vertical .menu-block .menu-header-text {
    overflow: hidden;
    opacity: 0;
  }
  .layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .menu-vertical .menu-inner > .menu-header::before,
  .layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .menu-vertical .menu-block::before,
  .layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu.menu-vertical .menu-inner > .menu-header::before,
  .layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu.menu-vertical .menu-block::before {
    content: "";
    position: absolute;
    left: 1.062rem;
    display: block;
    width: 1.25rem;
    text-align: center;
    top: 1.1875rem;
    height: 0.125rem;
  }
  .layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .menu-vertical .menu-inner > .menu-item div:not(.menu-block),
  .layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu.menu-vertical .menu-inner > .menu-item div:not(.menu-block) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    opacity: 0;
  }
  .layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .menu-vertical .menu-inner > .menu-item > .menu-sub,
  .layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .menu-vertical .menu-inner > .menu-item.open > .menu-sub,
  .layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu.menu-vertical .menu-inner > .menu-item > .menu-sub,
  .layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu.menu-vertical .menu-inner > .menu-item.open > .menu-sub {
    display: none;
  }
  .layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .menu-vertical .menu-inner > .menu-item > .menu-toggle::after,
  .layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu.menu-vertical .menu-inner > .menu-item > .menu-toggle::after {
    display: none;
  }
  .layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .menu-vertical .menu-inner > .menu-item > .menu-link .menu-icon,
  .layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu.menu-vertical .menu-inner > .menu-item > .menu-link .menu-icon {
    margin-left: -1.876rem;
    width: 5rem;
    text-align: center;
    margin-right: 0;
  }
  [dir=rtl].layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .menu-vertical .menu-block,
  [dir=rtl].layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu.menu-vertical .menu-block {
    width: 5rem !important;
  }
  [dir=rtl].layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .menu-vertical .menu-inner > .menu-item > .menu-link,
  [dir=rtl].layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu.menu-vertical .menu-inner > .menu-item > .menu-link {
    padding-right: 0.938rem;
    padding-left: 0.938rem;
  }
  [dir=rtl].layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .menu-vertical .menu-inner > .menu-header,
  [dir=rtl].layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .menu-vertical .menu-block,
  [dir=rtl].layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu.menu-vertical .menu-inner > .menu-header,
  [dir=rtl].layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu.menu-vertical .menu-block {
    margin-right: 0.938rem;
    margin-left: 0;
    padding-right: 0.5rem;
    padding-left: 1.376rem;
  }
  [dir=rtl].layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .menu-vertical .menu-inner > .menu-header::before,
  [dir=rtl].layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .menu-vertical .menu-block::before,
  [dir=rtl].layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu.menu-vertical .menu-inner > .menu-header::before,
  [dir=rtl].layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu.menu-vertical .menu-block::before {
    right: 1.062rem;
    left: auto;
  }
  [dir=rtl].layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .menu-vertical .menu-inner > .menu-item > .menu-link .menu-icon,
  [dir=rtl].layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu.menu-vertical .menu-inner > .menu-item > .menu-link .menu-icon {
    margin-right: -1.876rem;
    margin-left: 0;
  }
  .layout-menu-hover.layout-menu-collapsed .layout-menu {
    margin-right: -11.25rem;
  }
  .layout-menu-hover.layout-menu-collapsed.layout-menu-flipped .layout-menu {
    margin-left: -11.25rem;
    margin-right: 0;
  }
  [dir=rtl].layout-menu-hover.layout-menu-collapsed .layout-menu {
    margin-left: -11.25rem;
    margin-right: 0;
  }
  [dir=rtl].layout-menu-hover.layout-menu-collapsed.layout-menu-flipped .layout-menu {
    margin-right: -11.25rem;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .layout-menu-collapsed.layout-menu-offcanvas .layout-menu {
    margin-right: -16.25rem;
    transform: translateX(-100%);
  }
  .layout-menu-collapsed.layout-menu-offcanvas.layout-menu-flipped .layout-menu {
    margin-right: 0;
    margin-left: -16.25rem;
    transform: translateX(100%);
  }
  [dir=rtl].layout-menu-collapsed.layout-menu-offcanvas .layout-menu {
    margin-right: 0;
    margin-left: -16.25rem;
    transform: translateX(100%);
  }
  [dir=rtl].layout-menu-collapsed.layout-menu-offcanvas.layout-menu-flipped .layout-menu {
    margin-right: -16.25rem;
    margin-left: 0;
    transform: translateX(-100%);
  }
}
@media (min-width: 1200px) {
  .layout-menu-fixed .layout-menu,
  .layout-menu-fixed-offcanvas .layout-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .layout-menu-fixed.layout-menu-flipped .layout-menu,
  .layout-menu-fixed-offcanvas.layout-menu-flipped .layout-menu {
    right: 0;
    left: auto;
  }
  [dir=rtl].layout-menu-fixed .layout-menu, [dir=rtl].layout-menu-fixed-offcanvas .layout-menu {
    right: 0;
    left: auto;
  }
  [dir=rtl].layout-menu-fixed.layout-menu-flipped .layout-menu, [dir=rtl].layout-menu-fixed-offcanvas.layout-menu-flipped .layout-menu {
    right: auto;
    left: 0;
  }
  .layout-menu-fixed-offcanvas.layout-menu-collapsed .layout-menu {
    transform: translateX(-100%);
  }
  .layout-menu-fixed-offcanvas.layout-menu-collapsed.layout-menu-flipped .layout-menu {
    transform: translateX(100%);
  }
  [dir=rtl].layout-menu-fixed-offcanvas.layout-menu-collapsed .layout-menu {
    transform: translateX(100%);
  }
  [dir=rtl].layout-menu-fixed-offcanvas.layout-menu-collapsed.layout-menu-flipped .layout-menu {
    transform: translateX(-100%);
  }
  .layout-menu-fixed:not(.layout-menu-collapsed) .layout-page,
  .layout-menu-fixed-offcanvas:not(.layout-menu-collapsed) .layout-page {
    padding-left: 16.25rem;
  }
  .layout-menu-fixed:not(.layout-menu-collapsed).layout-menu-flipped .layout-page,
  .layout-menu-fixed-offcanvas:not(.layout-menu-collapsed).layout-menu-flipped .layout-page {
    padding-right: 16.25rem;
    padding-left: 0;
  }
  [dir=rtl].layout-menu-fixed:not(.layout-menu-collapsed) .layout-page, [dir=rtl].layout-menu-fixed-offcanvas:not(.layout-menu-collapsed) .layout-page {
    padding-right: 16.25rem;
    padding-left: 0;
  }
  [dir=rtl].layout-menu-fixed:not(.layout-menu-collapsed).layout-menu-flipped .layout-page, [dir=rtl].layout-menu-fixed-offcanvas:not(.layout-menu-collapsed).layout-menu-flipped .layout-page {
    padding-right: 0;
    padding-left: 16.25rem;
  }
  .layout-menu-fixed.layout-menu-collapsed .layout-page {
    padding-left: 5rem;
  }
  .layout-menu-fixed.layout-menu-collapsed.layout-menu-flipped .layout-page {
    padding-right: 5rem;
    padding-left: 0;
  }
  [dir=rtl].layout-menu-fixed.layout-menu-collapsed .layout-page {
    padding-right: 5rem;
    padding-left: 0;
  }
  [dir=rtl].layout-menu-fixed.layout-menu-collapsed.layout-menu-flipped .layout-page {
    padding-right: 0;
    padding-left: 5rem;
  }
}
html:not(.layout-navbar-fixed):not(.layout-menu-fixed):not(.layout-menu-fixed-offcanvas) .layout-page,
html:not(.layout-navbar-fixed) .layout-content-navbar .layout-page {
  padding-top: 0 !important;
}

html:not(.layout-footer-fixed) .content-wrapper {
  padding-bottom: 0 !important;
}

@media (max-width: 1199.98px) {
  .layout-menu-fixed .layout-wrapper.layout-navbar-full .layout-menu,
  .layout-menu-fixed-offcanvas .layout-wrapper.layout-navbar-full .layout-menu {
    top: 0 !important;
  }
  html:not(.layout-navbar-fixed) .layout-navbar-full .layout-page {
    padding-top: 0 !important;
  }
}
.layout-navbar-hidden .layout-navbar {
  display: none;
}

.layout-navbar-fixed .layout-navbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal) .layout-navbar.navbar-elevated, .layout-navbar-fixed:not(.layout-menu-fixed) .layout-wrapper.layout-horizontal .layout-navbar.navbar-elevated {
  box-shadow: 6px 4px 30px 0 rgba(38, 60, 85, 0.12);
}

@media (min-width: 1200px) {
  .layout-menu-fixed .layout-navbar-full .layout-navbar,
  .layout-menu-fixed-offcanvas .layout-navbar-full .layout-navbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
  }
  .layout-navbar-fixed:not(.layout-menu-collapsed) .layout-content-navbar:not(.layout-without-menu) .layout-navbar,
  .layout-menu-fixed.layout-navbar-fixed:not(.layout-menu-collapsed) .layout-content-navbar:not(.layout-without-menu) .layout-navbar,
  .layout-menu-fixed-offcanvas.layout-navbar-fixed:not(.layout-menu-collapsed) .layout-content-navbar:not(.layout-without-menu) .layout-navbar {
    left: 16.25rem;
  }
  .layout-navbar-fixed:not(.layout-menu-collapsed).layout-menu-flipped .layout-content-navbar:not(.layout-without-menu) .layout-navbar,
  .layout-menu-fixed.layout-navbar-fixed:not(.layout-menu-collapsed).layout-menu-flipped .layout-content-navbar:not(.layout-without-menu) .layout-navbar,
  .layout-menu-fixed-offcanvas.layout-navbar-fixed:not(.layout-menu-collapsed).layout-menu-flipped .layout-content-navbar:not(.layout-without-menu) .layout-navbar {
    right: 16.25rem;
    left: 0;
  }
  .layout-menu-fixed .layout-horizontal .layout-page .menu-horizontal,
  .layout-menu-fixed-offcanvas .layout-horizontal .layout-page .menu-horizontal {
    position: fixed;
    top: 3.875rem;
  }
  .layout-menu-fixed .layout-horizontal .layout-page .menu-horizontal + [class*=container-],
  .layout-menu-fixed-offcanvas .layout-horizontal .layout-page .menu-horizontal + [class*=container-] {
    padding-top: 4.8rem !important;
  }
  [dir=rtl].layout-navbar-fixed:not(.layout-menu-collapsed) .layout-content-navbar:not(.layout-without-menu) .layout-navbar, [dir=rtl].layout-menu-fixed.layout-navbar-fixed:not(.layout-menu-collapsed) .layout-content-navbar:not(.layout-without-menu) .layout-navbar, [dir=rtl].layout-menu-fixed-offcanvas.layout-navbar-fixed:not(.layout-menu-collapsed) .layout-content-navbar:not(.layout-without-menu) .layout-navbar {
    right: 16.25rem;
    left: 0;
  }
  [dir=rtl].layout-navbar-fixed:not(.layout-menu-collapsed).layout-menu-flipped .layout-content-navbar:not(.layout-without-menu) .layout-navbar, [dir=rtl].layout-menu-fixed.layout-navbar-fixed:not(.layout-menu-collapsed).layout-menu-flipped .layout-content-navbar:not(.layout-without-menu) .layout-navbar, [dir=rtl].layout-menu-fixed-offcanvas.layout-navbar-fixed:not(.layout-menu-collapsed).layout-menu-flipped .layout-content-navbar:not(.layout-without-menu) .layout-navbar {
    right: 0;
    left: 16.25rem;
  }
  .layout-navbar-fixed.layout-menu-collapsed:not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-content-navbar .layout-navbar,
  .layout-menu-fixed.layout-navbar-fixed.layout-menu-collapsed .layout-content-navbar .layout-navbar {
    left: 5rem;
  }
  .layout-navbar-fixed.layout-menu-collapsed:not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas).layout-menu-flipped .layout-content-navbar .layout-navbar,
  .layout-menu-fixed.layout-navbar-fixed.layout-menu-collapsed.layout-menu-flipped .layout-content-navbar .layout-navbar {
    right: 5rem;
    left: 0;
  }
  [dir=rtl].layout-navbar-fixed.layout-menu-collapsed:not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-content-navbar .layout-navbar, [dir=rtl].layout-menu-fixed.layout-navbar-fixed.layout-menu-collapsed .layout-content-navbar .layout-navbar {
    right: 5rem;
    left: 0;
  }
  [dir=rtl].layout-navbar-fixed.layout-menu-collapsed:not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas).layout-menu-flipped .layout-content-navbar .layout-navbar, [dir=rtl].layout-menu-fixed.layout-navbar-fixed.layout-menu-collapsed.layout-menu-flipped .layout-content-navbar .layout-navbar {
    right: 0;
    left: 5rem;
  }
}
.layout-footer-fixed .content-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

@media (min-width: 1200px) {
  .layout-footer-fixed:not(.layout-menu-collapsed) .layout-wrapper:not(.layout-without-menu) .content-footer {
    left: 16.25rem;
  }
  .layout-footer-fixed:not(.layout-menu-collapsed).layout-menu-flipped .layout-wrapper:not(.layout-without-menu) .content-footer {
    right: 16.25rem;
    left: 0;
  }
  .layout-footer-fixed.layout-menu-collapsed:not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-wrapper:not(.layout-without-menu) .content-footer {
    left: 5rem;
  }
  .layout-footer-fixed.layout-menu-collapsed:not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas).layout-menu-flipped .layout-wrapper:not(.layout-without-menu) .content-footer {
    right: 5rem;
    left: 0;
  }
  [dir=rtl].layout-footer-fixed:not(.layout-menu-collapsed) .layout-wrapper:not(.layout-without-menu) .content-footer {
    left: 0;
    right: 16.25rem;
  }
  [dir=rtl].layout-footer-fixed:not(.layout-menu-collapsed).layout-menu-flipped .layout-wrapper:not(.layout-without-menu) .content-footer {
    left: 16.25rem;
    right: 0;
  }
  [dir=rtl].layout-footer-fixed.layout-menu-collapsed:not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-wrapper:not(.layout-without-menu) .content-footer {
    left: 0;
    right: 5rem;
  }
  [dir=rtl].layout-footer-fixed.layout-menu-collapsed:not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas).layout-menu-flipped .layout-wrapper:not(.layout-without-menu) .content-footer {
    right: 0;
    left: 5rem;
  }
}
@media (max-width: 1199.98px) {
  .layout-menu {
    position: fixed !important;
    top: 0 !important;
    height: 100% !important;
    left: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    transform: translate3d(-100%, 0, 0);
    will-change: transform, -webkit-transform;
  }
  [dir=rtl] .layout-menu {
    right: 0 !important;
    left: auto !important;
    transform: translate3d(100%, 0, 0);
  }
  .layout-menu-flipped .layout-menu {
    right: 0 !important;
    left: auto !important;
    transform: translate3d(100%, 0, 0);
  }
  .layout-menu-expanded .layout-menu {
    transform: translate3d(0, 0, 0) !important;
  }
  .layout-menu-expanded body {
    overflow: hidden;
  }
  [dir=rtl].layout-menu-flipped .layout-menu {
    right: auto !important;
    left: 0 !important;
    transform: translate3d(-100%, 0, 0);
  }
  .layout-overlay {
    position: fixed;
    top: 0;
    right: 0;
    height: 100% !important;
    left: 0;
    display: none;
    background: #263c55;
    opacity: 0.5;
    cursor: pointer;
  }
  .layout-menu-expanded .layout-overlay {
    display: block;
  }
  .layout-menu-100vh .layout-menu,
  .layout-menu-100vh .layout-overlay {
    height: 100vh !important;
  }
  .drag-target {
    height: 100%;
    width: 40px;
    position: fixed;
    top: 0;
    left: 0px;
    z-index: 1036;
  }
}
.layout-navbar-fixed body:not(.modal-open) .layout-navbar-full .layout-navbar,
.layout-menu-fixed body:not(.modal-open) .layout-navbar-full .layout-navbar,
.layout-menu-fixed-offcanvas body:not(.modal-open) .layout-navbar-full .layout-navbar {
  z-index: 1080;
}
.layout-navbar-fixed body:not(.modal-open) .layout-content-navbar .layout-navbar,
.layout-menu-fixed body:not(.modal-open) .layout-content-navbar .layout-navbar,
.layout-menu-fixed-offcanvas body:not(.modal-open) .layout-content-navbar .layout-navbar {
  z-index: 1075;
}

.layout-footer-fixed .content-footer {
  z-index: 1030;
  box-shadow: 6px 4px 30px 0 rgba(38, 60, 85, 0.12);
}

.layout-menu-horizontal {
  z-index: 9;
}

@media (max-width: 1199.98px) {
  .layout-menu {
    z-index: 1100;
  }
  .layout-overlay {
    z-index: 1099;
  }
}
@media (min-width: 1200px) {
  .layout-navbar-full .layout-navbar {
    z-index: 10;
  }
  .layout-navbar-full .layout-menu {
    z-index: 9;
  }
  .layout-content-navbar .layout-navbar {
    z-index: 9;
  }
  .layout-content-navbar .layout-menu {
    z-index: 10;
  }
  .layout-menu-collapsed:not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas).layout-menu-hover .layout-navbar-full .layout-menu {
    z-index: 1075 !important;
  }
  .layout-menu-collapsed:not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-content-navbar .layout-menu {
    z-index: 1085 !important;
  }
  .layout-menu-fixed body:not(.modal-open) .layout-navbar-full .layout-menu,
  .layout-menu-fixed-offcanvas body:not(.modal-open) .layout-navbar-full .layout-menu {
    z-index: 1075;
  }
  .layout-navbar-fixed body:not(.modal-open) .layout-content-navbar .layout-menu,
  .layout-menu-fixed body:not(.modal-open) .layout-content-navbar .layout-menu,
  .layout-menu-fixed-offcanvas body:not(.modal-open) .layout-content-navbar .layout-menu {
    z-index: 1080;
  }
}
.layout-menu-link-no-transition .layout-menu .menu-link,
.layout-menu-link-no-transition .layout-menu-horizontal .menu-link {
  transition: none !important;
  animation: none !important;
}

.layout-no-transition .layout-menu, .layout-no-transition .layout-menu .menu, .layout-no-transition .layout-menu .menu-item,
.layout-no-transition .layout-menu-horizontal,
.layout-no-transition .layout-menu-horizontal .menu,
.layout-no-transition .layout-menu-horizontal .menu-item {
  transition: none !important;
  animation: none !important;
}

@media (max-width: 1199.98px) {
  .layout-transitioning .layout-overlay {
    animation: menuAnimation 0.3s;
  }
  .layout-transitioning .layout-menu {
    transition-duration: 0.3s;
    transition-property: transform;
  }
}
@media (min-width: 1200px) {
  .layout-menu-collapsed:not(.layout-transitioning):not(.layout-menu-offcanvas):not(.layout-menu-fixed):not(.layout-menu-fixed-offcanvas) .layout-menu {
    transition-duration: 0.3s;
    transition-property: margin-left, margin-right, width;
  }
  .layout-transitioning.layout-menu-offcanvas .layout-menu {
    transition-duration: 0.3s;
    transition-property: margin-left, margin-right, transform;
  }
  .layout-transitioning.layout-menu-fixed .layout-page, .layout-transitioning.layout-menu-fixed-offcanvas .layout-page {
    transition-duration: 0.3s;
    transition-property: padding-left, padding-right;
  }
  .layout-transitioning.layout-menu-fixed .layout-menu {
    transition: width 0.3s;
  }
  .layout-transitioning.layout-menu-fixed-offcanvas .layout-menu {
    transition-duration: 0.3s;
    transition-property: transform;
  }
  .layout-transitioning.layout-navbar-fixed .layout-content-navbar .layout-navbar, .layout-transitioning.layout-footer-fixed .content-footer {
    transition-duration: 0.3s;
    transition-property: left, right;
  }
  .layout-transitioning:not(.layout-menu-offcanvas):not(.layout-menu-fixed):not(.layout-menu-fixed-offcanvas) .layout-menu {
    transition-duration: 0.3s;
    transition-property: margin-left, margin-right, width;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .menu,
  .layout-menu,
  .layout-page,
  .layout-navbar,
  .content-footer {
    transition: none !important;
    transition-duration: 0s !important;
  }
  .layout-overlay {
    animation: none !important;
  }
}
@keyframes menuAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}
.app-brand {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  overflow: hidden;
  line-height: 1;
  min-height: 1px;
  align-items: center;
}

.app-brand-link {
  display: flex;
  align-items: center;
}

.app-brand-logo {
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
  overflow: hidden;
  min-height: 1px;
}
.app-brand-logo img,
.app-brand-logo svg {
  display: block;
}

.app-brand-text {
  flex-shrink: 0;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.app-brand-img-collapsed {
  display: none;
}

.app-brand .layout-menu-toggle {
  display: block;
}

html:not([dir=rtl]) .menu-vertical .app-brand {
  padding-right: 1.25rem;
  padding-left: 1.5rem;
}
[dir=rtl] .menu-vertical .app-brand {
  padding-right: 1.5rem;
  padding-left: 1.25rem;
}

.menu-horizontal .app-brand,
.menu-horizontal .app-brand + .menu-divider {
  display: none !important;
}

:not(.layout-menu) > .menu-vertical.menu-collapsed:not(.layout-menu):not(:hover) .app-brand {
  width: 5rem;
}
:not(.layout-menu) > .menu-vertical.menu-collapsed:not(.layout-menu):not(:hover) .app-brand-logo,
:not(.layout-menu) > .menu-vertical.menu-collapsed:not(.layout-menu):not(:hover) .app-brand-link,
:not(.layout-menu) > .menu-vertical.menu-collapsed:not(.layout-menu):not(:hover) .app-brand-text {
  margin-right: auto;
  margin-left: auto;
}
:not(.layout-menu) > .menu-vertical.menu-collapsed:not(.layout-menu):not(:hover) .app-brand-logo ~ .app-brand-text,
:not(.layout-menu) > .menu-vertical.menu-collapsed:not(.layout-menu):not(:hover) .app-brand .layout-menu-toggle {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  opacity: 0;
}
:not(.layout-menu) > .menu-vertical.menu-collapsed:not(.layout-menu):not(:hover) .app-brand-img {
  display: none;
}
:not(.layout-menu) > .menu-vertical.menu-collapsed:not(.layout-menu):not(:hover) .app-brand-img-collapsed {
  display: block;
}

@media (min-width: 1200px) {
  .layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .app-brand {
    width: 5rem;
  }
  .layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .app-brand-logo,
  .layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .app-brand-link,
  .layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .app-brand-text {
    margin-right: auto;
    margin-left: auto;
  }
  .layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .app-brand-logo ~ .app-brand-text,
  .layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .app-brand .layout-menu-toggle {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    opacity: 0;
  }
  .layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .app-brand-img {
    display: none;
  }
  .layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .app-brand-img-collapsed {
    display: block;
  }
}
.custom-option {
  padding-left: 0;
  border: 1px solid #d4d8dd;
  border-radius: 0.25rem;
}
.custom-option:hover {
  border: 1px solid #bec5cc;
}
.custom-option.custom-option-image {
  border-width: 2px !important;
}
.custom-option.custom-option-image:hover {
  border-width: 2px !important;
}
.custom-option.custom-option-image .custom-option-body img {
  border-radius: 0.25rem;
}
.custom-option .custom-option-content {
  cursor: pointer;
  width: 100%;
}

.custom-option-basic .custom-option-content {
  padding: 1em;
  padding-left: 2.7em;
}
.custom-option-basic .custom-option-content .form-check-input {
  margin-top: 0;
}
.custom-option-basic .custom-option-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.25rem;
}

.custom-option-icon .custom-option-content {
  text-align: center;
  padding: 1em;
}
.custom-option-icon .custom-option-body {
  display: block;
  margin-bottom: 0.5rem;
}
.custom-option-icon .custom-option-body i {
  font-size: 2rem;
  margin-bottom: 0.25rem;
  display: block;
}
.custom-option-icon .custom-option-body svg {
  height: 38px;
  width: 38px;
  margin-bottom: 0.25rem;
}
.custom-option-icon .custom-option-body .custom-option-title {
  display: block;
  font-family: "Rubik", "Times New Roman", serif;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #516377;
}
.custom-option-icon .form-check-input {
  float: none !important;
  margin: 0 !important;
}

.custom-option-image {
  border-width: 2px;
}
.custom-option-image .custom-option-content {
  padding: 0;
}
.custom-option-image .custom-option-body img {
  height: 100%;
  width: 100%;
}
.custom-option-image.custom-option-image-radio .form-check-input {
  display: none;
}
.custom-option-image.custom-option-image-check {
  position: relative;
}
.custom-option-image.custom-option-image-check .form-check-input {
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 0;
  border: 0;
  opacity: 0;
}
.custom-option-image.custom-option-image-check .form-check-input:checked {
  opacity: 1;
}
.custom-option-image.custom-option-image-check:hover .form-check-input {
  border: inherit;
  border-width: 1px;
  opacity: 1;
}

[dir=rtl] .custom-option {
  padding-right: 0;
}
[dir=rtl] .custom-option-basic .custom-option-content {
  padding-right: 2.7em;
  padding-left: 1em;
}
[dir=rtl] .custom-option-image.custom-option-image-check .form-check-input {
  right: auto;
  left: 10px;
}

.switch {
  margin-right: 0.75rem;
  position: relative;
  vertical-align: middle;
  margin-bottom: 0;
  display: inline-block;
  border-radius: 30rem;
  cursor: pointer;
  min-height: 1.35rem;
  font-size: 0.9375rem;
  line-height: 1.4;
}
.switch .switch-label:first-child {
  padding-right: 0.5rem;
}
.switch .switch-input ~ .switch-label {
  padding-left: 3rem;
}
.switch .switch-toggle-slider {
  width: 2.5rem;
  height: 1.35rem;
  font-size: 0.625rem;
  line-height: 1.35rem;
  border: 1px solid transparent;
  top: 0;
}
.switch .switch-toggle-slider i {
  position: relative;
  font-size: 0.9375rem;
  top: -1.35px;
}
.switch .switch-label {
  top: 0.01875rem;
}
.switch .switch-input:checked ~ .switch-toggle-slider::after {
  left: 1.15rem;
}
.switch .switch-toggle-slider::after {
  top: -1px;
  margin: 0.25rem 0 0 0.25rem;
  width: 13px;
  height: 13px;
}
.switch .switch-on {
  padding-left: 0.25rem;
  padding-right: 1.1rem;
}
.switch .switch-off {
  padding-left: 1.1rem;
  padding-right: 0.25rem;
}
[dir=rtl] .switch .switch-label {
  padding-right: 3rem;
  padding-left: 0;
}
[dir=rtl] .switch .switch-input:checked ~ .switch-toggle-slider::after {
  left: auto;
  right: 1.15rem;
}
[dir=rtl] .switch .switch-toggle-slider::after {
  margin-left: 0;
  margin-right: 0.25rem;
}
[dir=rtl] .switch .switch-on {
  padding-left: 1.1rem;
  padding-right: 0.25rem;
}
[dir=rtl] .switch .switch-off {
  padding-left: 0.25rem;
  padding-right: 1.1rem;
}
[dir=rtl] .switch {
  margin-left: 0.75rem;
  margin-right: 0;
}

.switch-input {
  opacity: 0;
  position: absolute;
  padding: 0;
  margin: 0;
  z-index: -1;
}

.switch-toggle-slider {
  position: absolute;
  overflow: hidden;
  border-radius: 30rem;
  background: #e9ecee;
  color: #677788;
  transition-duration: 0.2s;
  transition-property: left, right, background, box-shadow;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.switch-label {
  display: inline-block;
  font-weight: 400;
  color: #677788;
  position: relative;
  cursor: default;
}

.switch-off,
.switch-on {
  height: 100%;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  transition-duration: 0.2s;
  transition-property: left, right;
}

.switch-on {
  left: -100%;
}
[dir=rtl] .switch-on {
  left: auto;
  right: -100%;
}
.switch-input:not(:checked) ~ .switch-toggle-slider .switch-on {
  color: transparent;
}

.switch-off {
  left: 0;
}
[dir=rtl] .switch-off {
  right: 0;
  left: auto;
}

.switch-input:checked ~ .switch-toggle-slider .switch-on {
  left: 0;
}
[dir=rtl] .switch-input:checked ~ .switch-toggle-slider .switch-on {
  right: 0;
  left: auto;
}
.switch-input:checked ~ .switch-toggle-slider .switch-off {
  left: 100%;
  color: transparent;
}
[dir=rtl] .switch-input:checked ~ .switch-toggle-slider .switch-off {
  right: 100%;
  left: auto;
}

.switch-toggle-slider::after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  border-radius: 999px;
  background: #fff;
  box-shadow: -1px 2px 3px 0 rgba(0, 0, 0, 0.2);
  transition-duration: 0.2s;
  transition-property: left, right, background;
}
[dir=rtl] .switch-toggle-slider::after {
  right: 0;
  left: auto;
}

.switches-stacked::after {
  display: block;
  clear: both;
  content: "";
}
.switches-stacked .switch {
  display: block;
}
html:not([dir=rtl]) .switches-stacked .switch {
  margin-right: 0;
}
[dir=rtl] .switches-stacked .switch {
  margin-left: 0;
}
.switches-stacked .switch:not(:last-child) {
  margin-bottom: 0.75rem;
}

.switch-square,
.switch-square .switch-toggle-slider {
  border-radius: 0.25rem;
}

.switch-square .switch-toggle-slider::after {
  border-radius: calc(0.25rem - 2px);
}

.switch-input:disabled ~ .switch-toggle-slider {
  opacity: 0.65;
}
.switch-input:disabled ~ .switch-toggle-slider::after {
  box-shadow: none;
}
.switch-input:disabled ~ .switch-label {
  color: #a8b1bb;
}

.switch-sm {
  min-height: 1.125rem;
  font-size: 0.813rem;
  line-height: 1.48;
}
.switch-sm .switch-label:first-child {
  padding-right: 0.5rem;
}
.switch-sm .switch-input ~ .switch-label {
  padding-left: 2.5rem;
}
.switch-sm .switch-toggle-slider {
  width: 2rem;
  height: 1.125rem;
  font-size: 0.625rem;
  line-height: 1.125rem;
  border: 1px solid transparent;
  top: 0.03912rem;
}
.switch-sm .switch-toggle-slider i {
  position: relative;
  font-size: 0.813rem;
  top: -2px;
}
.switch-sm .switch-label {
  top: 0;
}
.switch-sm .switch-input:checked ~ .switch-toggle-slider::after {
  left: 0.875rem;
}
.switch-sm .switch-toggle-slider::after {
  top: -1px;
  margin: 0.25rem 0 0 0.25rem;
  width: 10px;
  height: 10px;
}
.switch-sm .switch-on {
  padding-left: 0.25rem;
  padding-right: 0.875rem;
}
.switch-sm .switch-off {
  padding-left: 0.875rem;
  padding-right: 0.25rem;
}
[dir=rtl] .switch-sm .switch-label {
  padding-right: 2.5rem;
  padding-left: 0;
}
[dir=rtl] .switch-sm .switch-input:checked ~ .switch-toggle-slider::after {
  left: auto;
  right: 0.875rem;
}
[dir=rtl] .switch-sm .switch-toggle-slider::after {
  margin-left: 0;
  margin-right: 0.25rem;
}
[dir=rtl] .switch-sm .switch-on {
  padding-left: 0.875rem;
  padding-right: 0.25rem;
}
[dir=rtl] .switch-sm .switch-off {
  padding-left: 0.25rem;
  padding-right: 0.875rem;
}

.switch-lg {
  min-height: 1.75rem;
  font-size: 1.063rem;
  line-height: 1.47;
}
.switch-lg .switch-label:first-child {
  padding-right: 0.5rem;
}
.switch-lg .switch-input ~ .switch-label {
  padding-left: 3.75rem;
}
.switch-lg .switch-toggle-slider {
  width: 3.25rem;
  height: 1.75rem;
  font-size: 0.625rem;
  line-height: 1.75rem;
  border: 1px solid transparent;
  top: 0;
}
.switch-lg .switch-toggle-slider i {
  position: relative;
  font-size: 1.063rem;
  top: -2px;
}
.switch-lg .switch-label {
  top: 0.093695rem;
}
.switch-lg .switch-input:checked ~ .switch-toggle-slider::after {
  left: 1.5rem;
}
.switch-lg .switch-toggle-slider::after {
  top: -1px;
  margin: 0.25rem 0 0 0.25rem;
  width: 20px;
  height: 20px;
}
.switch-lg .switch-on {
  padding-left: 0.25rem;
  padding-right: 1.5rem;
}
.switch-lg .switch-off {
  padding-left: 1.5rem;
  padding-right: 0.25rem;
}
[dir=rtl] .switch-lg .switch-label {
  padding-right: 3.75rem;
  padding-left: 0;
}
[dir=rtl] .switch-lg .switch-input:checked ~ .switch-toggle-slider::after {
  left: auto;
  right: 1.5rem;
}
[dir=rtl] .switch-lg .switch-toggle-slider::after {
  margin-left: 0;
  margin-right: 0.25rem;
}
[dir=rtl] .switch-lg .switch-on {
  padding-left: 1.5rem;
  padding-right: 0.25rem;
}
[dir=rtl] .switch-lg .switch-off {
  padding-left: 0.25rem;
  padding-right: 1.5rem;
}

.switch-secondary.switch .switch-input:checked ~ .switch-toggle-slider {
  background: #8a8a88;
  color: #fff;
}

.switch-secondary.switch .switch-input:active ~ .switch-toggle-slider {
  box-shadow: none;
}

.switch-secondary.switch .switch-input:focus ~ .switch-toggle-slider {
  box-shadow: 0 0 0 0.12rem rgba(147, 158, 170, 0.3);
}

.switch-success.switch .switch-input:checked ~ .switch-toggle-slider {
  background: #39da8a;
  color: #fff;
}

.switch-success.switch .switch-input:active ~ .switch-toggle-slider {
  box-shadow: none;
}

.switch-success.switch .switch-input:focus ~ .switch-toggle-slider {
  box-shadow: 0 0 0 0.12rem rgba(147, 158, 170, 0.3);
}

.switch-info.switch .switch-input:checked ~ .switch-toggle-slider {
  background: #00cfdd;
  color: #fff;
}

.switch-info.switch .switch-input:active ~ .switch-toggle-slider {
  box-shadow: none;
}

.switch-info.switch .switch-input:focus ~ .switch-toggle-slider {
  box-shadow: 0 0 0 0.12rem rgba(147, 158, 170, 0.3);
}

.switch-warning.switch .switch-input:checked ~ .switch-toggle-slider {
  background: #fdac41;
  color: #fff;
}

.switch-warning.switch .switch-input:active ~ .switch-toggle-slider {
  box-shadow: none;
}

.switch-warning.switch .switch-input:focus ~ .switch-toggle-slider {
  box-shadow: 0 0 0 0.12rem rgba(147, 158, 170, 0.3);
}

.switch-danger.switch .switch-input:checked ~ .switch-toggle-slider {
  background: #ff5b5c;
  color: #fff;
}

.switch-danger.switch .switch-input:active ~ .switch-toggle-slider {
  box-shadow: none;
}

.switch-danger.switch .switch-input:focus ~ .switch-toggle-slider {
  box-shadow: 0 0 0 0.12rem rgba(147, 158, 170, 0.3);
}

.switch-dark.switch .switch-input:checked ~ .switch-toggle-slider {
  background: #495563;
  color: #fff;
}

.switch-dark.switch .switch-input:active ~ .switch-toggle-slider {
  box-shadow: none;
}

.switch-dark.switch .switch-input:focus ~ .switch-toggle-slider {
  box-shadow: 0 0 0 0.12rem rgba(147, 158, 170, 0.3);
}

.switch-gray.switch .switch-input:checked ~ .switch-toggle-slider {
  background: rgba(38, 60, 85, 0.5);
  color: #fff;
}

.switch-gray.switch .switch-input:active ~ .switch-toggle-slider {
  box-shadow: none;
}

.switch-gray.switch .switch-input:focus ~ .switch-toggle-slider {
  box-shadow: 0 0 0 0.12rem rgba(147, 158, 170, 0.3);
}

.switch .valid-feedback,
.switch .invalid-feedback {
  padding-left: 0.5rem;
}

.was-validated .switch-input:valid ~ .switch-label, .switch-input.invalid ~ .switch-label, .switch-input.is-valid ~ .switch-label {
  color: #39da8a;
}
.was-validated .switch-input:valid ~ .valid-feedback,
.was-validated .switch-input:valid ~ .valid-tooltip, .switch-input.invalid ~ .valid-feedback,
.switch-input.invalid ~ .valid-tooltip, .switch-input.is-valid ~ .valid-feedback,
.switch-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .switch-input:valid ~ .switch-toggle-slider, .switch-input.invalid ~ .switch-toggle-slider, .switch-input.is-valid ~ .switch-toggle-slider {
  border: 1px solid #39da8a !important;
}
.was-validated .switch-input:valid:checked ~ .switch-toggle-slider, .switch-input.invalid:checked ~ .switch-toggle-slider, .switch-input.is-valid:checked ~ .switch-toggle-slider {
  background: #39da8a;
  color: #fff;
}
.was-validated .switch-input:valid:focus ~ .switch-toggle-slider, .switch-input.invalid:focus ~ .switch-toggle-slider, .switch-input.is-valid:focus ~ .switch-toggle-slider {
  box-shadow: none;
}
.was-validated .switch-input:valid:active ~ .switch-toggle-slider, .switch-input.invalid:active ~ .switch-toggle-slider, .switch-input.is-valid:active ~ .switch-toggle-slider {
  box-shadow: none;
}

.was-validated .switch-input:invalid ~ .switch-label, .switch-input.invalid ~ .switch-label, .switch-input.is-invalid ~ .switch-label {
  color: #ff5b5c;
}
.was-validated .switch-input:invalid ~ .invalid-feedback,
.was-validated .switch-input:invalid ~ .invalid-tooltip, .switch-input.invalid ~ .invalid-feedback,
.switch-input.invalid ~ .invalid-tooltip, .switch-input.is-invalid ~ .invalid-feedback,
.switch-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .switch-input:invalid ~ .switch-toggle-slider, .switch-input.invalid ~ .switch-toggle-slider, .switch-input.is-invalid ~ .switch-toggle-slider {
  border: 1px solid #ff5b5c !important;
}
.was-validated .switch-input:invalid:checked ~ .switch-toggle-slider, .switch-input.invalid:checked ~ .switch-toggle-slider, .switch-input.is-invalid:checked ~ .switch-toggle-slider {
  background: #ff5b5c;
  color: #fff;
}
.was-validated .switch-input:invalid:focus ~ .switch-toggle-slider, .switch-input.invalid:focus ~ .switch-toggle-slider, .switch-input.is-invalid:focus ~ .switch-toggle-slider {
  box-shadow: none;
}
.was-validated .switch-input:invalid:active ~ .switch-toggle-slider, .switch-input.invalid:active ~ .switch-toggle-slider, .switch-input.is-invalid:active ~ .switch-toggle-slider {
  box-shadow: none;
}

.avatar {
  position: relative;
  width: 2.375rem;
  height: 2.375rem;
  cursor: pointer;
}
.avatar img {
  width: 100%;
  height: 100%;
}
.avatar .avatar-initial {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #8a8a88;
  font-weight: 500;
}
.avatar.avatar-online:after, .avatar.avatar-offline:after, .avatar.avatar-away:after, .avatar.avatar-busy:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 3px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  box-shadow: 0 0 0 2px #fff;
}
.avatar.avatar-online:after {
  background-color: #39da8a;
}
.avatar.avatar-offline:after {
  background-color: #8a8a88;
}
.avatar.avatar-away:after {
  background-color: #fdac41;
}
.avatar.avatar-busy:after {
  background-color: #ff5b5c;
}

.pull-up {
  transition: all 0.25s ease;
}
.pull-up:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 0.25rem 1rem rgba(147, 158, 170, 0.45);
  z-index: 30;
  border-radius: 50%;
}

.avatar-xs {
  width: 1.625rem;
  height: 1.625rem;
}
.avatar-xs .avatar-initial {
  font-size: 0.625rem;
}
.avatar-xs.avatar-online:after, .avatar-xs.avatar-offline:after, .avatar-xs.avatar-away:after, .avatar-xs.avatar-busy:after {
  width: 0.325rem;
  height: 0.325rem;
  right: 1px;
}

.avatar-sm {
  width: 2rem;
  height: 2rem;
}
.avatar-sm .avatar-initial {
  font-size: 0.75rem;
}
.avatar-sm.avatar-online:after, .avatar-sm.avatar-offline:after, .avatar-sm.avatar-away:after, .avatar-sm.avatar-busy:after {
  width: 0.4rem;
  height: 0.4rem;
  right: 2px;
}

.avatar-md {
  width: 3rem;
  height: 3rem;
}
.avatar-md .avatar-initial {
  font-size: 1.125rem;
}
.avatar-md.avatar-online:after, .avatar-md.avatar-offline:after, .avatar-md.avatar-away:after, .avatar-md.avatar-busy:after {
  width: 0.6rem;
  height: 0.6rem;
  right: 4px;
}

.avatar-lg {
  width: 4rem;
  height: 4rem;
}
.avatar-lg .avatar-initial {
  font-size: 1.5rem;
}
.avatar-lg.avatar-online:after, .avatar-lg.avatar-offline:after, .avatar-lg.avatar-away:after, .avatar-lg.avatar-busy:after {
  width: 0.8rem;
  height: 0.8rem;
  right: 5px;
}

.avatar-xl {
  width: 4.5rem;
  height: 4.5rem;
}
.avatar-xl .avatar-initial {
  font-size: 1.875rem;
}
.avatar-xl.avatar-online:after, .avatar-xl.avatar-offline:after, .avatar-xl.avatar-away:after, .avatar-xl.avatar-busy:after {
  width: 0.9rem;
  height: 0.9rem;
  right: 6px;
}

.avatar-group .avatar {
  transition: all 0.25s ease;
}
.avatar-group .avatar img,
.avatar-group .avatar .avatar-initial {
  border: 2px solid #fff;
}
.avatar-group .avatar .avatar-initial {
  background-color: #8799ae;
}
.avatar-group .avatar:hover {
  z-index: 30;
  transition: all 0.25s ease;
}
.avatar-group .avatar {
  margin-left: -0.8rem;
}
.avatar-group .avatar:first-child {
  margin-left: 0;
}
.avatar-group .avatar-xs {
  margin-left: -0.65rem;
}
.avatar-group .avatar-sm {
  margin-left: -0.75rem;
}
.avatar-group .avatar-md {
  margin-left: -0.9rem;
}
.avatar-group .avatar-lg {
  margin-left: -1.5rem;
}
.avatar-group .avatar-xl {
  margin-left: -1.75rem;
}

[dir=rtl] .avatar-group .avatar {
  margin-right: -0.8rem;
  margin-left: 0;
}
[dir=rtl] .avatar-group .avatar-xs {
  margin-right: -0.65rem;
}
[dir=rtl] .avatar-group .avatar-sm {
  margin-right: -0.75rem;
}
[dir=rtl] .avatar-group .avatar-md {
  margin-right: -0.9rem;
}
[dir=rtl] .avatar-group .avatar-lg {
  margin-right: -1.5rem;
}
[dir=rtl] .avatar-group .avatar-xl {
  margin-right: -1.75rem;
}

.timeline {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0;
  list-style: none;
}
.timeline .timeline-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
.timeline .timeline-header > *:first-child {
  margin-right: 0.5rem;
}
.timeline .timeline-end-indicator {
  position: absolute;
  bottom: -1.35rem;
  left: -0.7rem;
}
.timeline .timeline-end-indicator i {
  font-size: 1.5rem;
  color: #d4d8dd;
}
.timeline.timeline-solid:before {
  border-style: solid;
}
.timeline.timeline-dotted:before {
  border-style: dotted;
}
.timeline.timeline-dashed:before {
  border-style: dashed;
}
.timeline.timeline-hidden:before {
  border-style: none;
}
.timeline .timeline-item {
  position: relative;
  padding-left: 3rem;
}
.timeline .timeline-item .timeline-event {
  position: relative;
  top: -1rem;
  width: 100%;
  top: -1rem;
  min-height: 4rem;
  background-color: #fff;
  border-radius: 0.25rem;
  padding: 1.25rem 1.5rem;
}
.timeline .timeline-item .timeline-event:before {
  position: absolute;
  top: 0.75rem;
  left: 32px;
  right: 100%;
  width: 0;
  height: 0;
  border-top: 1rem solid transparent;
  border-right: 1rem solid;
  border-left: 0 solid;
  border-bottom: 1rem solid transparent;
  border-left-color: #fff;
  border-right-color: #fff;
  margin-left: -3rem;
  content: "";
}
.timeline .timeline-item .timeline-event.timeline-event-shadow {
  box-shadow: 0 0.5rem 1rem rgba(38, 60, 85, 0.075) !important;
}
.timeline .timeline-item .timeline-event .timeline-event-time {
  position: absolute;
  top: 1.2rem;
  font-size: 0.85rem;
  color: #a8b1bb;
}
.timeline .timeline-item .timeline-indicator,
.timeline .timeline-item .timeline-indicator-advanced {
  position: absolute;
  left: -0.75rem;
  top: 0;
  z-index: 2;
  height: 1.5rem;
  width: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #f2f2f6;
  border-radius: 50%;
  border: 2px solid;
}
.timeline .timeline-item .timeline-indicator i,
.timeline .timeline-item .timeline-indicator-advanced i {
  color: #ead138;
  font-size: 0.85rem !important;
}
.timeline .timeline-item .timeline-point {
  position: absolute;
  left: -0.415rem;
  top: 0;
  z-index: 2;
  display: block;
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 50%;
  background-color: #ead138;
}
.timeline .timeline-item.timeline-item-transparent .timeline-event {
  top: -1.4rem;
  background-color: transparent;
}
html:not([dir=rtl]) .timeline .timeline-item.timeline-item-transparent .timeline-event {
  padding-left: 0;
}
.timeline .timeline-item.timeline-item-transparent .timeline-event.timeline-event-shadow {
  padding-left: 2rem;
}
.timeline .timeline-item.timeline-item-transparent .timeline-event:before {
  display: none;
}
.timeline.timeline-center:before {
  left: 50%;
  height: 97%;
}
.timeline.timeline-center:after {
  left: 50%;
  margin-left: -0.55rem;
}
.timeline.timeline-center .timeline-end-indicator {
  bottom: -1.4rem;
  left: 50%;
  margin-left: 0.55rem;
}
.timeline.timeline-center .timeline-item {
  width: 50%;
  clear: both;
}
.timeline.timeline-center .timeline-item.timeline-item-left, .timeline.timeline-center .timeline-item:nth-of-type(odd):not(.timeline-item-left):not(.timeline-item-right) {
  float: left;
  padding-left: 0;
  padding-right: 3rem;
  padding-bottom: 1.5rem;
  border-left: 0;
  border-right: 1px solid #d4d8dd;
}
.timeline.timeline-center .timeline-item.timeline-item-left .timeline-event .timeline-event-time, .timeline.timeline-center .timeline-item:nth-of-type(odd):not(.timeline-item-left):not(.timeline-item-right) .timeline-event .timeline-event-time {
  right: -9.5rem;
}
.timeline.timeline-center .timeline-item.timeline-item-left .timeline-event:before, .timeline.timeline-center .timeline-item:nth-of-type(odd):not(.timeline-item-left):not(.timeline-item-right) .timeline-event:before {
  right: -15px;
  left: auto;
  border-left-width: 16px;
  border-right-width: 0;
}
.timeline.timeline-center .timeline-item.timeline-item-left .timeline-point, .timeline.timeline-center .timeline-item:nth-of-type(odd):not(.timeline-item-left):not(.timeline-item-right) .timeline-point {
  left: 100%;
}
.timeline.timeline-center .timeline-item.timeline-item-right, .timeline.timeline-center .timeline-item:nth-of-type(even):not(.timeline-item-left):not(.timeline-item-right) {
  float: right;
  right: 2px;
  padding-left: 3rem;
  padding-bottom: 1.5rem;
  border-left: 1px solid #d4d8dd;
}
.timeline.timeline-center .timeline-item.timeline-item-right .timeline-event-time, .timeline.timeline-center .timeline-item:nth-of-type(even):not(.timeline-item-left):not(.timeline-item-right) .timeline-event-time {
  left: -9.5rem;
}
.timeline.timeline-center .timeline-item.timeline-item-right .timeline-point, .timeline.timeline-center .timeline-item:nth-of-type(even):not(.timeline-item-left):not(.timeline-item-right) .timeline-point {
  left: 0;
}
.timeline.timeline-center .timeline-item .timeline-point {
  left: 50%;
  margin-left: -0.6875rem;
}
.timeline.timeline-center .timeline-item .timeline-point-indicator {
  left: 50%;
  margin-left: -0.3125rem;
}

html:not([dir=rtl]) .timeline-item {
  border-left: 1px solid #d4d8dd;
}

[dir=rtl] .timeline:not(.timeline-center):before {
  right: -1px;
  left: auto;
}
[dir=rtl] .timeline:not(.timeline-center):after {
  left: auto;
  margin-right: -0.65rem;
}
[dir=rtl] .timeline:not(.timeline-center) .timeline-end-indicator {
  left: auto;
  right: -0.65rem;
}
[dir=rtl] .timeline:not(.timeline-center) .timeline-item {
  padding-left: 0;
  padding-right: 3rem;
  border-right: 1px solid #d4d8dd;
}
[dir=rtl] .timeline:not(.timeline-center) .timeline-item .timeline-event:before {
  right: -1rem;
  left: auto;
  border-left-width: 1rem;
  border-right-width: 0;
}
[dir=rtl] .timeline:not(.timeline-center) .timeline-item.timeline-item-transparent .timeline-event {
  padding-right: 0;
}
[dir=rtl] .timeline:not(.timeline-center) .timeline-item .timeline-point {
  right: -0.36rem;
  left: auto;
}
[dir=rtl] .timeline:not(.timeline-center) .timeline-item .timeline-indicator {
  right: -0.83rem;
  left: auto;
}
[dir=rtl] .timeline:not(.timeline-center) .timeline-item .timeline-indicator-advanced {
  right: -0.83rem;
  left: auto;
}

@media (min-width: 768px) {
  .timeline.timeline-center .timeline-item.timeline-item-left .timeline-indicator, .timeline.timeline-center .timeline-item:nth-of-type(odd):not(.timeline-item-left):not(.timeline-item-right) .timeline-indicator {
    left: calc(100% - 1.5rem / 2);
  }
  .timeline.timeline-center .timeline-item.timeline-item-left .timeline-event:after, .timeline.timeline-center .timeline-item:nth-of-type(odd):not(.timeline-item-left):not(.timeline-item-right) .timeline-event:after {
    transform: rotate(180deg);
    right: -16px;
    left: auto;
  }
}
@media (max-width: 767.98px) {
  .timeline.timeline-center:before {
    left: 1rem;
  }
  .timeline.timeline-center:after {
    left: 0;
  }
  .timeline.timeline-center .timeline-item {
    border-right: 0 !important;
    left: 1rem;
    float: left !important;
    width: 100%;
    padding-left: 3.5rem !important;
    padding-right: 1.5rem !important;
  }
  .timeline.timeline-center .timeline-item:not(:last-child) {
    border-left: 2px solid #d4d8dd !important;
  }
  .timeline.timeline-center .timeline-item .timeline-event:before {
    right: 100% !important;
    border-right-width: 1rem !important;
    border-left-width: 0 !important;
  }
  .timeline.timeline-center .timeline-item .timeline-event .timeline-event-time {
    top: -1.4rem;
    left: 0 !important;
    right: auto !important;
  }
  .timeline.timeline-center .timeline-item .timeline-point {
    left: -0.7rem !important;
    margin-left: 0 !important;
  }
  .timeline.timeline-center .timeline-item .timeline-point-indicator {
    left: 0 !important;
    margin-left: -0.3125rem !important;
  }
  [dir=rtl] .timeline.timeline-center:before {
    left: auto;
    right: 1rem;
  }
  [dir=rtl] .timeline.timeline-center .timeline-item {
    border-left: 0 !important;
    right: 1rem !important;
  }
  [dir=rtl] .timeline.timeline-center .timeline-item:not(:last-child) {
    border-right: 1px solid #d4d8dd !important;
  }
  [dir=rtl] .timeline.timeline-center .timeline-item {
    float: right !important;
    width: 100%;
    padding-right: 3.5rem !important;
    padding-left: 1.5rem !important;
  }
  [dir=rtl] .timeline.timeline-center .timeline-item .timeline-event:before {
    left: 100% !important;
    right: -1rem !important;
    border-left-width: 1rem !important;
    border-right-width: 0 !important;
  }
  [dir=rtl] .timeline.timeline-center .timeline-item .timeline-event:after {
    right: -16.5px;
    left: auto;
  }
  [dir=rtl] .timeline.timeline-center .timeline-item .timeline-event .timeline-event-time {
    top: -1.2rem;
    right: 0 !important;
    left: auto !important;
  }
  [dir=rtl] .timeline.timeline-center .timeline-item .timeline-point {
    right: -0.7rem !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 767.98px) {
  [dir=rtl] .timeline .timeline-item .timeline-indicator,
  [dir=rtl] .timeline .timeline-item .timeline-indicator-advanced {
    left: auto;
    right: -0.6875rem;
  }
  [dir=rtl] .timeline-center .timeline-item {
    padding-left: 0;
    padding-right: 3rem;
  }
  [dir=rtl] .timeline-center .timeline-item .timeline-event:after {
    right: -16.5px;
    left: auto;
    border-left-width: 1rem;
    border-right-width: 0;
    border-left-color: #d4d8dd;
    border-right-color: rgba(38, 60, 85, 0.3);
  }
}
@media (max-width: 575.98px) {
  .timeline .timeline-header {
    flex-direction: column;
    align-items: flex-start;
  }
}
.timeline .timeline-item-secondary .timeline-event {
  background-color: rgba(105, 128, 154, 0.1);
}
.timeline .timeline-item-secondary .timeline-event:before {
  border-left-color: rgba(105, 128, 154, 0.1) !important;
  border-right-color: rgba(105, 128, 154, 0.1) !important;
}

.timeline .timeline-point-secondary {
  background-color: #8a8a88 !important;
  box-shadow: 0 0 0 0.1875rem rgba(105, 128, 154, 0.16);
}

.timeline .timeline-indicator-secondary {
  border-color: #8a8a88 !important;
}
.timeline .timeline-indicator-secondary i {
  color: #8a8a88 !important;
}

.timeline .timeline-item-success .timeline-event {
  background-color: rgba(57, 218, 138, 0.1);
}
.timeline .timeline-item-success .timeline-event:before {
  border-left-color: rgba(57, 218, 138, 0.1) !important;
  border-right-color: rgba(57, 218, 138, 0.1) !important;
}

.timeline .timeline-point-success {
  background-color: #39da8a !important;
  box-shadow: 0 0 0 0.1875rem rgba(57, 218, 138, 0.16);
}

.timeline .timeline-indicator-success {
  border-color: #39da8a !important;
}
.timeline .timeline-indicator-success i {
  color: #39da8a !important;
}

.timeline .timeline-item-info .timeline-event {
  background-color: rgba(0, 207, 221, 0.1);
}
.timeline .timeline-item-info .timeline-event:before {
  border-left-color: rgba(0, 207, 221, 0.1) !important;
  border-right-color: rgba(0, 207, 221, 0.1) !important;
}

.timeline .timeline-point-info {
  background-color: #00cfdd !important;
  box-shadow: 0 0 0 0.1875rem rgba(0, 207, 221, 0.16);
}

.timeline .timeline-indicator-info {
  border-color: #00cfdd !important;
}
.timeline .timeline-indicator-info i {
  color: #00cfdd !important;
}

.timeline .timeline-item-warning .timeline-event {
  background-color: rgba(253, 172, 65, 0.1);
}
.timeline .timeline-item-warning .timeline-event:before {
  border-left-color: rgba(253, 172, 65, 0.1) !important;
  border-right-color: rgba(253, 172, 65, 0.1) !important;
}

.timeline .timeline-point-warning {
  background-color: #fdac41 !important;
  box-shadow: 0 0 0 0.1875rem rgba(253, 172, 65, 0.16);
}

.timeline .timeline-indicator-warning {
  border-color: #fdac41 !important;
}
.timeline .timeline-indicator-warning i {
  color: #fdac41 !important;
}

.timeline .timeline-item-danger .timeline-event {
  background-color: rgba(255, 91, 92, 0.1);
}
.timeline .timeline-item-danger .timeline-event:before {
  border-left-color: rgba(255, 91, 92, 0.1) !important;
  border-right-color: rgba(255, 91, 92, 0.1) !important;
}

.timeline .timeline-point-danger {
  background-color: #ff5b5c !important;
  box-shadow: 0 0 0 0.1875rem rgba(255, 91, 92, 0.16);
}

.timeline .timeline-indicator-danger {
  border-color: #ff5b5c !important;
}
.timeline .timeline-indicator-danger i {
  color: #ff5b5c !important;
}

.timeline .timeline-item-dark .timeline-event {
  background-color: rgba(73, 85, 99, 0.1);
}
.timeline .timeline-item-dark .timeline-event:before {
  border-left-color: rgba(73, 85, 99, 0.1) !important;
  border-right-color: rgba(73, 85, 99, 0.1) !important;
}

.timeline .timeline-point-dark {
  background-color: #495563 !important;
  box-shadow: 0 0 0 0.1875rem rgba(73, 85, 99, 0.16);
}

.timeline .timeline-indicator-dark {
  border-color: #495563 !important;
}
.timeline .timeline-indicator-dark i {
  color: #495563 !important;
}

.timeline .timeline-item-gray .timeline-event {
  background-color: rgba(38, 60, 85, 0.1);
}
.timeline .timeline-item-gray .timeline-event:before {
  border-left-color: rgba(38, 60, 85, 0.1) !important;
  border-right-color: rgba(38, 60, 85, 0.1) !important;
}

.timeline .timeline-point-gray {
  background-color: rgba(38, 60, 85, 0.5) !important;
  box-shadow: 0 0 0 0.1875rem rgba(38, 60, 85, 0.16);
}

.timeline .timeline-indicator-gray {
  border-color: rgba(38, 60, 85, 0.5) !important;
}
.timeline .timeline-indicator-gray i {
  color: rgba(38, 60, 85, 0.5) !important;
}

.blockUI.blockOverlay, .blockUI.blockMsg {
  z-index: 1091 !important;
  color: #fff !important;
}

[dir=rtl] #sortable-cards {
  flex-direction: row-reverse;
}
[dir=rtl] #image-list-1,
[dir=rtl] #image-list-2 {
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.divider {
  display: block;
  text-align: center;
  margin: 1rem 0;
  overflow: hidden;
  white-space: nowrap;
}
.divider .divider-text {
  position: relative;
  display: inline-block;
  font-size: 0.8rem;
  padding: 0rem 1rem;
}
.divider .divider-text i {
  font-size: 1rem;
}
.divider .divider-text:before, .divider .divider-text:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 100vw;
  border-top: 1px solid #d4d8dd;
}
.divider .divider-text:before {
  right: 100%;
}
.divider .divider-text:after {
  left: 100%;
}
.divider.text-start .divider-text {
  padding-left: 0;
}
.divider.text-end .divider-text {
  padding-right: 0;
}
.divider.text-start-center .divider-text {
  left: -25%;
}
.divider.text-end-center .divider-text {
  right: -25%;
}
.divider.divider-dotted .divider-text:before, .divider.divider-dotted .divider-text:after {
  border-style: dotted;
  border-width: 0 1px 1px;
  border-color: #d4d8dd;
}
.divider.divider-dashed .divider-text:before, .divider.divider-dashed .divider-text:after {
  border-style: dashed;
  border-width: 0 1px 1px;
  border-color: #d4d8dd;
}

[dir=rtl] .divider.text-start-center .divider-text {
  right: -25%;
  left: auto;
}
[dir=rtl] .divider.text-end-center .divider-text {
  left: -25%;
  right: auto;
}
[dir=rtl] .divider.text-start .divider-text {
  padding-right: 0;
  padding-left: 1rem;
}
[dir=rtl] .divider.text-end .divider-text {
  padding-left: 0;
  padding-right: 1rem;
}

.divider.divider.divider-secondary .divider-text:before, .divider.divider.divider-secondary .divider-text:after {
  border-color: #8a8a88;
}

.divider.divider.divider-success .divider-text:before, .divider.divider.divider-success .divider-text:after {
  border-color: #39da8a;
}

.divider.divider.divider-info .divider-text:before, .divider.divider.divider-info .divider-text:after {
  border-color: #00cfdd;
}

.divider.divider.divider-warning .divider-text:before, .divider.divider.divider-warning .divider-text:after {
  border-color: #fdac41;
}

.divider.divider.divider-danger .divider-text:before, .divider.divider.divider-danger .divider-text:after {
  border-color: #ff5b5c;
}

.divider.divider.divider-dark .divider-text:before, .divider.divider.divider-dark .divider-text:after {
  border-color: #495563;
}

.divider.divider.divider-gray .divider-text:before, .divider.divider.divider-gray .divider-text:after {
  border-color: rgba(38, 60, 85, 0.5);
}

.footer-link {
  display: inline-block;
}

.footer-light {
  color: rgba(38, 60, 85, 0.5);
}
.footer-light .footer-text {
  color: #677788;
}
.footer-light .footer-link {
  color: rgba(38, 60, 85, 0.5);
}
.footer-light .footer-link:hover, .footer-light .footer-link:focus {
  color: #677788;
}
.footer-light .footer-link.disabled {
  color: rgba(38, 60, 85, 0.3) !important;
}
.footer-light .show > .footer-link,
.footer-light .active > .footer-link,
.footer-light .footer-link.show,
.footer-light .footer-link.active {
  color: #677788;
}
.footer-light hr {
  border-color: rgba(0, 0, 0, 0.06);
}

.footer-dark {
  color: rgba(255, 255, 255, 0.8);
}
.footer-dark .footer-text {
  color: #fff;
}
.footer-dark .footer-link {
  color: rgba(255, 255, 255, 0.8);
}
.footer-dark .footer-link:hover, .footer-dark .footer-link:focus {
  color: #fff;
}
.footer-dark .footer-link.disabled {
  color: rgba(255, 255, 255, 0.4) !important;
}
.footer-dark .show > .footer-link,
.footer-dark .active > .footer-link,
.footer-dark .footer-link.show,
.footer-dark .footer-link.active {
  color: #fff;
}
.footer-dark hr {
  border-color: rgba(255, 255, 255, 0.2);
}

:root {
  --bs-facebook: #3b5998;
  --bs-twitter: #1da1f2;
  --bs-google-plus: #dd4b39;
  --bs-instagram: #e1306c;
  --bs-linkedin: #0077b5;
  --bs-github: #333;
  --bs-dribbble: #ea4c89;
  --bs-pinterest: #cb2027;
  --bs-slack: #4a154b;
  --bs-reddit: #ff4500;
  --bs-youtube: #ff0000;
  --bs-vimeo: #1ab7ea;
}

.bg-facebook {
  background-color: #3b5998 !important;
}

a.bg-facebook:hover, a.bg-facebook:focus {
  background-color: #385590 !important;
}

.dropdown-notifications-item:not(.mark-as-read) .dropdown-notifications-read span {
  background-color: #3b5998;
}

.bg-label-facebook {
  background-color: #e0e4ef !important;
  color: #3b5998 !important;
}

.bg-label-hover-facebook {
  background-color: #e0e4ef !important;
  color: #3b5998 !important;
}
.bg-label-hover-facebook:hover {
  background-color: #3b5998 !important;
  color: #fff !important;
}

.border-label-facebook {
  border: 3px solid #b1bdd6;
}

.btn-facebook, .btn-facebook[data-trigger=hover].dropdown-toggle:not(.show) {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}
.btn-facebook:hover, .btn-facebook[data-trigger=hover].show.dropdown-toggle:hover {
  color: #fff !important;
  background-color: #627aad !important;
  border-color: #627aad !important;
  box-shadow: 0 0.25rem 1rem rgba(147, 158, 170, 0.45) !important;
}
.btn-check:focus + .btn-facebook, .btn-facebook:focus, .btn-facebook.focus {
  color: #fff;
  background-color: #324c81;
  border-color: #324c81;
  box-shadow: none;
}
.btn-check:checked + .btn-facebook, .btn-check:active + .btn-facebook, .btn-facebook:active, .btn-facebook.active, .btn-facebook.show.dropdown-toggle, .show > .btn-facebook.dropdown-toggle {
  color: #fff !important;
  background-color: #324c81 !important;
  border-color: #324c81 !important;
}
.btn-check:checked + .btn-facebook:focus, .btn-check:active + .btn-facebook:focus, .btn-facebook:active:focus, .btn-facebook.active:focus, .btn-facebook.show.dropdown-toggle:focus, .show > .btn-facebook.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-facebook.disabled, .btn-facebook:disabled {
  color: #fff !important;
  background-color: #3b5998 !important;
  border-color: #3b5998 !important;
  box-shadow: none !important;
}

.btn-group .btn-facebook,
.input-group .btn-facebook {
  border-right: var(--bs-border-width) solid #324c81;
  border-left: var(--bs-border-width) solid #324c81;
}

.btn-group-vertical .btn-facebook {
  border-top-color: #324c81;
  border-bottom-color: #324c81;
}

.btn-label-facebook {
  color: #3b5998;
  border-color: transparent;
  background: #e0e4ef;
}
.btn-label-facebook:hover {
  border-color: transparent !important;
  background: #3b5998 !important;
  color: #fff !important;
}
.btn-label-facebook:focus, .btn-label-facebook.focus {
  color: #fff;
  background: #324c81;
  box-shadow: none !important;
}
.btn-label-facebook:active, .btn-label-facebook.active, .btn-label-facebook.show.dropdown-toggle, .show > .btn-label-facebook.dropdown-toggle {
  color: #fff !important;
  background-color: #324c81 !important;
  border-color: transparent !important;
}
.btn-label-facebook:active:focus, .btn-label-facebook.active:focus, .btn-label-facebook.show.dropdown-toggle:focus, .show > .btn-label-facebook.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-label-facebook.disabled, .btn-label-facebook:disabled {
  color: #3b5998 !important;
  border-color: transparent !important;
  background: #e0e4ef !important;
  box-shadow: none !important;
}

.btn-group .btn-label-facebook,
.input-group .btn-label-facebook {
  border-right: var(--bs-border-width) solid #324c81;
  border-left: var(--bs-border-width) solid #324c81;
}

.btn-group-vertical .btn-label-facebook {
  border-top-color: #324c81;
  border-bottom-color: #324c81;
}

.btn-outline-facebook {
  color: #3b5998;
  border-color: #3b5998;
  background: transparent;
}
.btn-outline-facebook:hover {
  color: #fff !important;
  background-color: #3b5998 !important;
  border-color: #3b5998 !important;
}
.btn-check:focus + .btn-outline-facebook, .btn-outline-facebook:focus {
  color: #fff;
  background-color: #324c81;
  border-color: #324c81;
  box-shadow: none;
}
.btn-check:checked + .btn-outline-facebook, .btn-check:active + .btn-outline-facebook, .btn-outline-facebook:active, .btn-outline-facebook.active, .btn-outline-facebook.dropdown-toggle.show {
  color: #fff !important;
  background-color: #324c81 !important;
  border-color: #324c81 !important;
}
.btn-check:checked + .btn-outline-facebook:focus, .btn-check:active + .btn-outline-facebook:focus, .btn-outline-facebook:active:focus, .btn-outline-facebook.active:focus, .btn-outline-facebook.dropdown-toggle.show:focus {
  box-shadow: none;
}
.btn-outline-facebook.disabled, .btn-outline-facebook:disabled {
  color: #3b5998 !important;
  background-color: transparent !important;
}

.btn-outline-facebook .badge {
  background: #3b5998;
  border-color: #3b5998;
  color: #fff;
}

.btn-outline-facebook:hover .badge,
.btn-outline-facebook:focus:hover .badge,
.btn-outline-facebook:active .badge,
.btn-outline-facebook.active .badge,
.show > .btn-outline-facebook.dropdown-toggle .badge {
  background: #fff;
  border-color: #fff;
  color: #3b5998;
}

.bg-twitter {
  background-color: #1da1f2 !important;
}

a.bg-twitter:hover, a.bg-twitter:focus {
  background-color: #1c99e6 !important;
}

.dropdown-notifications-item:not(.mark-as-read) .dropdown-notifications-read span {
  background-color: #1da1f2;
}

.bg-label-twitter {
  background-color: #dbf0fd !important;
  color: #1da1f2 !important;
}

.bg-label-hover-twitter {
  background-color: #dbf0fd !important;
  color: #1da1f2 !important;
}
.bg-label-hover-twitter:hover {
  background-color: #1da1f2 !important;
  color: #fff !important;
}

.border-label-twitter {
  border: 3px solid #a5d9fa;
}

.btn-twitter, .btn-twitter[data-trigger=hover].dropdown-toggle:not(.show) {
  color: #fff;
  background-color: #1da1f2;
  border-color: #1da1f2;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}
.btn-twitter:hover, .btn-twitter[data-trigger=hover].show.dropdown-toggle:hover {
  color: #fff !important;
  background-color: #4ab4f5 !important;
  border-color: #4ab4f5 !important;
  box-shadow: 0 0.25rem 1rem rgba(147, 158, 170, 0.45) !important;
}
.btn-check:focus + .btn-twitter, .btn-twitter:focus, .btn-twitter.focus {
  color: #fff;
  background-color: #1989ce;
  border-color: #1989ce;
  box-shadow: none;
}
.btn-check:checked + .btn-twitter, .btn-check:active + .btn-twitter, .btn-twitter:active, .btn-twitter.active, .btn-twitter.show.dropdown-toggle, .show > .btn-twitter.dropdown-toggle {
  color: #fff !important;
  background-color: #1989ce !important;
  border-color: #1989ce !important;
}
.btn-check:checked + .btn-twitter:focus, .btn-check:active + .btn-twitter:focus, .btn-twitter:active:focus, .btn-twitter.active:focus, .btn-twitter.show.dropdown-toggle:focus, .show > .btn-twitter.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-twitter.disabled, .btn-twitter:disabled {
  color: #fff !important;
  background-color: #1da1f2 !important;
  border-color: #1da1f2 !important;
  box-shadow: none !important;
}

.btn-group .btn-twitter,
.input-group .btn-twitter {
  border-right: var(--bs-border-width) solid #1989ce;
  border-left: var(--bs-border-width) solid #1989ce;
}

.btn-group-vertical .btn-twitter {
  border-top-color: #1989ce;
  border-bottom-color: #1989ce;
}

.btn-label-twitter {
  color: #1da1f2;
  border-color: transparent;
  background: #dbf0fd;
}
.btn-label-twitter:hover {
  border-color: transparent !important;
  background: #1da1f2 !important;
  color: #fff !important;
}
.btn-label-twitter:focus, .btn-label-twitter.focus {
  color: #fff;
  background: #1989ce;
  box-shadow: none !important;
}
.btn-label-twitter:active, .btn-label-twitter.active, .btn-label-twitter.show.dropdown-toggle, .show > .btn-label-twitter.dropdown-toggle {
  color: #fff !important;
  background-color: #1989ce !important;
  border-color: transparent !important;
}
.btn-label-twitter:active:focus, .btn-label-twitter.active:focus, .btn-label-twitter.show.dropdown-toggle:focus, .show > .btn-label-twitter.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-label-twitter.disabled, .btn-label-twitter:disabled {
  color: #1da1f2 !important;
  border-color: transparent !important;
  background: #dbf0fd !important;
  box-shadow: none !important;
}

.btn-group .btn-label-twitter,
.input-group .btn-label-twitter {
  border-right: var(--bs-border-width) solid #1989ce;
  border-left: var(--bs-border-width) solid #1989ce;
}

.btn-group-vertical .btn-label-twitter {
  border-top-color: #1989ce;
  border-bottom-color: #1989ce;
}

.btn-outline-twitter {
  color: #1da1f2;
  border-color: #1da1f2;
  background: transparent;
}
.btn-outline-twitter:hover {
  color: #fff !important;
  background-color: #1da1f2 !important;
  border-color: #1da1f2 !important;
}
.btn-check:focus + .btn-outline-twitter, .btn-outline-twitter:focus {
  color: #fff;
  background-color: #1989ce;
  border-color: #1989ce;
  box-shadow: none;
}
.btn-check:checked + .btn-outline-twitter, .btn-check:active + .btn-outline-twitter, .btn-outline-twitter:active, .btn-outline-twitter.active, .btn-outline-twitter.dropdown-toggle.show {
  color: #fff !important;
  background-color: #1989ce !important;
  border-color: #1989ce !important;
}
.btn-check:checked + .btn-outline-twitter:focus, .btn-check:active + .btn-outline-twitter:focus, .btn-outline-twitter:active:focus, .btn-outline-twitter.active:focus, .btn-outline-twitter.dropdown-toggle.show:focus {
  box-shadow: none;
}
.btn-outline-twitter.disabled, .btn-outline-twitter:disabled {
  color: #1da1f2 !important;
  background-color: transparent !important;
}

.btn-outline-twitter .badge {
  background: #1da1f2;
  border-color: #1da1f2;
  color: #fff;
}

.btn-outline-twitter:hover .badge,
.btn-outline-twitter:focus:hover .badge,
.btn-outline-twitter:active .badge,
.btn-outline-twitter.active .badge,
.show > .btn-outline-twitter.dropdown-toggle .badge {
  background: #fff;
  border-color: #fff;
  color: #1da1f2;
}

.bg-google-plus {
  background-color: #dd4b39 !important;
}

a.bg-google-plus:hover, a.bg-google-plus:focus {
  background-color: #d24736 !important;
}

.dropdown-notifications-item:not(.mark-as-read) .dropdown-notifications-read span {
  background-color: #dd4b39;
}

.bg-label-google-plus {
  background-color: #fae2df !important;
  color: #dd4b39 !important;
}

.bg-label-hover-google-plus {
  background-color: #fae2df !important;
  color: #dd4b39 !important;
}
.bg-label-hover-google-plus:hover {
  background-color: #dd4b39 !important;
  color: #fff !important;
}

.border-label-google-plus {
  border: 3px solid #f1b7b0;
}

.btn-google-plus, .btn-google-plus[data-trigger=hover].dropdown-toggle:not(.show) {
  color: #fff;
  background-color: #dd4b39;
  border-color: #dd4b39;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}
.btn-google-plus:hover, .btn-google-plus[data-trigger=hover].show.dropdown-toggle:hover {
  color: #fff !important;
  background-color: #e46f61 !important;
  border-color: #e46f61 !important;
  box-shadow: 0 0.25rem 1rem rgba(147, 158, 170, 0.45) !important;
}
.btn-check:focus + .btn-google-plus, .btn-google-plus:focus, .btn-google-plus.focus {
  color: #fff;
  background-color: #bc4030;
  border-color: #bc4030;
  box-shadow: none;
}
.btn-check:checked + .btn-google-plus, .btn-check:active + .btn-google-plus, .btn-google-plus:active, .btn-google-plus.active, .btn-google-plus.show.dropdown-toggle, .show > .btn-google-plus.dropdown-toggle {
  color: #fff !important;
  background-color: #bc4030 !important;
  border-color: #bc4030 !important;
}
.btn-check:checked + .btn-google-plus:focus, .btn-check:active + .btn-google-plus:focus, .btn-google-plus:active:focus, .btn-google-plus.active:focus, .btn-google-plus.show.dropdown-toggle:focus, .show > .btn-google-plus.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-google-plus.disabled, .btn-google-plus:disabled {
  color: #fff !important;
  background-color: #dd4b39 !important;
  border-color: #dd4b39 !important;
  box-shadow: none !important;
}

.btn-group .btn-google-plus,
.input-group .btn-google-plus {
  border-right: var(--bs-border-width) solid #bc4030;
  border-left: var(--bs-border-width) solid #bc4030;
}

.btn-group-vertical .btn-google-plus {
  border-top-color: #bc4030;
  border-bottom-color: #bc4030;
}

.btn-label-google-plus {
  color: #dd4b39;
  border-color: transparent;
  background: #fae2df;
}
.btn-label-google-plus:hover {
  border-color: transparent !important;
  background: #dd4b39 !important;
  color: #fff !important;
}
.btn-label-google-plus:focus, .btn-label-google-plus.focus {
  color: #fff;
  background: #bc4030;
  box-shadow: none !important;
}
.btn-label-google-plus:active, .btn-label-google-plus.active, .btn-label-google-plus.show.dropdown-toggle, .show > .btn-label-google-plus.dropdown-toggle {
  color: #fff !important;
  background-color: #bc4030 !important;
  border-color: transparent !important;
}
.btn-label-google-plus:active:focus, .btn-label-google-plus.active:focus, .btn-label-google-plus.show.dropdown-toggle:focus, .show > .btn-label-google-plus.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-label-google-plus.disabled, .btn-label-google-plus:disabled {
  color: #dd4b39 !important;
  border-color: transparent !important;
  background: #fae2df !important;
  box-shadow: none !important;
}

.btn-group .btn-label-google-plus,
.input-group .btn-label-google-plus {
  border-right: var(--bs-border-width) solid #bc4030;
  border-left: var(--bs-border-width) solid #bc4030;
}

.btn-group-vertical .btn-label-google-plus {
  border-top-color: #bc4030;
  border-bottom-color: #bc4030;
}

.btn-outline-google-plus {
  color: #dd4b39;
  border-color: #dd4b39;
  background: transparent;
}
.btn-outline-google-plus:hover {
  color: #fff !important;
  background-color: #dd4b39 !important;
  border-color: #dd4b39 !important;
}
.btn-check:focus + .btn-outline-google-plus, .btn-outline-google-plus:focus {
  color: #fff;
  background-color: #bc4030;
  border-color: #bc4030;
  box-shadow: none;
}
.btn-check:checked + .btn-outline-google-plus, .btn-check:active + .btn-outline-google-plus, .btn-outline-google-plus:active, .btn-outline-google-plus.active, .btn-outline-google-plus.dropdown-toggle.show {
  color: #fff !important;
  background-color: #bc4030 !important;
  border-color: #bc4030 !important;
}
.btn-check:checked + .btn-outline-google-plus:focus, .btn-check:active + .btn-outline-google-plus:focus, .btn-outline-google-plus:active:focus, .btn-outline-google-plus.active:focus, .btn-outline-google-plus.dropdown-toggle.show:focus {
  box-shadow: none;
}
.btn-outline-google-plus.disabled, .btn-outline-google-plus:disabled {
  color: #dd4b39 !important;
  background-color: transparent !important;
}

.btn-outline-google-plus .badge {
  background: #dd4b39;
  border-color: #dd4b39;
  color: #fff;
}

.btn-outline-google-plus:hover .badge,
.btn-outline-google-plus:focus:hover .badge,
.btn-outline-google-plus:active .badge,
.btn-outline-google-plus.active .badge,
.show > .btn-outline-google-plus.dropdown-toggle .badge {
  background: #fff;
  border-color: #fff;
  color: #dd4b39;
}

.bg-instagram {
  background-color: #e1306c !important;
}

a.bg-instagram:hover, a.bg-instagram:focus {
  background-color: #d62e67 !important;
}

.dropdown-notifications-item:not(.mark-as-read) .dropdown-notifications-read span {
  background-color: #e1306c;
}

.bg-label-instagram {
  background-color: #fadee7 !important;
  color: #e1306c !important;
}

.bg-label-hover-instagram {
  background-color: #fadee7 !important;
  color: #e1306c !important;
}
.bg-label-hover-instagram:hover {
  background-color: #e1306c !important;
  color: #fff !important;
}

.border-label-instagram {
  border: 3px solid #f3acc4;
}

.btn-instagram, .btn-instagram[data-trigger=hover].dropdown-toggle:not(.show) {
  color: #fff;
  background-color: #e1306c;
  border-color: #e1306c;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}
.btn-instagram:hover, .btn-instagram[data-trigger=hover].show.dropdown-toggle:hover {
  color: #fff !important;
  background-color: #e75989 !important;
  border-color: #e75989 !important;
  box-shadow: 0 0.25rem 1rem rgba(147, 158, 170, 0.45) !important;
}
.btn-check:focus + .btn-instagram, .btn-instagram:focus, .btn-instagram.focus {
  color: #fff;
  background-color: #bf295c;
  border-color: #bf295c;
  box-shadow: none;
}
.btn-check:checked + .btn-instagram, .btn-check:active + .btn-instagram, .btn-instagram:active, .btn-instagram.active, .btn-instagram.show.dropdown-toggle, .show > .btn-instagram.dropdown-toggle {
  color: #fff !important;
  background-color: #bf295c !important;
  border-color: #bf295c !important;
}
.btn-check:checked + .btn-instagram:focus, .btn-check:active + .btn-instagram:focus, .btn-instagram:active:focus, .btn-instagram.active:focus, .btn-instagram.show.dropdown-toggle:focus, .show > .btn-instagram.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-instagram.disabled, .btn-instagram:disabled {
  color: #fff !important;
  background-color: #e1306c !important;
  border-color: #e1306c !important;
  box-shadow: none !important;
}

.btn-group .btn-instagram,
.input-group .btn-instagram {
  border-right: var(--bs-border-width) solid #bf295c;
  border-left: var(--bs-border-width) solid #bf295c;
}

.btn-group-vertical .btn-instagram {
  border-top-color: #bf295c;
  border-bottom-color: #bf295c;
}

.btn-label-instagram {
  color: #e1306c;
  border-color: transparent;
  background: #fadee7;
}
.btn-label-instagram:hover {
  border-color: transparent !important;
  background: #e1306c !important;
  color: #fff !important;
}
.btn-label-instagram:focus, .btn-label-instagram.focus {
  color: #fff;
  background: #bf295c;
  box-shadow: none !important;
}
.btn-label-instagram:active, .btn-label-instagram.active, .btn-label-instagram.show.dropdown-toggle, .show > .btn-label-instagram.dropdown-toggle {
  color: #fff !important;
  background-color: #bf295c !important;
  border-color: transparent !important;
}
.btn-label-instagram:active:focus, .btn-label-instagram.active:focus, .btn-label-instagram.show.dropdown-toggle:focus, .show > .btn-label-instagram.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-label-instagram.disabled, .btn-label-instagram:disabled {
  color: #e1306c !important;
  border-color: transparent !important;
  background: #fadee7 !important;
  box-shadow: none !important;
}

.btn-group .btn-label-instagram,
.input-group .btn-label-instagram {
  border-right: var(--bs-border-width) solid #bf295c;
  border-left: var(--bs-border-width) solid #bf295c;
}

.btn-group-vertical .btn-label-instagram {
  border-top-color: #bf295c;
  border-bottom-color: #bf295c;
}

.btn-outline-instagram {
  color: #e1306c;
  border-color: #e1306c;
  background: transparent;
}
.btn-outline-instagram:hover {
  color: #fff !important;
  background-color: #e1306c !important;
  border-color: #e1306c !important;
}
.btn-check:focus + .btn-outline-instagram, .btn-outline-instagram:focus {
  color: #fff;
  background-color: #bf295c;
  border-color: #bf295c;
  box-shadow: none;
}
.btn-check:checked + .btn-outline-instagram, .btn-check:active + .btn-outline-instagram, .btn-outline-instagram:active, .btn-outline-instagram.active, .btn-outline-instagram.dropdown-toggle.show {
  color: #fff !important;
  background-color: #bf295c !important;
  border-color: #bf295c !important;
}
.btn-check:checked + .btn-outline-instagram:focus, .btn-check:active + .btn-outline-instagram:focus, .btn-outline-instagram:active:focus, .btn-outline-instagram.active:focus, .btn-outline-instagram.dropdown-toggle.show:focus {
  box-shadow: none;
}
.btn-outline-instagram.disabled, .btn-outline-instagram:disabled {
  color: #e1306c !important;
  background-color: transparent !important;
}

.btn-outline-instagram .badge {
  background: #e1306c;
  border-color: #e1306c;
  color: #fff;
}

.btn-outline-instagram:hover .badge,
.btn-outline-instagram:focus:hover .badge,
.btn-outline-instagram:active .badge,
.btn-outline-instagram.active .badge,
.show > .btn-outline-instagram.dropdown-toggle .badge {
  background: #fff;
  border-color: #fff;
  color: #e1306c;
}

.bg-linkedin {
  background-color: #0077b5 !important;
}

a.bg-linkedin:hover, a.bg-linkedin:focus {
  background-color: #0071ac !important;
}

.dropdown-notifications-item:not(.mark-as-read) .dropdown-notifications-read span {
  background-color: #0077b5;
}

.bg-label-linkedin {
  background-color: #d6e9f3 !important;
  color: #0077b5 !important;
}

.bg-label-hover-linkedin {
  background-color: #d6e9f3 !important;
  color: #0077b5 !important;
}
.bg-label-hover-linkedin:hover {
  background-color: #0077b5 !important;
  color: #fff !important;
}

.border-label-linkedin {
  border: 3px solid #99c9e1;
}

.btn-linkedin, .btn-linkedin[data-trigger=hover].dropdown-toggle:not(.show) {
  color: #fff;
  background-color: #0077b5;
  border-color: #0077b5;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}
.btn-linkedin:hover, .btn-linkedin[data-trigger=hover].show.dropdown-toggle:hover {
  color: #fff !important;
  background-color: #3392c4 !important;
  border-color: #3392c4 !important;
  box-shadow: 0 0.25rem 1rem rgba(147, 158, 170, 0.45) !important;
}
.btn-check:focus + .btn-linkedin, .btn-linkedin:focus, .btn-linkedin.focus {
  color: #fff;
  background-color: #00659a;
  border-color: #00659a;
  box-shadow: none;
}
.btn-check:checked + .btn-linkedin, .btn-check:active + .btn-linkedin, .btn-linkedin:active, .btn-linkedin.active, .btn-linkedin.show.dropdown-toggle, .show > .btn-linkedin.dropdown-toggle {
  color: #fff !important;
  background-color: #00659a !important;
  border-color: #00659a !important;
}
.btn-check:checked + .btn-linkedin:focus, .btn-check:active + .btn-linkedin:focus, .btn-linkedin:active:focus, .btn-linkedin.active:focus, .btn-linkedin.show.dropdown-toggle:focus, .show > .btn-linkedin.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-linkedin.disabled, .btn-linkedin:disabled {
  color: #fff !important;
  background-color: #0077b5 !important;
  border-color: #0077b5 !important;
  box-shadow: none !important;
}

.btn-group .btn-linkedin,
.input-group .btn-linkedin {
  border-right: var(--bs-border-width) solid #00659a;
  border-left: var(--bs-border-width) solid #00659a;
}

.btn-group-vertical .btn-linkedin {
  border-top-color: #00659a;
  border-bottom-color: #00659a;
}

.btn-label-linkedin {
  color: #0077b5;
  border-color: transparent;
  background: #d6e9f3;
}
.btn-label-linkedin:hover {
  border-color: transparent !important;
  background: #0077b5 !important;
  color: #fff !important;
}
.btn-label-linkedin:focus, .btn-label-linkedin.focus {
  color: #fff;
  background: #00659a;
  box-shadow: none !important;
}
.btn-label-linkedin:active, .btn-label-linkedin.active, .btn-label-linkedin.show.dropdown-toggle, .show > .btn-label-linkedin.dropdown-toggle {
  color: #fff !important;
  background-color: #00659a !important;
  border-color: transparent !important;
}
.btn-label-linkedin:active:focus, .btn-label-linkedin.active:focus, .btn-label-linkedin.show.dropdown-toggle:focus, .show > .btn-label-linkedin.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-label-linkedin.disabled, .btn-label-linkedin:disabled {
  color: #0077b5 !important;
  border-color: transparent !important;
  background: #d6e9f3 !important;
  box-shadow: none !important;
}

.btn-group .btn-label-linkedin,
.input-group .btn-label-linkedin {
  border-right: var(--bs-border-width) solid #00659a;
  border-left: var(--bs-border-width) solid #00659a;
}

.btn-group-vertical .btn-label-linkedin {
  border-top-color: #00659a;
  border-bottom-color: #00659a;
}

.btn-outline-linkedin {
  color: #0077b5;
  border-color: #0077b5;
  background: transparent;
}
.btn-outline-linkedin:hover {
  color: #fff !important;
  background-color: #0077b5 !important;
  border-color: #0077b5 !important;
}
.btn-check:focus + .btn-outline-linkedin, .btn-outline-linkedin:focus {
  color: #fff;
  background-color: #00659a;
  border-color: #00659a;
  box-shadow: none;
}
.btn-check:checked + .btn-outline-linkedin, .btn-check:active + .btn-outline-linkedin, .btn-outline-linkedin:active, .btn-outline-linkedin.active, .btn-outline-linkedin.dropdown-toggle.show {
  color: #fff !important;
  background-color: #00659a !important;
  border-color: #00659a !important;
}
.btn-check:checked + .btn-outline-linkedin:focus, .btn-check:active + .btn-outline-linkedin:focus, .btn-outline-linkedin:active:focus, .btn-outline-linkedin.active:focus, .btn-outline-linkedin.dropdown-toggle.show:focus {
  box-shadow: none;
}
.btn-outline-linkedin.disabled, .btn-outline-linkedin:disabled {
  color: #0077b5 !important;
  background-color: transparent !important;
}

.btn-outline-linkedin .badge {
  background: #0077b5;
  border-color: #0077b5;
  color: #fff;
}

.btn-outline-linkedin:hover .badge,
.btn-outline-linkedin:focus:hover .badge,
.btn-outline-linkedin:active .badge,
.btn-outline-linkedin.active .badge,
.show > .btn-outline-linkedin.dropdown-toggle .badge {
  background: #fff;
  border-color: #fff;
  color: #0077b5;
}

.bg-github {
  background-color: #333 !important;
}

a.bg-github:hover, a.bg-github:focus {
  background-color: #303030 !important;
}

.dropdown-notifications-item:not(.mark-as-read) .dropdown-notifications-read span {
  background-color: #333;
}

.bg-label-github {
  background-color: #dedede !important;
  color: #333 !important;
}

.bg-label-hover-github {
  background-color: #dedede !important;
  color: #333 !important;
}
.bg-label-hover-github:hover {
  background-color: #333 !important;
  color: #fff !important;
}

.border-label-github {
  border: 3px solid #adadad;
}

.btn-github, .btn-github[data-trigger=hover].dropdown-toggle:not(.show) {
  color: #fff;
  background-color: #333;
  border-color: #333;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}
.btn-github:hover, .btn-github[data-trigger=hover].show.dropdown-toggle:hover {
  color: #fff !important;
  background-color: #5c5c5c !important;
  border-color: #5c5c5c !important;
  box-shadow: 0 0.25rem 1rem rgba(147, 158, 170, 0.45) !important;
}
.btn-check:focus + .btn-github, .btn-github:focus, .btn-github.focus {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #2b2b2b;
  box-shadow: none;
}
.btn-check:checked + .btn-github, .btn-check:active + .btn-github, .btn-github:active, .btn-github.active, .btn-github.show.dropdown-toggle, .show > .btn-github.dropdown-toggle {
  color: #fff !important;
  background-color: #2b2b2b !important;
  border-color: #2b2b2b !important;
}
.btn-check:checked + .btn-github:focus, .btn-check:active + .btn-github:focus, .btn-github:active:focus, .btn-github.active:focus, .btn-github.show.dropdown-toggle:focus, .show > .btn-github.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-github.disabled, .btn-github:disabled {
  color: #fff !important;
  background-color: #333 !important;
  border-color: #333 !important;
  box-shadow: none !important;
}

.btn-group .btn-github,
.input-group .btn-github {
  border-right: var(--bs-border-width) solid #2b2b2b;
  border-left: var(--bs-border-width) solid #2b2b2b;
}

.btn-group-vertical .btn-github {
  border-top-color: #2b2b2b;
  border-bottom-color: #2b2b2b;
}

.btn-label-github {
  color: #333;
  border-color: transparent;
  background: #dedede;
}
.btn-label-github:hover {
  border-color: transparent !important;
  background: #333 !important;
  color: #fff !important;
}
.btn-label-github:focus, .btn-label-github.focus {
  color: #fff;
  background: #2b2b2b;
  box-shadow: none !important;
}
.btn-label-github:active, .btn-label-github.active, .btn-label-github.show.dropdown-toggle, .show > .btn-label-github.dropdown-toggle {
  color: #fff !important;
  background-color: #2b2b2b !important;
  border-color: transparent !important;
}
.btn-label-github:active:focus, .btn-label-github.active:focus, .btn-label-github.show.dropdown-toggle:focus, .show > .btn-label-github.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-label-github.disabled, .btn-label-github:disabled {
  color: #333 !important;
  border-color: transparent !important;
  background: #dedede !important;
  box-shadow: none !important;
}

.btn-group .btn-label-github,
.input-group .btn-label-github {
  border-right: var(--bs-border-width) solid #2b2b2b;
  border-left: var(--bs-border-width) solid #2b2b2b;
}

.btn-group-vertical .btn-label-github {
  border-top-color: #2b2b2b;
  border-bottom-color: #2b2b2b;
}

.btn-outline-github {
  color: #333;
  border-color: #333;
  background: transparent;
}
.btn-outline-github:hover {
  color: #fff !important;
  background-color: #333 !important;
  border-color: #333 !important;
}
.btn-check:focus + .btn-outline-github, .btn-outline-github:focus {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #2b2b2b;
  box-shadow: none;
}
.btn-check:checked + .btn-outline-github, .btn-check:active + .btn-outline-github, .btn-outline-github:active, .btn-outline-github.active, .btn-outline-github.dropdown-toggle.show {
  color: #fff !important;
  background-color: #2b2b2b !important;
  border-color: #2b2b2b !important;
}
.btn-check:checked + .btn-outline-github:focus, .btn-check:active + .btn-outline-github:focus, .btn-outline-github:active:focus, .btn-outline-github.active:focus, .btn-outline-github.dropdown-toggle.show:focus {
  box-shadow: none;
}
.btn-outline-github.disabled, .btn-outline-github:disabled {
  color: #333 !important;
  background-color: transparent !important;
}

.btn-outline-github .badge {
  background: #333;
  border-color: #333;
  color: #fff;
}

.btn-outline-github:hover .badge,
.btn-outline-github:focus:hover .badge,
.btn-outline-github:active .badge,
.btn-outline-github.active .badge,
.show > .btn-outline-github.dropdown-toggle .badge {
  background: #fff;
  border-color: #fff;
  color: #333;
}

.bg-dribbble {
  background-color: #ea4c89 !important;
}

a.bg-dribbble:hover, a.bg-dribbble:focus {
  background-color: #de4882 !important;
}

.dropdown-notifications-item:not(.mark-as-read) .dropdown-notifications-read span {
  background-color: #ea4c89;
}

.bg-label-dribbble {
  background-color: #fce2ec !important;
  color: #ea4c89 !important;
}

.bg-label-hover-dribbble {
  background-color: #fce2ec !important;
  color: #ea4c89 !important;
}
.bg-label-hover-dribbble:hover {
  background-color: #ea4c89 !important;
  color: #fff !important;
}

.border-label-dribbble {
  border: 3px solid #f7b7d0;
}

.btn-dribbble, .btn-dribbble[data-trigger=hover].dropdown-toggle:not(.show) {
  color: #fff;
  background-color: #ea4c89;
  border-color: #ea4c89;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}
.btn-dribbble:hover, .btn-dribbble[data-trigger=hover].show.dropdown-toggle:hover {
  color: #fff !important;
  background-color: #ee70a1 !important;
  border-color: #ee70a1 !important;
  box-shadow: 0 0.25rem 1rem rgba(147, 158, 170, 0.45) !important;
}
.btn-check:focus + .btn-dribbble, .btn-dribbble:focus, .btn-dribbble.focus {
  color: #fff;
  background-color: #c74174;
  border-color: #c74174;
  box-shadow: none;
}
.btn-check:checked + .btn-dribbble, .btn-check:active + .btn-dribbble, .btn-dribbble:active, .btn-dribbble.active, .btn-dribbble.show.dropdown-toggle, .show > .btn-dribbble.dropdown-toggle {
  color: #fff !important;
  background-color: #c74174 !important;
  border-color: #c74174 !important;
}
.btn-check:checked + .btn-dribbble:focus, .btn-check:active + .btn-dribbble:focus, .btn-dribbble:active:focus, .btn-dribbble.active:focus, .btn-dribbble.show.dropdown-toggle:focus, .show > .btn-dribbble.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-dribbble.disabled, .btn-dribbble:disabled {
  color: #fff !important;
  background-color: #ea4c89 !important;
  border-color: #ea4c89 !important;
  box-shadow: none !important;
}

.btn-group .btn-dribbble,
.input-group .btn-dribbble {
  border-right: var(--bs-border-width) solid #c74174;
  border-left: var(--bs-border-width) solid #c74174;
}

.btn-group-vertical .btn-dribbble {
  border-top-color: #c74174;
  border-bottom-color: #c74174;
}

.btn-label-dribbble {
  color: #ea4c89;
  border-color: transparent;
  background: #fce2ec;
}
.btn-label-dribbble:hover {
  border-color: transparent !important;
  background: #ea4c89 !important;
  color: #fff !important;
}
.btn-label-dribbble:focus, .btn-label-dribbble.focus {
  color: #fff;
  background: #c74174;
  box-shadow: none !important;
}
.btn-label-dribbble:active, .btn-label-dribbble.active, .btn-label-dribbble.show.dropdown-toggle, .show > .btn-label-dribbble.dropdown-toggle {
  color: #fff !important;
  background-color: #c74174 !important;
  border-color: transparent !important;
}
.btn-label-dribbble:active:focus, .btn-label-dribbble.active:focus, .btn-label-dribbble.show.dropdown-toggle:focus, .show > .btn-label-dribbble.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-label-dribbble.disabled, .btn-label-dribbble:disabled {
  color: #ea4c89 !important;
  border-color: transparent !important;
  background: #fce2ec !important;
  box-shadow: none !important;
}

.btn-group .btn-label-dribbble,
.input-group .btn-label-dribbble {
  border-right: var(--bs-border-width) solid #c74174;
  border-left: var(--bs-border-width) solid #c74174;
}

.btn-group-vertical .btn-label-dribbble {
  border-top-color: #c74174;
  border-bottom-color: #c74174;
}

.btn-outline-dribbble {
  color: #ea4c89;
  border-color: #ea4c89;
  background: transparent;
}
.btn-outline-dribbble:hover {
  color: #fff !important;
  background-color: #ea4c89 !important;
  border-color: #ea4c89 !important;
}
.btn-check:focus + .btn-outline-dribbble, .btn-outline-dribbble:focus {
  color: #fff;
  background-color: #c74174;
  border-color: #c74174;
  box-shadow: none;
}
.btn-check:checked + .btn-outline-dribbble, .btn-check:active + .btn-outline-dribbble, .btn-outline-dribbble:active, .btn-outline-dribbble.active, .btn-outline-dribbble.dropdown-toggle.show {
  color: #fff !important;
  background-color: #c74174 !important;
  border-color: #c74174 !important;
}
.btn-check:checked + .btn-outline-dribbble:focus, .btn-check:active + .btn-outline-dribbble:focus, .btn-outline-dribbble:active:focus, .btn-outline-dribbble.active:focus, .btn-outline-dribbble.dropdown-toggle.show:focus {
  box-shadow: none;
}
.btn-outline-dribbble.disabled, .btn-outline-dribbble:disabled {
  color: #ea4c89 !important;
  background-color: transparent !important;
}

.btn-outline-dribbble .badge {
  background: #ea4c89;
  border-color: #ea4c89;
  color: #fff;
}

.btn-outline-dribbble:hover .badge,
.btn-outline-dribbble:focus:hover .badge,
.btn-outline-dribbble:active .badge,
.btn-outline-dribbble.active .badge,
.show > .btn-outline-dribbble.dropdown-toggle .badge {
  background: #fff;
  border-color: #fff;
  color: #ea4c89;
}

.bg-pinterest {
  background-color: #cb2027 !important;
}

a.bg-pinterest:hover, a.bg-pinterest:focus {
  background-color: #c11e25 !important;
}

.dropdown-notifications-item:not(.mark-as-read) .dropdown-notifications-read span {
  background-color: #cb2027;
}

.bg-label-pinterest {
  background-color: #f7dbdc !important;
  color: #cb2027 !important;
}

.bg-label-hover-pinterest {
  background-color: #f7dbdc !important;
  color: #cb2027 !important;
}
.bg-label-hover-pinterest:hover {
  background-color: #cb2027 !important;
  color: #fff !important;
}

.border-label-pinterest {
  border: 3px solid #eaa6a9;
}

.btn-pinterest, .btn-pinterest[data-trigger=hover].dropdown-toggle:not(.show) {
  color: #fff;
  background-color: #cb2027;
  border-color: #cb2027;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}
.btn-pinterest:hover, .btn-pinterest[data-trigger=hover].show.dropdown-toggle:hover {
  color: #fff !important;
  background-color: #d54d52 !important;
  border-color: #d54d52 !important;
  box-shadow: 0 0.25rem 1rem rgba(147, 158, 170, 0.45) !important;
}
.btn-check:focus + .btn-pinterest, .btn-pinterest:focus, .btn-pinterest.focus {
  color: #fff;
  background-color: #ad1b21;
  border-color: #ad1b21;
  box-shadow: none;
}
.btn-check:checked + .btn-pinterest, .btn-check:active + .btn-pinterest, .btn-pinterest:active, .btn-pinterest.active, .btn-pinterest.show.dropdown-toggle, .show > .btn-pinterest.dropdown-toggle {
  color: #fff !important;
  background-color: #ad1b21 !important;
  border-color: #ad1b21 !important;
}
.btn-check:checked + .btn-pinterest:focus, .btn-check:active + .btn-pinterest:focus, .btn-pinterest:active:focus, .btn-pinterest.active:focus, .btn-pinterest.show.dropdown-toggle:focus, .show > .btn-pinterest.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-pinterest.disabled, .btn-pinterest:disabled {
  color: #fff !important;
  background-color: #cb2027 !important;
  border-color: #cb2027 !important;
  box-shadow: none !important;
}

.btn-group .btn-pinterest,
.input-group .btn-pinterest {
  border-right: var(--bs-border-width) solid #ad1b21;
  border-left: var(--bs-border-width) solid #ad1b21;
}

.btn-group-vertical .btn-pinterest {
  border-top-color: #ad1b21;
  border-bottom-color: #ad1b21;
}

.btn-label-pinterest {
  color: #cb2027;
  border-color: transparent;
  background: #f7dbdc;
}
.btn-label-pinterest:hover {
  border-color: transparent !important;
  background: #cb2027 !important;
  color: #fff !important;
}
.btn-label-pinterest:focus, .btn-label-pinterest.focus {
  color: #fff;
  background: #ad1b21;
  box-shadow: none !important;
}
.btn-label-pinterest:active, .btn-label-pinterest.active, .btn-label-pinterest.show.dropdown-toggle, .show > .btn-label-pinterest.dropdown-toggle {
  color: #fff !important;
  background-color: #ad1b21 !important;
  border-color: transparent !important;
}
.btn-label-pinterest:active:focus, .btn-label-pinterest.active:focus, .btn-label-pinterest.show.dropdown-toggle:focus, .show > .btn-label-pinterest.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-label-pinterest.disabled, .btn-label-pinterest:disabled {
  color: #cb2027 !important;
  border-color: transparent !important;
  background: #f7dbdc !important;
  box-shadow: none !important;
}

.btn-group .btn-label-pinterest,
.input-group .btn-label-pinterest {
  border-right: var(--bs-border-width) solid #ad1b21;
  border-left: var(--bs-border-width) solid #ad1b21;
}

.btn-group-vertical .btn-label-pinterest {
  border-top-color: #ad1b21;
  border-bottom-color: #ad1b21;
}

.btn-outline-pinterest {
  color: #cb2027;
  border-color: #cb2027;
  background: transparent;
}
.btn-outline-pinterest:hover {
  color: #fff !important;
  background-color: #cb2027 !important;
  border-color: #cb2027 !important;
}
.btn-check:focus + .btn-outline-pinterest, .btn-outline-pinterest:focus {
  color: #fff;
  background-color: #ad1b21;
  border-color: #ad1b21;
  box-shadow: none;
}
.btn-check:checked + .btn-outline-pinterest, .btn-check:active + .btn-outline-pinterest, .btn-outline-pinterest:active, .btn-outline-pinterest.active, .btn-outline-pinterest.dropdown-toggle.show {
  color: #fff !important;
  background-color: #ad1b21 !important;
  border-color: #ad1b21 !important;
}
.btn-check:checked + .btn-outline-pinterest:focus, .btn-check:active + .btn-outline-pinterest:focus, .btn-outline-pinterest:active:focus, .btn-outline-pinterest.active:focus, .btn-outline-pinterest.dropdown-toggle.show:focus {
  box-shadow: none;
}
.btn-outline-pinterest.disabled, .btn-outline-pinterest:disabled {
  color: #cb2027 !important;
  background-color: transparent !important;
}

.btn-outline-pinterest .badge {
  background: #cb2027;
  border-color: #cb2027;
  color: #fff;
}

.btn-outline-pinterest:hover .badge,
.btn-outline-pinterest:focus:hover .badge,
.btn-outline-pinterest:active .badge,
.btn-outline-pinterest.active .badge,
.show > .btn-outline-pinterest.dropdown-toggle .badge {
  background: #fff;
  border-color: #fff;
  color: #cb2027;
}

.bg-slack {
  background-color: #4a154b !important;
}

a.bg-slack:hover, a.bg-slack:focus {
  background-color: #461447 !important;
}

.dropdown-notifications-item:not(.mark-as-read) .dropdown-notifications-read span {
  background-color: #4a154b;
}

.bg-label-slack {
  background-color: #e2dae2 !important;
  color: #4a154b !important;
}

.bg-label-hover-slack {
  background-color: #e2dae2 !important;
  color: #4a154b !important;
}
.bg-label-hover-slack:hover {
  background-color: #4a154b !important;
  color: #fff !important;
}

.border-label-slack {
  border: 3px solid #b7a1b7;
}

.btn-slack, .btn-slack[data-trigger=hover].dropdown-toggle:not(.show) {
  color: #fff;
  background-color: #4a154b;
  border-color: #4a154b;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}
.btn-slack:hover, .btn-slack[data-trigger=hover].show.dropdown-toggle:hover {
  color: #fff !important;
  background-color: #6e446f !important;
  border-color: #6e446f !important;
  box-shadow: 0 0.25rem 1rem rgba(147, 158, 170, 0.45) !important;
}
.btn-check:focus + .btn-slack, .btn-slack:focus, .btn-slack.focus {
  color: #fff;
  background-color: #3f1240;
  border-color: #3f1240;
  box-shadow: none;
}
.btn-check:checked + .btn-slack, .btn-check:active + .btn-slack, .btn-slack:active, .btn-slack.active, .btn-slack.show.dropdown-toggle, .show > .btn-slack.dropdown-toggle {
  color: #fff !important;
  background-color: #3f1240 !important;
  border-color: #3f1240 !important;
}
.btn-check:checked + .btn-slack:focus, .btn-check:active + .btn-slack:focus, .btn-slack:active:focus, .btn-slack.active:focus, .btn-slack.show.dropdown-toggle:focus, .show > .btn-slack.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-slack.disabled, .btn-slack:disabled {
  color: #fff !important;
  background-color: #4a154b !important;
  border-color: #4a154b !important;
  box-shadow: none !important;
}

.btn-group .btn-slack,
.input-group .btn-slack {
  border-right: var(--bs-border-width) solid #3f1240;
  border-left: var(--bs-border-width) solid #3f1240;
}

.btn-group-vertical .btn-slack {
  border-top-color: #3f1240;
  border-bottom-color: #3f1240;
}

.btn-label-slack {
  color: #4a154b;
  border-color: transparent;
  background: #e2dae2;
}
.btn-label-slack:hover {
  border-color: transparent !important;
  background: #4a154b !important;
  color: #fff !important;
}
.btn-label-slack:focus, .btn-label-slack.focus {
  color: #fff;
  background: #3f1240;
  box-shadow: none !important;
}
.btn-label-slack:active, .btn-label-slack.active, .btn-label-slack.show.dropdown-toggle, .show > .btn-label-slack.dropdown-toggle {
  color: #fff !important;
  background-color: #3f1240 !important;
  border-color: transparent !important;
}
.btn-label-slack:active:focus, .btn-label-slack.active:focus, .btn-label-slack.show.dropdown-toggle:focus, .show > .btn-label-slack.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-label-slack.disabled, .btn-label-slack:disabled {
  color: #4a154b !important;
  border-color: transparent !important;
  background: #e2dae2 !important;
  box-shadow: none !important;
}

.btn-group .btn-label-slack,
.input-group .btn-label-slack {
  border-right: var(--bs-border-width) solid #3f1240;
  border-left: var(--bs-border-width) solid #3f1240;
}

.btn-group-vertical .btn-label-slack {
  border-top-color: #3f1240;
  border-bottom-color: #3f1240;
}

.btn-outline-slack {
  color: #4a154b;
  border-color: #4a154b;
  background: transparent;
}
.btn-outline-slack:hover {
  color: #fff !important;
  background-color: #4a154b !important;
  border-color: #4a154b !important;
}
.btn-check:focus + .btn-outline-slack, .btn-outline-slack:focus {
  color: #fff;
  background-color: #3f1240;
  border-color: #3f1240;
  box-shadow: none;
}
.btn-check:checked + .btn-outline-slack, .btn-check:active + .btn-outline-slack, .btn-outline-slack:active, .btn-outline-slack.active, .btn-outline-slack.dropdown-toggle.show {
  color: #fff !important;
  background-color: #3f1240 !important;
  border-color: #3f1240 !important;
}
.btn-check:checked + .btn-outline-slack:focus, .btn-check:active + .btn-outline-slack:focus, .btn-outline-slack:active:focus, .btn-outline-slack.active:focus, .btn-outline-slack.dropdown-toggle.show:focus {
  box-shadow: none;
}
.btn-outline-slack.disabled, .btn-outline-slack:disabled {
  color: #4a154b !important;
  background-color: transparent !important;
}

.btn-outline-slack .badge {
  background: #4a154b;
  border-color: #4a154b;
  color: #fff;
}

.btn-outline-slack:hover .badge,
.btn-outline-slack:focus:hover .badge,
.btn-outline-slack:active .badge,
.btn-outline-slack.active .badge,
.show > .btn-outline-slack.dropdown-toggle .badge {
  background: #fff;
  border-color: #fff;
  color: #4a154b;
}

.bg-reddit {
  background-color: #ff4500 !important;
}

a.bg-reddit:hover, a.bg-reddit:focus {
  background-color: #f24200 !important;
}

.dropdown-notifications-item:not(.mark-as-read) .dropdown-notifications-read span {
  background-color: #ff4500;
}

.bg-label-reddit {
  background-color: #ffe1d6 !important;
  color: #ff4500 !important;
}

.bg-label-hover-reddit {
  background-color: #ffe1d6 !important;
  color: #ff4500 !important;
}
.bg-label-hover-reddit:hover {
  background-color: #ff4500 !important;
  color: #fff !important;
}

.border-label-reddit {
  border: 3px solid #ffb599;
}

.btn-reddit, .btn-reddit[data-trigger=hover].dropdown-toggle:not(.show) {
  color: #fff;
  background-color: #ff4500;
  border-color: #ff4500;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}
.btn-reddit:hover, .btn-reddit[data-trigger=hover].show.dropdown-toggle:hover {
  color: #fff !important;
  background-color: #ff6a33 !important;
  border-color: #ff6a33 !important;
  box-shadow: 0 0.25rem 1rem rgba(147, 158, 170, 0.45) !important;
}
.btn-check:focus + .btn-reddit, .btn-reddit:focus, .btn-reddit.focus {
  color: #fff;
  background-color: #d93b00;
  border-color: #d93b00;
  box-shadow: none;
}
.btn-check:checked + .btn-reddit, .btn-check:active + .btn-reddit, .btn-reddit:active, .btn-reddit.active, .btn-reddit.show.dropdown-toggle, .show > .btn-reddit.dropdown-toggle {
  color: #fff !important;
  background-color: #d93b00 !important;
  border-color: #d93b00 !important;
}
.btn-check:checked + .btn-reddit:focus, .btn-check:active + .btn-reddit:focus, .btn-reddit:active:focus, .btn-reddit.active:focus, .btn-reddit.show.dropdown-toggle:focus, .show > .btn-reddit.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-reddit.disabled, .btn-reddit:disabled {
  color: #fff !important;
  background-color: #ff4500 !important;
  border-color: #ff4500 !important;
  box-shadow: none !important;
}

.btn-group .btn-reddit,
.input-group .btn-reddit {
  border-right: var(--bs-border-width) solid #d93b00;
  border-left: var(--bs-border-width) solid #d93b00;
}

.btn-group-vertical .btn-reddit {
  border-top-color: #d93b00;
  border-bottom-color: #d93b00;
}

.btn-label-reddit {
  color: #ff4500;
  border-color: transparent;
  background: #ffe1d6;
}
.btn-label-reddit:hover {
  border-color: transparent !important;
  background: #ff4500 !important;
  color: #fff !important;
}
.btn-label-reddit:focus, .btn-label-reddit.focus {
  color: #fff;
  background: #d93b00;
  box-shadow: none !important;
}
.btn-label-reddit:active, .btn-label-reddit.active, .btn-label-reddit.show.dropdown-toggle, .show > .btn-label-reddit.dropdown-toggle {
  color: #fff !important;
  background-color: #d93b00 !important;
  border-color: transparent !important;
}
.btn-label-reddit:active:focus, .btn-label-reddit.active:focus, .btn-label-reddit.show.dropdown-toggle:focus, .show > .btn-label-reddit.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-label-reddit.disabled, .btn-label-reddit:disabled {
  color: #ff4500 !important;
  border-color: transparent !important;
  background: #ffe1d6 !important;
  box-shadow: none !important;
}

.btn-group .btn-label-reddit,
.input-group .btn-label-reddit {
  border-right: var(--bs-border-width) solid #d93b00;
  border-left: var(--bs-border-width) solid #d93b00;
}

.btn-group-vertical .btn-label-reddit {
  border-top-color: #d93b00;
  border-bottom-color: #d93b00;
}

.btn-outline-reddit {
  color: #ff4500;
  border-color: #ff4500;
  background: transparent;
}
.btn-outline-reddit:hover {
  color: #fff !important;
  background-color: #ff4500 !important;
  border-color: #ff4500 !important;
}
.btn-check:focus + .btn-outline-reddit, .btn-outline-reddit:focus {
  color: #fff;
  background-color: #d93b00;
  border-color: #d93b00;
  box-shadow: none;
}
.btn-check:checked + .btn-outline-reddit, .btn-check:active + .btn-outline-reddit, .btn-outline-reddit:active, .btn-outline-reddit.active, .btn-outline-reddit.dropdown-toggle.show {
  color: #fff !important;
  background-color: #d93b00 !important;
  border-color: #d93b00 !important;
}
.btn-check:checked + .btn-outline-reddit:focus, .btn-check:active + .btn-outline-reddit:focus, .btn-outline-reddit:active:focus, .btn-outline-reddit.active:focus, .btn-outline-reddit.dropdown-toggle.show:focus {
  box-shadow: none;
}
.btn-outline-reddit.disabled, .btn-outline-reddit:disabled {
  color: #ff4500 !important;
  background-color: transparent !important;
}

.btn-outline-reddit .badge {
  background: #ff4500;
  border-color: #ff4500;
  color: #fff;
}

.btn-outline-reddit:hover .badge,
.btn-outline-reddit:focus:hover .badge,
.btn-outline-reddit:active .badge,
.btn-outline-reddit.active .badge,
.show > .btn-outline-reddit.dropdown-toggle .badge {
  background: #fff;
  border-color: #fff;
  color: #ff4500;
}

.bg-youtube {
  background-color: #ff0000 !important;
}

a.bg-youtube:hover, a.bg-youtube:focus {
  background-color: #f20000 !important;
}

.dropdown-notifications-item:not(.mark-as-read) .dropdown-notifications-read span {
  background-color: #ff0000;
}

.bg-label-youtube {
  background-color: #ffd6d6 !important;
  color: #ff0000 !important;
}

.bg-label-hover-youtube {
  background-color: #ffd6d6 !important;
  color: #ff0000 !important;
}
.bg-label-hover-youtube:hover {
  background-color: #ff0000 !important;
  color: #fff !important;
}

.border-label-youtube {
  border: 3px solid #ff9999;
}

.btn-youtube, .btn-youtube[data-trigger=hover].dropdown-toggle:not(.show) {
  color: #fff;
  background-color: #ff0000;
  border-color: #ff0000;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}
.btn-youtube:hover, .btn-youtube[data-trigger=hover].show.dropdown-toggle:hover {
  color: #fff !important;
  background-color: #ff3333 !important;
  border-color: #ff3333 !important;
  box-shadow: 0 0.25rem 1rem rgba(147, 158, 170, 0.45) !important;
}
.btn-check:focus + .btn-youtube, .btn-youtube:focus, .btn-youtube.focus {
  color: #fff;
  background-color: #d90000;
  border-color: #d90000;
  box-shadow: none;
}
.btn-check:checked + .btn-youtube, .btn-check:active + .btn-youtube, .btn-youtube:active, .btn-youtube.active, .btn-youtube.show.dropdown-toggle, .show > .btn-youtube.dropdown-toggle {
  color: #fff !important;
  background-color: #d90000 !important;
  border-color: #d90000 !important;
}
.btn-check:checked + .btn-youtube:focus, .btn-check:active + .btn-youtube:focus, .btn-youtube:active:focus, .btn-youtube.active:focus, .btn-youtube.show.dropdown-toggle:focus, .show > .btn-youtube.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-youtube.disabled, .btn-youtube:disabled {
  color: #fff !important;
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
  box-shadow: none !important;
}

.btn-group .btn-youtube,
.input-group .btn-youtube {
  border-right: var(--bs-border-width) solid #d90000;
  border-left: var(--bs-border-width) solid #d90000;
}

.btn-group-vertical .btn-youtube {
  border-top-color: #d90000;
  border-bottom-color: #d90000;
}

.btn-label-youtube {
  color: #ff0000;
  border-color: transparent;
  background: #ffd6d6;
}
.btn-label-youtube:hover {
  border-color: transparent !important;
  background: #ff0000 !important;
  color: #fff !important;
}
.btn-label-youtube:focus, .btn-label-youtube.focus {
  color: #fff;
  background: #d90000;
  box-shadow: none !important;
}
.btn-label-youtube:active, .btn-label-youtube.active, .btn-label-youtube.show.dropdown-toggle, .show > .btn-label-youtube.dropdown-toggle {
  color: #fff !important;
  background-color: #d90000 !important;
  border-color: transparent !important;
}
.btn-label-youtube:active:focus, .btn-label-youtube.active:focus, .btn-label-youtube.show.dropdown-toggle:focus, .show > .btn-label-youtube.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-label-youtube.disabled, .btn-label-youtube:disabled {
  color: #ff0000 !important;
  border-color: transparent !important;
  background: #ffd6d6 !important;
  box-shadow: none !important;
}

.btn-group .btn-label-youtube,
.input-group .btn-label-youtube {
  border-right: var(--bs-border-width) solid #d90000;
  border-left: var(--bs-border-width) solid #d90000;
}

.btn-group-vertical .btn-label-youtube {
  border-top-color: #d90000;
  border-bottom-color: #d90000;
}

.btn-outline-youtube {
  color: #ff0000;
  border-color: #ff0000;
  background: transparent;
}
.btn-outline-youtube:hover {
  color: #fff !important;
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
}
.btn-check:focus + .btn-outline-youtube, .btn-outline-youtube:focus {
  color: #fff;
  background-color: #d90000;
  border-color: #d90000;
  box-shadow: none;
}
.btn-check:checked + .btn-outline-youtube, .btn-check:active + .btn-outline-youtube, .btn-outline-youtube:active, .btn-outline-youtube.active, .btn-outline-youtube.dropdown-toggle.show {
  color: #fff !important;
  background-color: #d90000 !important;
  border-color: #d90000 !important;
}
.btn-check:checked + .btn-outline-youtube:focus, .btn-check:active + .btn-outline-youtube:focus, .btn-outline-youtube:active:focus, .btn-outline-youtube.active:focus, .btn-outline-youtube.dropdown-toggle.show:focus {
  box-shadow: none;
}
.btn-outline-youtube.disabled, .btn-outline-youtube:disabled {
  color: #ff0000 !important;
  background-color: transparent !important;
}

.btn-outline-youtube .badge {
  background: #ff0000;
  border-color: #ff0000;
  color: #fff;
}

.btn-outline-youtube:hover .badge,
.btn-outline-youtube:focus:hover .badge,
.btn-outline-youtube:active .badge,
.btn-outline-youtube.active .badge,
.show > .btn-outline-youtube.dropdown-toggle .badge {
  background: #fff;
  border-color: #fff;
  color: #ff0000;
}

.bg-vimeo {
  background-color: #1ab7ea !important;
}

a.bg-vimeo:hover, a.bg-vimeo:focus {
  background-color: #19aede !important;
}

.dropdown-notifications-item:not(.mark-as-read) .dropdown-notifications-read span {
  background-color: #1ab7ea;
}

.bg-label-vimeo {
  background-color: #daf3fc !important;
  color: #1ab7ea !important;
}

.bg-label-hover-vimeo {
  background-color: #daf3fc !important;
  color: #1ab7ea !important;
}
.bg-label-hover-vimeo:hover {
  background-color: #1ab7ea !important;
  color: #fff !important;
}

.border-label-vimeo {
  border: 3px solid #a3e2f7;
}

.btn-vimeo, .btn-vimeo[data-trigger=hover].dropdown-toggle:not(.show) {
  color: #fff;
  background-color: #1ab7ea;
  border-color: #1ab7ea;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}
.btn-vimeo:hover, .btn-vimeo[data-trigger=hover].show.dropdown-toggle:hover {
  color: #fff !important;
  background-color: #48c5ee !important;
  border-color: #48c5ee !important;
  box-shadow: 0 0.25rem 1rem rgba(147, 158, 170, 0.45) !important;
}
.btn-check:focus + .btn-vimeo, .btn-vimeo:focus, .btn-vimeo.focus {
  color: #fff;
  background-color: #169cc7;
  border-color: #169cc7;
  box-shadow: none;
}
.btn-check:checked + .btn-vimeo, .btn-check:active + .btn-vimeo, .btn-vimeo:active, .btn-vimeo.active, .btn-vimeo.show.dropdown-toggle, .show > .btn-vimeo.dropdown-toggle {
  color: #fff !important;
  background-color: #169cc7 !important;
  border-color: #169cc7 !important;
}
.btn-check:checked + .btn-vimeo:focus, .btn-check:active + .btn-vimeo:focus, .btn-vimeo:active:focus, .btn-vimeo.active:focus, .btn-vimeo.show.dropdown-toggle:focus, .show > .btn-vimeo.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-vimeo.disabled, .btn-vimeo:disabled {
  color: #fff !important;
  background-color: #1ab7ea !important;
  border-color: #1ab7ea !important;
  box-shadow: none !important;
}

.btn-group .btn-vimeo,
.input-group .btn-vimeo {
  border-right: var(--bs-border-width) solid #169cc7;
  border-left: var(--bs-border-width) solid #169cc7;
}

.btn-group-vertical .btn-vimeo {
  border-top-color: #169cc7;
  border-bottom-color: #169cc7;
}

.btn-label-vimeo {
  color: #1ab7ea;
  border-color: transparent;
  background: #daf3fc;
}
.btn-label-vimeo:hover {
  border-color: transparent !important;
  background: #1ab7ea !important;
  color: #fff !important;
}
.btn-label-vimeo:focus, .btn-label-vimeo.focus {
  color: #fff;
  background: #169cc7;
  box-shadow: none !important;
}
.btn-label-vimeo:active, .btn-label-vimeo.active, .btn-label-vimeo.show.dropdown-toggle, .show > .btn-label-vimeo.dropdown-toggle {
  color: #fff !important;
  background-color: #169cc7 !important;
  border-color: transparent !important;
}
.btn-label-vimeo:active:focus, .btn-label-vimeo.active:focus, .btn-label-vimeo.show.dropdown-toggle:focus, .show > .btn-label-vimeo.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-label-vimeo.disabled, .btn-label-vimeo:disabled {
  color: #1ab7ea !important;
  border-color: transparent !important;
  background: #daf3fc !important;
  box-shadow: none !important;
}

.btn-group .btn-label-vimeo,
.input-group .btn-label-vimeo {
  border-right: var(--bs-border-width) solid #169cc7;
  border-left: var(--bs-border-width) solid #169cc7;
}

.btn-group-vertical .btn-label-vimeo {
  border-top-color: #169cc7;
  border-bottom-color: #169cc7;
}

.btn-outline-vimeo {
  color: #1ab7ea;
  border-color: #1ab7ea;
  background: transparent;
}
.btn-outline-vimeo:hover {
  color: #fff !important;
  background-color: #1ab7ea !important;
  border-color: #1ab7ea !important;
}
.btn-check:focus + .btn-outline-vimeo, .btn-outline-vimeo:focus {
  color: #fff;
  background-color: #169cc7;
  border-color: #169cc7;
  box-shadow: none;
}
.btn-check:checked + .btn-outline-vimeo, .btn-check:active + .btn-outline-vimeo, .btn-outline-vimeo:active, .btn-outline-vimeo.active, .btn-outline-vimeo.dropdown-toggle.show {
  color: #fff !important;
  background-color: #169cc7 !important;
  border-color: #169cc7 !important;
}
.btn-check:checked + .btn-outline-vimeo:focus, .btn-check:active + .btn-outline-vimeo:focus, .btn-outline-vimeo:active:focus, .btn-outline-vimeo.active:focus, .btn-outline-vimeo.dropdown-toggle.show:focus {
  box-shadow: none;
}
.btn-outline-vimeo.disabled, .btn-outline-vimeo:disabled {
  color: #1ab7ea !important;
  background-color: transparent !important;
}

.btn-outline-vimeo .badge {
  background: #1ab7ea;
  border-color: #1ab7ea;
  color: #fff;
}

.btn-outline-vimeo:hover .badge,
.btn-outline-vimeo:focus:hover .badge,
.btn-outline-vimeo:active .badge,
.btn-outline-vimeo.active .badge,
.show > .btn-outline-vimeo.dropdown-toggle .badge {
  background: #fff;
  border-color: #fff;
  color: #1ab7ea;
}

.btn-white, .btn-white[data-trigger=hover].dropdown-toggle:not(.show) {
  color: #677788;
  background-color: #fff;
  border-color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}
.btn-white:hover, .btn-white[data-trigger=hover].show.dropdown-toggle:hover {
  color: #fff !important;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
  box-shadow: 0 0.25rem 1rem rgba(147, 158, 170, 0.45) !important;
}
.btn-check:focus + .btn-white, .btn-white:focus, .btn-white.focus {
  color: #263c55;
  background-color: white;
  border-color: white;
  box-shadow: none;
}
.btn-check:checked + .btn-white, .btn-check:active + .btn-white, .btn-white:active, .btn-white.active, .btn-white.show.dropdown-toggle, .show > .btn-white.dropdown-toggle {
  color: #263c55 !important;
  background-color: white !important;
  border-color: white !important;
}
.btn-check:checked + .btn-white:focus, .btn-check:active + .btn-white:focus, .btn-white:active:focus, .btn-white.active:focus, .btn-white.show.dropdown-toggle:focus, .show > .btn-white.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-white.disabled, .btn-white:disabled {
  color: #263c55 !important;
  background-color: #fff !important;
  border-color: #fff !important;
  box-shadow: none !important;
}

.btn-group .btn-white,
.input-group .btn-white {
  border-right: var(--bs-border-width) solid white;
  border-left: var(--bs-border-width) solid white;
}

.btn-group-vertical .btn-white {
  border-top-color: white;
  border-bottom-color: white;
}

.btn-label-white {
  color: #677788;
  border-color: transparent;
  background: white;
}
.btn-label-white:hover {
  border-color: transparent !important;
  background: #fff !important;
  color: #677788 !important;
}
.btn-label-white:focus, .btn-label-white.focus {
  color: #677788;
  background: white;
  box-shadow: none !important;
}
.btn-label-white:active, .btn-label-white.active, .btn-label-white.show.dropdown-toggle, .show > .btn-label-white.dropdown-toggle {
  color: #677788 !important;
  background-color: white !important;
  border-color: transparent !important;
}
.btn-label-white:active:focus, .btn-label-white.active:focus, .btn-label-white.show.dropdown-toggle:focus, .show > .btn-label-white.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-label-white.disabled, .btn-label-white:disabled {
  color: #677788 !important;
  border-color: transparent !important;
  background: white !important;
  box-shadow: none !important;
}

.btn-group .btn-label-white,
.input-group .btn-label-white {
  border-right: var(--bs-border-width) solid white;
  border-left: var(--bs-border-width) solid white;
}

.btn-group-vertical .btn-label-white {
  border-top-color: white;
  border-bottom-color: white;
}

.btn-outline-white {
  color: #fff;
  border-color: #fff;
  background: transparent;
}
.btn-outline-white:hover {
  color: #263c55 !important;
  background-color: #fff !important;
  border-color: #fff !important;
}
.btn-check:focus + .btn-outline-white, .btn-outline-white:focus {
  color: #263c55;
  background-color: white;
  border-color: white;
  box-shadow: none;
}
.btn-check:checked + .btn-outline-white, .btn-check:active + .btn-outline-white, .btn-outline-white:active, .btn-outline-white.active, .btn-outline-white.dropdown-toggle.show {
  color: #263c55 !important;
  background-color: white !important;
  border-color: white !important;
}
.btn-check:checked + .btn-outline-white:focus, .btn-check:active + .btn-outline-white:focus, .btn-outline-white:active:focus, .btn-outline-white.active:focus, .btn-outline-white.dropdown-toggle.show:focus {
  box-shadow: none;
}
.btn-outline-white.disabled, .btn-outline-white:disabled {
  color: #fff !important;
  background-color: transparent !important;
}

.btn-outline-white .badge {
  background: #fff;
  border-color: #fff;
  color: #263c55;
}

.btn-outline-white:hover .badge,
.btn-outline-white:focus:hover .badge,
.btn-outline-white:active .badge,
.btn-outline-white.active .badge,
.show > .btn-outline-white.dropdown-toggle .badge {
  background: #263c55;
  border-color: #263c55;
  color: #fff;
}

.form-check-black .form-check-input:focus {
  border-color: #000;
}
.form-check-black .form-check-input:checked {
  background-color: #000;
  border-color: #000;
}
.form-check-black .form-check-input[type=checkbox]:indeterminate {
  background-color: #000;
  border-color: #000;
}

.form-check-black.custom-option.checked {
  border: 1px solid #000;
}

.form-check-white .form-check-input:focus {
  border-color: #fff;
}
.form-check-white .form-check-input:checked {
  background-color: #fff;
  border-color: #fff;
}
.form-check-white .form-check-input[type=checkbox]:indeterminate {
  background-color: #fff;
  border-color: #fff;
}

.form-check-white.custom-option.checked {
  border: 1px solid #fff;
}

.form-check-silver .form-check-input:focus {
  border-color: #eee;
}
.form-check-silver .form-check-input:checked {
  background-color: #eee;
  border-color: #eee;
}
.form-check-silver .form-check-input[type=checkbox]:indeterminate {
  background-color: #eee;
  border-color: #eee;
}

.form-check-silver.custom-option.checked {
  border: 1px solid #eee;
}

.form-check-gray .form-check-input:focus {
  border-color: #777;
}
.form-check-gray .form-check-input:checked {
  background-color: #777;
  border-color: #777;
}
.form-check-gray .form-check-input[type=checkbox]:indeterminate {
  background-color: #777;
  border-color: #777;
}

.form-check-gray.custom-option.checked {
  border: 1px solid #777;
}

.form-check-gold .form-check-input:focus {
  border-color: #ffeb3b;
}
.form-check-gold .form-check-input:checked {
  background-color: #ffeb3b;
  border-color: #ffeb3b;
}
.form-check-gold .form-check-input[type=checkbox]:indeterminate {
  background-color: #ffeb3b;
  border-color: #ffeb3b;
}

.form-check-gold.custom-option.checked {
  border: 1px solid #ffeb3b;
}

.form-check-pink .form-check-input:focus {
  border-color: #e91e63;
}
.form-check-pink .form-check-input:checked {
  background-color: #e91e63;
  border-color: #e91e63;
}
.form-check-pink .form-check-input[type=checkbox]:indeterminate {
  background-color: #e91e63;
  border-color: #e91e63;
}

.form-check-pink.custom-option.checked {
  border: 1px solid #e91e63;
}

.form-check-red .form-check-input:focus {
  border-color: #f44336;
}
.form-check-red .form-check-input:checked {
  background-color: #f44336;
  border-color: #f44336;
}
.form-check-red .form-check-input[type=checkbox]:indeterminate {
  background-color: #f44336;
  border-color: #f44336;
}

.form-check-red.custom-option.checked {
  border: 1px solid #f44336;
}

.navbar.bg-secondary {
  background-color: #8a8a88 !important;
  color: #e0e5ea;
}
.navbar.bg-secondary .navbar-brand,
.navbar.bg-secondary .navbar-brand a {
  color: #fff;
}
.navbar.bg-secondary .navbar-brand:hover, .navbar.bg-secondary .navbar-brand:focus,
.navbar.bg-secondary .navbar-brand a:hover,
.navbar.bg-secondary .navbar-brand a:focus {
  color: #fff;
}
.navbar.bg-secondary .navbar-search-wrapper .navbar-search-icon,
.navbar.bg-secondary .navbar-search-wrapper .search-input {
  color: #e0e5ea;
}
.navbar.bg-secondary .search-input-wrapper .search-input,
.navbar.bg-secondary .search-input-wrapper .search-toggler {
  background-color: #8a8a88 !important;
  color: #e0e5ea;
}
.navbar.bg-secondary .navbar-nav > .nav-link,
.navbar.bg-secondary .navbar-nav > .nav-item > .nav-link,
.navbar.bg-secondary .navbar-nav > .nav > .nav-item > .nav-link {
  color: #e0e5ea;
}
.navbar.bg-secondary .navbar-nav > .nav-link:hover, .navbar.bg-secondary .navbar-nav > .nav-link:focus,
.navbar.bg-secondary .navbar-nav > .nav-item > .nav-link:hover,
.navbar.bg-secondary .navbar-nav > .nav-item > .nav-link:focus,
.navbar.bg-secondary .navbar-nav > .nav > .nav-item > .nav-link:hover,
.navbar.bg-secondary .navbar-nav > .nav > .nav-item > .nav-link:focus {
  color: #fff;
}
.navbar.bg-secondary .navbar-nav > .nav-link.disabled,
.navbar.bg-secondary .navbar-nav > .nav-item > .nav-link.disabled,
.navbar.bg-secondary .navbar-nav > .nav > .nav-item > .nav-link.disabled {
  color: #b0bdca !important;
}
.navbar.bg-secondary .navbar-nav .show > .nav-link,
.navbar.bg-secondary .navbar-nav .active > .nav-link,
.navbar.bg-secondary .navbar-nav .nav-link.show,
.navbar.bg-secondary .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar.bg-secondary .navbar-toggler {
  color: #e0e5ea;
  border-color: rgba(255, 255, 255, 0.15);
}
.navbar.bg-secondary .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba(255, 255, 255, 0.8)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}
.navbar.bg-secondary .navbar-text {
  color: #e0e5ea;
}
.navbar.bg-secondary .navbar-text a {
  color: #fff;
}
.navbar.bg-secondary .navbar-text a:hover, .navbar.bg-secondary .navbar-text a:focus {
  color: #fff;
}
.navbar.bg-secondary hr {
  border-color: rgba(255, 255, 255, 0.15);
}

.navbar.bg-success {
  background-color: #39da8a !important;
  color: #e2faee;
}
.navbar.bg-success .navbar-brand,
.navbar.bg-success .navbar-brand a {
  color: #fff;
}
.navbar.bg-success .navbar-brand:hover, .navbar.bg-success .navbar-brand:focus,
.navbar.bg-success .navbar-brand a:hover,
.navbar.bg-success .navbar-brand a:focus {
  color: #fff;
}
.navbar.bg-success .navbar-search-wrapper .navbar-search-icon,
.navbar.bg-success .navbar-search-wrapper .search-input {
  color: #e2faee;
}
.navbar.bg-success .search-input-wrapper .search-input,
.navbar.bg-success .search-input-wrapper .search-toggler {
  background-color: #39da8a !important;
  color: #e2faee;
}
.navbar.bg-success .navbar-nav > .nav-link,
.navbar.bg-success .navbar-nav > .nav-item > .nav-link,
.navbar.bg-success .navbar-nav > .nav > .nav-item > .nav-link {
  color: #e2faee;
}
.navbar.bg-success .navbar-nav > .nav-link:hover, .navbar.bg-success .navbar-nav > .nav-link:focus,
.navbar.bg-success .navbar-nav > .nav-item > .nav-link:hover,
.navbar.bg-success .navbar-nav > .nav-item > .nav-link:focus,
.navbar.bg-success .navbar-nav > .nav > .nav-item > .nav-link:hover,
.navbar.bg-success .navbar-nav > .nav > .nav-item > .nav-link:focus {
  color: #fff;
}
.navbar.bg-success .navbar-nav > .nav-link.disabled,
.navbar.bg-success .navbar-nav > .nav-item > .nav-link.disabled,
.navbar.bg-success .navbar-nav > .nav > .nav-item > .nav-link.disabled {
  color: #9eedc6 !important;
}
.navbar.bg-success .navbar-nav .show > .nav-link,
.navbar.bg-success .navbar-nav .active > .nav-link,
.navbar.bg-success .navbar-nav .nav-link.show,
.navbar.bg-success .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar.bg-success .navbar-toggler {
  color: #e2faee;
  border-color: rgba(255, 255, 255, 0.15);
}
.navbar.bg-success .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba(255, 255, 255, 0.8)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}
.navbar.bg-success .navbar-text {
  color: #e2faee;
}
.navbar.bg-success .navbar-text a {
  color: #fff;
}
.navbar.bg-success .navbar-text a:hover, .navbar.bg-success .navbar-text a:focus {
  color: #fff;
}
.navbar.bg-success hr {
  border-color: rgba(255, 255, 255, 0.15);
}

.navbar.bg-info {
  background-color: #00cfdd !important;
  color: #d4f7f9;
}
.navbar.bg-info .navbar-brand,
.navbar.bg-info .navbar-brand a {
  color: #fff;
}
.navbar.bg-info .navbar-brand:hover, .navbar.bg-info .navbar-brand:focus,
.navbar.bg-info .navbar-brand a:hover,
.navbar.bg-info .navbar-brand a:focus {
  color: #fff;
}
.navbar.bg-info .navbar-search-wrapper .navbar-search-icon,
.navbar.bg-info .navbar-search-wrapper .search-input {
  color: #d4f7f9;
}
.navbar.bg-info .search-input-wrapper .search-input,
.navbar.bg-info .search-input-wrapper .search-toggler {
  background-color: #00cfdd !important;
  color: #d4f7f9;
}
.navbar.bg-info .navbar-nav > .nav-link,
.navbar.bg-info .navbar-nav > .nav-item > .nav-link,
.navbar.bg-info .navbar-nav > .nav > .nav-item > .nav-link {
  color: #d4f7f9;
}
.navbar.bg-info .navbar-nav > .nav-link:hover, .navbar.bg-info .navbar-nav > .nav-link:focus,
.navbar.bg-info .navbar-nav > .nav-item > .nav-link:hover,
.navbar.bg-info .navbar-nav > .nav-item > .nav-link:focus,
.navbar.bg-info .navbar-nav > .nav > .nav-item > .nav-link:hover,
.navbar.bg-info .navbar-nav > .nav > .nav-item > .nav-link:focus {
  color: #fff;
}
.navbar.bg-info .navbar-nav > .nav-link.disabled,
.navbar.bg-info .navbar-nav > .nav-item > .nav-link.disabled,
.navbar.bg-info .navbar-nav > .nav > .nav-item > .nav-link.disabled {
  color: #7fe7ee !important;
}
.navbar.bg-info .navbar-nav .show > .nav-link,
.navbar.bg-info .navbar-nav .active > .nav-link,
.navbar.bg-info .navbar-nav .nav-link.show,
.navbar.bg-info .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar.bg-info .navbar-toggler {
  color: #d4f7f9;
  border-color: rgba(255, 255, 255, 0.15);
}
.navbar.bg-info .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba(255, 255, 255, 0.8)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}
.navbar.bg-info .navbar-text {
  color: #d4f7f9;
}
.navbar.bg-info .navbar-text a {
  color: #fff;
}
.navbar.bg-info .navbar-text a:hover, .navbar.bg-info .navbar-text a:focus {
  color: #fff;
}
.navbar.bg-info hr {
  border-color: rgba(255, 255, 255, 0.15);
}

.navbar.bg-warning {
  background-color: #fdac41 !important;
  color: #fff6ea;
}
.navbar.bg-warning .navbar-brand,
.navbar.bg-warning .navbar-brand a {
  color: #fff;
}
.navbar.bg-warning .navbar-brand:hover, .navbar.bg-warning .navbar-brand:focus,
.navbar.bg-warning .navbar-brand a:hover,
.navbar.bg-warning .navbar-brand a:focus {
  color: #fff;
}
.navbar.bg-warning .navbar-search-wrapper .navbar-search-icon,
.navbar.bg-warning .navbar-search-wrapper .search-input {
  color: #fff6ea;
}
.navbar.bg-warning .search-input-wrapper .search-input,
.navbar.bg-warning .search-input-wrapper .search-toggler {
  background-color: #fdac41 !important;
  color: #fff6ea;
}
.navbar.bg-warning .navbar-nav > .nav-link,
.navbar.bg-warning .navbar-nav > .nav-item > .nav-link,
.navbar.bg-warning .navbar-nav > .nav > .nav-item > .nav-link {
  color: #fff6ea;
}
.navbar.bg-warning .navbar-nav > .nav-link:hover, .navbar.bg-warning .navbar-nav > .nav-link:focus,
.navbar.bg-warning .navbar-nav > .nav-item > .nav-link:hover,
.navbar.bg-warning .navbar-nav > .nav-item > .nav-link:focus,
.navbar.bg-warning .navbar-nav > .nav > .nav-item > .nav-link:hover,
.navbar.bg-warning .navbar-nav > .nav > .nav-item > .nav-link:focus {
  color: #fff;
}
.navbar.bg-warning .navbar-nav > .nav-link.disabled,
.navbar.bg-warning .navbar-nav > .nav-item > .nav-link.disabled,
.navbar.bg-warning .navbar-nav > .nav > .nav-item > .nav-link.disabled {
  color: #fed8a6 !important;
}
.navbar.bg-warning .navbar-nav .show > .nav-link,
.navbar.bg-warning .navbar-nav .active > .nav-link,
.navbar.bg-warning .navbar-nav .nav-link.show,
.navbar.bg-warning .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar.bg-warning .navbar-toggler {
  color: #fff6ea;
  border-color: rgba(255, 255, 255, 0.15);
}
.navbar.bg-warning .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba(255, 255, 255, 0.8)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}
.navbar.bg-warning .navbar-text {
  color: #fff6ea;
}
.navbar.bg-warning .navbar-text a {
  color: #fff;
}
.navbar.bg-warning .navbar-text a:hover, .navbar.bg-warning .navbar-text a:focus {
  color: #fff;
}
.navbar.bg-warning hr {
  border-color: rgba(255, 255, 255, 0.15);
}

.navbar.bg-danger {
  background-color: #ff5b5c !important;
  color: #ffe1e2;
}
.navbar.bg-danger .navbar-brand,
.navbar.bg-danger .navbar-brand a {
  color: #fff;
}
.navbar.bg-danger .navbar-brand:hover, .navbar.bg-danger .navbar-brand:focus,
.navbar.bg-danger .navbar-brand a:hover,
.navbar.bg-danger .navbar-brand a:focus {
  color: #fff;
}
.navbar.bg-danger .navbar-search-wrapper .navbar-search-icon,
.navbar.bg-danger .navbar-search-wrapper .search-input {
  color: #ffe1e2;
}
.navbar.bg-danger .search-input-wrapper .search-input,
.navbar.bg-danger .search-input-wrapper .search-toggler {
  background-color: #ff5b5c !important;
  color: #ffe1e2;
}
.navbar.bg-danger .navbar-nav > .nav-link,
.navbar.bg-danger .navbar-nav > .nav-item > .nav-link,
.navbar.bg-danger .navbar-nav > .nav > .nav-item > .nav-link {
  color: #ffe1e2;
}
.navbar.bg-danger .navbar-nav > .nav-link:hover, .navbar.bg-danger .navbar-nav > .nav-link:focus,
.navbar.bg-danger .navbar-nav > .nav-item > .nav-link:hover,
.navbar.bg-danger .navbar-nav > .nav-item > .nav-link:focus,
.navbar.bg-danger .navbar-nav > .nav > .nav-item > .nav-link:hover,
.navbar.bg-danger .navbar-nav > .nav > .nav-item > .nav-link:focus {
  color: #fff;
}
.navbar.bg-danger .navbar-nav > .nav-link.disabled,
.navbar.bg-danger .navbar-nav > .nav-item > .nav-link.disabled,
.navbar.bg-danger .navbar-nav > .nav > .nav-item > .nav-link.disabled {
  color: #ffabac !important;
}
.navbar.bg-danger .navbar-nav .show > .nav-link,
.navbar.bg-danger .navbar-nav .active > .nav-link,
.navbar.bg-danger .navbar-nav .nav-link.show,
.navbar.bg-danger .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar.bg-danger .navbar-toggler {
  color: #ffe1e2;
  border-color: rgba(255, 255, 255, 0.15);
}
.navbar.bg-danger .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba(255, 255, 255, 0.8)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}
.navbar.bg-danger .navbar-text {
  color: #ffe1e2;
}
.navbar.bg-danger .navbar-text a {
  color: #fff;
}
.navbar.bg-danger .navbar-text a:hover, .navbar.bg-danger .navbar-text a:focus {
  color: #fff;
}
.navbar.bg-danger hr {
  border-color: rgba(255, 255, 255, 0.15);
}

.navbar.bg-dark {
  background-color: #495563 !important;
  color: #ced1d5;
}
.navbar.bg-dark .navbar-brand,
.navbar.bg-dark .navbar-brand a {
  color: #fff;
}
.navbar.bg-dark .navbar-brand:hover, .navbar.bg-dark .navbar-brand:focus,
.navbar.bg-dark .navbar-brand a:hover,
.navbar.bg-dark .navbar-brand a:focus {
  color: #fff;
}
.navbar.bg-dark .navbar-search-wrapper .navbar-search-icon,
.navbar.bg-dark .navbar-search-wrapper .search-input {
  color: #ced1d5;
}
.navbar.bg-dark .search-input-wrapper .search-input,
.navbar.bg-dark .search-input-wrapper .search-toggler {
  background-color: #495563 !important;
  color: #ced1d5;
}
.navbar.bg-dark .navbar-nav > .nav-link,
.navbar.bg-dark .navbar-nav > .nav-item > .nav-link,
.navbar.bg-dark .navbar-nav > .nav > .nav-item > .nav-link {
  color: #ced1d5;
}
.navbar.bg-dark .navbar-nav > .nav-link:hover, .navbar.bg-dark .navbar-nav > .nav-link:focus,
.navbar.bg-dark .navbar-nav > .nav-item > .nav-link:hover,
.navbar.bg-dark .navbar-nav > .nav-item > .nav-link:focus,
.navbar.bg-dark .navbar-nav > .nav > .nav-item > .nav-link:hover,
.navbar.bg-dark .navbar-nav > .nav > .nav-item > .nav-link:focus {
  color: #fff;
}
.navbar.bg-dark .navbar-nav > .nav-link.disabled,
.navbar.bg-dark .navbar-nav > .nav-item > .nav-link.disabled,
.navbar.bg-dark .navbar-nav > .nav > .nav-item > .nav-link.disabled {
  color: #999fa7 !important;
}
.navbar.bg-dark .navbar-nav .show > .nav-link,
.navbar.bg-dark .navbar-nav .active > .nav-link,
.navbar.bg-dark .navbar-nav .nav-link.show,
.navbar.bg-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar.bg-dark .navbar-toggler {
  color: #ced1d5;
  border-color: rgba(255, 255, 255, 0.15);
}
.navbar.bg-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba(255, 255, 255, 0.8)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}
.navbar.bg-dark .navbar-text {
  color: #ced1d5;
}
.navbar.bg-dark .navbar-text a {
  color: #fff;
}
.navbar.bg-dark .navbar-text a:hover, .navbar.bg-dark .navbar-text a:focus {
  color: #fff;
}
.navbar.bg-dark hr {
  border-color: rgba(255, 255, 255, 0.15);
}

.navbar.bg-gray {
  background-color: #939eaa !important;
  color: #eef0f2;
}
.navbar.bg-gray .navbar-brand,
.navbar.bg-gray .navbar-brand a {
  color: #fff;
}
.navbar.bg-gray .navbar-brand:hover, .navbar.bg-gray .navbar-brand:focus,
.navbar.bg-gray .navbar-brand a:hover,
.navbar.bg-gray .navbar-brand a:focus {
  color: #fff;
}
.navbar.bg-gray .navbar-search-wrapper .navbar-search-icon,
.navbar.bg-gray .navbar-search-wrapper .search-input {
  color: #eef0f2;
}
.navbar.bg-gray .search-input-wrapper .search-input,
.navbar.bg-gray .search-input-wrapper .search-toggler {
  background-color: rgba(38, 60, 85, 0.5) !important;
  color: #eef0f2;
}
.navbar.bg-gray .navbar-nav > .nav-link,
.navbar.bg-gray .navbar-nav > .nav-item > .nav-link,
.navbar.bg-gray .navbar-nav > .nav > .nav-item > .nav-link {
  color: #eef0f2;
}
.navbar.bg-gray .navbar-nav > .nav-link:hover, .navbar.bg-gray .navbar-nav > .nav-link:focus,
.navbar.bg-gray .navbar-nav > .nav-item > .nav-link:hover,
.navbar.bg-gray .navbar-nav > .nav-item > .nav-link:focus,
.navbar.bg-gray .navbar-nav > .nav > .nav-item > .nav-link:hover,
.navbar.bg-gray .navbar-nav > .nav > .nav-item > .nav-link:focus {
  color: #fff;
}
.navbar.bg-gray .navbar-nav > .nav-link.disabled,
.navbar.bg-gray .navbar-nav > .nav-item > .nav-link.disabled,
.navbar.bg-gray .navbar-nav > .nav > .nav-item > .nav-link.disabled {
  color: #cacfd5 !important;
}
.navbar.bg-gray .navbar-nav .show > .nav-link,
.navbar.bg-gray .navbar-nav .active > .nav-link,
.navbar.bg-gray .navbar-nav .nav-link.show,
.navbar.bg-gray .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar.bg-gray .navbar-toggler {
  color: #eef0f2;
  border-color: rgba(255, 255, 255, 0.15);
}
.navbar.bg-gray .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba(255, 255, 255, 0.8)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}
.navbar.bg-gray .navbar-text {
  color: #eef0f2;
}
.navbar.bg-gray .navbar-text a {
  color: #fff;
}
.navbar.bg-gray .navbar-text a:hover, .navbar.bg-gray .navbar-text a:focus {
  color: #fff;
}
.navbar.bg-gray hr {
  border-color: rgba(255, 255, 255, 0.15);
}

.navbar.bg-white {
  background-color: #fff !important;
  color: #677788;
}
.navbar.bg-white .navbar-brand,
.navbar.bg-white .navbar-brand a {
  color: #516377;
}
.navbar.bg-white .navbar-brand:hover, .navbar.bg-white .navbar-brand:focus,
.navbar.bg-white .navbar-brand a:hover,
.navbar.bg-white .navbar-brand a:focus {
  color: #516377;
}
.navbar.bg-white .navbar-search-wrapper .navbar-search-icon,
.navbar.bg-white .navbar-search-wrapper .search-input {
  color: #677788;
}
.navbar.bg-white .search-input-wrapper .search-input,
.navbar.bg-white .search-input-wrapper .search-toggler {
  background-color: #fff !important;
  color: #677788;
}
.navbar.bg-white .navbar-nav > .nav-link,
.navbar.bg-white .navbar-nav > .nav-item > .nav-link,
.navbar.bg-white .navbar-nav > .nav > .nav-item > .nav-link {
  color: #677788;
}
.navbar.bg-white .navbar-nav > .nav-link:hover, .navbar.bg-white .navbar-nav > .nav-link:focus,
.navbar.bg-white .navbar-nav > .nav-item > .nav-link:hover,
.navbar.bg-white .navbar-nav > .nav-item > .nav-link:focus,
.navbar.bg-white .navbar-nav > .nav > .nav-item > .nav-link:hover,
.navbar.bg-white .navbar-nav > .nav > .nav-item > .nav-link:focus {
  color: #516377;
}
.navbar.bg-white .navbar-nav > .nav-link.disabled,
.navbar.bg-white .navbar-nav > .nav-item > .nav-link.disabled,
.navbar.bg-white .navbar-nav > .nav > .nav-item > .nav-link.disabled {
  color: #a4adb8 !important;
}
.navbar.bg-white .navbar-nav .show > .nav-link,
.navbar.bg-white .navbar-nav .active > .nav-link,
.navbar.bg-white .navbar-nav .nav-link.show,
.navbar.bg-white .navbar-nav .nav-link.active {
  color: #516377;
}
.navbar.bg-white .navbar-toggler {
  color: #677788;
  border-color: rgba(81, 99, 119, 0.075);
}
.navbar.bg-white .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba(103, 119, 136, 0.75)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}
.navbar.bg-white .navbar-text {
  color: #677788;
}
.navbar.bg-white .navbar-text a {
  color: #516377;
}
.navbar.bg-white .navbar-text a:hover, .navbar.bg-white .navbar-text a:focus {
  color: #516377;
}
.navbar.bg-white hr {
  border-color: rgba(81, 99, 119, 0.075);
}

.navbar.bg-light {
  background-color: #e9ecee !important;
  color: #677788;
}
.navbar.bg-light .navbar-brand,
.navbar.bg-light .navbar-brand a {
  color: #516377;
}
.navbar.bg-light .navbar-brand:hover, .navbar.bg-light .navbar-brand:focus,
.navbar.bg-light .navbar-brand a:hover,
.navbar.bg-light .navbar-brand a:focus {
  color: #516377;
}
.navbar.bg-light .navbar-search-wrapper .navbar-search-icon,
.navbar.bg-light .navbar-search-wrapper .search-input {
  color: #677788;
}
.navbar.bg-light .search-input-wrapper .search-input,
.navbar.bg-light .search-input-wrapper .search-toggler {
  background-color: rgba(38, 60, 85, 0.1) !important;
  color: #677788;
}
.navbar.bg-light .navbar-nav > .nav-link,
.navbar.bg-light .navbar-nav > .nav-item > .nav-link,
.navbar.bg-light .navbar-nav > .nav > .nav-item > .nav-link {
  color: #677788;
}
.navbar.bg-light .navbar-nav > .nav-link:hover, .navbar.bg-light .navbar-nav > .nav-link:focus,
.navbar.bg-light .navbar-nav > .nav-item > .nav-link:hover,
.navbar.bg-light .navbar-nav > .nav-item > .nav-link:focus,
.navbar.bg-light .navbar-nav > .nav > .nav-item > .nav-link:hover,
.navbar.bg-light .navbar-nav > .nav > .nav-item > .nav-link:focus {
  color: #516377;
}
.navbar.bg-light .navbar-nav > .nav-link.disabled,
.navbar.bg-light .navbar-nav > .nav-item > .nav-link.disabled,
.navbar.bg-light .navbar-nav > .nav > .nav-item > .nav-link.disabled {
  color: #9ba6b1 !important;
}
.navbar.bg-light .navbar-nav .show > .nav-link,
.navbar.bg-light .navbar-nav .active > .nav-link,
.navbar.bg-light .navbar-nav .nav-link.show,
.navbar.bg-light .navbar-nav .nav-link.active {
  color: #516377;
}
.navbar.bg-light .navbar-toggler {
  color: #677788;
  border-color: rgba(81, 99, 119, 0.0788566667);
}
.navbar.bg-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba(103, 119, 136, 0.75)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}
.navbar.bg-light .navbar-text {
  color: #677788;
}
.navbar.bg-light .navbar-text a {
  color: #516377;
}
.navbar.bg-light .navbar-text a:hover, .navbar.bg-light .navbar-text a:focus {
  color: #516377;
}
.navbar.bg-light hr {
  border-color: rgba(81, 99, 119, 0.0788566667);
}

.navbar.bg-lighter {
  background-color: #f2f3f5 !important;
  color: #677788;
}
.navbar.bg-lighter .navbar-brand,
.navbar.bg-lighter .navbar-brand a {
  color: #516377;
}
.navbar.bg-lighter .navbar-brand:hover, .navbar.bg-lighter .navbar-brand:focus,
.navbar.bg-lighter .navbar-brand a:hover,
.navbar.bg-lighter .navbar-brand a:focus {
  color: #516377;
}
.navbar.bg-lighter .navbar-search-wrapper .navbar-search-icon,
.navbar.bg-lighter .navbar-search-wrapper .search-input {
  color: #677788;
}
.navbar.bg-lighter .search-input-wrapper .search-input,
.navbar.bg-lighter .search-input-wrapper .search-toggler {
  background-color: rgba(38, 60, 85, 0.06) !important;
  color: #677788;
}
.navbar.bg-lighter .navbar-nav > .nav-link,
.navbar.bg-lighter .navbar-nav > .nav-item > .nav-link,
.navbar.bg-lighter .navbar-nav > .nav > .nav-item > .nav-link {
  color: #677788;
}
.navbar.bg-lighter .navbar-nav > .nav-link:hover, .navbar.bg-lighter .navbar-nav > .nav-link:focus,
.navbar.bg-lighter .navbar-nav > .nav-item > .nav-link:hover,
.navbar.bg-lighter .navbar-nav > .nav-item > .nav-link:focus,
.navbar.bg-lighter .navbar-nav > .nav > .nav-item > .nav-link:hover,
.navbar.bg-lighter .navbar-nav > .nav > .nav-item > .nav-link:focus {
  color: #516377;
}
.navbar.bg-lighter .navbar-nav > .nav-link.disabled,
.navbar.bg-lighter .navbar-nav > .nav-item > .nav-link.disabled,
.navbar.bg-lighter .navbar-nav > .nav > .nav-item > .nav-link.disabled {
  color: #9fa9b4 !important;
}
.navbar.bg-lighter .navbar-nav .show > .nav-link,
.navbar.bg-lighter .navbar-nav .active > .nav-link,
.navbar.bg-lighter .navbar-nav .nav-link.show,
.navbar.bg-lighter .navbar-nav .nav-link.active {
  color: #516377;
}
.navbar.bg-lighter .navbar-toggler {
  color: #677788;
  border-color: rgba(81, 99, 119, 0.0773668627);
}
.navbar.bg-lighter .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba(103, 119, 136, 0.75)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}
.navbar.bg-lighter .navbar-text {
  color: #677788;
}
.navbar.bg-lighter .navbar-text a {
  color: #516377;
}
.navbar.bg-lighter .navbar-text a:hover, .navbar.bg-lighter .navbar-text a:focus {
  color: #516377;
}
.navbar.bg-lighter hr {
  border-color: rgba(81, 99, 119, 0.0773668627);
}

.footer.bg-secondary {
  background-color: #8a8a88 !important;
  color: #e0e5ea;
}
.footer.bg-secondary .footer-link {
  color: #e0e5ea;
}
.footer.bg-secondary .footer-link:hover, .footer.bg-secondary .footer-link:focus {
  color: #fff;
}
.footer.bg-secondary .footer-link.disabled {
  color: #b0bdca !important;
}
.footer.bg-secondary .footer-text {
  color: #fff;
}
.footer.bg-secondary .show > .footer-link,
.footer.bg-secondary .active > .footer-link,
.footer.bg-secondary .footer-link.show,
.footer.bg-secondary .footer-link.active {
  color: #fff;
}
.footer.bg-secondary hr {
  border-color: rgba(255, 255, 255, 0.15);
}

.footer.bg-success {
  background-color: #39da8a !important;
  color: #e2faee;
}
.footer.bg-success .footer-link {
  color: #e2faee;
}
.footer.bg-success .footer-link:hover, .footer.bg-success .footer-link:focus {
  color: #fff;
}
.footer.bg-success .footer-link.disabled {
  color: #9eedc6 !important;
}
.footer.bg-success .footer-text {
  color: #fff;
}
.footer.bg-success .show > .footer-link,
.footer.bg-success .active > .footer-link,
.footer.bg-success .footer-link.show,
.footer.bg-success .footer-link.active {
  color: #fff;
}
.footer.bg-success hr {
  border-color: rgba(255, 255, 255, 0.15);
}

.footer.bg-info {
  background-color: #00cfdd !important;
  color: #d4f7f9;
}
.footer.bg-info .footer-link {
  color: #d4f7f9;
}
.footer.bg-info .footer-link:hover, .footer.bg-info .footer-link:focus {
  color: #fff;
}
.footer.bg-info .footer-link.disabled {
  color: #7fe7ee !important;
}
.footer.bg-info .footer-text {
  color: #fff;
}
.footer.bg-info .show > .footer-link,
.footer.bg-info .active > .footer-link,
.footer.bg-info .footer-link.show,
.footer.bg-info .footer-link.active {
  color: #fff;
}
.footer.bg-info hr {
  border-color: rgba(255, 255, 255, 0.15);
}

.footer.bg-warning {
  background-color: #fdac41 !important;
  color: #fff6ea;
}
.footer.bg-warning .footer-link {
  color: #fff6ea;
}
.footer.bg-warning .footer-link:hover, .footer.bg-warning .footer-link:focus {
  color: #fff;
}
.footer.bg-warning .footer-link.disabled {
  color: #fed8a6 !important;
}
.footer.bg-warning .footer-text {
  color: #fff;
}
.footer.bg-warning .show > .footer-link,
.footer.bg-warning .active > .footer-link,
.footer.bg-warning .footer-link.show,
.footer.bg-warning .footer-link.active {
  color: #fff;
}
.footer.bg-warning hr {
  border-color: rgba(255, 255, 255, 0.15);
}

.footer.bg-danger {
  background-color: #ff5b5c !important;
  color: #ffe1e2;
}
.footer.bg-danger .footer-link {
  color: #ffe1e2;
}
.footer.bg-danger .footer-link:hover, .footer.bg-danger .footer-link:focus {
  color: #fff;
}
.footer.bg-danger .footer-link.disabled {
  color: #ffabac !important;
}
.footer.bg-danger .footer-text {
  color: #fff;
}
.footer.bg-danger .show > .footer-link,
.footer.bg-danger .active > .footer-link,
.footer.bg-danger .footer-link.show,
.footer.bg-danger .footer-link.active {
  color: #fff;
}
.footer.bg-danger hr {
  border-color: rgba(255, 255, 255, 0.15);
}

.footer.bg-dark {
  background-color: #495563 !important;
  color: #ced1d5;
}
.footer.bg-dark .footer-link {
  color: #ced1d5;
}
.footer.bg-dark .footer-link:hover, .footer.bg-dark .footer-link:focus {
  color: #fff;
}
.footer.bg-dark .footer-link.disabled {
  color: #999fa7 !important;
}
.footer.bg-dark .footer-text {
  color: #fff;
}
.footer.bg-dark .show > .footer-link,
.footer.bg-dark .active > .footer-link,
.footer.bg-dark .footer-link.show,
.footer.bg-dark .footer-link.active {
  color: #fff;
}
.footer.bg-dark hr {
  border-color: rgba(255, 255, 255, 0.15);
}

.footer.bg-gray {
  background-color: #939eaa !important;
  color: #eef0f2;
}
.footer.bg-gray .footer-link {
  color: #eef0f2;
}
.footer.bg-gray .footer-link:hover, .footer.bg-gray .footer-link:focus {
  color: #fff;
}
.footer.bg-gray .footer-link.disabled {
  color: #cacfd5 !important;
}
.footer.bg-gray .footer-text {
  color: #fff;
}
.footer.bg-gray .show > .footer-link,
.footer.bg-gray .active > .footer-link,
.footer.bg-gray .footer-link.show,
.footer.bg-gray .footer-link.active {
  color: #fff;
}
.footer.bg-gray hr {
  border-color: rgba(255, 255, 255, 0.15);
}

.footer.bg-white {
  background-color: #fff !important;
  color: #677788;
}
.footer.bg-white .footer-link {
  color: #677788;
}
.footer.bg-white .footer-link:hover, .footer.bg-white .footer-link:focus {
  color: #516377;
}
.footer.bg-white .footer-link.disabled {
  color: #a4adb8 !important;
}
.footer.bg-white .footer-text {
  color: #516377;
}
.footer.bg-white .show > .footer-link,
.footer.bg-white .active > .footer-link,
.footer.bg-white .footer-link.show,
.footer.bg-white .footer-link.active {
  color: #516377;
}
.footer.bg-white hr {
  border-color: rgba(81, 99, 119, 0.075);
}

.footer.bg-light {
  background-color: #e9ecee !important;
  color: #677788;
}
.footer.bg-light .footer-link {
  color: #677788;
}
.footer.bg-light .footer-link:hover, .footer.bg-light .footer-link:focus {
  color: #516377;
}
.footer.bg-light .footer-link.disabled {
  color: #9ba6b1 !important;
}
.footer.bg-light .footer-text {
  color: #516377;
}
.footer.bg-light .show > .footer-link,
.footer.bg-light .active > .footer-link,
.footer.bg-light .footer-link.show,
.footer.bg-light .footer-link.active {
  color: #516377;
}
.footer.bg-light hr {
  border-color: rgba(81, 99, 119, 0.0788566667);
}

.footer.bg-lighter {
  background-color: #f2f3f5 !important;
  color: #677788;
}
.footer.bg-lighter .footer-link {
  color: #677788;
}
.footer.bg-lighter .footer-link:hover, .footer.bg-lighter .footer-link:focus {
  color: #516377;
}
.footer.bg-lighter .footer-link.disabled {
  color: #9fa9b4 !important;
}
.footer.bg-lighter .footer-text {
  color: #516377;
}
.footer.bg-lighter .show > .footer-link,
.footer.bg-lighter .active > .footer-link,
.footer.bg-lighter .footer-link.show,
.footer.bg-lighter .footer-link.active {
  color: #516377;
}
.footer.bg-lighter hr {
  border-color: rgba(81, 99, 119, 0.0773668627);
}

.pl-1 {
  padding-left: 10px;
}

.pl-2 {
  padding-left: 20px;
}

.pr-1 {
  padding-right: 10px;
}

.pr-2 {
  padding-right: 20px;
}

/*
* Pages Mixins
*/
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal) .layout-page:before {
  content: "";
  width: 100%;
  height: 0.75rem;
  position: fixed;
  top: 0px;
  z-index: 10;
}

.layout-wrapper:not(.layout-horizontal) .bg-menu-theme .menu-inner .menu-item,
.layout-wrapper:not(.layout-horizontal) .bg-menu-theme .menu-inner .menu-item.active .menu-link {
  border-radius: 0.3125rem;
}
.layout-horizontal .bg-menu-theme .menu-inner > .menu-item,
.layout-horizontal .bg-menu-theme .menu-inner > .menu-item > .menu-link {
  border-radius: 0.3125rem;
}
.bg-menu-theme .menu-inner .menu-item.active > .menu-link,
.bg-menu-theme .menu-inner .menu-item:not(.open) > .menu-link:hover,
.bg-menu-theme .menu-inner .menu-item:not(.active) > .menu-link:hover {
  border-radius: 0.3125rem;
}
@media (min-width: 1200px) {
  .layout-horizontal .bg-menu-theme .menu-inner > .menu-item {
    margin: 0.565rem 0;
  }
  .layout-horizontal .bg-menu-theme .menu-inner > .menu-item:not(:first-child) {
    margin-left: 0.0625rem;
  }
  .layout-horizontal .bg-menu-theme .menu-inner > .menu-item:not(:last-child) {
    margin-right: 0.0625rem;
  }
  .layout-horizontal .bg-menu-theme .menu-inner > .menu-item .menu-sub {
    box-shadow: 0 0.625rem 1.25rem rgba(147, 158, 170, 0.5);
  }
}
.bg-menu-theme .menu-sub > .menu-item > .menu-link:before {
  content: "";
  position: absolute;
  left: 1.4375rem;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
}
[dir=rtl] .bg-menu-theme .menu-sub > .menu-item > .menu-link:before {
  right: 1.4375rem;
  left: inherit;
}
.layout-horizontal .bg-menu-theme .menu-sub > .menu-item > .menu-link:before {
  left: 1.3rem;
}
[dir=rtl] .layout-horizontal .bg-menu-theme .menu-sub > .menu-item > .menu-link:before {
  right: 1.3rem;
  left: inherit;
}
.bg-menu-theme .menu-horizontal-wrapper > .menu-inner > .menu-item > .menu-sub > .menu-item > .menu-link:before {
  display: none;
}

.layout-menu-hover .layout-menu {
  box-shadow: 0 0.625rem 1.25rem rgba(147, 158, 170, 0.5);
  transition: all 0.3s ease-in-out;
}

body {
  background: #fff;
}

.bg-body {
  background: #fff !important;
}

.dropdown-menu,
.popover,
.toast,
.flatpickr-calendar,
.datepicker.datepicker-inline,
.datepicker.datepicker-inline table,
.daterangepicker,
.pcr-app,
.ui-timepicker-wrapper,
.twitter-typeahead .tt-menu,
.tagify__dropdown,
.swal2-popup,
.select2-dropdown,
.menu-horizontal .menu-inner > .menu-item.open .menu-sub,
div.dataTables_wrapper .dt-button-collection {
  outline: none;
  box-shadow: none !important;
  border: 1px solid #d4d8dd !important;
}

.flatpickr-days,
.flatpickr-time {
  border-width: 0 !important;
}

.dropdown-menu .dropdown-menu {
  border: none !important;
}

.datepicker.datepicker-inline {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.25rem;
}

.modal-content,
.offcanvas,
.shepherd-element,
div.dataTables_wrapper .dt-button-collection > div[role=menu] {
  box-shadow: none !important;
}

.select2-dropdown {
  border-color: #d4d8dd !important;
}

.bs-popover-start > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  border-left-color: #d4d8dd !important;
  right: -1px;
}

.bs-popover-end > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  border-right-color: #d4d8dd !important;
  left: -1px;
}

.bs-popover-top > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  border-top-color: #d4d8dd !important;
  bottom: -1px;
}

.bs-popover-bottom > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  border-bottom-color: #d4d8dd !important;
  top: -1px;
}

.text-primary {
  color: #ead138 !important;
}

.text-body[href]:hover {
  color: #517fd6 !important;
}

.bg-primary {
  background-color: #1D2545 !important;
}

a.bg-primary:hover, a.bg-primary:focus {
  background-color: #5686e2 !important;
}

.dropdown-notifications-item:not(.mark-as-read) .dropdown-notifications-read span {
  background-color: #ead138;
}

.bg-label-primary {
  background-color: #e5edfc !important;
  color: #ead138 !important;
}

.border-label-primary {
  border: 3px solid #bdd1f8;
}

.bg-gradient-primary {
  background-image: linear-gradient(45deg, #ead138, #adc6f7) !important;
}

.page-item.active .page-link, .page-item.active .page-link:hover, .page-item.active .page-link:focus,
.pagination li.active > a:not(.page-link),
.pagination li.active > a:not(.page-link):hover,
.pagination li.active > a:not(.page-link):focus {
  border-color: #ead138;
  background-color: #ead138;
  color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}

.progress-bar {
  background-color: #ead138;
  color: #fff;
  box-shadow: 0 2px 4px 0 rgba(234, 209, 56, 0.4);
}

.modal-onboarding .carousel-indicators [data-bs-target] {
  background-color: #ead138;
}

.carousel-control-prev,
.carousel-control-next {
  color: #ead138;
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #ead138;
}

.list-group-item-primary {
  border-color: #ead138;
  background-color: #e5edfc;
  color: #ead138 !important;
}

a.list-group-item-primary,
button.list-group-item-primary {
  color: #ead138;
}
a.list-group-item-primary:hover, a.list-group-item-primary:focus,
button.list-group-item-primary:hover,
button.list-group-item-primary:focus {
  border-color: #ead138;
  background-color: #dae1ef;
  color: #ead138;
}
a.list-group-item-primary.active,
button.list-group-item-primary.active {
  border-color: #ead138 !important;
  background-color: #ead138 !important;
  color: #fff !important;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  border-color: #ead138;
  background-color: #ead138;
  color: #fff;
}

.list-group.list-group-timeline .list-group-timeline-primary:before {
  border-color: #ead138;
  background-color: #ead138;
}

.alert-primary {
  background-color: #e5edfc;
  border-color: #ceddfa;
  color: #ead138;
}
.alert-primary .btn-close {
  background-image: url("data:image/svg+xml,%3Csvg width='150px' height='151px' viewBox='0 0 150 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='131.251657 0 74.9933705 56.25 18.7483426 0 0 18.75 56.2450278 75 0 131.25 18.7483426 150 74.9933705 93.75 131.251657 150 150 131.25 93.7549722 75 150 18.75'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='🎨-%5BSetup%5D:-Colors-&amp;-Shadows' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-225.000000, -250.000000)'%3E%3Cg id='Icon-Color' transform='translate(225.000000, 250.500000)'%3E%3Cuse fill='%23ead138' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.5' fill='%23ead138' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.alert-primary .alert-link {
  color: #ead138;
}

.alert-primary hr {
  background-color: #ead138 !important;
}

.alert-solid-primary {
  background-color: #ead138;
  color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}
.alert-solid-primary .btn-close {
  background-image: url("data:image/svg+xml,%3Csvg width='150px' height='151px' viewBox='0 0 150 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='131.251657 0 74.9933705 56.25 18.7483426 0 0 18.75 56.2450278 75 0 131.25 18.7483426 150 74.9933705 93.75 131.251657 150 150 131.25 93.7549722 75 150 18.75'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='🎨-%5BSetup%5D:-Colors-&amp;-Shadows' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-225.000000, -250.000000)'%3E%3Cg id='Icon-Color' transform='translate(225.000000, 250.500000)'%3E%3Cuse fill='%23fff' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.5' fill='%23fff' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.alert-solid-primary .alert-link {
  color: #fff;
}

.alert-solid-primary hr {
  background-color: #fff !important;
}

.accordion.accordion-header-primary .accordion-item.active .accordion-button {
  color: #ead138 !important;
}
.accordion.accordion-header-primary .accordion-item.active .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='m1.532 12 6.182-6-6.182-6L0 1.487 4.65 6 0 10.513z'/%3E%3C/defs%3E%3Cg transform='translate%282.571%29' fill='none' fill-rule='evenodd'%3E%3Cuse fill='%23ead138' xlink:href='%23a'/%3E%3Cuse fill-opacity='.1' xlink:href='%23a'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.tooltip-primary .tooltip-inner, .tooltip-primary > .tooltip .tooltip-inner, .ngb-tooltip-primary + ngb-tooltip-window .tooltip-inner {
  background: #ead138;
  color: #fff;
}
.tooltip-primary.bs-tooltip-auto[data-popper-placement=top] .tooltip-arrow::before, .tooltip-primary > .tooltip.bs-tooltip-auto[data-popper-placement=top] .tooltip-arrow::before, .ngb-tooltip-primary + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=top] .tooltip-arrow::before {
  border-top-color: #ead138;
}
.tooltip-primary.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before, .tooltip-primary > .tooltip.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before, .ngb-tooltip-primary + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before {
  border-left-color: #ead138;
}
[dir=rtl] .tooltip-primary.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before, [dir=rtl] .tooltip-primary > .tooltip.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before, [dir=rtl] .ngb-tooltip-primary + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before {
  border-right-color: #ead138;
}
.tooltip-primary.bs-tooltip-auto[data-popper-placement=bottom] .tooltip-arrow::before, .tooltip-primary > .tooltip.bs-tooltip-auto[data-popper-placement=bottom] .tooltip-arrow::before, .ngb-tooltip-primary + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=bottom] .tooltip-arrow::before {
  border-bottom-color: #ead138;
}
.tooltip-primary.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before, .tooltip-primary > .tooltip.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before, .ngb-tooltip-primary + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before {
  border-right-color: #ead138;
}
[dir=rtl] .tooltip-primary.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before, [dir=rtl] .tooltip-primary > .tooltip.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before, [dir=rtl] .ngb-tooltip-primary + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before {
  border-left-color: #ead138;
}

.popover.popover-primary, .popover .popover-primary > .popover, .popover .ngb-popover-primary + ngb-popover-window {
  border-color: transparent;
  background: #ead138;
}
.popover.popover-primary .popover-header, .popover .popover-primary > .popover .popover-header, .popover .ngb-popover-primary + ngb-popover-window .popover-header {
  background: transparent;
  color: #fff;
}
.popover.popover-primary .popover-body, .popover .popover-primary > .popover .popover-body, .popover .ngb-popover-primary + ngb-popover-window .popover-body {
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
}
.popover.popover-primary > .popover-arrow::before, .popover .popover-primary > .popover > .popover-arrow::before, .popover .ngb-popover-primary + ngb-popover-window > .popover-arrow::before {
  border-color: transparent;
}
.popover.popover-primary.bs-popover-auto[data-popper-placement=top] > .popover-arrow::after, .popover .popover-primary > .popover.bs-popover-auto[data-popper-placement=top] > .popover-arrow::after, .popover .ngb-popover-primary + ngb-popover-window.bs-popover-auto[data-popper-placement=top] > .popover-arrow::after {
  border-top-color: #ead138 !important;
}
.popover.popover-primary.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after, .popover .popover-primary > .popover.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after, .popover .ngb-popover-primary + ngb-popover-window.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after {
  border-right-color: #ead138 !important;
}
[dir=rtl] .popover.popover-primary.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after, [dir=rtl] .popover .popover-primary > .popover.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after, [dir=rtl] .popover .ngb-popover-primary + ngb-popover-window.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after {
  border-left-color: #ead138 !important;
}
.popover.popover-primary.bs-popover-auto[data-popper-placement=bottom] > .popover-arrow::after, .popover .popover-primary > .popover.bs-popover-auto[data-popper-placement=bottom] > .popover-arrow::after, .popover .ngb-popover-primary + ngb-popover-window.bs-popover-auto[data-popper-placement=bottom] > .popover-arrow::after {
  border-bottom-color: #ead138 !important;
}
.popover.popover-primary.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after, .popover .popover-primary > .popover.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after, .popover .ngb-popover-primary + ngb-popover-window.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after {
  border-left-color: #ead138 !important;
}
[dir=rtl] .popover.popover-primary.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after, [dir=rtl] .popover .popover-primary > .popover.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after, [dir=rtl] .popover .ngb-popover-primary + ngb-popover-window.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after {
  border-right-color: #ead138 !important;
}
.popover.popover-primary.bs-popover-auto.bs-popover-bottom .popover-header::before, .popover .popover-primary > .popover.bs-popover-auto.bs-popover-bottom .popover-header::before, .popover .ngb-popover-primary + ngb-popover-window.bs-popover-auto.bs-popover-bottom .popover-header::before {
  border-bottom: 1px solid transparent;
}

.table-primary {
  --bs-table-bg: #dee8fc;
  --bs-table-striped-bg: #d8e3f7;
  --bs-table-striped-color: #263c55;
  --bs-table-active-bg: #ccd7eb;
  --bs-table-active-color: #263c55;
  --bs-table-hover-bg: #d3def2;
  --bs-table-hover-color: #263c55;
  color: #263c55;
  border-color: #b9c6db;
}
.table-primary .btn-icon {
  color: #263c55;
}

.btn-primary, .btn-primary[data-trigger=hover].dropdown-toggle:not(.show) {
  color: #fff !important;
  background-color: #ead138 !important;
  border-color: #ead138 !important;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}
.btn-primary:hover, .btn-primary[data-trigger=hover].show.dropdown-toggle:hover {
  color: #fff !important;
  background-color: #ead138 !important;
  border-color: #ead138 !important;
  box-shadow: 0 0.25rem 1rem rgba(147, 158, 170, 0.45) !important;
}
.btn-check:focus + .btn-primary, .btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #4d78ca;
  border-color: #4d78ca;
  box-shadow: none;
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .btn-primary.show.dropdown-toggle, .show > .btn-primary.dropdown-toggle {
  color: #fff !important;
  background-color: #4d78ca !important;
  border-color: #4d78ca !important;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .btn-primary.show.dropdown-toggle:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff !important;
  background-color: #ead138 !important;
  border-color: #ead138 !important;
  box-shadow: none !important;
}

.btn-group .btn-primary,
.input-group .btn-primary {
  border-right: var(--bs-border-width) solid #4d78ca;
  border-left: var(--bs-border-width) solid #4d78ca;
}

.btn-group-vertical .btn-primary {
  border-top-color: #4d78ca;
  border-bottom-color: #4d78ca;
}

.btn-label-primary {
  color: #ead138;
  border-color: transparent;
  background: #e5edfc;
}
.btn-label-primary:hover {
  border-color: transparent !important;
  background: #ead138 !important;
  color: #fff !important;
}
.btn-label-primary:focus, .btn-label-primary.focus {
  color: #fff;
  background: #4d78ca;
  box-shadow: none !important;
}
.btn-label-primary:active, .btn-label-primary.active, .btn-label-primary.show.dropdown-toggle, .show > .btn-label-primary.dropdown-toggle {
  color: #fff !important;
  background-color: #4d78ca !important;
  border-color: transparent !important;
}
.btn-label-primary:active:focus, .btn-label-primary.active:focus, .btn-label-primary.show.dropdown-toggle:focus, .show > .btn-label-primary.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-label-primary.disabled, .btn-label-primary:disabled {
  color: #ead138 !important;
  border-color: transparent !important;
  background: #e5edfc !important;
  box-shadow: none !important;
}

.btn-group .btn-label-primary,
.input-group .btn-label-primary {
  border-right: var(--bs-border-width) solid #4d78ca;
  border-left: var(--bs-border-width) solid #4d78ca;
}

.btn-group-vertical .btn-label-primary {
  border-top-color: #4d78ca;
  border-bottom-color: #4d78ca;
}

.btn-outline-primary {
  color: #ead138;
  border-color: #ead138;
  background: transparent;
}
.btn-outline-primary:hover {
  color: #fff !important;
  background-color: #ead138 !important;
  border-color: #ead138 !important;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  color: #fff;
  background-color: #4d78ca;
  border-color: #4d78ca;
  box-shadow: none;
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff !important;
  background-color: #4d78ca !important;
  border-color: #4d78ca !important;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: none;
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #ead138 !important;
  background-color: transparent !important;
}

.btn-outline-primary .badge {
  background: #ead138;
  border-color: #ead138;
  color: #fff;
}

.btn-outline-primary:hover .badge,
.btn-outline-primary:focus:hover .badge,
.btn-outline-primary:active .badge,
.btn-outline-primary.active .badge,
.show > .btn-outline-primary.dropdown-toggle .badge {
  background: #fff;
  border-color: #fff;
  color: #ead138;
}

.dropdown-item:not(.disabled).active,
.dropdown-item:not(.disabled):active {
  background-color: rgba(234, 209, 56, 0.08);
  color: #ead138 !important;
}

.dropdown-menu > li:not(.disabled) > a:not(.dropdown-item):active,
.dropdown-menu > li.active:not(.disabled) > a:not(.dropdown-item) {
  background-color: rgba(234, 209, 56, 0.08);
  color: #ead138 !important;
}

.dt-button-collection .dropdown-item:not(.disabled):active {
  background-color: rgba(234, 209, 56, 0.08);
}

.nav .nav-link:hover, .nav .nav-link:focus {
  color: #517fd6;
}

.nav-pills .nav-link.active, .nav-pills .nav-link.active:hover, .nav-pills .nav-link.active:focus {
  background-color: #ead138;
  color: #fff;
}

.tabs-line.nav-tabs .nav-link.active, .tabs-line.nav-tabs .nav-link.active:hover, .tabs-line.nav-tabs .nav-link.active:focus,
.tabs-line > .nav-tabs .nav-link.active,
.tabs-line > .nav-tabs .nav-link.active:hover,
.tabs-line > .nav-tabs .nav-link.active:focus {
  box-shadow: 0 -2px 0 #ead138 inset;
}

.nav-align-bottom .tabs-line.nav-tabs .nav-link.active, .nav-align-bottom .tabs-line.nav-tabs .nav-link.active:hover, .nav-align-bottom .tabs-line.nav-tabs .nav-link.active:focus,
.nav-align-bottom .tabs-line > .nav-tabs .nav-link.active,
.nav-align-bottom .tabs-line > .nav-tabs .nav-link.active:hover,
.nav-align-bottom .tabs-line > .nav-tabs .nav-link.active:focus {
  box-shadow: 0 2px 0 #ead138 inset;
}

.nav-align-left .tabs-line.nav-tabs .nav-link.active, .nav-align-left .tabs-line.nav-tabs .nav-link.active:hover, .nav-align-left .tabs-line.nav-tabs .nav-link.active:focus,
.nav-align-left .tabs-line > .nav-tabs .nav-link.active,
.nav-align-left .tabs-line > .nav-tabs .nav-link.active:hover,
.nav-align-left .tabs-line > .nav-tabs .nav-link.active:focus {
  box-shadow: -2px 0px 0 #ead138 inset;
}

.nav-align-right .tabs-line.nav-tabs .nav-link.active, .nav-align-right .tabs-line.nav-tabs .nav-link.active:hover, .nav-align-right .tabs-line.nav-tabs .nav-link.active:focus,
.nav-align-right .tabs-line > .nav-tabs .nav-link.active,
.nav-align-right .tabs-line > .nav-tabs .nav-link.active:hover,
.nav-align-right .tabs-line > .nav-tabs .nav-link.active:focus {
  box-shadow: 2px 0px 0 #ead138 inset;
}

[dir=rtl] .nav-align-left .tabs-line.nav-tabs .nav-link.active, [dir=rtl] .nav-align-left .tabs-line.nav-tabs .nav-link.active:hover, [dir=rtl] .nav-align-left .tabs-line.nav-tabs .nav-link.active:focus,
[dir=rtl] .nav-align-left .tabs-line > .nav-tabs .nav-link.active,
[dir=rtl] .nav-align-left .tabs-line > .nav-tabs .nav-link.active:hover,
[dir=rtl] .nav-align-left .tabs-line > .nav-tabs .nav-link.active:focus {
  box-shadow: 2px 0px 0 #ead138 inset;
}
[dir=rtl] .nav-align-right .tabs-line.nav-tabs .nav-link.active, [dir=rtl] .nav-align-right .tabs-line.nav-tabs .nav-link.active:hover, [dir=rtl] .nav-align-right .tabs-line.nav-tabs .nav-link.active:focus,
[dir=rtl] .nav-align-right .tabs-line > .nav-tabs .nav-link.active,
[dir=rtl] .nav-align-right .tabs-line > .nav-tabs .nav-link.active:hover,
[dir=rtl] .nav-align-right .tabs-line > .nav-tabs .nav-link.active:focus {
  box-shadow: -2px 0px 0 #ead138 inset;
}

.form-control:focus,
.form-select:focus {
  border-color: #ead138 !important;
}

.input-group:focus-within .form-control,
.input-group:focus-within .input-group-text {
  border-color: #ead138 !important;
}

.form-check-input:focus {
  border-color: #ead138;
}
.form-check-input:checked {
  background-color: #ead138;
  border-color: #ead138;
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #ead138;
  border-color: #ead138;
}

.custom-option.checked {
  border: 1px solid #ead138;
}

.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ead138'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-control:focus ~ .form-label {
  border-color: #ead138;
}
.form-control:focus ~ .form-label::after {
  border-color: inherit;
}

.switch-input:checked ~ .switch-toggle-slider {
  background: #ead138;
  color: #fff;
}

.switch-input:active ~ .switch-toggle-slider {
  box-shadow: none;
}

.switch-input:focus ~ .switch-toggle-slider {
  box-shadow: 0 0 0 0.12rem rgba(147, 158, 170, 0.3);
}

.switch-primary.switch .switch-input:checked ~ .switch-toggle-slider {
  background: #ead138;
  color: #fff;
}

.switch-primary.switch .switch-input:active ~ .switch-toggle-slider {
  box-shadow: none;
}

.switch-primary.switch .switch-input:focus ~ .switch-toggle-slider {
  box-shadow: 0 0 0 0.12rem rgba(147, 158, 170, 0.3);
}

.timeline .timeline-item-primary .timeline-event {
  background-color: rgba(234, 209, 56, 0.1);
}
.timeline .timeline-item-primary .timeline-event:before {
  border-left-color: rgba(234, 209, 56, 0.1) !important;
  border-right-color: rgba(234, 209, 56, 0.1) !important;
}

.timeline .timeline-point-primary {
  background-color: #ead138 !important;
  box-shadow: 0 0 0 0.1875rem rgba(234, 209, 56, 0.16);
}

.timeline .timeline-indicator-primary {
  border-color: #ead138 !important;
}
.timeline .timeline-indicator-primary i {
  color: #ead138 !important;
}

.divider.divider-primary .divider-text:before, .divider.divider-primary .divider-text:after {
  border-color: #ead138;
}

.navbar.bg-primary {
  background-color: #ead138 !important;
  color: #e0eafc;
}
.navbar.bg-primary .navbar-brand,
.navbar.bg-primary .navbar-brand a {
  color: #fff;
}
.navbar.bg-primary .navbar-brand:hover, .navbar.bg-primary .navbar-brand:focus,
.navbar.bg-primary .navbar-brand a:hover,
.navbar.bg-primary .navbar-brand a:focus {
  color: #fff;
}
.navbar.bg-primary .navbar-search-wrapper .navbar-search-icon,
.navbar.bg-primary .navbar-search-wrapper .search-input {
  color: #e0eafc;
}
.navbar.bg-primary .search-input-wrapper .search-input,
.navbar.bg-primary .search-input-wrapper .search-toggler {
  background-color: #ead138 !important;
  color: #e0eafc;
}
.navbar.bg-primary .navbar-nav > .nav-link,
.navbar.bg-primary .navbar-nav > .nav-item > .nav-link,
.navbar.bg-primary .navbar-nav > .nav > .nav-item > .nav-link {
  color: #e0eafc;
}
.navbar.bg-primary .navbar-nav > .nav-link:hover, .navbar.bg-primary .navbar-nav > .nav-link:focus,
.navbar.bg-primary .navbar-nav > .nav-item > .nav-link:hover,
.navbar.bg-primary .navbar-nav > .nav-item > .nav-link:focus,
.navbar.bg-primary .navbar-nav > .nav > .nav-item > .nav-link:hover,
.navbar.bg-primary .navbar-nav > .nav > .nav-item > .nav-link:focus {
  color: #fff;
}
.navbar.bg-primary .navbar-nav > .nav-link.disabled,
.navbar.bg-primary .navbar-nav > .nav-item > .nav-link.disabled,
.navbar.bg-primary .navbar-nav > .nav > .nav-item > .nav-link.disabled {
  color: #aac5f6 !important;
}
.navbar.bg-primary .navbar-nav .show > .nav-link,
.navbar.bg-primary .navbar-nav .active > .nav-link,
.navbar.bg-primary .navbar-nav .nav-link.show,
.navbar.bg-primary .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar.bg-primary .navbar-toggler {
  color: #e0eafc;
  border-color: rgba(255, 255, 255, 0.15);
}
.navbar.bg-primary .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba(255, 255, 255, 0.8)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}
.navbar.bg-primary .navbar-text {
  color: #e0eafc;
}
.navbar.bg-primary .navbar-text a {
  color: #fff;
}
.navbar.bg-primary .navbar-text a:hover, .navbar.bg-primary .navbar-text a:focus {
  color: #fff;
}
.navbar.bg-primary hr {
  border-color: rgba(255, 255, 255, 0.15);
}

.menu.bg-primary {
  background-color: #ead138 !important;
  color: #e0eafc;
}
.menu.bg-primary .menu-link,
.menu.bg-primary .menu-horizontal-prev,
.menu.bg-primary .menu-horizontal-next {
  color: #e0eafc;
}
.menu.bg-primary .menu-link.active,
.menu.bg-primary .menu-horizontal-prev.active,
.menu.bg-primary .menu-horizontal-next.active {
  color: #fff;
}
.menu.bg-primary .menu-item.disabled .menu-link,
.menu.bg-primary .menu-horizontal-prev.disabled,
.menu.bg-primary .menu-horizontal-next.disabled {
  color: #aac5f6 !important;
}
.menu.bg-primary .menu-item.active > .menu-link:not(.menu-toggle) {
  color: #fff;
  background-color: #5e90ee;
}
.menu.bg-primary.menu-horizontal .menu-inner > .menu-item.active > .menu-link {
  background-color: #5e90ee !important;
}
.menu.bg-primary.menu-horizontal .menu-sub > .menu-item.active > .menu-link:not(.menu-toggle) {
  background-color: transparent !important;
  color: #fff !important;
}
.menu.bg-primary .menu-inner > .menu-item.menu-item-closing .menu-item.open .menu-sub,
.menu.bg-primary .menu-inner > .menu-item.menu-item-closing .menu-item.open .menu-toggle {
  background: transparent;
  color: #e0eafc;
}
.menu.bg-primary .menu-inner-shadow {
  background: linear-gradient(#ead138 41%, rgba(234, 209, 56, 0.11) 95%, rgba(234, 209, 56, 0));
}
.menu.bg-primary .menu-text {
  color: #fff;
}
.menu.bg-primary .menu-header {
  color: #bfd3f9;
}
.menu.bg-primary hr,
.menu.bg-primary .menu-divider,
.menu.bg-primary .menu-inner > .menu-item.open > .menu-sub::before {
  border-color: rgba(255, 255, 255, 0.15) !important;
}
.menu.bg-primary .menu-inner > .menu-header::before {
  background-color: rgba(255, 255, 255, 0.15);
}
.menu.bg-primary .menu-block::before {
  background-color: #bfd3f9;
}
.menu.bg-primary .menu-inner > .menu-item.open .menu-item.open > .menu-toggle::before {
  background-color: #76a1f1;
}
.menu.bg-primary .menu-inner > .menu-item.open .menu-item.active > .menu-link::before {
  background-color: #fff;
}
.menu.bg-primary .ps__thumb-y,
.menu.bg-primary .ps__rail-y.ps--clicking > .ps__thumb-y {
  background: rgba(255, 255, 255, 0.614602353) !important;
}

.footer.bg-primary {
  background-color: #ead138 !important;
  color: #e0eafc;
}
.footer.bg-primary .footer-link {
  color: #e0eafc;
}
.footer.bg-primary .footer-link:hover, .footer.bg-primary .footer-link:focus {
  color: #fff;
}
.footer.bg-primary .footer-link.disabled {
  color: #aac5f6 !important;
}
.footer.bg-primary .footer-text {
  color: #fff;
}
.footer.bg-primary .show > .footer-link,
.footer.bg-primary .active > .footer-link,
.footer.bg-primary .footer-link.show,
.footer.bg-primary .footer-link.active {
  color: #fff;
}
.footer.bg-primary hr {
  border-color: rgba(255, 255, 255, 0.15);
}

.toast .toast-header.bg-primary,
.bs-toast .toast-header.bg-primary {
  background-color: #ead138;
  color: #fff;
}

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  color: #ead138;
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  color: #ead138;
}
.form-floating > .form-control:-webkit-autofill ~ label {
  color: #ead138;
}

.svg-illustration svg {
  fill: #ead138;
}

.jstree-default .jstree-wholerow-clicked,
.jstree-default .jstree-wholerow-hovered {
  background: #e6eefc;
}

.jstree-default-dark .jstree-wholerow-hovered,
.jstree-default-dark .jstree-wholerow-clicked {
  background: #516ea2;
}

.card.card-border-shadow-primary::after {
  border-bottom-color: #bdd1f8;
}
.card.card-border-shadow-primary:hover::after {
  border-bottom-color: #ead138;
}

.card.card-hover-border-primary:hover,
.card .card-hover-border-primary:hover {
  border-color: #c0d4f9;
}

html:not([dir=rtl]) .border-primary,
html[dir=rtl] .border-primary {
  border-color: #ead138 !important;
}

a {
  color: #ead138;
}
a:hover {
  color: #6b98f0;
}

.fill-primary {
  fill: #ead138;
}

.noUi-primary .noUi-base .noUi-connect {
  background: #ead138 !important;
}
.noUi-primary .noUi-base .noUi-touch-area {
  background-color: #ead138 !important;
}

.select2-container--default.select2-container--focus .select2-selection, .select2-container--default.select2-container--open .select2-selection {
  border-color: #ead138 !important;
}

.select2-primary .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: rgba(234, 209, 56, 0.08) !important;
  color: #ead138 !important;
}
.select2-primary .select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
  background: rgba(234, 209, 56, 0.16) !important;
}

.tagify--focus {
  border-color: #ead138 !important;
}

table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  background-color: #ead138;
  border: 2px solid #fff;
  box-shadow: 0 0 3px rgba(38, 60, 85, 0.8);
}

.bootstrap-select .dropdown-menu.inner a[aria-selected=true] {
  background: rgba(234, 209, 56, 0.08) !important;
  color: #ead138 !important;
}
.bootstrap-select .dropdown-toggle.show {
  border-color: #ead138;
}

.datepicker table tr td.active, .datepicker table tr td.active.highlighted,
.datepicker table tr td .focused,
.datepicker table tr td span.active,
.datepicker table tr td span.active.disabled, .datepicker table tr td.range-start, .datepicker table tr td.range-end {
  background: #ead138 !important;
  color: #fff !important;
}
.datepicker table tr td.range, .datepicker table tr td.range.highlighted, .datepicker table tr td.range.today {
  color: #ead138 !important;
  background: #f2f6fe !important;
}
.datepicker table tr td.range.focused, .datepicker table tr td.range.highlighted.focused, .datepicker table tr td.range.today.focused {
  background: #d6e2fc !important;
}
.datepicker table tr td.range.disabled, .datepicker table tr td.range.highlighted.disabled, .datepicker table tr td.range.today.disabled {
  background: rgba(242, 246, 254, 0.5) !important;
  color: rgba(38, 60, 85, 0.5) !important;
}
.datepicker table tr td.today:not(.active) {
  box-shadow: 0 0 0 1px #ead138 inset;
}
.datepicker table th.prev, .datepicker table th.next {
  border: 1px solid #ead138;
}
.datepicker table th.prev::after, .datepicker table th.next::after {
  color: #ead138;
  border-color: #ead138;
}

.flatpickr-calendar .numInputWrapper span.arrowDown:after {
  border-top-color: #fff;
}
.flatpickr-calendar .numInputWrapper span.arrowUp:after {
  border-bottom-color: #fff;
}

.flatpickr-day.today {
  border-color: #ead138;
}
.flatpickr-day.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange {
  color: #ead138 !important;
  background: #f2f6fe !important;
  border-color: #f2f6fe !important;
}
.flatpickr-day.selected, .flatpickr-day.selected.inRange, .flatpickr-day.selected:focus, .flatpickr-day.selected:hover, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange, .flatpickr-day.startRange.inRange, .flatpickr-day.startRange:focus, .flatpickr-day.startRange:hover, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange, .flatpickr-day.endRange.inRange, .flatpickr-day.endRange:focus, .flatpickr-day.endRange:hover, .flatpickr-day.endRange.nextMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.week.selected {
  color: #fff !important;
  background: #ead138 !important;
  border-color: #ead138 !important;
}

.flatpickr-prev-month,
.flatpickr-next-month {
  border: 1px solid #ead138;
}
.flatpickr-prev-month svg,
.flatpickr-next-month svg {
  fill: #ead138;
  stroke: #ead138;
}

.daterangepicker table thead th select,
.daterangepicker table thead td select {
  background-color: transparent;
}

.daterangepicker td.active:not(.off) {
  background: #ead138 !important;
  color: #fff;
}

.daterangepicker .calendar-table th.prev,
.daterangepicker .calendar-table th.next,
.daterangepicker .calendar-table th.prev:hover,
.daterangepicker .calendar-table th.next:hover {
  border: 1px solid #ead138;
}
.daterangepicker .calendar-table th.prev span,
.daterangepicker .calendar-table th.next span,
.daterangepicker .calendar-table th.prev:hover span,
.daterangepicker .calendar-table th.next:hover span {
  border-color: #ead138;
}

.daterangepicker .start-date:not(.end-date):not(.off),
.daterangepicker .end-date:not(.start-date):not(.off) {
  background-color: #ead138;
  color: #fff;
  border: 0 !important;
}
.daterangepicker .start-date:not(.end-date):not(.off):hover,
.daterangepicker .end-date:not(.start-date):not(.off):hover {
  background-color: #ead138 !important;
}

.daterangepicker .input-mini.active {
  border-color: #ead138 !important;
}

.daterangepicker td.in-range:not(.start-date):not(.end-date):not(.off) {
  color: #ead138 !important;
  background-color: #f2f6fe !important;
}

.ranges li.active {
  color: #ead138 !important;
  background-color: #f2f6fe !important;
}

li.ui-timepicker-selected,
.ui-timepicker-list .ui-timepicker-selected:hover {
  color: #ead138 !important;
  background: rgba(234, 209, 56, 0.08) !important;
}

.ql-snow.ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar button:hover,
.ql-snow .ql-toolbar button:focus,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #ead138 !important;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #ead138 !important;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #ead138 !important;
}

.tt-suggestion:active,
.tt-cursor {
  background: rgba(234, 209, 56, 0.08) !important;
  color: #ead138 !important;
}

.dropzone.dz-drag-hover {
  border-color: #ead138 !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #ead138 !important;
}

.sk-primary.sk-plane,
.sk-primary .sk-chase-dot:before,
.sk-primary .sk-bounce-dot,
.sk-primary .sk-wave-rect,
.sk-primary.sk-pulse,
.sk-primary .sk-swing-dot,
.sk-primary .sk-circle-dot:before,
.sk-primary .sk-circle-fade-dot:before,
.sk-primary .sk-grid-cube,
.sk-primary .sk-fold-cube:before {
  background-color: #ead138;
}

.plyr input[type=range]::-ms-fill-lower {
  background: #ead138 !important;
}

.plyr input[type=range]:active::-webkit-slider-thumb {
  background: #ead138 !important;
}
.plyr input[type=range]:active::-moz-range-thumb {
  background: #ead138 !important;
}
.plyr input[type=range]:active::-ms-thumb {
  background: #ead138 !important;
}

.plyr--video .plyr__control.plyr__control--overlaid,
.plyr--video .plyr__controls button.tab-focus:focus,
.plyr--video .plyr__control[aria-expanded=true],
.plyr--video .plyr__controls button:hover {
  background: #ead138 !important;
  color: #fff !important;
}

.plyr--audio .plyr__controls button.tab-focus:focus,
.plyr--audio .plyr__control[aria-expanded=true],
.plyr--audio .plyr__controls button:hover {
  background: #ead138 !important;
  color: #fff !important;
}

.plyr__play-large {
  background: #ead138 !important;
  color: #fff !important;
}

.plyr__progress--played,
.plyr__volume--display {
  color: #ead138 !important;
}

.plyr--full-ui input[type=range] {
  color: #ead138 !important;
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: #ead138 !important;
}

.fc .fc-event-primary:not(.fc-list-event) {
  background-color: #e5edfc !important;
  color: #ead138 !important;
}
.fc .fc-event-primary.fc-list-event .fc-list-event-dot {
  border-color: #ead138 !important;
}
.fc .fc-button-primary:not(.fc-prev-button):not(.fc-next-button) {
  color: #ead138;
  border-color: transparent;
  background: #e5edfc;
}
.fc .fc-button-primary:not(.fc-prev-button):not(.fc-next-button):hover {
  border-color: transparent !important;
  background: #ead138 !important;
  color: #fff !important;
}
.fc .fc-button-primary:not(.fc-prev-button):not(.fc-next-button):focus, .fc .fc-button-primary:not(.fc-prev-button):not(.fc-next-button).focus {
  color: #fff;
  background: #4d78ca;
  box-shadow: none !important;
}
.fc .fc-button-primary:not(.fc-prev-button):not(.fc-next-button):active, .fc .fc-button-primary:not(.fc-prev-button):not(.fc-next-button).active, .fc .fc-button-primary:not(.fc-prev-button):not(.fc-next-button).show.dropdown-toggle, .show > .fc .fc-button-primary:not(.fc-prev-button):not(.fc-next-button).dropdown-toggle {
  color: #fff !important;
  background-color: #4d78ca !important;
  border-color: transparent !important;
}
.fc .fc-button-primary:not(.fc-prev-button):not(.fc-next-button):active:focus, .fc .fc-button-primary:not(.fc-prev-button):not(.fc-next-button).active:focus, .fc .fc-button-primary:not(.fc-prev-button):not(.fc-next-button).show.dropdown-toggle:focus, .show > .fc .fc-button-primary:not(.fc-prev-button):not(.fc-next-button).dropdown-toggle:focus {
  box-shadow: none;
}
.fc .fc-button-primary:not(.fc-prev-button):not(.fc-next-button).disabled, .fc .fc-button-primary:not(.fc-prev-button):not(.fc-next-button):disabled {
  color: #ead138 !important;
  border-color: transparent !important;
  background: #e5edfc !important;
  box-shadow: none !important;
}
.fc .btn-group .fc-button-primary:not(.fc-prev-button):not(.fc-next-button),
.fc .input-group .fc-button-primary:not(.fc-prev-button):not(.fc-next-button) {
  border-right: var(--bs-border-width) solid #4d78ca;
  border-left: var(--bs-border-width) solid #4d78ca;
}
.fc .btn-group-vertical .fc-button-primary:not(.fc-prev-button):not(.fc-next-button) {
  border-top-color: #4d78ca;
  border-bottom-color: #4d78ca;
}
.fc .fc-button-primary:not(.fc-prev-button):not(.fc-next-button).fc-button-active {
  background-color: #ead138 !important;
  border-color: #ead138 !important;
  color: #fff;
}

.swal2-progress-steps[class] .swal2-progress-step.swal2-active-progress-step,
.swal2-progress-steps[class] .swal2-progress-step-line,
.swal2-progress-steps[class] .swal2-active-progress-step,
.swal2-progress-steps[class] .swal2-progress-step {
  background: #ead138;
  color: #fff;
}

.swal2-progress-steps[class] .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step,
.swal2-progress-steps[class] .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: #e6eefc;
}

.pcr-app .pcr-type.active,
.pcr-app .pcr-save {
  background: #ead138 !important;
}

.icon-card.active {
  outline: 1px solid #ead138;
}
.icon-card.active i,
.icon-card.active svg {
  color: #ead138;
}

.shepherd-element[data-popper-placement=bottom] .shepherd-arrow:before {
  background-color: #ead138 !important;
  border-color: #ead138;
}
.shepherd-element .shepherd-header {
  background: #ead138 !important;
  color: #fff;
}
.shepherd-element .shepherd-header .shepherd-title,
.shepherd-element .shepherd-header .shepherd-cancel-icon {
  color: #fff !important;
}
.shepherd-element .shepherd-button:not(:disabled).btn-primary, .shepherd-element .shepherd-button:not(:disabled).btn-primary[data-trigger=hover].dropdown-toggle:not(.show) {
  color: #fff;
  background-color: #ead138;
  border-color: #ead138;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}
.shepherd-element .shepherd-button:not(:disabled).btn-primary:hover, .shepherd-element .shepherd-button:not(:disabled).btn-primary[data-trigger=hover].show.dropdown-toggle:hover {
  color: #fff !important;
  background-color: #ead138 !important;
  border-color: #ead138 !important;
  box-shadow: 0 0.25rem 1rem rgba(147, 158, 170, 0.45) !important;
}
.btn-check:focus + .shepherd-element .shepherd-button:not(:disabled).btn-primary, .shepherd-element .shepherd-button:not(:disabled).btn-primary:focus, .shepherd-element .shepherd-button:not(:disabled).btn-primary.focus {
  color: #fff;
  background-color: #4d78ca;
  border-color: #4d78ca;
  box-shadow: none;
}
.btn-check:checked + .shepherd-element .shepherd-button:not(:disabled).btn-primary, .btn-check:active + .shepherd-element .shepherd-button:not(:disabled).btn-primary, .shepherd-element .shepherd-button:not(:disabled).btn-primary:active, .shepherd-element .shepherd-button:not(:disabled).btn-primary.active, .shepherd-element .shepherd-button:not(:disabled).btn-primary.show.dropdown-toggle, .show > .shepherd-element .shepherd-button:not(:disabled).btn-primary.dropdown-toggle {
  color: #fff !important;
  background-color: #4d78ca !important;
  border-color: #4d78ca !important;
}
.btn-check:checked + .shepherd-element .shepherd-button:not(:disabled).btn-primary:focus, .btn-check:active + .shepherd-element .shepherd-button:not(:disabled).btn-primary:focus, .shepherd-element .shepherd-button:not(:disabled).btn-primary:active:focus, .shepherd-element .shepherd-button:not(:disabled).btn-primary.active:focus, .shepherd-element .shepherd-button:not(:disabled).btn-primary.show.dropdown-toggle:focus, .show > .shepherd-element .shepherd-button:not(:disabled).btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}
.shepherd-element .shepherd-button:not(:disabled).btn-primary.disabled, .shepherd-element .shepherd-button:not(:disabled).btn-primary:disabled {
  color: #fff !important;
  background-color: #ead138 !important;
  border-color: #ead138 !important;
  box-shadow: none !important;
}
.shepherd-element .btn-group .shepherd-button:not(:disabled).btn-primary,
.shepherd-element .input-group .shepherd-button:not(:disabled).btn-primary {
  border-right: var(--bs-border-width) solid #4d78ca;
  border-left: var(--bs-border-width) solid #4d78ca;
}
.shepherd-element .btn-group-vertical .shepherd-button:not(:disabled).btn-primary {
  border-top-color: #4d78ca;
  border-bottom-color: #4d78ca;
}
.shepherd-element .shepherd-button:not(:disabled).btn-label-secondary {
  color: #8a8a88;
  border-color: transparent;
  background: #e7ebef;
}
.shepherd-element .shepherd-button:not(:disabled).btn-label-secondary:hover {
  border-color: transparent !important;
  background: #8a8a88 !important;
  color: #fff !important;
}
.shepherd-element .shepherd-button:not(:disabled).btn-label-secondary:focus, .shepherd-element .shepherd-button:not(:disabled).btn-label-secondary.focus {
  color: #fff;
  background: #596d83;
  box-shadow: none !important;
}
.shepherd-element .shepherd-button:not(:disabled).btn-label-secondary:active, .shepherd-element .shepherd-button:not(:disabled).btn-label-secondary.active, .shepherd-element .shepherd-button:not(:disabled).btn-label-secondary.show.dropdown-toggle, .show > .shepherd-element .shepherd-button:not(:disabled).btn-label-secondary.dropdown-toggle {
  color: #fff !important;
  background-color: #596d83 !important;
  border-color: transparent !important;
}
.shepherd-element .shepherd-button:not(:disabled).btn-label-secondary:active:focus, .shepherd-element .shepherd-button:not(:disabled).btn-label-secondary.active:focus, .shepherd-element .shepherd-button:not(:disabled).btn-label-secondary.show.dropdown-toggle:focus, .show > .shepherd-element .shepherd-button:not(:disabled).btn-label-secondary.dropdown-toggle:focus {
  box-shadow: none;
}
.shepherd-element .shepherd-button:not(:disabled).btn-label-secondary.disabled, .shepherd-element .shepherd-button:not(:disabled).btn-label-secondary:disabled {
  color: #8a8a88 !important;
  border-color: transparent !important;
  background: #e7ebef !important;
  box-shadow: none !important;
}
.shepherd-element .btn-group .shepherd-button:not(:disabled).btn-label-secondary,
.shepherd-element .input-group .shepherd-button:not(:disabled).btn-label-secondary {
  border-right: var(--bs-border-width) solid #596d83;
  border-left: var(--bs-border-width) solid #596d83;
}
.shepherd-element .btn-group-vertical .shepherd-button:not(:disabled).btn-label-secondary {
  border-top-color: #596d83;
  border-bottom-color: #596d83;
}

.bs-stepper .step.active .bs-stepper-circle {
  background-color: #ead138 !important;
  color: #fff;
}
.bs-stepper .step.active .bs-stepper-label {
  color: #ead138 !important;
}
.bs-stepper .step.active .bs-stepper-icon svg {
  fill: #ead138 !important;
}
.bs-stepper .step.active .step-trigger::after {
  background-color: #ead138;
}
.bs-stepper .step.crossed .step-trigger .bs-stepper-circle {
  border-color: #ead138 !important;
  color: #ead138 !important;
}
.bs-stepper .step.crossed .step-trigger .bs-stepper-icon svg {
  fill: #ead138 !important;
}
.bs-stepper .step.crossed .step-trigger::after {
  background-color: #ead138;
}
.bs-stepper .step.crossed + .line::before {
  background-color: #ead138 !important;
}
.bs-stepper .step.crossed + .line svg {
  fill: #ead138;
}
.bs-stepper .step.crossed + .line i {
  color: #ead138;
}
.bs-stepper.wizard-icons .step.crossed .step-trigger .bs-stepper-label {
  color: #ead138 !important;
}
.bs-stepper .step-trigger:focus {
  color: #ead138;
}
.bs-stepper .step-trigger:focus svg {
  fill: #ead138 !important;
}

.app-chat .sidebar-body .chat-contact-list li.active {
  background-color: #ead138;
}
.app-chat .app-chat-history .chat-history .chat-message.chat-message-right .chat-message-text {
  background-color: #ead138 !important;
}

.navbar.landing-navbar .navbar-nav .show > .nav-link,
.navbar.landing-navbar .navbar-nav .active > .nav-link,
.navbar.landing-navbar .navbar-nav .nav-link.show,
.navbar.landing-navbar .navbar-nav .nav-link.active,
.navbar.landing-navbar .navbar-nav .nav-link:hover {
  color: #ead138 !important;
}

.landing-features .features-icon-wrapper .features-icon-box .features-icon {
  border: 2px solid rgba(234, 209, 56, 0.2);
}
.landing-features .features-icon-wrapper .features-icon-box:hover .features-icon {
  background-color: rgba(234, 209, 56, 0.05);
}

.bg-navbar-theme {
  background-color: #fff !important;
  color: #677788;
}
.bg-navbar-theme .navbar-brand,
.bg-navbar-theme .navbar-brand a {
  color: #516377;
}
.bg-navbar-theme .navbar-brand:hover, .bg-navbar-theme .navbar-brand:focus,
.bg-navbar-theme .navbar-brand a:hover,
.bg-navbar-theme .navbar-brand a:focus {
  color: #516377;
}
.bg-navbar-theme .navbar-search-wrapper .navbar-search-icon,
.bg-navbar-theme .navbar-search-wrapper .search-input {
  color: #677788;
}
.bg-navbar-theme .search-input-wrapper .search-input,
.bg-navbar-theme .search-input-wrapper .search-toggler {
  background-color: #fff !important;
  color: #677788;
}
.bg-navbar-theme .navbar-nav > .nav-link,
.bg-navbar-theme .navbar-nav > .nav-item > .nav-link,
.bg-navbar-theme .navbar-nav > .nav > .nav-item > .nav-link {
  color: #677788;
}
.bg-navbar-theme .navbar-nav > .nav-link:hover, .bg-navbar-theme .navbar-nav > .nav-link:focus,
.bg-navbar-theme .navbar-nav > .nav-item > .nav-link:hover,
.bg-navbar-theme .navbar-nav > .nav-item > .nav-link:focus,
.bg-navbar-theme .navbar-nav > .nav > .nav-item > .nav-link:hover,
.bg-navbar-theme .navbar-nav > .nav > .nav-item > .nav-link:focus {
  color: #516377;
}
.bg-navbar-theme .navbar-nav > .nav-link.disabled,
.bg-navbar-theme .navbar-nav > .nav-item > .nav-link.disabled,
.bg-navbar-theme .navbar-nav > .nav > .nav-item > .nav-link.disabled {
  color: #a4adb8 !important;
}
.bg-navbar-theme .navbar-nav .show > .nav-link,
.bg-navbar-theme .navbar-nav .active > .nav-link,
.bg-navbar-theme .navbar-nav .nav-link.show,
.bg-navbar-theme .navbar-nav .nav-link.active {
  color: #516377;
}
.bg-navbar-theme .navbar-toggler {
  color: #677788;
  border-color: rgba(81, 99, 119, 0.075);
}
.bg-navbar-theme .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba(103, 119, 136, 0.75)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}
.bg-navbar-theme .navbar-text {
  color: #677788;
}
.bg-navbar-theme .navbar-text a {
  color: #516377;
}
.bg-navbar-theme .navbar-text a:hover, .bg-navbar-theme .navbar-text a:focus {
  color: #516377;
}
.bg-navbar-theme hr {
  border-color: rgba(81, 99, 119, 0.075);
}

.layout-horizontal .layout-navbar {
  background-color: #fff !important;
  box-shadow: none !important;
  border-bottom: 1px solid #d4d8dd !important;
}

.layout-navbar {
  background-color: #fff !important;
  box-shadow: none !important;
  /* border-bottom: 1px solid #d4d8dd !important; */
}

.layout-navbar-fixed .layout-navbar.navbar-elevated {
  box-shadow: none !important;
}

.bg-menu-theme {
  background-color: #fff !important;
  color: #677788;
}
.bg-menu-theme .menu-link,
.bg-menu-theme .menu-horizontal-prev,
.bg-menu-theme .menu-horizontal-next {
  color: #677788;
}
.bg-menu-theme .menu-link.active,
.bg-menu-theme .menu-horizontal-prev.active,
.bg-menu-theme .menu-horizontal-next.active {
  color: #ead138;
}
.bg-menu-theme .menu-item.disabled .menu-link,
.bg-menu-theme .menu-horizontal-prev.disabled,
.bg-menu-theme .menu-horizontal-next.disabled {
  color: #a4adb8 !important;
}
.bg-menu-theme .menu-item.active > .menu-link:not(.menu-toggle) {
  color: #ead138;
  background-color: #e5edfc;
}
.bg-menu-theme.menu-horizontal .menu-inner > .menu-item.active > .menu-link {
  background-color: #e5edfc !important;
}
.bg-menu-theme.menu-horizontal .menu-sub > .menu-item.active > .menu-link:not(.menu-toggle) {
  background-color: transparent !important;
  color: #ead138 !important;
}
.bg-menu-theme .menu-inner > .menu-item.menu-item-closing .menu-item.open .menu-sub,
.bg-menu-theme .menu-inner > .menu-item.menu-item-closing .menu-item.open .menu-toggle {
  background: transparent;
  color: #677788;
}
.bg-menu-theme .menu-inner-shadow {
  background: linear-gradient(#fff 41%, rgba(255, 255, 255, 0.11) 95%, rgba(255, 255, 255, 0));
}
.bg-menu-theme .menu-text {
  color: #ead138;
}
.bg-menu-theme .menu-header {
  color: #8d99a6;
}
.bg-menu-theme hr,
.bg-menu-theme .menu-divider,
.bg-menu-theme .menu-inner > .menu-item.open > .menu-sub::before {
  border-color: transparent !important;
}
.bg-menu-theme .menu-inner > .menu-header::before {
  background-color: transparent;
}
.bg-menu-theme .menu-block::before {
  background-color: #8d99a6;
}
.bg-menu-theme .menu-inner > .menu-item.open .menu-item.open > .menu-toggle::before {
  background-color: #e5edfc;
}
.bg-menu-theme .menu-inner > .menu-item.open .menu-item.active > .menu-link::before {
  background-color: #ead138;
}
.bg-menu-theme .ps__thumb-y,
.bg-menu-theme .ps__rail-y.ps--clicking > .ps__thumb-y {
  background: rgba(234, 209, 56, 0.2) !important;
}

@media (min-width: 1200px) {
  .layout-menu {
    box-shadow: 0 0 0 1px #d4d8dd;
  }
}
.layout-menu-horizontal {
  box-shadow: 0 -1px 0 #d4d8dd inset;
}

.bg-menu-theme .menu-header {
  color: #a8b1bb;
}
.bg-menu-theme .menu-inner .menu-item.open > .menu-link:hover,
.bg-menu-theme .menu-inner .menu-item:not(.active) .menu-link:hover {
  background-color: rgba(38, 60, 85, 0.06);
}
.bg-menu-theme .menu-inner .menu-sub > .menu-item.active > .menu-link.menu-toggle,
.bg-menu-theme .menu-inner .menu-sub > .menu-item.open > .menu-link.menu-toggle {
  background-color: rgba(38, 60, 85, 0.06);
}
.bg-menu-theme .menu-inner .menu-sub > .menu-item.active > .menu-link.menu-toggle .menu-icon,
.bg-menu-theme .menu-inner .menu-sub > .menu-item.open > .menu-link.menu-toggle .menu-icon {
  color: #ead138;
}
html:not(.layout-menu-collapsed) .bg-menu-theme .menu-inner > .menu-item.open:not(.active), .layout-menu-hover.layout-menu-collapsed .bg-menu-theme .menu-inner > .menu-item.open:not(.active) {
  background-color: #fafafa;
}
.bg-menu-theme .menu-inner > .menu-item.active {
  background-color: #fafafa;
}
.layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-expanded) .bg-menu-theme .menu-inner > .menu-item.active {
  background-color: #e5edfc;
}
.layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-expanded) .bg-menu-theme .menu-inner > .menu-item.active .menu-link {
  color: #ead138;
}
.bg-menu-theme .menu-sub > .menu-item > .menu-link:before {
  background-color: #a8b1bb !important;
}
.bg-menu-theme .menu-sub > .menu-item.active > .menu-link:not(.menu-toggle):before {
  background-color: #ead138 !important;
}
.bg-menu-theme .menu-inner > .menu-header::before {
  background-color: #7d8a99;
}
.bg-menu-theme.menu-horizontal {
  background-color: #fff !important;
  box-shadow: none;
  border-bottom: 1px solid #d4d8dd;
}
.bg-menu-theme.menu-horizontal .menu-inner > .menu-item.active > .menu-link {
  background-color: #e5edfc !important;
}
.bg-menu-theme.menu-horizontal .menu-inner > .menu-item .menu-sub {
  box-shadow: none;
  border: 1px solid #d4d8dd;
}
html:not(.layout-menu-collapsed) .bg-menu-theme.menu-horizontal .menu-inner .menu-item.open:not(.active) > .menu-link, .layout-menu-hover.layout-menu-collapsed .bg-menu-theme.menu-horizontal .menu-inner .menu-item.open:not(.active) > .menu-link,
html:not(.layout-menu-collapsed) .bg-menu-theme.menu-horizontal .menu-inner .menu-item:not(.active) .menu-link:hover,
.layout-menu-hover.layout-menu-collapsed .bg-menu-theme.menu-horizontal .menu-inner .menu-item:not(.active) .menu-link:hover,
html:not(.layout-menu-collapsed) .bg-menu-theme.menu-horizontal .menu-inner .menu-sub .menu-item.active .menu-link:not(.menu-toggle):hover,
.layout-menu-hover.layout-menu-collapsed .bg-menu-theme.menu-horizontal .menu-inner .menu-sub .menu-item.active .menu-link:not(.menu-toggle):hover {
  background-color: rgba(38, 60, 85, 0.06) !important;
  color: #516377;
}
html:not(.layout-menu-collapsed) .bg-menu-theme.menu-horizontal .menu-inner > .menu-item.open:not(.active) {
  background-color: transparent;
}
.bg-menu-theme.menu-horizontal .menu-inner .menu-item:not(.menu-item-closing) > .menu-sub {
  background: #fff !important;
}
.bg-menu-theme.menu-horizontal .menu-inner .menu-sub > .menu-item.active > .menu-link.menu-toggle,
.bg-menu-theme.menu-horizontal .menu-inner .menu-sub > .menu-item.open > .menu-link.menu-toggle {
  background-color: rgba(38, 60, 85, 0.06) !important;
}
.bg-menu-theme.menu-horizontal .menu-inner .menu-sub > .menu-item.open:not(.active) .menu-link.menu-toggle .menu-icon {
  color: #677788;
}
.bg-menu-theme.menu-horizontal .menu-inner > .menu-item.active > .menu-link {
  color: #ead138;
}

.timeline .timeline-item .timeline-event:after {
  content: "";
  position: absolute;
  top: 0.75rem;
  left: -17px;
  width: 0;
  height: 0;
  border-top: 1rem solid transparent;
  border-right: 1rem solid;
  border-left: 0 solid;
  border-bottom: 1rem solid transparent;
  border-left-color: #fff;
  border-right-color: #d4d8dd;
  z-index: -1;
}

.app-brand .layout-menu-toggle i {
  color: #ead138;
}

.bg-footer-theme {
  background-color: #fff !important;
  color: #677788;
}
.bg-footer-theme .footer-link {
  color: #677788;
}
.bg-footer-theme .footer-link:hover, .bg-footer-theme .footer-link:focus {
  color: #516377;
}
.bg-footer-theme .footer-link.disabled {
  color: #a4adb8 !important;
}
.bg-footer-theme .footer-text {
  color: #516377;
}
.bg-footer-theme .show > .footer-link,
.bg-footer-theme .active > .footer-link,
.bg-footer-theme .footer-link.show,
.bg-footer-theme .footer-link.active {
  color: #516377;
}
.bg-footer-theme hr {
  border-color: rgba(81, 99, 119, 0.075);
}

.layout-footer-fixed .content-footer {
  box-shadow: none;
  border-top: 1px solid #d4d8dd;
}

.card {
  box-shadow: none;
  border: 1px solid #d4d8dd;
}

.card[class*=card-border-shadow-]:hover {
  box-shadow: none !important;
}

.accordion .accordion-item {
  border-top: 1px solid #d4d8dd;
  box-shadow: none !important;
}

.nav-align-top .nav-pills + .tab-content,
.nav-align-top .tabs-line + .tab-content {
  border: 1px solid #d4d8dd;
  box-shadow: none;
}

.kanban-item {
  box-shadow: none !important;
  border: 1px solid #d4d8dd;
}

.bs-stepper:not(.wizard-modern) {
  box-shadow: none !important;
  border: 1px solid #d4d8dd;
  border-radius: 0.3125rem;
}
.modal .modal-body .bs-stepper:not(.wizard-modern) {
  border-width: 0;
}

.bs-stepper.wizard-modern .bs-stepper-content {
  box-shadow: none !important;
  border: 1px solid #d4d8dd;
  border-radius: 0.3125rem;
}

.dz-preview {
  box-shadow: none !important;
  border: 1px solid #d4d8dd !important;
}

.app-email .app-email-view .email-card-last:before {
  border: 1px solid #d4d8dd;
}
.app-email .app-email-view .email-card-last:after {
  border: 1px solid #d4d8dd;
}

.form-control:focus,
.form-select:focus {
  border: 1px solid;
  box-shadow: none !important;
}

.ui-bg-overlay-container .toast.bs-toast {
  border: 1px solid #495563 !important;
}

/*
* Pages Mixins
*/
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal) .layout-page:before {
  content: "";
  width: 100%;
  height: 0.75rem;
  position: fixed;
  top: 0px;
  z-index: 10;
}

.layout-wrapper:not(.layout-horizontal) .bg-menu-theme .menu-inner .menu-item,
.layout-wrapper:not(.layout-horizontal) .bg-menu-theme .menu-inner .menu-item.active .menu-link {
  border-radius: 0.3125rem;
}
.layout-horizontal .bg-menu-theme .menu-inner > .menu-item,
.layout-horizontal .bg-menu-theme .menu-inner > .menu-item > .menu-link {
  border-radius: 0.3125rem;
}
.bg-menu-theme .menu-inner .menu-item.active > .menu-link,
.bg-menu-theme .menu-inner .menu-item:not(.open) > .menu-link:hover,
.bg-menu-theme .menu-inner .menu-item:not(.active) > .menu-link:hover {
  border-radius: 0.3125rem;
}
@media (min-width: 1200px) {
  .layout-horizontal .bg-menu-theme .menu-inner > .menu-item {
    margin: 0.565rem 0;
  }
  .layout-horizontal .bg-menu-theme .menu-inner > .menu-item:not(:first-child) {
    margin-left: 0.0625rem;
  }
  .layout-horizontal .bg-menu-theme .menu-inner > .menu-item:not(:last-child) {
    margin-right: 0.0625rem;
  }
  .layout-horizontal .bg-menu-theme .menu-inner > .menu-item .menu-sub {
    box-shadow: 0 0.625rem 1.25rem rgba(147, 158, 170, 0.5);
  }
}
.bg-menu-theme .menu-sub > .menu-item > .menu-link:before {
  content: "";
  position: absolute;
  left: 1.4375rem;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
}
[dir=rtl] .bg-menu-theme .menu-sub > .menu-item > .menu-link:before {
  right: 1.4375rem;
  left: inherit;
}
.layout-horizontal .bg-menu-theme .menu-sub > .menu-item > .menu-link:before {
  left: 1.3rem;
}
[dir=rtl] .layout-horizontal .bg-menu-theme .menu-sub > .menu-item > .menu-link:before {
  right: 1.3rem;
  left: inherit;
}
.bg-menu-theme .menu-horizontal-wrapper > .menu-inner > .menu-item > .menu-sub > .menu-item > .menu-link:before {
  display: none;
}

.layout-menu-hover .layout-menu {
  box-shadow: 0 0.625rem 1.25rem rgba(147, 158, 170, 0.5);
  transition: all 0.3s ease-in-out;
}

body {
  background: #f3f4f4;
}

.bg-body {
  background: #f3f4f4 !important;
}

.text-primary {
  color: #ead138 !important;
}

.text-body[href]:hover {
  color: #517fd6 !important;
}

.bg-primary {
  background-color: #ead138 !important;
}

a.bg-primary:hover, a.bg-primary:focus {
  background-color: #5686e2 !important;
}

.dropdown-notifications-item:not(.mark-as-read) .dropdown-notifications-read span {
  background-color: #ead138;
}

.bg-label-primary {
  background-color: #e5edfc !important;
  color: #ead138 !important;
}

.border-label-primary {
  border: 3px solid #bdd1f8;
}

.bg-gradient-primary {
  background-image: linear-gradient(45deg, #ead138, #adc6f7) !important;
}

.page-item.active .page-link, .page-item.active .page-link:hover, .page-item.active .page-link:focus,
.pagination li.active > a:not(.page-link),
.pagination li.active > a:not(.page-link):hover,
.pagination li.active > a:not(.page-link):focus {
  border-color: #ead138;
  background-color: #ead138;
  color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}

.progress-bar {
  background-color: #ead138;
  color: #fff;
  box-shadow: 0 2px 4px 0 rgba(234, 209, 56, 0.4);
}

.modal-onboarding .carousel-indicators [data-bs-target] {
  background-color: #ead138;
}

.carousel-control-prev,
.carousel-control-next {
  color: #ead138;
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #ead138;
}

.list-group-item-primary {
  border-color: #ead138;
  background-color: #e5edfc;
  color: #ead138 !important;
}

a.list-group-item-primary,
button.list-group-item-primary {
  color: #ead138;
}
a.list-group-item-primary:hover, a.list-group-item-primary:focus,
button.list-group-item-primary:hover,
button.list-group-item-primary:focus {
  border-color: #ead138;
  background-color: #dae1ef;
  color: #ead138;
}
a.list-group-item-primary.active,
button.list-group-item-primary.active {
  border-color: #ead138 !important;
  background-color: #ead138 !important;
  color: #fff !important;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  border-color: #ead138;
  background-color: #ead138;
  color: #fff;
}

.list-group.list-group-timeline .list-group-timeline-primary:before {
  border-color: #ead138;
  background-color: #ead138;
}

.alert-primary {
  background-color: #e5edfc;
  border-color: #ceddfa;
  color: #ead138;
}
.alert-primary .btn-close {
  background-image: url("data:image/svg+xml,%3Csvg width='150px' height='151px' viewBox='0 0 150 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='131.251657 0 74.9933705 56.25 18.7483426 0 0 18.75 56.2450278 75 0 131.25 18.7483426 150 74.9933705 93.75 131.251657 150 150 131.25 93.7549722 75 150 18.75'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='🎨-%5BSetup%5D:-Colors-&amp;-Shadows' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-225.000000, -250.000000)'%3E%3Cg id='Icon-Color' transform='translate(225.000000, 250.500000)'%3E%3Cuse fill='%23ead138' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.5' fill='%23ead138' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.alert-primary .alert-link {
  color: #ead138;
}

.alert-primary hr {
  background-color: #ead138 !important;
}

.alert-solid-primary {
  background-color: #ead138;
  color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}
.alert-solid-primary .btn-close {
  background-image: url("data:image/svg+xml,%3Csvg width='150px' height='151px' viewBox='0 0 150 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='131.251657 0 74.9933705 56.25 18.7483426 0 0 18.75 56.2450278 75 0 131.25 18.7483426 150 74.9933705 93.75 131.251657 150 150 131.25 93.7549722 75 150 18.75'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='🎨-%5BSetup%5D:-Colors-&amp;-Shadows' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-225.000000, -250.000000)'%3E%3Cg id='Icon-Color' transform='translate(225.000000, 250.500000)'%3E%3Cuse fill='%23fff' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.5' fill='%23fff' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.alert-solid-primary .alert-link {
  color: #fff;
}

.alert-solid-primary hr {
  background-color: #fff !important;
}

.accordion.accordion-header-primary .accordion-item.active .accordion-button {
  color: #ead138 !important;
}
.accordion.accordion-header-primary .accordion-item.active .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='m1.532 12 6.182-6-6.182-6L0 1.487 4.65 6 0 10.513z'/%3E%3C/defs%3E%3Cg transform='translate%282.571%29' fill='none' fill-rule='evenodd'%3E%3Cuse fill='%23ead138' xlink:href='%23a'/%3E%3Cuse fill-opacity='.1' xlink:href='%23a'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.tooltip-primary .tooltip-inner, .tooltip-primary > .tooltip .tooltip-inner, .ngb-tooltip-primary + ngb-tooltip-window .tooltip-inner {
  background: #ead138;
  color: #fff;
}
.tooltip-primary.bs-tooltip-auto[data-popper-placement=top] .tooltip-arrow::before, .tooltip-primary > .tooltip.bs-tooltip-auto[data-popper-placement=top] .tooltip-arrow::before, .ngb-tooltip-primary + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=top] .tooltip-arrow::before {
  border-top-color: #ead138;
}
.tooltip-primary.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before, .tooltip-primary > .tooltip.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before, .ngb-tooltip-primary + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before {
  border-left-color: #ead138;
}
[dir=rtl] .tooltip-primary.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before, [dir=rtl] .tooltip-primary > .tooltip.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before, [dir=rtl] .ngb-tooltip-primary + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before {
  border-right-color: #ead138;
}
.tooltip-primary.bs-tooltip-auto[data-popper-placement=bottom] .tooltip-arrow::before, .tooltip-primary > .tooltip.bs-tooltip-auto[data-popper-placement=bottom] .tooltip-arrow::before, .ngb-tooltip-primary + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=bottom] .tooltip-arrow::before {
  border-bottom-color: #ead138;
}
.tooltip-primary.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before, .tooltip-primary > .tooltip.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before, .ngb-tooltip-primary + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before {
  border-right-color: #ead138;
}
[dir=rtl] .tooltip-primary.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before, [dir=rtl] .tooltip-primary > .tooltip.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before, [dir=rtl] .ngb-tooltip-primary + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before {
  border-left-color: #ead138;
}

.popover.popover-primary, .popover .popover-primary > .popover, .popover .ngb-popover-primary + ngb-popover-window {
  border-color: transparent;
  background: #ead138;
}
.popover.popover-primary .popover-header, .popover .popover-primary > .popover .popover-header, .popover .ngb-popover-primary + ngb-popover-window .popover-header {
  background: transparent;
  color: #fff;
}
.popover.popover-primary .popover-body, .popover .popover-primary > .popover .popover-body, .popover .ngb-popover-primary + ngb-popover-window .popover-body {
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
}
.popover.popover-primary > .popover-arrow::before, .popover .popover-primary > .popover > .popover-arrow::before, .popover .ngb-popover-primary + ngb-popover-window > .popover-arrow::before {
  border-color: transparent;
}
.popover.popover-primary.bs-popover-auto[data-popper-placement=top] > .popover-arrow::after, .popover .popover-primary > .popover.bs-popover-auto[data-popper-placement=top] > .popover-arrow::after, .popover .ngb-popover-primary + ngb-popover-window.bs-popover-auto[data-popper-placement=top] > .popover-arrow::after {
  border-top-color: #ead138 !important;
}
.popover.popover-primary.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after, .popover .popover-primary > .popover.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after, .popover .ngb-popover-primary + ngb-popover-window.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after {
  border-right-color: #ead138 !important;
}
[dir=rtl] .popover.popover-primary.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after, [dir=rtl] .popover .popover-primary > .popover.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after, [dir=rtl] .popover .ngb-popover-primary + ngb-popover-window.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after {
  border-left-color: #ead138 !important;
}
.popover.popover-primary.bs-popover-auto[data-popper-placement=bottom] > .popover-arrow::after, .popover .popover-primary > .popover.bs-popover-auto[data-popper-placement=bottom] > .popover-arrow::after, .popover .ngb-popover-primary + ngb-popover-window.bs-popover-auto[data-popper-placement=bottom] > .popover-arrow::after {
  border-bottom-color: #ead138 !important;
}
.popover.popover-primary.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after, .popover .popover-primary > .popover.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after, .popover .ngb-popover-primary + ngb-popover-window.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after {
  border-left-color: #ead138 !important;
}
[dir=rtl] .popover.popover-primary.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after, [dir=rtl] .popover .popover-primary > .popover.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after, [dir=rtl] .popover .ngb-popover-primary + ngb-popover-window.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after {
  border-right-color: #ead138 !important;
}
.popover.popover-primary.bs-popover-auto.bs-popover-bottom .popover-header::before, .popover .popover-primary > .popover.bs-popover-auto.bs-popover-bottom .popover-header::before, .popover .ngb-popover-primary + ngb-popover-window.bs-popover-auto.bs-popover-bottom .popover-header::before {
  border-bottom: 1px solid transparent;
}

.table-primary {
  --bs-table-bg: #dee8fc;
  --bs-table-striped-bg: #d8e3f7;
  --bs-table-striped-color: #263c55;
  --bs-table-active-bg: #ccd7eb;
  --bs-table-active-color: #263c55;
  --bs-table-hover-bg: #d3def2;
  --bs-table-hover-color: #263c55;
  color: #263c55;
  border-color: #b9c6db;
}
.table-primary .btn-icon {
  color: #263c55;
}

.btn-primary, .btn-primary[data-trigger=hover].dropdown-toggle:not(.show) {
  color: #fff;
  background-color: #ead138;
  border-color: #ead138;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}
.btn-primary:hover, .btn-primary[data-trigger=hover].show.dropdown-toggle:hover {
  color: #fff !important;
  background-color: #ead138 !important;
  border-color: #ead138 !important;
  box-shadow: 0 0.25rem 1rem rgba(147, 158, 170, 0.45) !important;
}
.btn-check:focus + .btn-primary, .btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #4d78ca;
  border-color: #4d78ca;
  box-shadow: none;
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .btn-primary.show.dropdown-toggle, .show > .btn-primary.dropdown-toggle {
  color: #fff !important;
  background-color: #4d78ca !important;
  border-color: #4d78ca !important;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .btn-primary.show.dropdown-toggle:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff !important;
  background-color: #ead138 !important;
  border-color: #ead138 !important;
  box-shadow: none !important;
}

.btn-group .btn-primary,
.input-group .btn-primary {
  border-right: var(--bs-border-width) solid #4d78ca;
  border-left: var(--bs-border-width) solid #4d78ca;
}

.btn-group-vertical .btn-primary {
  border-top-color: #4d78ca;
  border-bottom-color: #4d78ca;
}

.btn-label-primary {
  color: #ead138;
  border-color: transparent;
  background: #e5edfc;
}
.btn-label-primary:hover {
  border-color: transparent !important;
  background: #ead138 !important;
  color: #fff !important;
}
.btn-label-primary:focus, .btn-label-primary.focus {
  color: #fff;
  background: #4d78ca;
  box-shadow: none !important;
}
.btn-label-primary:active, .btn-label-primary.active, .btn-label-primary.show.dropdown-toggle, .show > .btn-label-primary.dropdown-toggle {
  color: #fff !important;
  background-color: #4d78ca !important;
  border-color: transparent !important;
}
.btn-label-primary:active:focus, .btn-label-primary.active:focus, .btn-label-primary.show.dropdown-toggle:focus, .show > .btn-label-primary.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-label-primary.disabled, .btn-label-primary:disabled {
  color: #ead138 !important;
  border-color: transparent !important;
  background: #e5edfc !important;
  box-shadow: none !important;
}

.btn-group .btn-label-primary,
.input-group .btn-label-primary {
  border-right: var(--bs-border-width) solid #4d78ca;
  border-left: var(--bs-border-width) solid #4d78ca;
}

.btn-group-vertical .btn-label-primary {
  border-top-color: #4d78ca;
  border-bottom-color: #4d78ca;
}

.btn-outline-primary {
  color: #ead138;
  border-color: #ead138;
  background: transparent;
}
.btn-outline-primary:hover {
  color: #fff !important;
  background-color: #ead138 !important;
  border-color: #ead138 !important;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  color: #fff;
  background-color: #4d78ca;
  border-color: #4d78ca;
  box-shadow: none;
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff !important;
  background-color: #4d78ca !important;
  border-color: #4d78ca !important;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: none;
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #ead138 !important;
  background-color: transparent !important;
}

.btn-outline-primary .badge {
  background: #ead138;
  border-color: #ead138;
  color: #fff;
}

.btn-outline-primary:hover .badge,
.btn-outline-primary:focus:hover .badge,
.btn-outline-primary:active .badge,
.btn-outline-primary.active .badge,
.show > .btn-outline-primary.dropdown-toggle .badge {
  background: #fff;
  border-color: #fff;
  color: #ead138;
}

.dropdown-item:not(.disabled).active,
.dropdown-item:not(.disabled):active {
  background-color: rgba(234, 209, 56, 0.08);
  color: #ead138 !important;
}

.dropdown-menu > li:not(.disabled) > a:not(.dropdown-item):active,
.dropdown-menu > li.active:not(.disabled) > a:not(.dropdown-item) {
  background-color: rgba(234, 209, 56, 0.08);
  color: #ead138 !important;
}

.dt-button-collection .dropdown-item:not(.disabled):active {
  background-color: rgba(234, 209, 56, 0.08);
}

.nav .nav-link:hover, .nav .nav-link:focus {
  color: #517fd6;
}

.nav-pills .nav-link.active, .nav-pills .nav-link.active:hover, .nav-pills .nav-link.active:focus {
  background-color: #ead138;
  color: #fff;
}

.tabs-line.nav-tabs .nav-link.active, .tabs-line.nav-tabs .nav-link.active:hover, .tabs-line.nav-tabs .nav-link.active:focus,
.tabs-line > .nav-tabs .nav-link.active,
.tabs-line > .nav-tabs .nav-link.active:hover,
.tabs-line > .nav-tabs .nav-link.active:focus {
  box-shadow: 0 -2px 0 #ead138 inset;
}

.nav-align-bottom .tabs-line.nav-tabs .nav-link.active, .nav-align-bottom .tabs-line.nav-tabs .nav-link.active:hover, .nav-align-bottom .tabs-line.nav-tabs .nav-link.active:focus,
.nav-align-bottom .tabs-line > .nav-tabs .nav-link.active,
.nav-align-bottom .tabs-line > .nav-tabs .nav-link.active:hover,
.nav-align-bottom .tabs-line > .nav-tabs .nav-link.active:focus {
  box-shadow: 0 2px 0 #ead138 inset;
}

.nav-align-left .tabs-line.nav-tabs .nav-link.active, .nav-align-left .tabs-line.nav-tabs .nav-link.active:hover, .nav-align-left .tabs-line.nav-tabs .nav-link.active:focus,
.nav-align-left .tabs-line > .nav-tabs .nav-link.active,
.nav-align-left .tabs-line > .nav-tabs .nav-link.active:hover,
.nav-align-left .tabs-line > .nav-tabs .nav-link.active:focus {
  box-shadow: -2px 0px 0 #ead138 inset;
}

.nav-align-right .tabs-line.nav-tabs .nav-link.active, .nav-align-right .tabs-line.nav-tabs .nav-link.active:hover, .nav-align-right .tabs-line.nav-tabs .nav-link.active:focus,
.nav-align-right .tabs-line > .nav-tabs .nav-link.active,
.nav-align-right .tabs-line > .nav-tabs .nav-link.active:hover,
.nav-align-right .tabs-line > .nav-tabs .nav-link.active:focus {
  box-shadow: 2px 0px 0 #ead138 inset;
}

[dir=rtl] .nav-align-left .tabs-line.nav-tabs .nav-link.active, [dir=rtl] .nav-align-left .tabs-line.nav-tabs .nav-link.active:hover, [dir=rtl] .nav-align-left .tabs-line.nav-tabs .nav-link.active:focus,
[dir=rtl] .nav-align-left .tabs-line > .nav-tabs .nav-link.active,
[dir=rtl] .nav-align-left .tabs-line > .nav-tabs .nav-link.active:hover,
[dir=rtl] .nav-align-left .tabs-line > .nav-tabs .nav-link.active:focus {
  box-shadow: 2px 0px 0 #ead138 inset;
}
[dir=rtl] .nav-align-right .tabs-line.nav-tabs .nav-link.active, [dir=rtl] .nav-align-right .tabs-line.nav-tabs .nav-link.active:hover, [dir=rtl] .nav-align-right .tabs-line.nav-tabs .nav-link.active:focus,
[dir=rtl] .nav-align-right .tabs-line > .nav-tabs .nav-link.active,
[dir=rtl] .nav-align-right .tabs-line > .nav-tabs .nav-link.active:hover,
[dir=rtl] .nav-align-right .tabs-line > .nav-tabs .nav-link.active:focus {
  box-shadow: -2px 0px 0 #ead138 inset;
}

.form-control:focus,
.form-select:focus {
  border-color: #ead138 !important;
}

.input-group:focus-within .form-control,
.input-group:focus-within .input-group-text {
  border-color: #ead138 !important;
}

.form-check-input:focus {
  border-color: #ead138;
}
.form-check-input:checked {
  background-color: #ead138;
  border-color: #ead138;
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #ead138;
  border-color: #ead138;
}

.custom-option.checked {
  border: 1px solid #ead138;
}

.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ead138'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-control:focus ~ .form-label {
  border-color: #ead138;
}
.form-control:focus ~ .form-label::after {
  border-color: inherit;
}

.switch-input:checked ~ .switch-toggle-slider {
  background: #ead138;
  color: #fff;
}

.switch-input:active ~ .switch-toggle-slider {
  box-shadow: none;
}

.switch-input:focus ~ .switch-toggle-slider {
  box-shadow: 0 0 0 0.12rem rgba(147, 158, 170, 0.3);
}

.switch-primary.switch .switch-input:checked ~ .switch-toggle-slider {
  background: #ead138;
  color: #fff;
}

.switch-primary.switch .switch-input:active ~ .switch-toggle-slider {
  box-shadow: none;
}

.switch-primary.switch .switch-input:focus ~ .switch-toggle-slider {
  box-shadow: 0 0 0 0.12rem rgba(147, 158, 170, 0.3);
}

.timeline .timeline-item-primary .timeline-event {
  background-color: rgba(234, 209, 56, 0.1);
}
.timeline .timeline-item-primary .timeline-event:before {
  border-left-color: rgba(234, 209, 56, 0.1) !important;
  border-right-color: rgba(234, 209, 56, 0.1) !important;
}

.timeline .timeline-point-primary {
  background-color: #ead138 !important;
  box-shadow: 0 0 0 0.1875rem rgba(234, 209, 56, 0.16);
}

.timeline .timeline-indicator-primary {
  border-color: #ead138 !important;
}
.timeline .timeline-indicator-primary i {
  color: #ead138 !important;
}

.divider.divider-primary .divider-text:before, .divider.divider-primary .divider-text:after {
  border-color: #ead138;
}

.navbar.bg-primary {
  background-color: #ead138 !important;
  color: #e0eafc;
}
.navbar.bg-primary .navbar-brand,
.navbar.bg-primary .navbar-brand a {
  color: #fff;
}
.navbar.bg-primary .navbar-brand:hover, .navbar.bg-primary .navbar-brand:focus,
.navbar.bg-primary .navbar-brand a:hover,
.navbar.bg-primary .navbar-brand a:focus {
  color: #fff;
}
.navbar.bg-primary .navbar-search-wrapper .navbar-search-icon,
.navbar.bg-primary .navbar-search-wrapper .search-input {
  color: #e0eafc;
}
.navbar.bg-primary .search-input-wrapper .search-input,
.navbar.bg-primary .search-input-wrapper .search-toggler {
  background-color: #ead138 !important;
  color: #e0eafc;
}
.navbar.bg-primary .navbar-nav > .nav-link,
.navbar.bg-primary .navbar-nav > .nav-item > .nav-link,
.navbar.bg-primary .navbar-nav > .nav > .nav-item > .nav-link {
  color: #e0eafc;
}
.navbar.bg-primary .navbar-nav > .nav-link:hover, .navbar.bg-primary .navbar-nav > .nav-link:focus,
.navbar.bg-primary .navbar-nav > .nav-item > .nav-link:hover,
.navbar.bg-primary .navbar-nav > .nav-item > .nav-link:focus,
.navbar.bg-primary .navbar-nav > .nav > .nav-item > .nav-link:hover,
.navbar.bg-primary .navbar-nav > .nav > .nav-item > .nav-link:focus {
  color: #fff;
}
.navbar.bg-primary .navbar-nav > .nav-link.disabled,
.navbar.bg-primary .navbar-nav > .nav-item > .nav-link.disabled,
.navbar.bg-primary .navbar-nav > .nav > .nav-item > .nav-link.disabled {
  color: #aac5f6 !important;
}
.navbar.bg-primary .navbar-nav .show > .nav-link,
.navbar.bg-primary .navbar-nav .active > .nav-link,
.navbar.bg-primary .navbar-nav .nav-link.show,
.navbar.bg-primary .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar.bg-primary .navbar-toggler {
  color: #e0eafc;
  border-color: rgba(255, 255, 255, 0.15);
}
.navbar.bg-primary .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba(255, 255, 255, 0.8)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}
.navbar.bg-primary .navbar-text {
  color: #e0eafc;
}
.navbar.bg-primary .navbar-text a {
  color: #fff;
}
.navbar.bg-primary .navbar-text a:hover, .navbar.bg-primary .navbar-text a:focus {
  color: #fff;
}
.navbar.bg-primary hr {
  border-color: rgba(255, 255, 255, 0.15);
}

.menu.bg-primary {
  background-color: #ead138 !important;
  color: #e0eafc;
}
.menu.bg-primary .menu-link,
.menu.bg-primary .menu-horizontal-prev,
.menu.bg-primary .menu-horizontal-next {
  color: #e0eafc;
}
.menu.bg-primary .menu-link.active,
.menu.bg-primary .menu-horizontal-prev.active,
.menu.bg-primary .menu-horizontal-next.active {
  color: #fff;
}
.menu.bg-primary .menu-item.disabled .menu-link,
.menu.bg-primary .menu-horizontal-prev.disabled,
.menu.bg-primary .menu-horizontal-next.disabled {
  color: #aac5f6 !important;
}
.menu.bg-primary .menu-item.active > .menu-link:not(.menu-toggle) {
  color: #fff;
  background-color: #5e90ee;
}
.menu.bg-primary.menu-horizontal .menu-inner > .menu-item.active > .menu-link {
  background-color: #5e90ee !important;
}
.menu.bg-primary.menu-horizontal .menu-sub > .menu-item.active > .menu-link:not(.menu-toggle) {
  background-color: transparent !important;
  color: #fff !important;
}
.menu.bg-primary .menu-inner > .menu-item.menu-item-closing .menu-item.open .menu-sub,
.menu.bg-primary .menu-inner > .menu-item.menu-item-closing .menu-item.open .menu-toggle {
  background: transparent;
  color: #e0eafc;
}
.menu.bg-primary .menu-inner-shadow {
  background: linear-gradient(#ead138 41%, rgba(234, 209, 56, 0.11) 95%, rgba(234, 209, 56, 0));
}
.menu.bg-primary .menu-text {
  color: #fff;
}
.menu.bg-primary .menu-header {
  color: #bfd3f9;
}
.menu.bg-primary hr,
.menu.bg-primary .menu-divider,
.menu.bg-primary .menu-inner > .menu-item.open > .menu-sub::before {
  border-color: rgba(255, 255, 255, 0.15) !important;
}
.menu.bg-primary .menu-inner > .menu-header::before {
  background-color: rgba(255, 255, 255, 0.15);
}
.menu.bg-primary .menu-block::before {
  background-color: #bfd3f9;
}
.menu.bg-primary .menu-inner > .menu-item.open .menu-item.open > .menu-toggle::before {
  background-color: #76a1f1;
}
.menu.bg-primary .menu-inner > .menu-item.open .menu-item.active > .menu-link::before {
  background-color: #fff;
}
.menu.bg-primary .ps__thumb-y,
.menu.bg-primary .ps__rail-y.ps--clicking > .ps__thumb-y {
  background: rgba(255, 255, 255, 0.614602353) !important;
}

.footer.bg-primary {
  background-color: #ead138 !important;
  color: #e0eafc;
}
.footer.bg-primary .footer-link {
  color: #e0eafc;
}
.footer.bg-primary .footer-link:hover, .footer.bg-primary .footer-link:focus {
  color: #fff;
}
.footer.bg-primary .footer-link.disabled {
  color: #aac5f6 !important;
}
.footer.bg-primary .footer-text {
  color: #fff;
}
.footer.bg-primary .show > .footer-link,
.footer.bg-primary .active > .footer-link,
.footer.bg-primary .footer-link.show,
.footer.bg-primary .footer-link.active {
  color: #fff;
}
.footer.bg-primary hr {
  border-color: rgba(255, 255, 255, 0.15);
}

.toast .toast-header.bg-primary,
.bs-toast .toast-header.bg-primary {
  background-color: #ead138;
  color: #fff;
}

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  color: #ead138;
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  color: #ead138;
}
.form-floating > .form-control:-webkit-autofill ~ label {
  color: #ead138;
}

.svg-illustration svg {
  fill: #ead138;
}

.jstree-default .jstree-wholerow-clicked,
.jstree-default .jstree-wholerow-hovered {
  background: #e6eefc;
}

.jstree-default-dark .jstree-wholerow-hovered,
.jstree-default-dark .jstree-wholerow-clicked {
  background: #516ea2;
}

.card.card-border-shadow-primary::after {
  border-bottom-color: #bdd1f8;
}
.card.card-border-shadow-primary:hover::after {
  border-bottom-color: #ead138;
}

.card.card-hover-border-primary:hover,
.card .card-hover-border-primary:hover {
  border-color: #c0d4f9;
}

html:not([dir=rtl]) .border-primary,
html[dir=rtl] .border-primary {
  border-color: #ead138 !important;
}

a {
  color: #ead138;
}
a:hover {
  color: #6b98f0;
}

.fill-primary {
  fill: #ead138;
}

.noUi-primary .noUi-base .noUi-connect {
  background: #ead138 !important;
}
.noUi-primary .noUi-base .noUi-touch-area {
  background-color: #ead138 !important;
}

.select2-container--default.select2-container--focus .select2-selection, .select2-container--default.select2-container--open .select2-selection {
  border-color: #ead138 !important;
}

.select2-primary .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: rgba(234, 209, 56, 0.08) !important;
  color: #ead138 !important;
}
.select2-primary .select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
  background: rgba(234, 209, 56, 0.16) !important;
}

.tagify--focus {
  border-color: #ead138 !important;
}

table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  background-color: #ead138;
  border: 2px solid #fff;
  box-shadow: 0 0 3px rgba(38, 60, 85, 0.8);
}

.bootstrap-select .dropdown-menu.inner a[aria-selected=true] {
  background: rgba(234, 209, 56, 0.08) !important;
  color: #ead138 !important;
}
.bootstrap-select .dropdown-toggle.show {
  border-color: #ead138;
}

.datepicker table tr td.active, .datepicker table tr td.active.highlighted,
.datepicker table tr td .focused,
.datepicker table tr td span.active,
.datepicker table tr td span.active.disabled, .datepicker table tr td.range-start, .datepicker table tr td.range-end {
  background: #ead138 !important;
  color: #fff !important;
}
.datepicker table tr td.range, .datepicker table tr td.range.highlighted, .datepicker table tr td.range.today {
  color: #ead138 !important;
  background: #f2f6fe !important;
}
.datepicker table tr td.range.focused, .datepicker table tr td.range.highlighted.focused, .datepicker table tr td.range.today.focused {
  background: #d6e2fc !important;
}
.datepicker table tr td.range.disabled, .datepicker table tr td.range.highlighted.disabled, .datepicker table tr td.range.today.disabled {
  background: rgba(242, 246, 254, 0.5) !important;
  color: rgba(38, 60, 85, 0.5) !important;
}
.datepicker table tr td.today:not(.active) {
  box-shadow: 0 0 0 1px #ead138 inset;
}
.datepicker table th.prev, .datepicker table th.next {
  border: 1px solid #ead138;
}
.datepicker table th.prev::after, .datepicker table th.next::after {
  color: #ead138;
  border-color: #ead138;
}

.flatpickr-calendar .numInputWrapper span.arrowDown:after {
  border-top-color: #fff;
}
.flatpickr-calendar .numInputWrapper span.arrowUp:after {
  border-bottom-color: #fff;
}

.flatpickr-day.today {
  border-color: #ead138;
}
.flatpickr-day.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange {
  color: #ead138 !important;
  background: #f2f6fe !important;
  border-color: #f2f6fe !important;
}
.flatpickr-day.selected, .flatpickr-day.selected.inRange, .flatpickr-day.selected:focus, .flatpickr-day.selected:hover, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange, .flatpickr-day.startRange.inRange, .flatpickr-day.startRange:focus, .flatpickr-day.startRange:hover, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange, .flatpickr-day.endRange.inRange, .flatpickr-day.endRange:focus, .flatpickr-day.endRange:hover, .flatpickr-day.endRange.nextMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.week.selected {
  color: #fff !important;
  background: #ead138 !important;
  border-color: #ead138 !important;
}

.flatpickr-prev-month,
.flatpickr-next-month {
  border: 1px solid #ead138;
}
.flatpickr-prev-month svg,
.flatpickr-next-month svg {
  fill: #ead138;
  stroke: #ead138;
}

.daterangepicker table thead th select,
.daterangepicker table thead td select {
  background-color: transparent;
}

.daterangepicker td.active:not(.off) {
  background: #ead138 !important;
  color: #fff;
}

.daterangepicker .calendar-table th.prev,
.daterangepicker .calendar-table th.next,
.daterangepicker .calendar-table th.prev:hover,
.daterangepicker .calendar-table th.next:hover {
  border: 1px solid #ead138;
}
.daterangepicker .calendar-table th.prev span,
.daterangepicker .calendar-table th.next span,
.daterangepicker .calendar-table th.prev:hover span,
.daterangepicker .calendar-table th.next:hover span {
  border-color: #ead138;
}

.daterangepicker .start-date:not(.end-date):not(.off),
.daterangepicker .end-date:not(.start-date):not(.off) {
  background-color: #ead138;
  color: #fff;
  border: 0 !important;
}
.daterangepicker .start-date:not(.end-date):not(.off):hover,
.daterangepicker .end-date:not(.start-date):not(.off):hover {
  background-color: #ead138 !important;
}

.daterangepicker .input-mini.active {
  border-color: #ead138 !important;
}

.daterangepicker td.in-range:not(.start-date):not(.end-date):not(.off) {
  color: #ead138 !important;
  background-color: #f2f6fe !important;
}

.ranges li.active {
  color: #ead138 !important;
  background-color: #f2f6fe !important;
}

li.ui-timepicker-selected,
.ui-timepicker-list .ui-timepicker-selected:hover {
  color: #ead138 !important;
  background: rgba(234, 209, 56, 0.08) !important;
}

.ql-snow.ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar button:hover,
.ql-snow .ql-toolbar button:focus,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #ead138 !important;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #ead138 !important;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #ead138 !important;
}

.tt-suggestion:active,
.tt-cursor {
  background: rgba(234, 209, 56, 0.08) !important;
  color: #ead138 !important;
}

.dropzone.dz-drag-hover {
  border-color: #ead138 !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #ead138 !important;
}

.sk-primary.sk-plane,
.sk-primary .sk-chase-dot:before,
.sk-primary .sk-bounce-dot,
.sk-primary .sk-wave-rect,
.sk-primary.sk-pulse,
.sk-primary .sk-swing-dot,
.sk-primary .sk-circle-dot:before,
.sk-primary .sk-circle-fade-dot:before,
.sk-primary .sk-grid-cube,
.sk-primary .sk-fold-cube:before {
  background-color: #ead138;
}

.plyr input[type=range]::-ms-fill-lower {
  background: #ead138 !important;
}

.plyr input[type=range]:active::-webkit-slider-thumb {
  background: #ead138 !important;
}
.plyr input[type=range]:active::-moz-range-thumb {
  background: #ead138 !important;
}
.plyr input[type=range]:active::-ms-thumb {
  background: #ead138 !important;
}

.plyr--video .plyr__control.plyr__control--overlaid,
.plyr--video .plyr__controls button.tab-focus:focus,
.plyr--video .plyr__control[aria-expanded=true],
.plyr--video .plyr__controls button:hover {
  background: #ead138 !important;
  color: #fff !important;
}

.plyr--audio .plyr__controls button.tab-focus:focus,
.plyr--audio .plyr__control[aria-expanded=true],
.plyr--audio .plyr__controls button:hover {
  background: #ead138 !important;
  color: #fff !important;
}

.plyr__play-large {
  background: #ead138 !important;
  color: #fff !important;
}

.plyr__progress--played,
.plyr__volume--display {
  color: #ead138 !important;
}

.plyr--full-ui input[type=range] {
  color: #ead138 !important;
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: #ead138 !important;
}

.fc .fc-event-primary:not(.fc-list-event) {
  background-color: #e5edfc !important;
  color: #ead138 !important;
}
.fc .fc-event-primary.fc-list-event .fc-list-event-dot {
  border-color: #ead138 !important;
}
.fc .fc-button-primary:not(.fc-prev-button):not(.fc-next-button) {
  color: #ead138;
  border-color: transparent;
  background: #e5edfc;
}
.fc .fc-button-primary:not(.fc-prev-button):not(.fc-next-button):hover {
  border-color: transparent !important;
  background: #ead138 !important;
  color: #fff !important;
}
.fc .fc-button-primary:not(.fc-prev-button):not(.fc-next-button):focus, .fc .fc-button-primary:not(.fc-prev-button):not(.fc-next-button).focus {
  color: #fff;
  background: #4d78ca;
  box-shadow: none !important;
}
.fc .fc-button-primary:not(.fc-prev-button):not(.fc-next-button):active, .fc .fc-button-primary:not(.fc-prev-button):not(.fc-next-button).active, .fc .fc-button-primary:not(.fc-prev-button):not(.fc-next-button).show.dropdown-toggle, .show > .fc .fc-button-primary:not(.fc-prev-button):not(.fc-next-button).dropdown-toggle {
  color: #fff !important;
  background-color: #4d78ca !important;
  border-color: transparent !important;
}
.fc .fc-button-primary:not(.fc-prev-button):not(.fc-next-button):active:focus, .fc .fc-button-primary:not(.fc-prev-button):not(.fc-next-button).active:focus, .fc .fc-button-primary:not(.fc-prev-button):not(.fc-next-button).show.dropdown-toggle:focus, .show > .fc .fc-button-primary:not(.fc-prev-button):not(.fc-next-button).dropdown-toggle:focus {
  box-shadow: none;
}
.fc .fc-button-primary:not(.fc-prev-button):not(.fc-next-button).disabled, .fc .fc-button-primary:not(.fc-prev-button):not(.fc-next-button):disabled {
  color: #ead138 !important;
  border-color: transparent !important;
  background: #e5edfc !important;
  box-shadow: none !important;
}
.fc .btn-group .fc-button-primary:not(.fc-prev-button):not(.fc-next-button),
.fc .input-group .fc-button-primary:not(.fc-prev-button):not(.fc-next-button) {
  border-right: var(--bs-border-width) solid #4d78ca;
  border-left: var(--bs-border-width) solid #4d78ca;
}
.fc .btn-group-vertical .fc-button-primary:not(.fc-prev-button):not(.fc-next-button) {
  border-top-color: #4d78ca;
  border-bottom-color: #4d78ca;
}
.fc .fc-button-primary:not(.fc-prev-button):not(.fc-next-button).fc-button-active {
  background-color: #ead138 !important;
  border-color: #ead138 !important;
  color: #fff;
}

.swal2-progress-steps[class] .swal2-progress-step.swal2-active-progress-step,
.swal2-progress-steps[class] .swal2-progress-step-line,
.swal2-progress-steps[class] .swal2-active-progress-step,
.swal2-progress-steps[class] .swal2-progress-step {
  background: #ead138;
  color: #fff;
}

.swal2-progress-steps[class] .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step,
.swal2-progress-steps[class] .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: #e6eefc;
}

.pcr-app .pcr-type.active,
.pcr-app .pcr-save {
  background: #ead138 !important;
}

.icon-card.active {
  outline: 1px solid #ead138;
}
.icon-card.active i,
.icon-card.active svg {
  color: #ead138;
}

.shepherd-element[data-popper-placement=bottom] .shepherd-arrow:before {
  background-color: #ead138 !important;
  border-color: #ead138;
}
.shepherd-element .shepherd-header {
  background: #ead138 !important;
  color: #fff;
}
.shepherd-element .shepherd-header .shepherd-title,
.shepherd-element .shepherd-header .shepherd-cancel-icon {
  color: #fff !important;
}
.shepherd-element .shepherd-button:not(:disabled).btn-primary, .shepherd-element .shepherd-button:not(:disabled).btn-primary[data-trigger=hover].dropdown-toggle:not(.show) {
  color: #fff;
  background-color: #ead138;
  border-color: #ead138;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}
.shepherd-element .shepherd-button:not(:disabled).btn-primary:hover, .shepherd-element .shepherd-button:not(:disabled).btn-primary[data-trigger=hover].show.dropdown-toggle:hover {
  color: #fff !important;
  background-color: #ead138 !important;
  border-color: #ead138 !important;
  box-shadow: 0 0.25rem 1rem rgba(147, 158, 170, 0.45) !important;
}
.btn-check:focus + .shepherd-element .shepherd-button:not(:disabled).btn-primary, .shepherd-element .shepherd-button:not(:disabled).btn-primary:focus, .shepherd-element .shepherd-button:not(:disabled).btn-primary.focus {
  color: #fff;
  background-color: #4d78ca;
  border-color: #4d78ca;
  box-shadow: none;
}
.btn-check:checked + .shepherd-element .shepherd-button:not(:disabled).btn-primary, .btn-check:active + .shepherd-element .shepherd-button:not(:disabled).btn-primary, .shepherd-element .shepherd-button:not(:disabled).btn-primary:active, .shepherd-element .shepherd-button:not(:disabled).btn-primary.active, .shepherd-element .shepherd-button:not(:disabled).btn-primary.show.dropdown-toggle, .show > .shepherd-element .shepherd-button:not(:disabled).btn-primary.dropdown-toggle {
  color: #fff !important;
  background-color: #4d78ca !important;
  border-color: #4d78ca !important;
}
.btn-check:checked + .shepherd-element .shepherd-button:not(:disabled).btn-primary:focus, .btn-check:active + .shepherd-element .shepherd-button:not(:disabled).btn-primary:focus, .shepherd-element .shepherd-button:not(:disabled).btn-primary:active:focus, .shepherd-element .shepherd-button:not(:disabled).btn-primary.active:focus, .shepherd-element .shepherd-button:not(:disabled).btn-primary.show.dropdown-toggle:focus, .show > .shepherd-element .shepherd-button:not(:disabled).btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}
.shepherd-element .shepherd-button:not(:disabled).btn-primary.disabled, .shepherd-element .shepherd-button:not(:disabled).btn-primary:disabled {
  color: #fff !important;
  background-color: #ead138 !important;
  border-color: #ead138 !important;
  box-shadow: none !important;
}
.shepherd-element .btn-group .shepherd-button:not(:disabled).btn-primary,
.shepherd-element .input-group .shepherd-button:not(:disabled).btn-primary {
  border-right: var(--bs-border-width) solid #4d78ca;
  border-left: var(--bs-border-width) solid #4d78ca;
}
.shepherd-element .btn-group-vertical .shepherd-button:not(:disabled).btn-primary {
  border-top-color: #4d78ca;
  border-bottom-color: #4d78ca;
}
.shepherd-element .shepherd-button:not(:disabled).btn-label-secondary {
  color: #8a8a88;
  border-color: transparent;
  background: #e7ebef;
}
.shepherd-element .shepherd-button:not(:disabled).btn-label-secondary:hover {
  border-color: transparent !important;
  background: #8a8a88 !important;
  color: #fff !important;
}
.shepherd-element .shepherd-button:not(:disabled).btn-label-secondary:focus, .shepherd-element .shepherd-button:not(:disabled).btn-label-secondary.focus {
  color: #fff;
  background: #596d83;
  box-shadow: none !important;
}
.shepherd-element .shepherd-button:not(:disabled).btn-label-secondary:active, .shepherd-element .shepherd-button:not(:disabled).btn-label-secondary.active, .shepherd-element .shepherd-button:not(:disabled).btn-label-secondary.show.dropdown-toggle, .show > .shepherd-element .shepherd-button:not(:disabled).btn-label-secondary.dropdown-toggle {
  color: #fff !important;
  background-color: #596d83 !important;
  border-color: transparent !important;
}
.shepherd-element .shepherd-button:not(:disabled).btn-label-secondary:active:focus, .shepherd-element .shepherd-button:not(:disabled).btn-label-secondary.active:focus, .shepherd-element .shepherd-button:not(:disabled).btn-label-secondary.show.dropdown-toggle:focus, .show > .shepherd-element .shepherd-button:not(:disabled).btn-label-secondary.dropdown-toggle:focus {
  box-shadow: none;
}
.shepherd-element .shepherd-button:not(:disabled).btn-label-secondary.disabled, .shepherd-element .shepherd-button:not(:disabled).btn-label-secondary:disabled {
  color: #8a8a88 !important;
  border-color: transparent !important;
  background: #e7ebef !important;
  box-shadow: none !important;
}
.shepherd-element .btn-group .shepherd-button:not(:disabled).btn-label-secondary,
.shepherd-element .input-group .shepherd-button:not(:disabled).btn-label-secondary {
  border-right: var(--bs-border-width) solid #596d83;
  border-left: var(--bs-border-width) solid #596d83;
}
.shepherd-element .btn-group-vertical .shepherd-button:not(:disabled).btn-label-secondary {
  border-top-color: #596d83;
  border-bottom-color: #596d83;
}

.bs-stepper .step.active .bs-stepper-circle {
  background-color: #ead138 !important;
  color: #fff;
}
.bs-stepper .step.active .bs-stepper-label {
  color: #ead138 !important;
}
.bs-stepper .step.active .bs-stepper-icon svg {
  fill: #ead138 !important;
}
.bs-stepper .step.active .step-trigger::after {
  background-color: #ead138;
}
.bs-stepper .step.crossed .step-trigger .bs-stepper-circle {
  border-color: #ead138 !important;
  color: #ead138 !important;
}
.bs-stepper .step.crossed .step-trigger .bs-stepper-icon svg {
  fill: #ead138 !important;
}
.bs-stepper .step.crossed .step-trigger::after {
  background-color: #ead138;
}
.bs-stepper .step.crossed + .line::before {
  background-color: #ead138 !important;
}
.bs-stepper .step.crossed + .line svg {
  fill: #ead138;
}
.bs-stepper .step.crossed + .line i {
  color: #ead138;
}
.bs-stepper.wizard-icons .step.crossed .step-trigger .bs-stepper-label {
  color: #ead138 !important;
}
.bs-stepper .step-trigger:focus {
  color: #ead138;
}
.bs-stepper .step-trigger:focus svg {
  fill: #ead138 !important;
}

.app-chat .sidebar-body .chat-contact-list li.active {
  background-color: #ead138;
}
.app-chat .app-chat-history .chat-history .chat-message.chat-message-right .chat-message-text {
  background-color: #ead138 !important;
}

.navbar.landing-navbar .navbar-nav .show > .nav-link,
.navbar.landing-navbar .navbar-nav .active > .nav-link,
.navbar.landing-navbar .navbar-nav .nav-link.show,
.navbar.landing-navbar .navbar-nav .nav-link.active,
.navbar.landing-navbar .navbar-nav .nav-link:hover {
  color: #ead138 !important;
}

.landing-features .features-icon-wrapper .features-icon-box .features-icon {
  border: 2px solid rgba(234, 209, 56, 0.2);
}
.landing-features .features-icon-wrapper .features-icon-box:hover .features-icon {
  background-color: rgba(234, 209, 56, 0.05);
}

.bg-navbar-theme {
  background-color: #f3f4f4 !important;
  color: #677788;
}
.bg-navbar-theme .navbar-brand,
.bg-navbar-theme .navbar-brand a {
  color: #516377;
}
.bg-navbar-theme .navbar-brand:hover, .bg-navbar-theme .navbar-brand:focus,
.bg-navbar-theme .navbar-brand a:hover,
.bg-navbar-theme .navbar-brand a:focus {
  color: #516377;
}
.bg-navbar-theme .navbar-search-wrapper .navbar-search-icon,
.bg-navbar-theme .navbar-search-wrapper .search-input {
  color: #677788;
}
.bg-navbar-theme .search-input-wrapper .search-input,
.bg-navbar-theme .search-input-wrapper .search-toggler {
  background-color: #f3f4f4 !important;
  color: #677788;
}
.bg-navbar-theme .navbar-nav > .nav-link,
.bg-navbar-theme .navbar-nav > .nav-item > .nav-link,
.bg-navbar-theme .navbar-nav > .nav > .nav-item > .nav-link {
  color: #677788;
}
.bg-navbar-theme .navbar-nav > .nav-link:hover, .bg-navbar-theme .navbar-nav > .nav-link:focus,
.bg-navbar-theme .navbar-nav > .nav-item > .nav-link:hover,
.bg-navbar-theme .navbar-nav > .nav-item > .nav-link:focus,
.bg-navbar-theme .navbar-nav > .nav > .nav-item > .nav-link:hover,
.bg-navbar-theme .navbar-nav > .nav > .nav-item > .nav-link:focus {
  color: #516377;
}
.bg-navbar-theme .navbar-nav > .nav-link.disabled,
.bg-navbar-theme .navbar-nav > .nav-item > .nav-link.disabled,
.bg-navbar-theme .navbar-nav > .nav > .nav-item > .nav-link.disabled {
  color: #9fa9b3 !important;
}
.bg-navbar-theme .navbar-nav .show > .nav-link,
.bg-navbar-theme .navbar-nav .active > .nav-link,
.bg-navbar-theme .navbar-nav .nav-link.show,
.bg-navbar-theme .navbar-nav .nav-link.active {
  color: #516377;
}
.bg-navbar-theme .navbar-toggler {
  color: #677788;
  border-color: rgba(81, 99, 119, 0.0772154902);
}
.bg-navbar-theme .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba(103, 119, 136, 0.75)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}
.bg-navbar-theme .navbar-text {
  color: #677788;
}
.bg-navbar-theme .navbar-text a {
  color: #516377;
}
.bg-navbar-theme .navbar-text a:hover, .bg-navbar-theme .navbar-text a:focus {
  color: #516377;
}
.bg-navbar-theme hr {
  border-color: rgba(81, 99, 119, 0.0772154902);
}

.layout-horizontal .layout-navbar {
  background-color: #fff !important;
  box-shadow: 0 1px 0 #d4d8dd;
}

.bg-menu-theme {
  background-color: #f3f4f4 !important;
  color: #677788;
}
.bg-menu-theme .menu-link,
.bg-menu-theme .menu-horizontal-prev,
.bg-menu-theme .menu-horizontal-next {
  color: #677788;
}
.bg-menu-theme .menu-link.active,
.bg-menu-theme .menu-horizontal-prev.active,
.bg-menu-theme .menu-horizontal-next.active {
  color: #ead138;
}
.bg-menu-theme .menu-item.disabled .menu-link,
.bg-menu-theme .menu-horizontal-prev.disabled,
.bg-menu-theme .menu-horizontal-next.disabled {
  color: #9fa9b3 !important;
}
.bg-menu-theme .menu-item.active > .menu-link:not(.menu-toggle) {
  color: #ead138;
  background-color: #dbe4f3;
}
.bg-menu-theme.menu-horizontal .menu-inner > .menu-item.active > .menu-link {
  background-color: #dbe4f3 !important;
}
.bg-menu-theme.menu-horizontal .menu-sub > .menu-item.active > .menu-link:not(.menu-toggle) {
  background-color: transparent !important;
  color: #ead138 !important;
}
.bg-menu-theme .menu-inner > .menu-item.menu-item-closing .menu-item.open .menu-sub,
.bg-menu-theme .menu-inner > .menu-item.menu-item-closing .menu-item.open .menu-toggle {
  background: transparent;
  color: #677788;
}
.bg-menu-theme .menu-inner-shadow {
  background: linear-gradient(#f3f4f4 41%, rgba(243, 244, 244, 0.11) 95%, rgba(243, 244, 244, 0));
}
.bg-menu-theme .menu-text {
  color: #ead138;
}
.bg-menu-theme .menu-header {
  color: #8a96a3;
}
.bg-menu-theme hr,
.bg-menu-theme .menu-divider,
.bg-menu-theme .menu-inner > .menu-item.open > .menu-sub::before {
  border-color: transparent !important;
}
.bg-menu-theme .menu-inner > .menu-header::before {
  background-color: transparent;
}
.bg-menu-theme .menu-block::before {
  background-color: #8a96a3;
}
.bg-menu-theme .menu-inner > .menu-item.open .menu-item.open > .menu-toggle::before {
  background-color: #dbe4f3;
}
.bg-menu-theme .menu-inner > .menu-item.open .menu-item.active > .menu-link::before {
  background-color: #ead138;
}
.bg-menu-theme .ps__thumb-y,
.bg-menu-theme .ps__rail-y.ps--clicking > .ps__thumb-y {
  background: rgba(234, 209, 56, 0.2177239216) !important;
}

@media (min-width: 1200px) {
  .layout-menu {
    box-shadow: 0 0 0 1px #d4d8dd;
  }
}
.bg-menu-theme .menu-header {
  color: #a8b1bb;
}
html:not(.layout-menu-collapsed) .bg-menu-theme .menu-inner .menu-item.open:not(.active) > .menu-link:hover, .layout-menu-hover.layout-menu-collapsed .bg-menu-theme .menu-inner .menu-item.open:not(.active) > .menu-link:hover,
html:not(.layout-menu-collapsed) .bg-menu-theme .menu-inner .menu-item:not(.active) .menu-link:hover,
.layout-menu-hover.layout-menu-collapsed .bg-menu-theme .menu-inner .menu-item:not(.active) .menu-link:hover {
  background-color: rgba(38, 60, 85, 0.04);
}
.bg-menu-theme .menu-inner .menu-sub > .menu-item.active > .menu-link.menu-toggle,
.bg-menu-theme .menu-inner .menu-sub > .menu-item.open > .menu-link.menu-toggle {
  background-color: rgba(38, 60, 85, 0.04);
}
.bg-menu-theme .menu-inner .menu-sub > .menu-item.active > .menu-link.menu-toggle .menu-icon,
.bg-menu-theme .menu-inner .menu-sub > .menu-item.open > .menu-link.menu-toggle .menu-icon {
  color: #ead138;
}
html:not(.layout-menu-collapsed) .bg-menu-theme .menu-inner > .menu-item.open:not(.active), .layout-menu-hover.layout-menu-collapsed .bg-menu-theme .menu-inner > .menu-item.open:not(.active) {
  background-color: #eceded;
}
.bg-menu-theme .menu-inner > .menu-item.active {
  background-color: #eceded;
}
.layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-expanded) .bg-menu-theme .menu-inner > .menu-item.active {
  background-color: #dbe4f3 !important;
}
.layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-expanded) .bg-menu-theme .menu-inner > .menu-item.active .menu-link {
  color: #ead138;
}
.bg-menu-theme .menu-sub > .menu-item > .menu-link:before {
  background-color: #a8b1bb !important;
}
.bg-menu-theme .menu-sub > .menu-item.active > .menu-link:not(.menu-toggle):before {
  background-color: #ead138 !important;
}
.bg-menu-theme .menu-inner > .menu-header::before {
  background-color: #a8b1bb;
}
.bg-menu-theme.menu-horizontal {
  background-color: #fff !important;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}
html:not(.layout-menu-collapsed) .bg-menu-theme.menu-horizontal .menu-inner .menu-item.open:not(.active) > .menu-link, .layout-menu-hover.layout-menu-collapsed .bg-menu-theme.menu-horizontal .menu-inner .menu-item.open:not(.active) > .menu-link,
html:not(.layout-menu-collapsed) .bg-menu-theme.menu-horizontal .menu-inner .menu-item:not(.active) .menu-link:hover,
.layout-menu-hover.layout-menu-collapsed .bg-menu-theme.menu-horizontal .menu-inner .menu-item:not(.active) .menu-link:hover,
html:not(.layout-menu-collapsed) .bg-menu-theme.menu-horizontal .menu-inner .menu-sub .menu-item.active .menu-link:not(.menu-toggle):hover,
.layout-menu-hover.layout-menu-collapsed .bg-menu-theme.menu-horizontal .menu-inner .menu-sub .menu-item.active .menu-link:not(.menu-toggle):hover {
  background-color: rgba(38, 60, 85, 0.06) !important;
  color: #516377;
}
.bg-menu-theme.menu-horizontal .menu-inner > .menu-item.active > .menu-link {
  background-color: #e5edfc !important;
}
html:not(.layout-menu-collapsed) .bg-menu-theme.menu-horizontal .menu-inner > .menu-item.open:not(.active) {
  background-color: transparent;
}
.bg-menu-theme.menu-horizontal .menu-inner .menu-item:not(.menu-item-closing) > .menu-sub {
  background: #fff !important;
}
.bg-menu-theme.menu-horizontal .menu-inner .menu-sub > .menu-item.active > .menu-link.menu-toggle,
.bg-menu-theme.menu-horizontal .menu-inner .menu-sub > .menu-item.open > .menu-link.menu-toggle {
  background-color: rgba(38, 60, 85, 0.06) !important;
}
.bg-menu-theme.menu-horizontal .menu-inner .menu-sub > .menu-item.open:not(.active) .menu-link.menu-toggle .menu-icon {
  color: #677788;
}
.bg-menu-theme.menu-horizontal .menu-inner > .menu-item.active > .menu-link {
  color: #ead138;
}

.app-brand .layout-menu-toggle i {
  color: #ead138;
}

.bg-footer-theme {
  background-color: #f3f4f4 !important;
  color: #677788;
}
.bg-footer-theme .footer-link {
  color: #677788;
}
.bg-footer-theme .footer-link:hover, .bg-footer-theme .footer-link:focus {
  color: #516377;
}
.bg-footer-theme .footer-link.disabled {
  color: #9fa9b3 !important;
}
.bg-footer-theme .footer-text {
  color: #516377;
}
.bg-footer-theme .show > .footer-link,
.bg-footer-theme .active > .footer-link,
.bg-footer-theme .footer-link.show,
.bg-footer-theme .footer-link.active {
  color: #516377;
}
.bg-footer-theme hr {
  border-color: rgba(81, 99, 119, 0.0772154902);
}

/*
* Pages Mixins
*/
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal) .layout-page:before {
  content: "";
  width: 100%;
  height: 0.75rem;
  position: fixed;
  top: 0px;
  z-index: 10;
}

.layout-wrapper:not(.layout-horizontal) .bg-menu-theme .menu-inner .menu-item,
.layout-wrapper:not(.layout-horizontal) .bg-menu-theme .menu-inner .menu-item.active .menu-link {
  border-radius: 0.3125rem;
}
.layout-horizontal .bg-menu-theme .menu-inner > .menu-item,
.layout-horizontal .bg-menu-theme .menu-inner > .menu-item > .menu-link {
  border-radius: 0.3125rem;
}
.bg-menu-theme .menu-inner .menu-item.active > .menu-link,
.bg-menu-theme .menu-inner .menu-item:not(.open) > .menu-link:hover,
.bg-menu-theme .menu-inner .menu-item:not(.active) > .menu-link:hover {
  border-radius: 0.3125rem;
}
@media (min-width: 1200px) {
  .layout-horizontal .bg-menu-theme .menu-inner > .menu-item {
    margin: 0.565rem 0;
  }
  .layout-horizontal .bg-menu-theme .menu-inner > .menu-item:not(:first-child) {
    margin-left: 0.0625rem;
  }
  .layout-horizontal .bg-menu-theme .menu-inner > .menu-item:not(:last-child) {
    margin-right: 0.0625rem;
  }
  .layout-horizontal .bg-menu-theme .menu-inner > .menu-item .menu-sub {
    box-shadow: 0 0.625rem 1.25rem rgba(147, 158, 170, 0.5);
  }
}
.bg-menu-theme .menu-sub > .menu-item > .menu-link:before {
  content: "";
  position: absolute;
  left: 1.4375rem;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
}
[dir=rtl] .bg-menu-theme .menu-sub > .menu-item > .menu-link:before {
  right: 1.4375rem;
  left: inherit;
}
.layout-horizontal .bg-menu-theme .menu-sub > .menu-item > .menu-link:before {
  left: 1.3rem;
}
[dir=rtl] .layout-horizontal .bg-menu-theme .menu-sub > .menu-item > .menu-link:before {
  right: 1.3rem;
  left: inherit;
}
.bg-menu-theme .menu-horizontal-wrapper > .menu-inner > .menu-item > .menu-sub > .menu-item > .menu-link:before {
  display: none;
}

.layout-menu-hover .layout-menu {
  box-shadow: 0 0.625rem 1.25rem rgba(147, 158, 170, 0.5);
  transition: all 0.3s ease-in-out;
}

body {
  background: #f3f4f4;
}

.bg-body {
  background: #f3f4f4 !important;
}

.text-primary {
  color: #ead138 !important;
}

.text-body[href]:hover {
  color: #cc0a53 !important;
}

.bg-primary {
  background-color: #ead138 !important;
}

a.bg-primary:hover, a.bg-primary:focus {
  background-color: #d80a57 !important;
}

.dropdown-notifications-item:not(.mark-as-read) .dropdown-notifications-read span {
  background-color: #ead138;
}

.bg-label-primary {
  background-color: #fbd8e5 !important;
  color: #ead138 !important;
}

.border-label-primary {
  border: 3px solid #f49dbe;
}

.bg-gradient-primary {
  background-image: linear-gradient(45deg, #ead138, #f185ae) !important;
}

.page-item.active .page-link, .page-item.active .page-link:hover, .page-item.active .page-link:focus,
.pagination li.active > a:not(.page-link),
.pagination li.active > a:not(.page-link):hover,
.pagination li.active > a:not(.page-link):focus {
  border-color: #ead138;
  background-color: #ead138;
  color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}

.progress-bar {
  background-color: #ead138;
  color: #fff;
  box-shadow: 0 2px 4px 0 rgba(227, 11, 92, 0.4);
}

.modal-onboarding .carousel-indicators [data-bs-target] {
  background-color: #ead138;
}

.carousel-control-prev,
.carousel-control-next {
  color: #ead138;
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #ead138;
}

.list-group-item-primary {
  border-color: #ead138;
  background-color: #fbd8e5;
  color: #ead138 !important;
}

a.list-group-item-primary,
button.list-group-item-primary {
  color: #ead138;
}
a.list-group-item-primary:hover, a.list-group-item-primary:focus,
button.list-group-item-primary:hover,
button.list-group-item-primary:focus {
  border-color: #ead138;
  background-color: #eecdda;
  color: #ead138;
}
a.list-group-item-primary.active,
button.list-group-item-primary.active {
  border-color: #ead138 !important;
  background-color: #ead138 !important;
  color: #fff !important;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  border-color: #ead138;
  background-color: #ead138;
  color: #fff;
}

.list-group.list-group-timeline .list-group-timeline-primary:before {
  border-color: #ead138;
  background-color: #ead138;
}

.alert-primary {
  background-color: #fbd8e5;
  border-color: #f7b6ce;
  color: #ead138;
}
.alert-primary .btn-close {
  background-image: url("data:image/svg+xml,%3Csvg width='150px' height='151px' viewBox='0 0 150 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='131.251657 0 74.9933705 56.25 18.7483426 0 0 18.75 56.2450278 75 0 131.25 18.7483426 150 74.9933705 93.75 131.251657 150 150 131.25 93.7549722 75 150 18.75'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='🎨-%5BSetup%5D:-Colors-&amp;-Shadows' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-225.000000, -250.000000)'%3E%3Cg id='Icon-Color' transform='translate(225.000000, 250.500000)'%3E%3Cuse fill='%23e30b5c' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.5' fill='%23e30b5c' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.alert-primary .alert-link {
  color: #ead138;
}

.alert-primary hr {
  background-color: #ead138 !important;
}

.alert-solid-primary {
  background-color: #ead138;
  color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}
.alert-solid-primary .btn-close {
  background-image: url("data:image/svg+xml,%3Csvg width='150px' height='151px' viewBox='0 0 150 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='131.251657 0 74.9933705 56.25 18.7483426 0 0 18.75 56.2450278 75 0 131.25 18.7483426 150 74.9933705 93.75 131.251657 150 150 131.25 93.7549722 75 150 18.75'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='🎨-%5BSetup%5D:-Colors-&amp;-Shadows' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-225.000000, -250.000000)'%3E%3Cg id='Icon-Color' transform='translate(225.000000, 250.500000)'%3E%3Cuse fill='%23fff' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.5' fill='%23fff' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.alert-solid-primary .alert-link {
  color: #fff;
}

.alert-solid-primary hr {
  background-color: #fff !important;
}

.accordion.accordion-header-primary .accordion-item.active .accordion-button {
  color: #ead138 !important;
}
.accordion.accordion-header-primary .accordion-item.active .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='m1.532 12 6.182-6-6.182-6L0 1.487 4.65 6 0 10.513z'/%3E%3C/defs%3E%3Cg transform='translate%282.571%29' fill='none' fill-rule='evenodd'%3E%3Cuse fill='%23e30b5c' xlink:href='%23a'/%3E%3Cuse fill-opacity='.1' xlink:href='%23a'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.tooltip-primary .tooltip-inner, .tooltip-primary > .tooltip .tooltip-inner, .ngb-tooltip-primary + ngb-tooltip-window .tooltip-inner {
  background: #ead138;
  color: #fff;
}
.tooltip-primary.bs-tooltip-auto[data-popper-placement=top] .tooltip-arrow::before, .tooltip-primary > .tooltip.bs-tooltip-auto[data-popper-placement=top] .tooltip-arrow::before, .ngb-tooltip-primary + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=top] .tooltip-arrow::before {
  border-top-color: #ead138;
}
.tooltip-primary.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before, .tooltip-primary > .tooltip.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before, .ngb-tooltip-primary + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before {
  border-left-color: #ead138;
}
[dir=rtl] .tooltip-primary.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before, [dir=rtl] .tooltip-primary > .tooltip.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before, [dir=rtl] .ngb-tooltip-primary + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before {
  border-right-color: #ead138;
}
.tooltip-primary.bs-tooltip-auto[data-popper-placement=bottom] .tooltip-arrow::before, .tooltip-primary > .tooltip.bs-tooltip-auto[data-popper-placement=bottom] .tooltip-arrow::before, .ngb-tooltip-primary + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=bottom] .tooltip-arrow::before {
  border-bottom-color: #ead138;
}
.tooltip-primary.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before, .tooltip-primary > .tooltip.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before, .ngb-tooltip-primary + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before {
  border-right-color: #ead138;
}
[dir=rtl] .tooltip-primary.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before, [dir=rtl] .tooltip-primary > .tooltip.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before, [dir=rtl] .ngb-tooltip-primary + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before {
  border-left-color: #ead138;
}

.popover.popover-primary, .popover .popover-primary > .popover, .popover .ngb-popover-primary + ngb-popover-window {
  border-color: transparent;
  background: #ead138;
}
.popover.popover-primary .popover-header, .popover .popover-primary > .popover .popover-header, .popover .ngb-popover-primary + ngb-popover-window .popover-header {
  background: transparent;
  color: #fff;
}
.popover.popover-primary .popover-body, .popover .popover-primary > .popover .popover-body, .popover .ngb-popover-primary + ngb-popover-window .popover-body {
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
}
.popover.popover-primary > .popover-arrow::before, .popover .popover-primary > .popover > .popover-arrow::before, .popover .ngb-popover-primary + ngb-popover-window > .popover-arrow::before {
  border-color: transparent;
}
.popover.popover-primary.bs-popover-auto[data-popper-placement=top] > .popover-arrow::after, .popover .popover-primary > .popover.bs-popover-auto[data-popper-placement=top] > .popover-arrow::after, .popover .ngb-popover-primary + ngb-popover-window.bs-popover-auto[data-popper-placement=top] > .popover-arrow::after {
  border-top-color: #ead138 !important;
}
.popover.popover-primary.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after, .popover .popover-primary > .popover.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after, .popover .ngb-popover-primary + ngb-popover-window.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after {
  border-right-color: #ead138 !important;
}
[dir=rtl] .popover.popover-primary.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after, [dir=rtl] .popover .popover-primary > .popover.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after, [dir=rtl] .popover .ngb-popover-primary + ngb-popover-window.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after {
  border-left-color: #ead138 !important;
}
.popover.popover-primary.bs-popover-auto[data-popper-placement=bottom] > .popover-arrow::after, .popover .popover-primary > .popover.bs-popover-auto[data-popper-placement=bottom] > .popover-arrow::after, .popover .ngb-popover-primary + ngb-popover-window.bs-popover-auto[data-popper-placement=bottom] > .popover-arrow::after {
  border-bottom-color: #ead138 !important;
}
.popover.popover-primary.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after, .popover .popover-primary > .popover.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after, .popover .ngb-popover-primary + ngb-popover-window.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after {
  border-left-color: #ead138 !important;
}
[dir=rtl] .popover.popover-primary.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after, [dir=rtl] .popover .popover-primary > .popover.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after, [dir=rtl] .popover .ngb-popover-primary + ngb-popover-window.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after {
  border-right-color: #ead138 !important;
}
.popover.popover-primary.bs-popover-auto.bs-popover-bottom .popover-header::before, .popover .popover-primary > .popover.bs-popover-auto.bs-popover-bottom .popover-header::before, .popover .ngb-popover-primary + ngb-popover-window.bs-popover-auto.bs-popover-bottom .popover-header::before {
  border-bottom: 1px solid transparent;
}

.table-primary {
  --bs-table-bg: #f9cede;
  --bs-table-striped-bg: #f3cada;
  --bs-table-striped-color: #263c55;
  --bs-table-active-bg: #e4bfd0;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #ecc5d6;
  --bs-table-hover-color: #263c55;
  color: #263c55;
  border-color: #cfb1c3;
}
.table-primary .btn-icon {
  color: #263c55;
}

.btn-primary, .btn-primary[data-trigger=hover].dropdown-toggle:not(.show) {
  color: #fff;
  background-color: #ead138;
  border-color: #ead138;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}
.btn-primary:hover, .btn-primary[data-trigger=hover].show.dropdown-toggle:hover {
  color: #fff !important;
  background-color: #73661d !important;
  border-color: #73661d !important;
  box-shadow: 0 0.25rem 1rem rgba(147, 158, 170, 0.45) !important;
}
.btn-check:focus + .btn-primary, .btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #c1094e;
  border-color: #c1094e;
  box-shadow: none;
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .btn-primary.show.dropdown-toggle, .show > .btn-primary.dropdown-toggle {
  color: #fff !important;
  background-color: #c1094e !important;
  border-color: #c1094e !important;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .btn-primary.show.dropdown-toggle:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff !important;
  background-color: #ead138 !important;
  border-color: #ead138 !important;
  box-shadow: none !important;
}

.btn-group .btn-primary,
.input-group .btn-primary {
  border-right: var(--bs-border-width) solid #c1094e;
  border-left: var(--bs-border-width) solid #c1094e;
}

.btn-group-vertical .btn-primary {
  border-top-color: #c1094e;
  border-bottom-color: #c1094e;
}

.btn-label-primary {
  color: #ead138;
  border-color: transparent;
  background: #fbd8e5;
}
.btn-label-primary:hover {
  border-color: transparent !important;
  background: #ead138 !important;
  color: #fff !important;
}
.btn-label-primary:focus, .btn-label-primary.focus {
  color: #fff;
  background: #c1094e;
  box-shadow: none !important;
}
.btn-label-primary:active, .btn-label-primary.active, .btn-label-primary.show.dropdown-toggle, .show > .btn-label-primary.dropdown-toggle {
  color: #fff !important;
  background-color: #c1094e !important;
  border-color: transparent !important;
}
.btn-label-primary:active:focus, .btn-label-primary.active:focus, .btn-label-primary.show.dropdown-toggle:focus, .show > .btn-label-primary.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-label-primary.disabled, .btn-label-primary:disabled {
  color: #ead138 !important;
  border-color: transparent !important;
  background: #fbd8e5 !important;
  box-shadow: none !important;
}

.btn-group .btn-label-primary,
.input-group .btn-label-primary {
  border-right: var(--bs-border-width) solid #c1094e;
  border-left: var(--bs-border-width) solid #c1094e;
}

.btn-group-vertical .btn-label-primary {
  border-top-color: #c1094e;
  border-bottom-color: #c1094e;
}

.btn-outline-primary {
  color: #ead138;
  border-color: #ead138;
  background: transparent;
}
.btn-outline-primary:hover {
  color: #fff !important;
  background-color: #ead138 !important;
  border-color: #ead138 !important;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  color: #fff;
  background-color: #c1094e;
  border-color: #c1094e;
  box-shadow: none;
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff !important;
  background-color: #c1094e !important;
  border-color: #c1094e !important;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: none;
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #ead138 !important;
  background-color: transparent !important;
}

.btn-outline-primary .badge {
  background: #ead138;
  border-color: #ead138;
  color: #fff;
}

.btn-outline-primary:hover .badge,
.btn-outline-primary:focus:hover .badge,
.btn-outline-primary:active .badge,
.btn-outline-primary.active .badge,
.show > .btn-outline-primary.dropdown-toggle .badge {
  background: #fff;
  border-color: #fff;
  color: #ead138;
}

.dropdown-item:not(.disabled).active,
.dropdown-item:not(.disabled):active {
  background-color: rgba(227, 11, 92, 0.08);
  color: #ead138 !important;
}

.dropdown-menu > li:not(.disabled) > a:not(.dropdown-item):active,
.dropdown-menu > li.active:not(.disabled) > a:not(.dropdown-item) {
  background-color: rgba(227, 11, 92, 0.08);
  color: #ead138 !important;
}

.dt-button-collection .dropdown-item:not(.disabled):active {
  background-color: rgba(227, 11, 92, 0.08);
}

.nav .nav-link:hover, .nav .nav-link:focus {
  color: #cc0a53;
}

.nav-pills .nav-link.active, .nav-pills .nav-link.active:hover, .nav-pills .nav-link.active:focus {
  background-color: #ead138;
  color: #fff;
}

.tabs-line.nav-tabs .nav-link.active, .tabs-line.nav-tabs .nav-link.active:hover, .tabs-line.nav-tabs .nav-link.active:focus,
.tabs-line > .nav-tabs .nav-link.active,
.tabs-line > .nav-tabs .nav-link.active:hover,
.tabs-line > .nav-tabs .nav-link.active:focus {
  box-shadow: 0 -2px 0 #ead138 inset;
}

.nav-align-bottom .tabs-line.nav-tabs .nav-link.active, .nav-align-bottom .tabs-line.nav-tabs .nav-link.active:hover, .nav-align-bottom .tabs-line.nav-tabs .nav-link.active:focus,
.nav-align-bottom .tabs-line > .nav-tabs .nav-link.active,
.nav-align-bottom .tabs-line > .nav-tabs .nav-link.active:hover,
.nav-align-bottom .tabs-line > .nav-tabs .nav-link.active:focus {
  box-shadow: 0 2px 0 #ead138 inset;
}

.nav-align-left .tabs-line.nav-tabs .nav-link.active, .nav-align-left .tabs-line.nav-tabs .nav-link.active:hover, .nav-align-left .tabs-line.nav-tabs .nav-link.active:focus,
.nav-align-left .tabs-line > .nav-tabs .nav-link.active,
.nav-align-left .tabs-line > .nav-tabs .nav-link.active:hover,
.nav-align-left .tabs-line > .nav-tabs .nav-link.active:focus {
  box-shadow: -2px 0px 0 #ead138 inset;
}

.nav-align-right .tabs-line.nav-tabs .nav-link.active, .nav-align-right .tabs-line.nav-tabs .nav-link.active:hover, .nav-align-right .tabs-line.nav-tabs .nav-link.active:focus,
.nav-align-right .tabs-line > .nav-tabs .nav-link.active,
.nav-align-right .tabs-line > .nav-tabs .nav-link.active:hover,
.nav-align-right .tabs-line > .nav-tabs .nav-link.active:focus {
  box-shadow: 2px 0px 0 #ead138 inset;
}

[dir=rtl] .nav-align-left .tabs-line.nav-tabs .nav-link.active, [dir=rtl] .nav-align-left .tabs-line.nav-tabs .nav-link.active:hover, [dir=rtl] .nav-align-left .tabs-line.nav-tabs .nav-link.active:focus,
[dir=rtl] .nav-align-left .tabs-line > .nav-tabs .nav-link.active,
[dir=rtl] .nav-align-left .tabs-line > .nav-tabs .nav-link.active:hover,
[dir=rtl] .nav-align-left .tabs-line > .nav-tabs .nav-link.active:focus {
  box-shadow: 2px 0px 0 #ead138 inset;
}
[dir=rtl] .nav-align-right .tabs-line.nav-tabs .nav-link.active, [dir=rtl] .nav-align-right .tabs-line.nav-tabs .nav-link.active:hover, [dir=rtl] .nav-align-right .tabs-line.nav-tabs .nav-link.active:focus,
[dir=rtl] .nav-align-right .tabs-line > .nav-tabs .nav-link.active,
[dir=rtl] .nav-align-right .tabs-line > .nav-tabs .nav-link.active:hover,
[dir=rtl] .nav-align-right .tabs-line > .nav-tabs .nav-link.active:focus {
  box-shadow: -2px 0px 0 #ead138 inset;
}

.form-control:focus,
.form-select:focus {
  border-color: #ead138 !important;
}

.input-group:focus-within .form-control,
.input-group:focus-within .input-group-text {
  border-color: #ead138 !important;
}

.form-check-input:focus {
  border-color: #ead138;
}
.form-check-input:checked {
  background-color: #ead138;
  border-color: #ead138;
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #ead138;
  border-color: #ead138;
}

.custom-option.checked {
  border: 1px solid #ead138;
}

.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23e30b5c'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-control:focus ~ .form-label {
  border-color: #ead138;
}
.form-control:focus ~ .form-label::after {
  border-color: inherit;
}

.switch-input:checked ~ .switch-toggle-slider {
  background: #ead138;
  color: #fff;
}

.switch-input:active ~ .switch-toggle-slider {
  box-shadow: none;
}

.switch-input:focus ~ .switch-toggle-slider {
  box-shadow: 0 0 0 0.12rem rgba(147, 158, 170, 0.3);
}

.switch-primary.switch .switch-input:checked ~ .switch-toggle-slider {
  background: #ead138;
  color: #fff;
}

.switch-primary.switch .switch-input:active ~ .switch-toggle-slider {
  box-shadow: none;
}

.switch-primary.switch .switch-input:focus ~ .switch-toggle-slider {
  box-shadow: 0 0 0 0.12rem rgba(147, 158, 170, 0.3);
}

.timeline .timeline-item-primary .timeline-event {
  background-color: rgba(227, 11, 92, 0.1);
}
.timeline .timeline-item-primary .timeline-event:before {
  border-left-color: rgba(227, 11, 92, 0.1) !important;
  border-right-color: rgba(227, 11, 92, 0.1) !important;
}

.timeline .timeline-point-primary {
  background-color: #ead138 !important;
  box-shadow: 0 0 0 0.1875rem rgba(227, 11, 92, 0.16);
}

.timeline .timeline-indicator-primary {
  border-color: #ead138 !important;
}
.timeline .timeline-indicator-primary i {
  color: #ead138 !important;
}

.divider.divider-primary .divider-text:before, .divider.divider-primary .divider-text:after {
  border-color: #ead138;
}

.navbar.bg-primary {
  background-color: #ead138 !important;
  color: #f8bed3;
}
.navbar.bg-primary .navbar-brand,
.navbar.bg-primary .navbar-brand a {
  color: #fff;
}
.navbar.bg-primary .navbar-brand:hover, .navbar.bg-primary .navbar-brand:focus,
.navbar.bg-primary .navbar-brand a:hover,
.navbar.bg-primary .navbar-brand a:focus {
  color: #fff;
}
.navbar.bg-primary .navbar-search-wrapper .navbar-search-icon,
.navbar.bg-primary .navbar-search-wrapper .search-input {
  color: #f8bed3;
}
.navbar.bg-primary .search-input-wrapper .search-input,
.navbar.bg-primary .search-input-wrapper .search-toggler {
  background-color: #ead138 !important;
  color: #f8bed3;
}
.navbar.bg-primary .navbar-nav > .nav-link,
.navbar.bg-primary .navbar-nav > .nav-item > .nav-link,
.navbar.bg-primary .navbar-nav > .nav > .nav-item > .nav-link {
  color: #f8bed3;
}
.navbar.bg-primary .navbar-nav > .nav-link:hover, .navbar.bg-primary .navbar-nav > .nav-link:focus,
.navbar.bg-primary .navbar-nav > .nav-item > .nav-link:hover,
.navbar.bg-primary .navbar-nav > .nav-item > .nav-link:focus,
.navbar.bg-primary .navbar-nav > .nav > .nav-item > .nav-link:hover,
.navbar.bg-primary .navbar-nav > .nav > .nav-item > .nav-link:focus {
  color: #fff;
}
.navbar.bg-primary .navbar-nav > .nav-link.disabled,
.navbar.bg-primary .navbar-nav > .nav-item > .nav-link.disabled,
.navbar.bg-primary .navbar-nav > .nav > .nav-item > .nav-link.disabled {
  color: #f076a3 !important;
}
.navbar.bg-primary .navbar-nav .show > .nav-link,
.navbar.bg-primary .navbar-nav .active > .nav-link,
.navbar.bg-primary .navbar-nav .nav-link.show,
.navbar.bg-primary .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar.bg-primary .navbar-toggler {
  color: #f8bed3;
  border-color: rgba(255, 255, 255, 0.15);
}
.navbar.bg-primary .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba(255, 255, 255, 0.8)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}
.navbar.bg-primary .navbar-text {
  color: #f8bed3;
}
.navbar.bg-primary .navbar-text a {
  color: #fff;
}
.navbar.bg-primary .navbar-text a:hover, .navbar.bg-primary .navbar-text a:focus {
  color: #fff;
}
.navbar.bg-primary hr {
  border-color: rgba(255, 255, 255, 0.15);
}

.menu.bg-primary {
  background-color: #ead138 !important;
  color: #f8bed3;
}
.menu.bg-primary .menu-link,
.menu.bg-primary .menu-horizontal-prev,
.menu.bg-primary .menu-horizontal-next {
  color: #f8bed3;
}
.menu.bg-primary .menu-link.active,
.menu.bg-primary .menu-horizontal-prev.active,
.menu.bg-primary .menu-horizontal-next.active {
  color: #fff;
}
.menu.bg-primary .menu-item.disabled .menu-link,
.menu.bg-primary .menu-horizontal-prev.disabled,
.menu.bg-primary .menu-horizontal-next.disabled {
  color: #f076a3 !important;
}
.menu.bg-primary .menu-item.active > .menu-link:not(.menu-toggle) {
  color: #fff;
  background-color: #e41160;
}
.menu.bg-primary.menu-horizontal .menu-inner > .menu-item.active > .menu-link {
  background-color: #e41160 !important;
}
.menu.bg-primary.menu-horizontal .menu-sub > .menu-item.active > .menu-link:not(.menu-toggle) {
  background-color: transparent !important;
  color: #fff !important;
}
.menu.bg-primary .menu-inner > .menu-item.menu-item-closing .menu-item.open .menu-sub,
.menu.bg-primary .menu-inner > .menu-item.menu-item-closing .menu-item.open .menu-toggle {
  background: transparent;
  color: #f8bed3;
}
.menu.bg-primary .menu-inner-shadow {
  background: linear-gradient(#ead138 41%, rgba(227, 11, 92, 0.11) 95%, rgba(227, 11, 92, 0));
}
.menu.bg-primary .menu-text {
  color: #fff;
}
.menu.bg-primary .menu-header {
  color: #f391b5;
}
.menu.bg-primary hr,
.menu.bg-primary .menu-divider,
.menu.bg-primary .menu-inner > .menu-item.open > .menu-sub::before {
  border-color: rgba(255, 255, 255, 0.15) !important;
}
.menu.bg-primary .menu-inner > .menu-header::before {
  background-color: rgba(255, 255, 255, 0.15);
}
.menu.bg-primary .menu-block::before {
  background-color: #f391b5;
}
.menu.bg-primary .menu-inner > .menu-item.open .menu-item.open > .menu-toggle::before {
  background-color: #e83578;
}
.menu.bg-primary .menu-inner > .menu-item.open .menu-item.active > .menu-link::before {
  background-color: #fff;
}
.menu.bg-primary .ps__thumb-y,
.menu.bg-primary .ps__rail-y.ps--clicking > .ps__thumb-y {
  background: rgba(255, 255, 255, 0.5330478431) !important;
}

.footer.bg-primary {
  background-color: #ead138 !important;
  color: #f8bed3;
}
.footer.bg-primary .footer-link {
  color: #f8bed3;
}
.footer.bg-primary .footer-link:hover, .footer.bg-primary .footer-link:focus {
  color: #fff;
}
.footer.bg-primary .footer-link.disabled {
  color: #f076a3 !important;
}
.footer.bg-primary .footer-text {
  color: #fff;
}
.footer.bg-primary .show > .footer-link,
.footer.bg-primary .active > .footer-link,
.footer.bg-primary .footer-link.show,
.footer.bg-primary .footer-link.active {
  color: #fff;
}
.footer.bg-primary hr {
  border-color: rgba(255, 255, 255, 0.15);
}

.toast .toast-header.bg-primary,
.bs-toast .toast-header.bg-primary {
  background-color: #ead138;
  color: #fff;
}

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  color: #ead138;
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  color: #ead138;
}
.form-floating > .form-control:-webkit-autofill ~ label {
  color: #ead138;
}

.svg-illustration svg {
  fill: #ead138;
}

.jstree-default .jstree-wholerow-clicked,
.jstree-default .jstree-wholerow-hovered {
  background: #fbdae7;
}

.jstree-default-dark .jstree-wholerow-hovered,
.jstree-default-dark .jstree-wholerow-clicked {
  background: #8e3460;
}

.card.card-border-shadow-primary::after {
  border-bottom-color: #f49dbe;
}
.card.card-border-shadow-primary:hover::after {
  border-bottom-color: #ead138;
}

.card.card-hover-border-primary:hover,
.card .card-hover-border-primary:hover {
  border-color: #f4a2c1;
}

html:not([dir=rtl]) .border-primary,
html[dir=rtl] .border-primary {
  border-color: #ead138 !important;
}

a {
  color: #ead138;
}
a:hover {
  color: #8a8a88;
}

.fill-primary {
  fill: #ead138;
}

.noUi-primary .noUi-base .noUi-connect {
  background: #ead138 !important;
}
.noUi-primary .noUi-base .noUi-touch-area {
  background-color: #ead138 !important;
}

.select2-container--default.select2-container--focus .select2-selection, .select2-container--default.select2-container--open .select2-selection {
  border-color: #ead138 !important;
}

.select2-primary .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: rgba(227, 11, 92, 0.08) !important;
  color: #ead138 !important;
}
.select2-primary .select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
  background: rgba(227, 11, 92, 0.16) !important;
}

.tagify--focus {
  border-color: #ead138 !important;
}

table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  background-color: #ead138;
  border: 2px solid #fff;
  box-shadow: 0 0 3px rgba(38, 60, 85, 0.8);
}

.bootstrap-select .dropdown-menu.inner a[aria-selected=true] {
  background: rgba(227, 11, 92, 0.08) !important;
  color: #ead138 !important;
}
.bootstrap-select .dropdown-toggle.show {
  border-color: #ead138;
}

.datepicker table tr td.active, .datepicker table tr td.active.highlighted,
.datepicker table tr td .focused,
.datepicker table tr td span.active,
.datepicker table tr td span.active.disabled, .datepicker table tr td.range-start, .datepicker table tr td.range-end {
  background: #ead138 !important;
  color: #fff !important;
}
.datepicker table tr td.range, .datepicker table tr td.range.highlighted, .datepicker table tr td.range.today {
  color: #ead138 !important;
  background: #fdebf2 !important;
}
.datepicker table tr td.range.focused, .datepicker table tr td.range.highlighted.focused, .datepicker table tr td.range.today.focused {
  background: #facfe0 !important;
}
.datepicker table tr td.range.disabled, .datepicker table tr td.range.highlighted.disabled, .datepicker table tr td.range.today.disabled {
  background: rgba(253, 235, 242, 0.5) !important;
  color: rgba(38, 60, 85, 0.5) !important;
}
.datepicker table tr td.today:not(.active) {
  box-shadow: 0 0 0 1px #ead138 inset;
}
.datepicker table th.prev, .datepicker table th.next {
  border: 1px solid #ead138;
}
.datepicker table th.prev::after, .datepicker table th.next::after {
  color: #ead138;
  border-color: #ead138;
}

.flatpickr-calendar .numInputWrapper span.arrowDown:after {
  border-top-color: #fff;
}
.flatpickr-calendar .numInputWrapper span.arrowUp:after {
  border-bottom-color: #fff;
}

.flatpickr-day.today {
  border-color: #ead138;
}
.flatpickr-day.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange {
  color: #ead138 !important;
  background: #fdebf2 !important;
  border-color: #fdebf2 !important;
}
.flatpickr-day.selected, .flatpickr-day.selected.inRange, .flatpickr-day.selected:focus, .flatpickr-day.selected:hover, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange, .flatpickr-day.startRange.inRange, .flatpickr-day.startRange:focus, .flatpickr-day.startRange:hover, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange, .flatpickr-day.endRange.inRange, .flatpickr-day.endRange:focus, .flatpickr-day.endRange:hover, .flatpickr-day.endRange.nextMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.week.selected {
  color: #fff !important;
  background: #ead138 !important;
  border-color: #ead138 !important;
}

.flatpickr-prev-month,
.flatpickr-next-month {
  border: 1px solid #ead138;
}
.flatpickr-prev-month svg,
.flatpickr-next-month svg {
  fill: #ead138;
  stroke: #ead138;
}

.daterangepicker table thead th select,
.daterangepicker table thead td select {
  background-color: transparent;
}

.daterangepicker td.active:not(.off) {
  background: #ead138 !important;
  color: #fff;
}

.daterangepicker .calendar-table th.prev,
.daterangepicker .calendar-table th.next,
.daterangepicker .calendar-table th.prev:hover,
.daterangepicker .calendar-table th.next:hover {
  border: 1px solid #ead138;
}
.daterangepicker .calendar-table th.prev span,
.daterangepicker .calendar-table th.next span,
.daterangepicker .calendar-table th.prev:hover span,
.daterangepicker .calendar-table th.next:hover span {
  border-color: #ead138;
}

.daterangepicker .start-date:not(.end-date):not(.off),
.daterangepicker .end-date:not(.start-date):not(.off) {
  background-color: #ead138;
  color: #fff;
  border: 0 !important;
}
.daterangepicker .start-date:not(.end-date):not(.off):hover,
.daterangepicker .end-date:not(.start-date):not(.off):hover {
  background-color: #ead138 !important;
}

.daterangepicker .input-mini.active {
  border-color: #ead138 !important;
}

.daterangepicker td.in-range:not(.start-date):not(.end-date):not(.off) {
  color: #ead138 !important;
  background-color: #fdebf2 !important;
}

.ranges li.active {
  color: #ead138 !important;
  background-color: #fdebf2 !important;
}

li.ui-timepicker-selected,
.ui-timepicker-list .ui-timepicker-selected:hover {
  color: #ead138 !important;
  background: rgba(227, 11, 92, 0.08) !important;
}

.ql-snow.ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar button:hover,
.ql-snow .ql-toolbar button:focus,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #ead138 !important;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #ead138 !important;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #ead138 !important;
}

.tt-suggestion:active,
.tt-cursor {
  background: rgba(227, 11, 92, 0.08) !important;
  color: #ead138 !important;
}

.dropzone.dz-drag-hover {
  border-color: #ead138 !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #ead138 !important;
}

.sk-primary.sk-plane,
.sk-primary .sk-chase-dot:before,
.sk-primary .sk-bounce-dot,
.sk-primary .sk-wave-rect,
.sk-primary.sk-pulse,
.sk-primary .sk-swing-dot,
.sk-primary .sk-circle-dot:before,
.sk-primary .sk-circle-fade-dot:before,
.sk-primary .sk-grid-cube,
.sk-primary .sk-fold-cube:before {
  background-color: #ead138;
}

.plyr input[type=range]::-ms-fill-lower {
  background: #ead138 !important;
}

.plyr input[type=range]:active::-webkit-slider-thumb {
  background: #ead138 !important;
}
.plyr input[type=range]:active::-moz-range-thumb {
  background: #ead138 !important;
}
.plyr input[type=range]:active::-ms-thumb {
  background: #ead138 !important;
}

.plyr--video .plyr__control.plyr__control--overlaid,
.plyr--video .plyr__controls button.tab-focus:focus,
.plyr--video .plyr__control[aria-expanded=true],
.plyr--video .plyr__controls button:hover {
  background: #ead138 !important;
  color: #fff !important;
}

.plyr--audio .plyr__controls button.tab-focus:focus,
.plyr--audio .plyr__control[aria-expanded=true],
.plyr--audio .plyr__controls button:hover {
  background: #ead138 !important;
  color: #fff !important;
}

.plyr__play-large {
  background: #ead138 !important;
  color: #fff !important;
}

.plyr__progress--played,
.plyr__volume--display {
  color: #ead138 !important;
}

.plyr--full-ui input[type=range] {
  color: #ead138 !important;
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: #ead138 !important;
}

.fc .fc-event-primary:not(.fc-list-event) {
  background-color: #fbd8e5 !important;
  color: #ead138 !important;
}
.fc .fc-event-primary.fc-list-event .fc-list-event-dot {
  border-color: #ead138 !important;
}
.fc .fc-button-primary:not(.fc-prev-button):not(.fc-next-button) {
  color: #ead138;
  border-color: transparent;
  background: #fbd8e5;
}
.fc .fc-button-primary:not(.fc-prev-button):not(.fc-next-button):hover {
  border-color: transparent !important;
  background: #ead138 !important;
  color: #fff !important;
}
.fc .fc-button-primary:not(.fc-prev-button):not(.fc-next-button):focus, .fc .fc-button-primary:not(.fc-prev-button):not(.fc-next-button).focus {
  color: #fff;
  background: #c1094e;
  box-shadow: none !important;
}
.fc .fc-button-primary:not(.fc-prev-button):not(.fc-next-button):active, .fc .fc-button-primary:not(.fc-prev-button):not(.fc-next-button).active, .fc .fc-button-primary:not(.fc-prev-button):not(.fc-next-button).show.dropdown-toggle, .show > .fc .fc-button-primary:not(.fc-prev-button):not(.fc-next-button).dropdown-toggle {
  color: #fff !important;
  background-color: #c1094e !important;
  border-color: transparent !important;
}
.fc .fc-button-primary:not(.fc-prev-button):not(.fc-next-button):active:focus, .fc .fc-button-primary:not(.fc-prev-button):not(.fc-next-button).active:focus, .fc .fc-button-primary:not(.fc-prev-button):not(.fc-next-button).show.dropdown-toggle:focus, .show > .fc .fc-button-primary:not(.fc-prev-button):not(.fc-next-button).dropdown-toggle:focus {
  box-shadow: none;
}
.fc .fc-button-primary:not(.fc-prev-button):not(.fc-next-button).disabled, .fc .fc-button-primary:not(.fc-prev-button):not(.fc-next-button):disabled {
  color: #ead138 !important;
  border-color: transparent !important;
  background: #fbd8e5 !important;
  box-shadow: none !important;
}
.fc .btn-group .fc-button-primary:not(.fc-prev-button):not(.fc-next-button),
.fc .input-group .fc-button-primary:not(.fc-prev-button):not(.fc-next-button) {
  border-right: var(--bs-border-width) solid #c1094e;
  border-left: var(--bs-border-width) solid #c1094e;
}
.fc .btn-group-vertical .fc-button-primary:not(.fc-prev-button):not(.fc-next-button) {
  border-top-color: #c1094e;
  border-bottom-color: #c1094e;
}
.fc .fc-button-primary:not(.fc-prev-button):not(.fc-next-button).fc-button-active {
  background-color: #ead138 !important;
  border-color: #ead138 !important;
  color: #fff;
}

.swal2-progress-steps[class] .swal2-progress-step.swal2-active-progress-step,
.swal2-progress-steps[class] .swal2-progress-step-line,
.swal2-progress-steps[class] .swal2-active-progress-step,
.swal2-progress-steps[class] .swal2-progress-step {
  background: #ead138;
  color: #fff;
}

.swal2-progress-steps[class] .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step,
.swal2-progress-steps[class] .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: #fbdae7;
}

.pcr-app .pcr-type.active,
.pcr-app .pcr-save {
  background: #ead138 !important;
}

.icon-card.active {
  outline: 1px solid #ead138;
}
.icon-card.active i,
.icon-card.active svg {
  color: #ead138;
}

.shepherd-element[data-popper-placement=bottom] .shepherd-arrow:before {
  background-color: #ead138 !important;
  border-color: #ead138;
}
.shepherd-element .shepherd-header {
  background: #ead138 !important;
  color: #fff;
}
.shepherd-element .shepherd-header .shepherd-title,
.shepherd-element .shepherd-header .shepherd-cancel-icon {
  color: #fff !important;
}
.shepherd-element .shepherd-button:not(:disabled).btn-primary, .shepherd-element .shepherd-button:not(:disabled).btn-primary[data-trigger=hover].dropdown-toggle:not(.show) {
  color: #fff;
  background-color: #ead138;
  border-color: #ead138;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}
.shepherd-element .shepherd-button:not(:disabled).btn-primary:hover, .shepherd-element .shepherd-button:not(:disabled).btn-primary[data-trigger=hover].show.dropdown-toggle:hover {
  color: #fff !important;
  background-color: #73661d !important;
  border-color: #73661d !important;
  box-shadow: 0 0.25rem 1rem rgba(147, 158, 170, 0.45) !important;
}
.btn-check:focus + .shepherd-element .shepherd-button:not(:disabled).btn-primary, .shepherd-element .shepherd-button:not(:disabled).btn-primary:focus, .shepherd-element .shepherd-button:not(:disabled).btn-primary.focus {
  color: #fff;
  background-color: #c1094e;
  border-color: #c1094e;
  box-shadow: none;
}
.btn-check:checked + .shepherd-element .shepherd-button:not(:disabled).btn-primary, .btn-check:active + .shepherd-element .shepherd-button:not(:disabled).btn-primary, .shepherd-element .shepherd-button:not(:disabled).btn-primary:active, .shepherd-element .shepherd-button:not(:disabled).btn-primary.active, .shepherd-element .shepherd-button:not(:disabled).btn-primary.show.dropdown-toggle, .show > .shepherd-element .shepherd-button:not(:disabled).btn-primary.dropdown-toggle {
  color: #fff !important;
  background-color: #c1094e !important;
  border-color: #c1094e !important;
}
.btn-check:checked + .shepherd-element .shepherd-button:not(:disabled).btn-primary:focus, .btn-check:active + .shepherd-element .shepherd-button:not(:disabled).btn-primary:focus, .shepherd-element .shepherd-button:not(:disabled).btn-primary:active:focus, .shepherd-element .shepherd-button:not(:disabled).btn-primary.active:focus, .shepherd-element .shepherd-button:not(:disabled).btn-primary.show.dropdown-toggle:focus, .show > .shepherd-element .shepherd-button:not(:disabled).btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}
.shepherd-element .shepherd-button:not(:disabled).btn-primary.disabled, .shepherd-element .shepherd-button:not(:disabled).btn-primary:disabled {
  color: #fff !important;
  background-color: #ead138 !important;
  border-color: #ead138 !important;
  box-shadow: none !important;
}
.shepherd-element .btn-group .shepherd-button:not(:disabled).btn-primary,
.shepherd-element .input-group .shepherd-button:not(:disabled).btn-primary {
  border-right: var(--bs-border-width) solid #c1094e;
  border-left: var(--bs-border-width) solid #c1094e;
}
.shepherd-element .btn-group-vertical .shepherd-button:not(:disabled).btn-primary {
  border-top-color: #c1094e;
  border-bottom-color: #c1094e;
}
.shepherd-element .shepherd-button:not(:disabled).btn-label-secondary {
  color: #8a8a88;
  border-color: transparent;
  background: #e7ebef;
}
.shepherd-element .shepherd-button:not(:disabled).btn-label-secondary:hover {
  border-color: transparent !important;
  background: #8a8a88 !important;
  color: #fff !important;
}
.shepherd-element .shepherd-button:not(:disabled).btn-label-secondary:focus, .shepherd-element .shepherd-button:not(:disabled).btn-label-secondary.focus {
  color: #fff;
  background: #596d83;
  box-shadow: none !important;
}
.shepherd-element .shepherd-button:not(:disabled).btn-label-secondary:active, .shepherd-element .shepherd-button:not(:disabled).btn-label-secondary.active, .shepherd-element .shepherd-button:not(:disabled).btn-label-secondary.show.dropdown-toggle, .show > .shepherd-element .shepherd-button:not(:disabled).btn-label-secondary.dropdown-toggle {
  color: #fff !important;
  background-color: #596d83 !important;
  border-color: transparent !important;
}
.shepherd-element .shepherd-button:not(:disabled).btn-label-secondary:active:focus, .shepherd-element .shepherd-button:not(:disabled).btn-label-secondary.active:focus, .shepherd-element .shepherd-button:not(:disabled).btn-label-secondary.show.dropdown-toggle:focus, .show > .shepherd-element .shepherd-button:not(:disabled).btn-label-secondary.dropdown-toggle:focus {
  box-shadow: none;
}
.shepherd-element .shepherd-button:not(:disabled).btn-label-secondary.disabled, .shepherd-element .shepherd-button:not(:disabled).btn-label-secondary:disabled {
  color: #8a8a88 !important;
  border-color: transparent !important;
  background: #e7ebef !important;
  box-shadow: none !important;
}
.shepherd-element .btn-group .shepherd-button:not(:disabled).btn-label-secondary,
.shepherd-element .input-group .shepherd-button:not(:disabled).btn-label-secondary {
  border-right: var(--bs-border-width) solid #596d83;
  border-left: var(--bs-border-width) solid #596d83;
}
.shepherd-element .btn-group-vertical .shepherd-button:not(:disabled).btn-label-secondary {
  border-top-color: #596d83;
  border-bottom-color: #596d83;
}

.bs-stepper .step.active .bs-stepper-circle {
  background-color: #ead138 !important;
  color: #fff;
}
.bs-stepper .step.active .bs-stepper-label {
  color: #ead138 !important;
}
.bs-stepper .step.active .bs-stepper-icon svg {
  fill: #ead138 !important;
}
.bs-stepper .step.active .step-trigger::after {
  background-color: #ead138;
}
.bs-stepper .step.crossed .step-trigger .bs-stepper-circle {
  border-color: #ead138 !important;
  color: #ead138 !important;
}
.bs-stepper .step.crossed .step-trigger .bs-stepper-icon svg {
  fill: #ead138 !important;
}
.bs-stepper .step.crossed .step-trigger::after {
  background-color: #ead138;
}
.bs-stepper .step.crossed + .line::before {
  background-color: #ead138 !important;
}
.bs-stepper .step.crossed + .line svg {
  fill: #ead138;
}
.bs-stepper .step.crossed + .line i {
  color: #ead138;
}
.bs-stepper.wizard-icons .step.crossed .step-trigger .bs-stepper-label {
  color: #ead138 !important;
}
.bs-stepper .step-trigger:focus {
  color: #ead138;
}
.bs-stepper .step-trigger:focus svg {
  fill: #ead138 !important;
}

.app-chat .sidebar-body .chat-contact-list li.active {
  background-color: #ead138;
}
.app-chat .app-chat-history .chat-history .chat-message.chat-message-right .chat-message-text {
  background-color: #ead138 !important;
}

.navbar.landing-navbar .navbar-nav .show > .nav-link,
.navbar.landing-navbar .navbar-nav .active > .nav-link,
.navbar.landing-navbar .navbar-nav .nav-link.show,
.navbar.landing-navbar .navbar-nav .nav-link.active,
.navbar.landing-navbar .navbar-nav .nav-link:hover {
  color: #ead138 !important;
}

.landing-features .features-icon-wrapper .features-icon-box .features-icon {
  border: 2px solid rgba(227, 11, 92, 0.2);
}
.landing-features .features-icon-wrapper .features-icon-box:hover .features-icon {
  background-color: rgba(227, 11, 92, 0.05);
}

.bg-navbar-theme {
  background-color: #f3f4f4 !important;
  color: #677788;
}
.bg-navbar-theme .navbar-brand,
.bg-navbar-theme .navbar-brand a {
  color: #516377;
}
.bg-navbar-theme .navbar-brand:hover, .bg-navbar-theme .navbar-brand:focus,
.bg-navbar-theme .navbar-brand a:hover,
.bg-navbar-theme .navbar-brand a:focus {
  color: #516377;
}
.bg-navbar-theme .navbar-search-wrapper .navbar-search-icon,
.bg-navbar-theme .navbar-search-wrapper .search-input {
  color: #677788;
}
.bg-navbar-theme .search-input-wrapper .search-input,
.bg-navbar-theme .search-input-wrapper .search-toggler {
  background-color: #f3f4f4 !important;
  color: #677788;
}
.bg-navbar-theme .navbar-nav > .nav-link,
.bg-navbar-theme .navbar-nav > .nav-item > .nav-link,
.bg-navbar-theme .navbar-nav > .nav > .nav-item > .nav-link {
  color: #677788;
}
.bg-navbar-theme .navbar-nav > .nav-link:hover, .bg-navbar-theme .navbar-nav > .nav-link:focus,
.bg-navbar-theme .navbar-nav > .nav-item > .nav-link:hover,
.bg-navbar-theme .navbar-nav > .nav-item > .nav-link:focus,
.bg-navbar-theme .navbar-nav > .nav > .nav-item > .nav-link:hover,
.bg-navbar-theme .navbar-nav > .nav > .nav-item > .nav-link:focus {
  color: #516377;
}
.bg-navbar-theme .navbar-nav > .nav-link.disabled,
.bg-navbar-theme .navbar-nav > .nav-item > .nav-link.disabled,
.bg-navbar-theme .navbar-nav > .nav > .nav-item > .nav-link.disabled {
  color: #9fa9b3 !important;
}
.bg-navbar-theme .navbar-nav .show > .nav-link,
.bg-navbar-theme .navbar-nav .active > .nav-link,
.bg-navbar-theme .navbar-nav .nav-link.show,
.bg-navbar-theme .navbar-nav .nav-link.active {
  color: #516377;
}
.bg-navbar-theme .navbar-toggler {
  color: #677788;
  border-color: rgba(81, 99, 119, 0.0772154902);
}
.bg-navbar-theme .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba(103, 119, 136, 0.75)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}
.bg-navbar-theme .navbar-text {
  color: #677788;
}
.bg-navbar-theme .navbar-text a {
  color: #516377;
}
.bg-navbar-theme .navbar-text a:hover, .bg-navbar-theme .navbar-text a:focus {
  color: #516377;
}
.bg-navbar-theme hr {
  border-color: rgba(81, 99, 119, 0.0772154902);
}

.layout-horizontal .layout-navbar {
  background-color: #fff !important;
  box-shadow: 0 1px 0 #d4d8dd;
}

.bg-menu-theme {
  background-color: #f3f4f4 !important;
  color: #677788;
}
.bg-menu-theme .menu-link,
.bg-menu-theme .menu-horizontal-prev,
.bg-menu-theme .menu-horizontal-next {
  color: #677788;
}
.bg-menu-theme .menu-link.active,
.bg-menu-theme .menu-horizontal-prev.active,
.bg-menu-theme .menu-horizontal-next.active {
  color: #ead138;
}
.bg-menu-theme .menu-item.disabled .menu-link,
.bg-menu-theme .menu-horizontal-prev.disabled,
.bg-menu-theme .menu-horizontal-next.disabled {
  color: #9fa9b3 !important;
}
.bg-menu-theme .menu-item.active > .menu-link:not(.menu-toggle) {
  color: #ead138;
  background-color: #f0cfdc;
}
.bg-menu-theme.menu-horizontal .menu-inner > .menu-item.active > .menu-link {
  background-color: #f0cfdc !important;
}
.bg-menu-theme.menu-horizontal .menu-sub > .menu-item.active > .menu-link:not(.menu-toggle) {
  background-color: transparent !important;
  color: #ead138 !important;
}
.bg-menu-theme .menu-inner > .menu-item.menu-item-closing .menu-item.open .menu-sub,
.bg-menu-theme .menu-inner > .menu-item.menu-item-closing .menu-item.open .menu-toggle {
  background: transparent;
  color: #677788;
}
.bg-menu-theme .menu-inner-shadow {
  background: linear-gradient(#f3f4f4 41%, rgba(243, 244, 244, 0.11) 95%, rgba(243, 244, 244, 0));
}
.bg-menu-theme .menu-text {
  color: #ead138;
}
.bg-menu-theme .menu-header {
  color: #8a96a3;
}
.bg-menu-theme hr,
.bg-menu-theme .menu-divider,
.bg-menu-theme .menu-inner > .menu-item.open > .menu-sub::before {
  border-color: transparent !important;
}
.bg-menu-theme .menu-inner > .menu-header::before {
  background-color: transparent;
}
.bg-menu-theme .menu-block::before {
  background-color: #8a96a3;
}
.bg-menu-theme .menu-inner > .menu-item.open .menu-item.open > .menu-toggle::before {
  background-color: #f0cfdc;
}
.bg-menu-theme .menu-inner > .menu-item.open .menu-item.active > .menu-link::before {
  background-color: #ead138;
}
.bg-menu-theme .ps__thumb-y,
.bg-menu-theme .ps__rail-y.ps--clicking > .ps__thumb-y {
  background: rgba(227, 11, 92, 0.2177239216) !important;
}

.layout-menu {
  box-shadow: 0 0 0 1px #d4d8dd;
}

.bg-menu-theme .menu-header {
  color: #a8b1bb;
}
html:not(.layout-menu-collapsed) .bg-menu-theme .menu-inner .menu-item.open:not(.active) > .menu-link:hover, .layout-menu-hover.layout-menu-collapsed .bg-menu-theme .menu-inner .menu-item.open:not(.active) > .menu-link:hover,
html:not(.layout-menu-collapsed) .bg-menu-theme .menu-inner .menu-item:not(.active) .menu-link:hover,
.layout-menu-hover.layout-menu-collapsed .bg-menu-theme .menu-inner .menu-item:not(.active) .menu-link:hover {
  background-color: rgba(38, 60, 85, 0.04);
}
.bg-menu-theme .menu-inner .menu-sub > .menu-item.active > .menu-link.menu-toggle,
.bg-menu-theme .menu-inner .menu-sub > .menu-item.open > .menu-link.menu-toggle {
  background-color: rgba(38, 60, 85, 0.04);
}
.bg-menu-theme .menu-inner .menu-sub > .menu-item.active > .menu-link.menu-toggle .menu-icon,
.bg-menu-theme .menu-inner .menu-sub > .menu-item.open > .menu-link.menu-toggle .menu-icon {
  color: #ead138;
}
html:not(.layout-menu-collapsed) .bg-menu-theme .menu-inner > .menu-item.open:not(.active), .layout-menu-hover.layout-menu-collapsed .bg-menu-theme .menu-inner > .menu-item.open:not(.active) {
  background-color: #eceded;
}
.bg-menu-theme .menu-inner > .menu-item.active {
  background-color: #eceded;
}
.layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-expanded) .bg-menu-theme .menu-inner > .menu-item.active {
  background-color: #f0cfdc !important;
}
.layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-expanded) .bg-menu-theme .menu-inner > .menu-item.active .menu-link {
  color: #ead138;
}
.bg-menu-theme .menu-sub > .menu-item > .menu-link:before {
  background-color: #a8b1bb !important;
}
.bg-menu-theme .menu-sub > .menu-item.active > .menu-link:not(.menu-toggle):before {
  background-color: #ead138 !important;
}
.bg-menu-theme .menu-inner > .menu-header::before {
  background-color: #a8b1bb;
}
.bg-menu-theme.menu-horizontal {
  background-color: #fff !important;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}
html:not(.layout-menu-collapsed) .bg-menu-theme.menu-horizontal .menu-inner .menu-item.open:not(.active) > .menu-link, .layout-menu-hover.layout-menu-collapsed .bg-menu-theme.menu-horizontal .menu-inner .menu-item.open:not(.active) > .menu-link,
html:not(.layout-menu-collapsed) .bg-menu-theme.menu-horizontal .menu-inner .menu-item:not(.active) .menu-link:hover,
.layout-menu-hover.layout-menu-collapsed .bg-menu-theme.menu-horizontal .menu-inner .menu-item:not(.active) .menu-link:hover,
html:not(.layout-menu-collapsed) .bg-menu-theme.menu-horizontal .menu-inner .menu-item.active .menu-link:not(.menu-toggle):hover,
.layout-menu-hover.layout-menu-collapsed .bg-menu-theme.menu-horizontal .menu-inner .menu-item.active .menu-link:not(.menu-toggle):hover {
  background-color: rgba(38, 60, 85, 0.06) !important;
  color: #516377;
}
html:not(.layout-menu-collapsed) .bg-menu-theme.menu-horizontal .menu-inner > .menu-item.open:not(.active) {
  background-color: transparent;
}
.bg-menu-theme.menu-horizontal .menu-inner .menu-item:not(.menu-item-closing) > .menu-sub {
  background: #fff !important;
}
.bg-menu-theme.menu-horizontal .menu-inner .menu-sub > .menu-item.active > .menu-link.menu-toggle,
.bg-menu-theme.menu-horizontal .menu-inner .menu-sub > .menu-item.open > .menu-link.menu-toggle {
  background-color: rgba(38, 60, 85, 0.06) !important;
}
.bg-menu-theme.menu-horizontal .menu-inner .menu-sub > .menu-item.open:not(.active) .menu-link.menu-toggle .menu-icon {
  color: #677788;
}
.bg-menu-theme.menu-horizontal .menu-inner > .menu-item.active > .menu-link {
  color: #ead138;
}

.timeline .timeline-item .timeline-event:after {
  content: "";
}

.app-brand .layout-menu-toggle i {
  color: #ead138;
}

.bg-footer-theme {
  background-color: #f3f4f4 !important;
  color: #677788;
}
.bg-footer-theme .footer-link {
  color: #677788;
}
.bg-footer-theme .footer-link:hover, .bg-footer-theme .footer-link:focus {
  color: #516377;
}
.bg-footer-theme .footer-link.disabled {
  color: #9fa9b3 !important;
}
.bg-footer-theme .footer-text {
  color: #516377;
}
.bg-footer-theme .show > .footer-link,
.bg-footer-theme .active > .footer-link,
.bg-footer-theme .footer-link.show,
.bg-footer-theme .footer-link.active {
  color: #516377;
}
.bg-footer-theme hr {
  border-color: rgba(81, 99, 119, 0.0772154902);
}

.card {
  box-shadow: none;
  border: 1px solid #d4d8dd;
}

.accordion .accordion-item {
  border-top: 0 solid #d4d8dd;
}

.bs-stepper:not(.wizard-modern) {
  border: 1px solid #d4d8dd;
  border-radius: 0.3125rem;
}
.modal .modal-body .bs-stepper:not(.wizard-modern) {
  border-width: 0;
}

.bs-stepper.wizard-modern .bs-stepper-content {
  box-shadow: none !important;
  border: 1px solid #d4d8dd;
  border-radius: 0.3125rem;
}
/* line 1, app/assets/stylesheets/css/theme/custom.scss */
#page-top {
  background-color: #D9D9D9 !important;
}

/* line 5, app/assets/stylesheets/css/theme/custom.scss */
#flash-messages-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 9999;
  pointer-events: none;
}

/* line 15, app/assets/stylesheets/css/theme/custom.scss */
#topbarWrapper .back-to-admin, .top-navbar-wrapper .back-to-admin {
  position: absolute !important;
  left: 33px !important;
  top: -18px !important;
}

/* line 23, app/assets/stylesheets/css/theme/custom.scss */
.details strong, .details b {
  color: #334161;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* line 31, app/assets/stylesheets/css/theme/custom.scss */
.details p {
  color: #334161;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* line 40, app/assets/stylesheets/css/theme/custom.scss */
.sliding-card {
  position: fixed;
  top: 20px;
  right: -1000px;
  width: 1000px;
  height: 600px;
  background: white;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
  transition: right 0.3s ease;
  z-index: 1050;
  overflow-y: auto;
}

/* line 52, app/assets/stylesheets/css/theme/custom.scss */
.sliding-card.open {
  right: 20px;
}

/* line 57, app/assets/stylesheets/css/theme/custom.scss */
.ptdashboard-icon-size {
  width: 60px;
  height: 63px;
}

/* line 62, app/assets/stylesheets/css/theme/custom.scss */
.ptdashboard-arrow-icon-size {
  width: 40.317px;
  height: 37px;
}

/* line 67, app/assets/stylesheets/css/theme/custom.scss */
.pt-dashboard-link {
  width: inherit;
}

/* line 71, app/assets/stylesheets/css/theme/custom.scss */
.edit-action-text {
  font-size: 14px !important;
}

/* line 75, app/assets/stylesheets/css/theme/custom.scss */
.border-left {
  border-left: 1px solid rgba(15, 19, 31, 0.3) !important;
}

/* line 79, app/assets/stylesheets/css/theme/custom.scss */
.bg-primary-dark {
  background: #334161;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background-size: cover;
}

/* line 85, app/assets/stylesheets/css/theme/custom.scss */
.dark-bg {
  background-color: #334161 !important;
  color: white !important;
}

/* line 90, app/assets/stylesheets/css/theme/custom.scss */
.bg-grey {
  background-color: #D9D9D9;
}

/* line 94, app/assets/stylesheets/css/theme/custom.scss */
.text-dark {
  color: #0F131F !important;
}

/* line 98, app/assets/stylesheets/css/theme/custom.scss */
.no-rounded-corners {
  border-radius: 0 !important;
}

/* line 102, app/assets/stylesheets/css/theme/custom.scss */
.no-top-border {
  border-top: 0 !important;
}

/* line 106, app/assets/stylesheets/css/theme/custom.scss */
.nowrap {
  white-space: nowrap;
}

/* line 110, app/assets/stylesheets/css/theme/custom.scss */
.wrap {
  white-space: wrap;
}

/* line 114, app/assets/stylesheets/css/theme/custom.scss */
.greeting-title {
  position: relative;
}

/* line 118, app/assets/stylesheets/css/theme/custom.scss */
.greeting-title h1 {
  color: #334161;
  font-family: Arial;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
}

/* line 127, app/assets/stylesheets/css/theme/custom.scss */
.greeting-title h5 {
  color: #334161;
  font-family: Arial;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* line 136, app/assets/stylesheets/css/theme/custom.scss */
.btn-primary {
  background-color: #334161 !important;
  color: #FFFFFF !important;
  border-radius: 0px !important;
  border: none !important;
  color: #FFF;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0.5rem 1.2rem;
}

/* line 149, app/assets/stylesheets/css/theme/custom.scss */
.btn-primary:hover {
  background-color: #334161 !important;
}

/* line 154, app/assets/stylesheets/css/theme/custom.scss */
.btn-secondary {
  background-color: #EBD23A !important;
  color: #334161 !important;
  border-radius: 0px !important;
  border: none !important;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0.5rem 1.2rem;
}

/* line 166, app/assets/stylesheets/css/theme/custom.scss */
.btn-secondary:hover {
  background-color: #EBD23A !important;
}

/* line 171, app/assets/stylesheets/css/theme/custom.scss */
.btn-primary-outline {
  color: #000000 !important;
  border: #000000 1px solid !important;
  border-radius: 0 !important;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0.5rem 1.5rem;
}

/* line 183, app/assets/stylesheets/css/theme/custom.scss */
.btn-secondary-outline {
  color: #000000 !important;
  border: #EBD23A 1px solid !important;
  border-radius: 0 !important;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0.5rem 1.5rem;
}

/* line 195, app/assets/stylesheets/css/theme/custom.scss */
.btn-danger {
  background-color: #e74a3b !important;
  color: #FFFFFF !important;
  border-radius: 0px !important;
  border: none !important;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0.5rem 1.2rem;
}

/* line 207, app/assets/stylesheets/css/theme/custom.scss */
.btn-danger:hover {
  background-color: #e74a3b !important;
}

/* line 212, app/assets/stylesheets/css/theme/custom.scss */
.btn-success {
  background-color: #1cc88a !important;
  color: #FFFFFF !important;
  border-radius: 0px !important;
  border: none !important;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0.5rem 1.2rem;
}

/* line 224, app/assets/stylesheets/css/theme/custom.scss */
.btn-success:hover {
  background-color: #1cc88a !important;
}

/* line 229, app/assets/stylesheets/css/theme/custom.scss */
.btn-info {
  background-color: #36b9cc !important;
  color: #FFFFFF !important;
  border-radius: 0px !important;
  border: none !important;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0.5rem 1.2rem;
}

/* line 241, app/assets/stylesheets/css/theme/custom.scss */
.btn-info:hover {
  background-color: #36b9cc !important;
}

/* line 246, app/assets/stylesheets/css/theme/custom.scss */
.custom-gap {
  gap: 24px;
}

/* line 252, app/assets/stylesheets/css/theme/custom.scss */
.prescription-status .content {
  color: #0F131F;
  font-size: 0.75rem;
}

/* line 259, app/assets/stylesheets/css/theme/custom.scss */
.custom-header .search-action {
  text-decoration: underline !important;
  color: white;
  font-family: Arial;
  font-size: 13.5px !important;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* line 268, app/assets/stylesheets/css/theme/custom.scss */
.custom-header .input-group {
  max-width: 350px;
  margin-right: 15px;
}

/* line 272, app/assets/stylesheets/css/theme/custom.scss */
.custom-header .input-group input {
  width: 100%;
  border-radius: 0;
}

/* line 277, app/assets/stylesheets/css/theme/custom.scss */
.custom-header .input-group input::-moz-placeholder {
  font-family: Arial;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.custom-header .input-group input::placeholder {
  font-family: Arial;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* line 284, app/assets/stylesheets/css/theme/custom.scss */
.custom-header .input-group .form-control {
  padding-left: 2.5rem;
  border-left: none;
}

/* line 289, app/assets/stylesheets/css/theme/custom.scss */
.custom-header .input-group .input-group-text {
  background: none;
  border: none;
  padding-right: 0;
  color: #334161;
  font-family: Arial;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 0 !important;
}

/* line 301, app/assets/stylesheets/css/theme/custom.scss */
.custom-header .input-group .fa-search {
  position: absolute;
  left: 10px;
  top: 60%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #0F131F;
  z-index: 1000;
}

/* line 311, app/assets/stylesheets/css/theme/custom.scss */
.custom-header .hw-combobox__listbox {
  background-color: white;
  color: black;
}

/* line 317, app/assets/stylesheets/css/theme/custom.scss */
.accd-header::after, .order-tracker-header::after {
  content: none;
}

@media only screen and (max-width: 768px) {
  /* line 322, app/assets/stylesheets/css/theme/custom.scss */
  .accd-header::after, .order-tracker-header::after {
    position: absolute !important;
    right: 10px;
    top: 18px;
    margin-left: 20px !important;
    flex-shrink: 0 !important;
    width: 1rem !important;
    height: 1rem !important;
    content: "" !important;
    background-image: url("data:image/svg+xml,%3csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M19.3074 2.00059L9.99941 11.3086L0.691406 2.00059L1.75541 0.936595L9.99941 9.18159L18.2434 0.937594L19.3074 2.00059Z' fill='%23FFFFFF'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-size: 1rem !important;
  }
  /* line 337, app/assets/stylesheets/css/theme/custom.scss */
  .order-tracker-header::after {
    right: 10px !important;
    top: 28px !important;
  }
  /* line 342, app/assets/stylesheets/css/theme/custom.scss */
  .accd-header:not(.collapsed)::after, .order-tracker-header:not(.collapsed)::after {
    display: block;
    background-image: url("data:image/svg+xml,%3csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M19.3074 2.00059L9.99941 11.3086L0.691406 2.00059L1.75541 0.936595L9.99941 9.18159L18.2434 0.937594L19.3074 2.00059Z' fill='%23FFFFFF' transform='rotate(-180 10 6)'/%3e%3c/svg%3e") !important;
  }
}

@media (min-width: 768px) {
  /* line 349, app/assets/stylesheets/css/theme/custom.scss */
  .collapse-lg-show {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 356, app/assets/stylesheets/css/theme/custom.scss */
  .collapse-md-show {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
  }
}

@media (min-width: 320px) and (max-width: 479px) {
  /* line 365, app/assets/stylesheets/css/theme/custom.scss */
  .ptdashboard-icon-size {
    width: 30px;
    height: 33px;
  }
  /* line 370, app/assets/stylesheets/css/theme/custom.scss */
  .ptdashboard-arrow-icon-size {
    width: 30.317px;
    height: 27px;
  }
}
/*!
 * Start Bootstrap - SB Admin 2 v4.1.3 (https://startbootstrap.com/theme/sb-admin-2)
 * Copyright 2013-2021 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-sb-admin-2/blob/master/LICENSE)
 */
/*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
/* line 13, app/assets/stylesheets/css/theme/theme.scss */
:root {
  --blue: #ead138;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #e74a3b;
  --orange: #fd7e14;
  --yellow: #f6c23e;
  --green: #1cc88a;
  --teal: #20c9a6;
  --cyan: #36b9cc;
  --white: #fff;
  --gray: #858796;
  --gray-dark: #5a5c69;
  --primary: #ead138;
  --secondary: #858796;
  --success: #1cc88a;
  --info: #36b9cc;
  --warning: #f6c23e;
  --danger: #e74a3b;
  --light: #f8f9fc;
  --dark: #5a5c69;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 44, app/assets/stylesheets/css/theme/theme.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 50, app/assets/stylesheets/css/theme/theme.scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 57, app/assets/stylesheets/css/theme/theme.scss */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

/* line 61, app/assets/stylesheets/css/theme/theme.scss */
body {
  margin: 0;
  font-family: Arial !important;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.4;
  color: #858796;
  text-align: left;
  background-color: #fff;
}

/* line 72, app/assets/stylesheets/css/theme/theme.scss */
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

/* line 76, app/assets/stylesheets/css/theme/theme.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 82, app/assets/stylesheets/css/theme/theme.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.2rem;
}

/* line 87, app/assets/stylesheets/css/theme/theme.scss */
p {
  margin-top: 0;
  margin-bottom: 0.4rem;
}

/* line 92, app/assets/stylesheets/css/theme/theme.scss */
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

/* line 103, app/assets/stylesheets/css/theme/theme.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 109, app/assets/stylesheets/css/theme/theme.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 116, app/assets/stylesheets/css/theme/theme.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 123, app/assets/stylesheets/css/theme/theme.scss */
dt {
  font-weight: 700;
}

/* line 127, app/assets/stylesheets/css/theme/theme.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 132, app/assets/stylesheets/css/theme/theme.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 136, app/assets/stylesheets/css/theme/theme.scss */
b,
strong {
  font-weight: bolder;
}

/* line 141, app/assets/stylesheets/css/theme/theme.scss */
small {
  font-size: 80%;
}

/* line 145, app/assets/stylesheets/css/theme/theme.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 153, app/assets/stylesheets/css/theme/theme.scss */
sub {
  bottom: -.25em;
}

/* line 157, app/assets/stylesheets/css/theme/theme.scss */
sup {
  top: -.5em;
}

/* line 161, app/assets/stylesheets/css/theme/theme.scss */
a {
  color: var(--color-gold);
  text-decoration: none;
  background-color: transparent;
}

/* line 167, app/assets/stylesheets/css/theme/theme.scss */
a:hover {
  color: var(--color-gold);
}

/* line 172, app/assets/stylesheets/css/theme/theme.scss */
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

/* line 177, app/assets/stylesheets/css/theme/theme.scss */
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

/* line 182, app/assets/stylesheets/css/theme/theme.scss */
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

/* line 190, app/assets/stylesheets/css/theme/theme.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

/* line 197, app/assets/stylesheets/css/theme/theme.scss */
figure {
  margin: 0 0 1rem;
}

/* line 201, app/assets/stylesheets/css/theme/theme.scss */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 206, app/assets/stylesheets/css/theme/theme.scss */
svg {
  overflow: hidden;
  vertical-align: middle;
}

/* line 211, app/assets/stylesheets/css/theme/theme.scss */
table {
  border-collapse: collapse;
}

/* line 215, app/assets/stylesheets/css/theme/theme.scss */
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #858796;
  text-align: left;
  caption-side: bottom;
}

/* line 223, app/assets/stylesheets/css/theme/theme.scss */
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

/* line 228, app/assets/stylesheets/css/theme/theme.scss */
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

/* line 233, app/assets/stylesheets/css/theme/theme.scss */
button {
  border-radius: 0;
}

/* line 237, app/assets/stylesheets/css/theme/theme.scss */
button:focus:not(:focus-visible) {
  outline: 0;
}

/* line 241, app/assets/stylesheets/css/theme/theme.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 252, app/assets/stylesheets/css/theme/theme.scss */
button,
input {
  overflow: visible;
}

/* line 257, app/assets/stylesheets/css/theme/theme.scss */
button,
select {
  text-transform: none;
}

/* line 262, app/assets/stylesheets/css/theme/theme.scss */
[role="button"] {
  cursor: pointer;
}

/* line 266, app/assets/stylesheets/css/theme/theme.scss */
select {
  word-wrap: normal;
}

/* line 270, app/assets/stylesheets/css/theme/theme.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 277, app/assets/stylesheets/css/theme/theme.scss */
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

/* line 284, app/assets/stylesheets/css/theme/theme.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 292, app/assets/stylesheets/css/theme/theme.scss */
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 298, app/assets/stylesheets/css/theme/theme.scss */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 303, app/assets/stylesheets/css/theme/theme.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 310, app/assets/stylesheets/css/theme/theme.scss */
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

/* line 322, app/assets/stylesheets/css/theme/theme.scss */
progress {
  vertical-align: baseline;
}

/* line 326, app/assets/stylesheets/css/theme/theme.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 331, app/assets/stylesheets/css/theme/theme.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 336, app/assets/stylesheets/css/theme/theme.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 340, app/assets/stylesheets/css/theme/theme.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 345, app/assets/stylesheets/css/theme/theme.scss */
output {
  display: inline-block;
}

/* line 349, app/assets/stylesheets/css/theme/theme.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 354, app/assets/stylesheets/css/theme/theme.scss */
template {
  display: none;
}

/* line 358, app/assets/stylesheets/css/theme/theme.scss */
[hidden] {
  display: none !important;
}

/* line 362, app/assets/stylesheets/css/theme/theme.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.2rem;
  font-weight: 400;
  line-height: 1.2;
}

/* line 369, app/assets/stylesheets/css/theme/theme.scss */
h1, .h1 {
  font-size: 1.75rem;
}

/* line 373, app/assets/stylesheets/css/theme/theme.scss */
h2, .h2 {
  font-size: 1.5rem;
}

/* line 377, app/assets/stylesheets/css/theme/theme.scss */
h3, .h3 {
  font-size: 1.75rem;
}

/* line 381, app/assets/stylesheets/css/theme/theme.scss */
h4, .h4 {
  font-size: 1.1rem;
}

/* line 385, app/assets/stylesheets/css/theme/theme.scss */
h5, .h5 {
  font-size: 1.05rem;
}

/* line 389, app/assets/stylesheets/css/theme/theme.scss */
h6, .h6 {
  font-size: 1rem;
}

/* line 393, app/assets/stylesheets/css/theme/theme.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 398, app/assets/stylesheets/css/theme/theme.scss */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 404, app/assets/stylesheets/css/theme/theme.scss */
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 410, app/assets/stylesheets/css/theme/theme.scss */
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 416, app/assets/stylesheets/css/theme/theme.scss */
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 422, app/assets/stylesheets/css/theme/theme.scss */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 429, app/assets/stylesheets/css/theme/theme.scss */
small,
.small {
  font-size: 80%;
  font-weight: 400;
}

/* line 435, app/assets/stylesheets/css/theme/theme.scss */
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/* line 441, app/assets/stylesheets/css/theme/theme.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 446, app/assets/stylesheets/css/theme/theme.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 451, app/assets/stylesheets/css/theme/theme.scss */
.list-inline-item {
  display: inline-block;
}

/* line 455, app/assets/stylesheets/css/theme/theme.scss */
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 459, app/assets/stylesheets/css/theme/theme.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 464, app/assets/stylesheets/css/theme/theme.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* line 469, app/assets/stylesheets/css/theme/theme.scss */
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #858796;
}

/* line 475, app/assets/stylesheets/css/theme/theme.scss */
.blockquote-footer::before {
  content: "\2014\00A0";
}

/* line 479, app/assets/stylesheets/css/theme/theme.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 484, app/assets/stylesheets/css/theme/theme.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dddfeb;
  border-radius: 0.35rem;
  max-width: 100%;
  height: auto;
}

/* line 493, app/assets/stylesheets/css/theme/theme.scss */
.figure {
  display: inline-block;
}

/* line 497, app/assets/stylesheets/css/theme/theme.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 502, app/assets/stylesheets/css/theme/theme.scss */
.figure-caption {
  font-size: 90%;
  color: #858796;
}

/* line 507, app/assets/stylesheets/css/theme/theme.scss */
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

/* line 513, app/assets/stylesheets/css/theme/theme.scss */
a > code {
  color: inherit;
}

/* line 517, app/assets/stylesheets/css/theme/theme.scss */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #3a3b45;
  border-radius: 0.2rem;
}

/* line 525, app/assets/stylesheets/css/theme/theme.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

/* line 531, app/assets/stylesheets/css/theme/theme.scss */
pre {
  display: block;
  font-size: 87.5%;
  color: #3a3b45;
}

/* line 537, app/assets/stylesheets/css/theme/theme.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 543, app/assets/stylesheets/css/theme/theme.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 548, app/assets/stylesheets/css/theme/theme.scss */
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 562, app/assets/stylesheets/css/theme/theme.scss */
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 568, app/assets/stylesheets/css/theme/theme.scss */
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 574, app/assets/stylesheets/css/theme/theme.scss */
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 580, app/assets/stylesheets/css/theme/theme.scss */
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}

/* line 585, app/assets/stylesheets/css/theme/theme.scss */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

/* line 592, app/assets/stylesheets/css/theme/theme.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 597, app/assets/stylesheets/css/theme/theme.scss */
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 603, app/assets/stylesheets/css/theme/theme.scss */
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/* line 615, app/assets/stylesheets/css/theme/theme.scss */
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

/* line 621, app/assets/stylesheets/css/theme/theme.scss */
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 626, app/assets/stylesheets/css/theme/theme.scss */
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 631, app/assets/stylesheets/css/theme/theme.scss */
.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

/* line 636, app/assets/stylesheets/css/theme/theme.scss */
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 641, app/assets/stylesheets/css/theme/theme.scss */
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

/* line 646, app/assets/stylesheets/css/theme/theme.scss */
.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

/* line 651, app/assets/stylesheets/css/theme/theme.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

/* line 657, app/assets/stylesheets/css/theme/theme.scss */
.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

/* line 662, app/assets/stylesheets/css/theme/theme.scss */
.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

/* line 667, app/assets/stylesheets/css/theme/theme.scss */
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 672, app/assets/stylesheets/css/theme/theme.scss */
.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

/* line 677, app/assets/stylesheets/css/theme/theme.scss */
.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

/* line 682, app/assets/stylesheets/css/theme/theme.scss */
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 687, app/assets/stylesheets/css/theme/theme.scss */
.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

/* line 692, app/assets/stylesheets/css/theme/theme.scss */
.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

/* line 697, app/assets/stylesheets/css/theme/theme.scss */
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 702, app/assets/stylesheets/css/theme/theme.scss */
.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

/* line 707, app/assets/stylesheets/css/theme/theme.scss */
.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

/* line 712, app/assets/stylesheets/css/theme/theme.scss */
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 717, app/assets/stylesheets/css/theme/theme.scss */
.order-first {
  order: -1;
}

/* line 721, app/assets/stylesheets/css/theme/theme.scss */
.order-last {
  order: 13;
}

/* line 725, app/assets/stylesheets/css/theme/theme.scss */
.order-0 {
  order: 0;
}

/* line 729, app/assets/stylesheets/css/theme/theme.scss */
.order-1 {
  order: 1;
}

/* line 733, app/assets/stylesheets/css/theme/theme.scss */
.order-2 {
  order: 2;
}

/* line 737, app/assets/stylesheets/css/theme/theme.scss */
.order-3 {
  order: 3;
}

/* line 741, app/assets/stylesheets/css/theme/theme.scss */
.order-4 {
  order: 4;
}

/* line 745, app/assets/stylesheets/css/theme/theme.scss */
.order-5 {
  order: 5;
}

/* line 749, app/assets/stylesheets/css/theme/theme.scss */
.order-6 {
  order: 6;
}

/* line 753, app/assets/stylesheets/css/theme/theme.scss */
.order-7 {
  order: 7;
}

/* line 757, app/assets/stylesheets/css/theme/theme.scss */
.order-8 {
  order: 8;
}

/* line 761, app/assets/stylesheets/css/theme/theme.scss */
.order-9 {
  order: 9;
}

/* line 765, app/assets/stylesheets/css/theme/theme.scss */
.order-10 {
  order: 10;
}

/* line 769, app/assets/stylesheets/css/theme/theme.scss */
.order-11 {
  order: 11;
}

/* line 773, app/assets/stylesheets/css/theme/theme.scss */
.order-12 {
  order: 12;
}

/* line 777, app/assets/stylesheets/css/theme/theme.scss */
.offset-1 {
  margin-left: 8.33333%;
}

/* line 781, app/assets/stylesheets/css/theme/theme.scss */
.offset-2 {
  margin-left: 16.66667%;
}

/* line 785, app/assets/stylesheets/css/theme/theme.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 789, app/assets/stylesheets/css/theme/theme.scss */
.offset-4 {
  margin-left: 33.33333%;
}

/* line 793, app/assets/stylesheets/css/theme/theme.scss */
.offset-5 {
  margin-left: 41.66667%;
}

/* line 797, app/assets/stylesheets/css/theme/theme.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 801, app/assets/stylesheets/css/theme/theme.scss */
.offset-7 {
  margin-left: 58.33333%;
}

/* line 805, app/assets/stylesheets/css/theme/theme.scss */
.offset-8 {
  margin-left: 66.66667%;
}

/* line 809, app/assets/stylesheets/css/theme/theme.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 813, app/assets/stylesheets/css/theme/theme.scss */
.offset-10 {
  margin-left: 83.33333%;
}

/* line 817, app/assets/stylesheets/css/theme/theme.scss */
.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  /* line 822, app/assets/stylesheets/css/theme/theme.scss */
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 827, app/assets/stylesheets/css/theme/theme.scss */
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 831, app/assets/stylesheets/css/theme/theme.scss */
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 835, app/assets/stylesheets/css/theme/theme.scss */
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 839, app/assets/stylesheets/css/theme/theme.scss */
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 843, app/assets/stylesheets/css/theme/theme.scss */
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 847, app/assets/stylesheets/css/theme/theme.scss */
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 851, app/assets/stylesheets/css/theme/theme.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 856, app/assets/stylesheets/css/theme/theme.scss */
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 860, app/assets/stylesheets/css/theme/theme.scss */
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 864, app/assets/stylesheets/css/theme/theme.scss */
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 868, app/assets/stylesheets/css/theme/theme.scss */
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 872, app/assets/stylesheets/css/theme/theme.scss */
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 876, app/assets/stylesheets/css/theme/theme.scss */
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 880, app/assets/stylesheets/css/theme/theme.scss */
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 884, app/assets/stylesheets/css/theme/theme.scss */
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 888, app/assets/stylesheets/css/theme/theme.scss */
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 892, app/assets/stylesheets/css/theme/theme.scss */
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 896, app/assets/stylesheets/css/theme/theme.scss */
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 900, app/assets/stylesheets/css/theme/theme.scss */
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 904, app/assets/stylesheets/css/theme/theme.scss */
  .order-sm-first {
    order: -1;
  }
  /* line 907, app/assets/stylesheets/css/theme/theme.scss */
  .order-sm-last {
    order: 13;
  }
  /* line 910, app/assets/stylesheets/css/theme/theme.scss */
  .order-sm-0 {
    order: 0;
  }
  /* line 913, app/assets/stylesheets/css/theme/theme.scss */
  .order-sm-1 {
    order: 1;
  }
  /* line 916, app/assets/stylesheets/css/theme/theme.scss */
  .order-sm-2 {
    order: 2;
  }
  /* line 919, app/assets/stylesheets/css/theme/theme.scss */
  .order-sm-3 {
    order: 3;
  }
  /* line 922, app/assets/stylesheets/css/theme/theme.scss */
  .order-sm-4 {
    order: 4;
  }
  /* line 925, app/assets/stylesheets/css/theme/theme.scss */
  .order-sm-5 {
    order: 5;
  }
  /* line 928, app/assets/stylesheets/css/theme/theme.scss */
  .order-sm-6 {
    order: 6;
  }
  /* line 931, app/assets/stylesheets/css/theme/theme.scss */
  .order-sm-7 {
    order: 7;
  }
  /* line 934, app/assets/stylesheets/css/theme/theme.scss */
  .order-sm-8 {
    order: 8;
  }
  /* line 937, app/assets/stylesheets/css/theme/theme.scss */
  .order-sm-9 {
    order: 9;
  }
  /* line 940, app/assets/stylesheets/css/theme/theme.scss */
  .order-sm-10 {
    order: 10;
  }
  /* line 943, app/assets/stylesheets/css/theme/theme.scss */
  .order-sm-11 {
    order: 11;
  }
  /* line 946, app/assets/stylesheets/css/theme/theme.scss */
  .order-sm-12 {
    order: 12;
  }
  /* line 949, app/assets/stylesheets/css/theme/theme.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 952, app/assets/stylesheets/css/theme/theme.scss */
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  /* line 955, app/assets/stylesheets/css/theme/theme.scss */
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  /* line 958, app/assets/stylesheets/css/theme/theme.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 961, app/assets/stylesheets/css/theme/theme.scss */
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  /* line 964, app/assets/stylesheets/css/theme/theme.scss */
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  /* line 967, app/assets/stylesheets/css/theme/theme.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 970, app/assets/stylesheets/css/theme/theme.scss */
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  /* line 973, app/assets/stylesheets/css/theme/theme.scss */
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  /* line 976, app/assets/stylesheets/css/theme/theme.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 979, app/assets/stylesheets/css/theme/theme.scss */
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  /* line 982, app/assets/stylesheets/css/theme/theme.scss */
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  /* line 988, app/assets/stylesheets/css/theme/theme.scss */
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 993, app/assets/stylesheets/css/theme/theme.scss */
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 997, app/assets/stylesheets/css/theme/theme.scss */
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1001, app/assets/stylesheets/css/theme/theme.scss */
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 1005, app/assets/stylesheets/css/theme/theme.scss */
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1009, app/assets/stylesheets/css/theme/theme.scss */
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 1013, app/assets/stylesheets/css/theme/theme.scss */
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 1017, app/assets/stylesheets/css/theme/theme.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 1022, app/assets/stylesheets/css/theme/theme.scss */
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 1026, app/assets/stylesheets/css/theme/theme.scss */
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 1030, app/assets/stylesheets/css/theme/theme.scss */
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1034, app/assets/stylesheets/css/theme/theme.scss */
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 1038, app/assets/stylesheets/css/theme/theme.scss */
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 1042, app/assets/stylesheets/css/theme/theme.scss */
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1046, app/assets/stylesheets/css/theme/theme.scss */
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 1050, app/assets/stylesheets/css/theme/theme.scss */
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 1054, app/assets/stylesheets/css/theme/theme.scss */
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 1058, app/assets/stylesheets/css/theme/theme.scss */
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 1062, app/assets/stylesheets/css/theme/theme.scss */
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 1066, app/assets/stylesheets/css/theme/theme.scss */
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1070, app/assets/stylesheets/css/theme/theme.scss */
  .order-md-first {
    order: -1;
  }
  /* line 1073, app/assets/stylesheets/css/theme/theme.scss */
  .order-md-last {
    order: 13;
  }
  /* line 1076, app/assets/stylesheets/css/theme/theme.scss */
  .order-md-0 {
    order: 0;
  }
  /* line 1079, app/assets/stylesheets/css/theme/theme.scss */
  .order-md-1 {
    order: 1;
  }
  /* line 1082, app/assets/stylesheets/css/theme/theme.scss */
  .order-md-2 {
    order: 2;
  }
  /* line 1085, app/assets/stylesheets/css/theme/theme.scss */
  .order-md-3 {
    order: 3;
  }
  /* line 1088, app/assets/stylesheets/css/theme/theme.scss */
  .order-md-4 {
    order: 4;
  }
  /* line 1091, app/assets/stylesheets/css/theme/theme.scss */
  .order-md-5 {
    order: 5;
  }
  /* line 1094, app/assets/stylesheets/css/theme/theme.scss */
  .order-md-6 {
    order: 6;
  }
  /* line 1097, app/assets/stylesheets/css/theme/theme.scss */
  .order-md-7 {
    order: 7;
  }
  /* line 1100, app/assets/stylesheets/css/theme/theme.scss */
  .order-md-8 {
    order: 8;
  }
  /* line 1103, app/assets/stylesheets/css/theme/theme.scss */
  .order-md-9 {
    order: 9;
  }
  /* line 1106, app/assets/stylesheets/css/theme/theme.scss */
  .order-md-10 {
    order: 10;
  }
  /* line 1109, app/assets/stylesheets/css/theme/theme.scss */
  .order-md-11 {
    order: 11;
  }
  /* line 1112, app/assets/stylesheets/css/theme/theme.scss */
  .order-md-12 {
    order: 12;
  }
  /* line 1115, app/assets/stylesheets/css/theme/theme.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 1118, app/assets/stylesheets/css/theme/theme.scss */
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  /* line 1121, app/assets/stylesheets/css/theme/theme.scss */
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  /* line 1124, app/assets/stylesheets/css/theme/theme.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 1127, app/assets/stylesheets/css/theme/theme.scss */
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  /* line 1130, app/assets/stylesheets/css/theme/theme.scss */
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  /* line 1133, app/assets/stylesheets/css/theme/theme.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 1136, app/assets/stylesheets/css/theme/theme.scss */
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  /* line 1139, app/assets/stylesheets/css/theme/theme.scss */
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  /* line 1142, app/assets/stylesheets/css/theme/theme.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 1145, app/assets/stylesheets/css/theme/theme.scss */
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  /* line 1148, app/assets/stylesheets/css/theme/theme.scss */
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  /* line 1154, app/assets/stylesheets/css/theme/theme.scss */
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 1159, app/assets/stylesheets/css/theme/theme.scss */
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1163, app/assets/stylesheets/css/theme/theme.scss */
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1167, app/assets/stylesheets/css/theme/theme.scss */
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 1171, app/assets/stylesheets/css/theme/theme.scss */
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1175, app/assets/stylesheets/css/theme/theme.scss */
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 1179, app/assets/stylesheets/css/theme/theme.scss */
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 1183, app/assets/stylesheets/css/theme/theme.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 1188, app/assets/stylesheets/css/theme/theme.scss */
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 1192, app/assets/stylesheets/css/theme/theme.scss */
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 1196, app/assets/stylesheets/css/theme/theme.scss */
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1200, app/assets/stylesheets/css/theme/theme.scss */
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 1204, app/assets/stylesheets/css/theme/theme.scss */
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 1208, app/assets/stylesheets/css/theme/theme.scss */
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1212, app/assets/stylesheets/css/theme/theme.scss */
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 1216, app/assets/stylesheets/css/theme/theme.scss */
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 1220, app/assets/stylesheets/css/theme/theme.scss */
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 1224, app/assets/stylesheets/css/theme/theme.scss */
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 1228, app/assets/stylesheets/css/theme/theme.scss */
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 1232, app/assets/stylesheets/css/theme/theme.scss */
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1236, app/assets/stylesheets/css/theme/theme.scss */
  .order-lg-first {
    order: -1;
  }
  /* line 1239, app/assets/stylesheets/css/theme/theme.scss */
  .order-lg-last {
    order: 13;
  }
  /* line 1242, app/assets/stylesheets/css/theme/theme.scss */
  .order-lg-0 {
    order: 0;
  }
  /* line 1245, app/assets/stylesheets/css/theme/theme.scss */
  .order-lg-1 {
    order: 1;
  }
  /* line 1248, app/assets/stylesheets/css/theme/theme.scss */
  .order-lg-2 {
    order: 2;
  }
  /* line 1251, app/assets/stylesheets/css/theme/theme.scss */
  .order-lg-3 {
    order: 3;
  }
  /* line 1254, app/assets/stylesheets/css/theme/theme.scss */
  .order-lg-4 {
    order: 4;
  }
  /* line 1257, app/assets/stylesheets/css/theme/theme.scss */
  .order-lg-5 {
    order: 5;
  }
  /* line 1260, app/assets/stylesheets/css/theme/theme.scss */
  .order-lg-6 {
    order: 6;
  }
  /* line 1263, app/assets/stylesheets/css/theme/theme.scss */
  .order-lg-7 {
    order: 7;
  }
  /* line 1266, app/assets/stylesheets/css/theme/theme.scss */
  .order-lg-8 {
    order: 8;
  }
  /* line 1269, app/assets/stylesheets/css/theme/theme.scss */
  .order-lg-9 {
    order: 9;
  }
  /* line 1272, app/assets/stylesheets/css/theme/theme.scss */
  .order-lg-10 {
    order: 10;
  }
  /* line 1275, app/assets/stylesheets/css/theme/theme.scss */
  .order-lg-11 {
    order: 11;
  }
  /* line 1278, app/assets/stylesheets/css/theme/theme.scss */
  .order-lg-12 {
    order: 12;
  }
  /* line 1281, app/assets/stylesheets/css/theme/theme.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 1284, app/assets/stylesheets/css/theme/theme.scss */
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  /* line 1287, app/assets/stylesheets/css/theme/theme.scss */
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  /* line 1290, app/assets/stylesheets/css/theme/theme.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 1293, app/assets/stylesheets/css/theme/theme.scss */
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  /* line 1296, app/assets/stylesheets/css/theme/theme.scss */
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  /* line 1299, app/assets/stylesheets/css/theme/theme.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 1302, app/assets/stylesheets/css/theme/theme.scss */
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  /* line 1305, app/assets/stylesheets/css/theme/theme.scss */
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  /* line 1308, app/assets/stylesheets/css/theme/theme.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 1311, app/assets/stylesheets/css/theme/theme.scss */
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  /* line 1314, app/assets/stylesheets/css/theme/theme.scss */
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  /* line 1320, app/assets/stylesheets/css/theme/theme.scss */
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 1325, app/assets/stylesheets/css/theme/theme.scss */
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1329, app/assets/stylesheets/css/theme/theme.scss */
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1333, app/assets/stylesheets/css/theme/theme.scss */
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 1337, app/assets/stylesheets/css/theme/theme.scss */
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1341, app/assets/stylesheets/css/theme/theme.scss */
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 1345, app/assets/stylesheets/css/theme/theme.scss */
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 1349, app/assets/stylesheets/css/theme/theme.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 1354, app/assets/stylesheets/css/theme/theme.scss */
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 1358, app/assets/stylesheets/css/theme/theme.scss */
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 1362, app/assets/stylesheets/css/theme/theme.scss */
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1366, app/assets/stylesheets/css/theme/theme.scss */
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 1370, app/assets/stylesheets/css/theme/theme.scss */
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 1374, app/assets/stylesheets/css/theme/theme.scss */
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1378, app/assets/stylesheets/css/theme/theme.scss */
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 1382, app/assets/stylesheets/css/theme/theme.scss */
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 1386, app/assets/stylesheets/css/theme/theme.scss */
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 1390, app/assets/stylesheets/css/theme/theme.scss */
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 1394, app/assets/stylesheets/css/theme/theme.scss */
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 1398, app/assets/stylesheets/css/theme/theme.scss */
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1402, app/assets/stylesheets/css/theme/theme.scss */
  .order-xl-first {
    order: -1;
  }
  /* line 1405, app/assets/stylesheets/css/theme/theme.scss */
  .order-xl-last {
    order: 13;
  }
  /* line 1408, app/assets/stylesheets/css/theme/theme.scss */
  .order-xl-0 {
    order: 0;
  }
  /* line 1411, app/assets/stylesheets/css/theme/theme.scss */
  .order-xl-1 {
    order: 1;
  }
  /* line 1414, app/assets/stylesheets/css/theme/theme.scss */
  .order-xl-2 {
    order: 2;
  }
  /* line 1417, app/assets/stylesheets/css/theme/theme.scss */
  .order-xl-3 {
    order: 3;
  }
  /* line 1420, app/assets/stylesheets/css/theme/theme.scss */
  .order-xl-4 {
    order: 4;
  }
  /* line 1423, app/assets/stylesheets/css/theme/theme.scss */
  .order-xl-5 {
    order: 5;
  }
  /* line 1426, app/assets/stylesheets/css/theme/theme.scss */
  .order-xl-6 {
    order: 6;
  }
  /* line 1429, app/assets/stylesheets/css/theme/theme.scss */
  .order-xl-7 {
    order: 7;
  }
  /* line 1432, app/assets/stylesheets/css/theme/theme.scss */
  .order-xl-8 {
    order: 8;
  }
  /* line 1435, app/assets/stylesheets/css/theme/theme.scss */
  .order-xl-9 {
    order: 9;
  }
  /* line 1438, app/assets/stylesheets/css/theme/theme.scss */
  .order-xl-10 {
    order: 10;
  }
  /* line 1441, app/assets/stylesheets/css/theme/theme.scss */
  .order-xl-11 {
    order: 11;
  }
  /* line 1444, app/assets/stylesheets/css/theme/theme.scss */
  .order-xl-12 {
    order: 12;
  }
  /* line 1447, app/assets/stylesheets/css/theme/theme.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 1450, app/assets/stylesheets/css/theme/theme.scss */
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  /* line 1453, app/assets/stylesheets/css/theme/theme.scss */
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  /* line 1456, app/assets/stylesheets/css/theme/theme.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 1459, app/assets/stylesheets/css/theme/theme.scss */
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  /* line 1462, app/assets/stylesheets/css/theme/theme.scss */
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  /* line 1465, app/assets/stylesheets/css/theme/theme.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 1468, app/assets/stylesheets/css/theme/theme.scss */
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  /* line 1471, app/assets/stylesheets/css/theme/theme.scss */
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  /* line 1474, app/assets/stylesheets/css/theme/theme.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 1477, app/assets/stylesheets/css/theme/theme.scss */
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  /* line 1480, app/assets/stylesheets/css/theme/theme.scss */
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

/* line 1485, app/assets/stylesheets/css/theme/theme.scss */
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #858796;
}

/* line 1491, app/assets/stylesheets/css/theme/theme.scss */
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: middle;
  border-top: 1px solid #e3e6f0;
}

/* line 1498, app/assets/stylesheets/css/theme/theme.scss */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e3e6f0;
}

/* line 1503, app/assets/stylesheets/css/theme/theme.scss */
.table tbody + tbody {
  border-top: 2px solid #e3e6f0;
}

/* line 1507, app/assets/stylesheets/css/theme/theme.scss */
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

/* line 1512, app/assets/stylesheets/css/theme/theme.scss */
.table-bordered {
  border: 1px solid #e3e6f0;
}

/* line 1516, app/assets/stylesheets/css/theme/theme.scss */
.table-bordered th,
.table-bordered td {
  border: 1px solid #e3e6f0;
}

/* line 1521, app/assets/stylesheets/css/theme/theme.scss */
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

/* line 1526, app/assets/stylesheets/css/theme/theme.scss */
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

/* line 1533, app/assets/stylesheets/css/theme/theme.scss */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 1537, app/assets/stylesheets/css/theme/theme.scss */
.table-hover tbody tr:hover {
  color: #858796;
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 1542, app/assets/stylesheets/css/theme/theme.scss */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #cdd8f6;
}

/* line 1548, app/assets/stylesheets/css/theme/theme.scss */
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #a3b6ee;
}

/* line 1555, app/assets/stylesheets/css/theme/theme.scss */
.table-hover .table-primary:hover {
  background-color: #b7c7f2;
}

/* line 1559, app/assets/stylesheets/css/theme/theme.scss */
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #b7c7f2;
}

/* line 1564, app/assets/stylesheets/css/theme/theme.scss */
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #dddde2;
}

/* line 1570, app/assets/stylesheets/css/theme/theme.scss */
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #c0c1c8;
}

/* line 1577, app/assets/stylesheets/css/theme/theme.scss */
.table-hover .table-secondary:hover {
  background-color: #cfcfd6;
}

/* line 1581, app/assets/stylesheets/css/theme/theme.scss */
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #cfcfd6;
}

/* line 1586, app/assets/stylesheets/css/theme/theme.scss */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #bff0de;
}

/* line 1592, app/assets/stylesheets/css/theme/theme.scss */
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #89e2c2;
}

/* line 1599, app/assets/stylesheets/css/theme/theme.scss */
.table-hover .table-success:hover {
  background-color: #aaebd3;
}

/* line 1603, app/assets/stylesheets/css/theme/theme.scss */
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #aaebd3;
}

/* line 1608, app/assets/stylesheets/css/theme/theme.scss */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #c7ebf1;
}

/* line 1614, app/assets/stylesheets/css/theme/theme.scss */
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #96dbe4;
}

/* line 1621, app/assets/stylesheets/css/theme/theme.scss */
.table-hover .table-info:hover {
  background-color: #b3e4ec;
}

/* line 1625, app/assets/stylesheets/css/theme/theme.scss */
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #b3e4ec;
}

/* line 1630, app/assets/stylesheets/css/theme/theme.scss */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fceec9;
}

/* line 1636, app/assets/stylesheets/css/theme/theme.scss */
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #fadf9b;
}

/* line 1643, app/assets/stylesheets/css/theme/theme.scss */
.table-hover .table-warning:hover {
  background-color: #fbe6b1;
}

/* line 1647, app/assets/stylesheets/css/theme/theme.scss */
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #fbe6b1;
}

/* line 1652, app/assets/stylesheets/css/theme/theme.scss */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f8ccc8;
}

/* line 1658, app/assets/stylesheets/css/theme/theme.scss */
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #f3a199;
}

/* line 1665, app/assets/stylesheets/css/theme/theme.scss */
.table-hover .table-danger:hover {
  background-color: #f5b7b1;
}

/* line 1669, app/assets/stylesheets/css/theme/theme.scss */
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f5b7b1;
}

/* line 1674, app/assets/stylesheets/css/theme/theme.scss */
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

/* line 1680, app/assets/stylesheets/css/theme/theme.scss */
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfd;
}

/* line 1687, app/assets/stylesheets/css/theme/theme.scss */
.table-hover .table-light:hover {
  background-color: #ececf6;
}

/* line 1691, app/assets/stylesheets/css/theme/theme.scss */
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

/* line 1696, app/assets/stylesheets/css/theme/theme.scss */
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #d1d1d5;
}

/* line 1702, app/assets/stylesheets/css/theme/theme.scss */
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #a9aab1;
}

/* line 1709, app/assets/stylesheets/css/theme/theme.scss */
.table-hover .table-dark:hover {
  background-color: #c4c4c9;
}

/* line 1713, app/assets/stylesheets/css/theme/theme.scss */
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #c4c4c9;
}

/* line 1718, app/assets/stylesheets/css/theme/theme.scss */
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 1724, app/assets/stylesheets/css/theme/theme.scss */
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 1728, app/assets/stylesheets/css/theme/theme.scss */
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 1733, app/assets/stylesheets/css/theme/theme.scss */
.table .thead-dark th {
  color: #fff;
  background-color: #5a5c69;
  border-color: #6c6e7e;
}

/* line 1739, app/assets/stylesheets/css/theme/theme.scss */
.table .thead-light th {
  color: #6e707e;
  background-color: #eaecf4;
  border-color: #e3e6f0;
}

/* line 1745, app/assets/stylesheets/css/theme/theme.scss */
.table-dark {
  color: #fff;
  background-color: #5a5c69;
}

/* line 1750, app/assets/stylesheets/css/theme/theme.scss */
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #6c6e7e;
}

/* line 1756, app/assets/stylesheets/css/theme/theme.scss */
.table-dark.table-bordered {
  border: 0;
}

/* line 1760, app/assets/stylesheets/css/theme/theme.scss */
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

/* line 1764, app/assets/stylesheets/css/theme/theme.scss */
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  /* line 1770, app/assets/stylesheets/css/theme/theme.scss */
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 1776, app/assets/stylesheets/css/theme/theme.scss */
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 1782, app/assets/stylesheets/css/theme/theme.scss */
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 1788, app/assets/stylesheets/css/theme/theme.scss */
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 1794, app/assets/stylesheets/css/theme/theme.scss */
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 1800, app/assets/stylesheets/css/theme/theme.scss */
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  /* line 1806, app/assets/stylesheets/css/theme/theme.scss */
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 1812, app/assets/stylesheets/css/theme/theme.scss */
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

/* line 1817, app/assets/stylesheets/css/theme/theme.scss */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 1824, app/assets/stylesheets/css/theme/theme.scss */
.table-responsive > .table-bordered {
  border: 0;
}

/* line 1828, app/assets/stylesheets/css/theme/theme.scss */
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6e707e;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d1d3e2;
  border-radius: 0.35rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 1845, app/assets/stylesheets/css/theme/theme.scss */
  .form-control {
    transition: none;
  }
}

/* line 1850, app/assets/stylesheets/css/theme/theme.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 1855, app/assets/stylesheets/css/theme/theme.scss */
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #6e707e;
}

/* line 1860, app/assets/stylesheets/css/theme/theme.scss */
.form-control:focus {
  color: #6e707e;
  background-color: #fff;
  border-color: #bac8f3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
}

/* line 1868, app/assets/stylesheets/css/theme/theme.scss */
.form-control::-webkit-input-placeholder {
  color: #858796;
  opacity: 1;
}

/* line 1873, app/assets/stylesheets/css/theme/theme.scss */
.form-control::-moz-placeholder {
  color: #858796;
  opacity: 1;
}

/* line 1878, app/assets/stylesheets/css/theme/theme.scss */
.form-control:-ms-input-placeholder {
  color: #858796;
  opacity: 1;
}

/* line 1883, app/assets/stylesheets/css/theme/theme.scss */
.form-control::-ms-input-placeholder {
  color: #858796;
  opacity: 1;
}

/* line 1888, app/assets/stylesheets/css/theme/theme.scss */
.form-control::-moz-placeholder {
  color: #858796;
  opacity: 1;
}
.form-control::placeholder {
  color: #858796;
  opacity: 1;
}

/* line 1893, app/assets/stylesheets/css/theme/theme.scss */
.form-control:disabled, .form-control[readonly] {
  background-color: #eaecf4;
  opacity: 1;
}

/* line 1898, app/assets/stylesheets/css/theme/theme.scss */
input.form-control[type="date"],
input.form-control[type="time"],
input.form-control[type="datetime-local"],
input.form-control[type="month"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 1907, app/assets/stylesheets/css/theme/theme.scss */
select.form-control:focus::-ms-value {
  color: #6e707e;
  background-color: #fff;
}

/* line 1912, app/assets/stylesheets/css/theme/theme.scss */
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

/* line 1918, app/assets/stylesheets/css/theme/theme.scss */
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

/* line 1926, app/assets/stylesheets/css/theme/theme.scss */
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 1933, app/assets/stylesheets/css/theme/theme.scss */
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 1940, app/assets/stylesheets/css/theme/theme.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #858796;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 1953, app/assets/stylesheets/css/theme/theme.scss */
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 1958, app/assets/stylesheets/css/theme/theme.scss */
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 1966, app/assets/stylesheets/css/theme/theme.scss */
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 1974, app/assets/stylesheets/css/theme/theme.scss */
select.form-control[size], select.form-control[multiple] {
  height: auto;
}

/* line 1978, app/assets/stylesheets/css/theme/theme.scss */
textarea.form-control {
  height: auto;
}

/* line 1982, app/assets/stylesheets/css/theme/theme.scss */
.form-group {
  margin-bottom: 1rem;
}

/* line 1986, app/assets/stylesheets/css/theme/theme.scss */
.form-text {
  display: block;
  margin-top: 0.25rem;
}

/* line 1991, app/assets/stylesheets/css/theme/theme.scss */
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

/* line 1998, app/assets/stylesheets/css/theme/theme.scss */
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 2004, app/assets/stylesheets/css/theme/theme.scss */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

/* line 2010, app/assets/stylesheets/css/theme/theme.scss */
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

/* line 2016, app/assets/stylesheets/css/theme/theme.scss */
.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #858796;
}

/* line 2021, app/assets/stylesheets/css/theme/theme.scss */
.form-check-label {
  margin-bottom: 0;
}

/* line 2025, app/assets/stylesheets/css/theme/theme.scss */
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

/* line 2032, app/assets/stylesheets/css/theme/theme.scss */
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

/* line 2039, app/assets/stylesheets/css/theme/theme.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #1cc88a;
}

/* line 2047, app/assets/stylesheets/css/theme/theme.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(28, 200, 138, 0.9);
  border-radius: 0.35rem;
}

/* line 2063, app/assets/stylesheets/css/theme/theme.scss */
.form-row > .col > .valid-tooltip,
.form-row > [class*="col-"] > .valid-tooltip {
  left: 5px;
}

/* line 2068, app/assets/stylesheets/css/theme/theme.scss */
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 2075, app/assets/stylesheets/css/theme/theme.scss */
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #1cc88a;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%231cc88a' 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.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 2084, app/assets/stylesheets/css/theme/theme.scss */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #1cc88a;
  box-shadow: 0 0 0 0.2rem rgba(28, 200, 138, 0.25);
}

/* line 2089, app/assets/stylesheets/css/theme/theme.scss */
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 2094, app/assets/stylesheets/css/theme/theme.scss */
.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #1cc88a;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%235a5c69' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%231cc88a' 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") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

/* line 2100, app/assets/stylesheets/css/theme/theme.scss */
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #1cc88a;
  box-shadow: 0 0 0 0.2rem rgba(28, 200, 138, 0.25);
}

/* line 2105, app/assets/stylesheets/css/theme/theme.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #1cc88a;
}

/* line 2109, app/assets/stylesheets/css/theme/theme.scss */
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 2115, app/assets/stylesheets/css/theme/theme.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #1cc88a;
}

/* line 2119, app/assets/stylesheets/css/theme/theme.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #1cc88a;
}

/* line 2123, app/assets/stylesheets/css/theme/theme.scss */
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34e3a4;
  background-color: #34e3a4;
}

/* line 2128, app/assets/stylesheets/css/theme/theme.scss */
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(28, 200, 138, 0.25);
}

/* line 2132, app/assets/stylesheets/css/theme/theme.scss */
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #1cc88a;
}

/* line 2136, app/assets/stylesheets/css/theme/theme.scss */
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #1cc88a;
}

/* line 2140, app/assets/stylesheets/css/theme/theme.scss */
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #1cc88a;
  box-shadow: 0 0 0 0.2rem rgba(28, 200, 138, 0.25);
}

/* line 2145, app/assets/stylesheets/css/theme/theme.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #e74a3b;
}

/* line 2153, app/assets/stylesheets/css/theme/theme.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(231, 74, 59, 0.9);
  border-radius: 0.35rem;
}

/* line 2169, app/assets/stylesheets/css/theme/theme.scss */
.form-row > .col > .invalid-tooltip,
.form-row > [class*="col-"] > .invalid-tooltip {
  left: 5px;
}

/* line 2174, app/assets/stylesheets/css/theme/theme.scss */
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 2181, app/assets/stylesheets/css/theme/theme.scss */
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #e74a3b;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e74a3b' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e74a3b' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 2190, app/assets/stylesheets/css/theme/theme.scss */
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #e74a3b;
  box-shadow: 0 0 0 0.2rem rgba(231, 74, 59, 0.25);
}

/* line 2195, app/assets/stylesheets/css/theme/theme.scss */
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 2200, app/assets/stylesheets/css/theme/theme.scss */
.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #e74a3b;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%235a5c69' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e74a3b' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e74a3b' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

/* line 2206, app/assets/stylesheets/css/theme/theme.scss */
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #e74a3b;
  box-shadow: 0 0 0 0.2rem rgba(231, 74, 59, 0.25);
}

/* line 2211, app/assets/stylesheets/css/theme/theme.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #e74a3b;
}

/* line 2215, app/assets/stylesheets/css/theme/theme.scss */
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 2221, app/assets/stylesheets/css/theme/theme.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #e74a3b;
}

/* line 2225, app/assets/stylesheets/css/theme/theme.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #e74a3b;
}

/* line 2229, app/assets/stylesheets/css/theme/theme.scss */
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ed7468;
  background-color: #ed7468;
}

/* line 2234, app/assets/stylesheets/css/theme/theme.scss */
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(231, 74, 59, 0.25);
}

/* line 2238, app/assets/stylesheets/css/theme/theme.scss */
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #e74a3b;
}

/* line 2242, app/assets/stylesheets/css/theme/theme.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #e74a3b;
}

/* line 2246, app/assets/stylesheets/css/theme/theme.scss */
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #e74a3b;
  box-shadow: 0 0 0 0.2rem rgba(231, 74, 59, 0.25);
}

/* line 2251, app/assets/stylesheets/css/theme/theme.scss */
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

/* line 2257, app/assets/stylesheets/css/theme/theme.scss */
.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  /* line 2262, app/assets/stylesheets/css/theme/theme.scss */
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  /* line 2268, app/assets/stylesheets/css/theme/theme.scss */
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  /* line 2275, app/assets/stylesheets/css/theme/theme.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 2280, app/assets/stylesheets/css/theme/theme.scss */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  /* line 2283, app/assets/stylesheets/css/theme/theme.scss */
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  /* line 2287, app/assets/stylesheets/css/theme/theme.scss */
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  /* line 2294, app/assets/stylesheets/css/theme/theme.scss */
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  /* line 2301, app/assets/stylesheets/css/theme/theme.scss */
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  /* line 2305, app/assets/stylesheets/css/theme/theme.scss */
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

/* line 2310, app/assets/stylesheets/css/theme/theme.scss */
.btn {
  display: inline-block;
  font-weight: 400;
  color: #858796;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.35rem;
  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 2330, app/assets/stylesheets/css/theme/theme.scss */
  .btn {
    transition: none;
  }
}

/* line 2335, app/assets/stylesheets/css/theme/theme.scss */
.btn:hover {
  color: #858796;
  text-decoration: none;
}

/* line 2340, app/assets/stylesheets/css/theme/theme.scss */
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
}

/* line 2345, app/assets/stylesheets/css/theme/theme.scss */
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

/* line 2349, app/assets/stylesheets/css/theme/theme.scss */
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 2353, app/assets/stylesheets/css/theme/theme.scss */
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

/* line 2358, app/assets/stylesheets/css/theme/theme.scss */
.btn-primary {
  color: #fff;
  background-color: #ead138;
  border-color: #ead138;
}

/* line 2364, app/assets/stylesheets/css/theme/theme.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #2e59d9;
  border-color: #2653d4;
}

/* line 2370, app/assets/stylesheets/css/theme/theme.scss */
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #2e59d9;
  border-color: #2653d4;
  box-shadow: 0 0 0 0.2rem rgba(105, 136, 228, 0.5);
}

/* line 2377, app/assets/stylesheets/css/theme/theme.scss */
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #ead138;
  border-color: #ead138;
}

/* line 2383, app/assets/stylesheets/css/theme/theme.scss */
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary.active:not(:disabled):not(.disabled),
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #2653d4;
  border-color: #244ec9;
}

/* line 2390, app/assets/stylesheets/css/theme/theme.scss */
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary.active:not(:disabled):not(.disabled):focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(105, 136, 228, 0.5);
}

/* line 2395, app/assets/stylesheets/css/theme/theme.scss */
.btn-secondary {
  color: #fff;
  background-color: #858796;
  border-color: #858796;
}

/* line 2401, app/assets/stylesheets/css/theme/theme.scss */
.btn-secondary:hover {
  color: #fff;
  background-color: #717384;
  border-color: #6b6d7d;
}

/* line 2407, app/assets/stylesheets/css/theme/theme.scss */
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #717384;
  border-color: #6b6d7d;
  box-shadow: 0 0 0 0.2rem rgba(151, 153, 166, 0.5);
}

/* line 2414, app/assets/stylesheets/css/theme/theme.scss */
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #858796;
  border-color: #858796;
}

/* line 2420, app/assets/stylesheets/css/theme/theme.scss */
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary.active:not(:disabled):not(.disabled),
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6b6d7d;
  border-color: #656776;
}

/* line 2427, app/assets/stylesheets/css/theme/theme.scss */
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary.active:not(:disabled):not(.disabled):focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(151, 153, 166, 0.5);
}

/* line 2432, app/assets/stylesheets/css/theme/theme.scss */
.btn-success {
  color: #fff;
  background-color: #1cc88a;
  border-color: #1cc88a;
}

/* line 2438, app/assets/stylesheets/css/theme/theme.scss */
.btn-success:hover {
  color: #fff;
  background-color: #17a673;
  border-color: #169b6b;
}

/* line 2444, app/assets/stylesheets/css/theme/theme.scss */
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #17a673;
  border-color: #169b6b;
  box-shadow: 0 0 0 0.2rem rgba(62, 208, 156, 0.5);
}

/* line 2451, app/assets/stylesheets/css/theme/theme.scss */
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #1cc88a;
  border-color: #1cc88a;
}

/* line 2457, app/assets/stylesheets/css/theme/theme.scss */
.btn-success:not(:disabled):not(.disabled):active, .btn-success.active:not(:disabled):not(.disabled),
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #169b6b;
  border-color: #149063;
}

/* line 2464, app/assets/stylesheets/css/theme/theme.scss */
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success.active:not(:disabled):not(.disabled):focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(62, 208, 156, 0.5);
}

/* line 2469, app/assets/stylesheets/css/theme/theme.scss */
.btn-info {
  color: #fff;
  background-color: #36b9cc;
  border-color: #36b9cc;
}

/* line 2475, app/assets/stylesheets/css/theme/theme.scss */
.btn-info:hover {
  color: #fff;
  background-color: #2c9faf;
  border-color: #2a96a5;
}

/* line 2481, app/assets/stylesheets/css/theme/theme.scss */
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #2c9faf;
  border-color: #2a96a5;
  box-shadow: 0 0 0 0.2rem rgba(84, 196, 212, 0.5);
}

/* line 2488, app/assets/stylesheets/css/theme/theme.scss */
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #36b9cc;
  border-color: #36b9cc;
}

/* line 2494, app/assets/stylesheets/css/theme/theme.scss */
.btn-info:not(:disabled):not(.disabled):active, .btn-info.active:not(:disabled):not(.disabled),
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #2a96a5;
  border-color: #278c9b;
}

/* line 2501, app/assets/stylesheets/css/theme/theme.scss */
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info.active:not(:disabled):not(.disabled):focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(84, 196, 212, 0.5);
}

/* line 2506, app/assets/stylesheets/css/theme/theme.scss */
.btn-warning {
  color: #fff;
  background-color: #f6c23e;
  border-color: #f6c23e;
}

/* line 2512, app/assets/stylesheets/css/theme/theme.scss */
.btn-warning:hover {
  color: #fff;
  background-color: #f4b619;
  border-color: #f4b30d;
}

/* line 2518, app/assets/stylesheets/css/theme/theme.scss */
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #f4b619;
  border-color: #f4b30d;
  box-shadow: 0 0 0 0.2rem rgba(247, 203, 91, 0.5);
}

/* line 2525, app/assets/stylesheets/css/theme/theme.scss */
.btn-warning.disabled, .btn-warning:disabled {
  color: #fff;
  background-color: #f6c23e;
  border-color: #f6c23e;
}

/* line 2531, app/assets/stylesheets/css/theme/theme.scss */
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning.active:not(:disabled):not(.disabled),
.show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #f4b30d;
  border-color: #e9aa0b;
}

/* line 2538, app/assets/stylesheets/css/theme/theme.scss */
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning.active:not(:disabled):not(.disabled):focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 203, 91, 0.5);
}

/* line 2543, app/assets/stylesheets/css/theme/theme.scss */
.btn-danger {
  color: #fff;
  background-color: #e74a3b;
  border-color: #e74a3b;
}

/* line 2549, app/assets/stylesheets/css/theme/theme.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #e02d1b;
  border-color: #d52a1a;
}

/* line 2555, app/assets/stylesheets/css/theme/theme.scss */
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #e02d1b;
  border-color: #d52a1a;
  box-shadow: 0 0 0 0.2rem rgba(235, 101, 88, 0.5);
}

/* line 2562, app/assets/stylesheets/css/theme/theme.scss */
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #e74a3b;
  border-color: #e74a3b;
}

/* line 2568, app/assets/stylesheets/css/theme/theme.scss */
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger.active:not(:disabled):not(.disabled),
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #d52a1a;
  border-color: #ca2819;
}

/* line 2575, app/assets/stylesheets/css/theme/theme.scss */
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger.active:not(:disabled):not(.disabled):focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(235, 101, 88, 0.5);
}

/* line 2580, app/assets/stylesheets/css/theme/theme.scss */
.btn-light {
  color: #3a3b45;
  background-color: #f8f9fc;
  border-color: #f8f9fc;
}

/* line 2586, app/assets/stylesheets/css/theme/theme.scss */
.btn-light:hover {
  color: #3a3b45;
  background-color: #dde2f1;
  border-color: #d4daed;
}

/* line 2592, app/assets/stylesheets/css/theme/theme.scss */
.btn-light:focus, .btn-light.focus {
  color: #3a3b45;
  background-color: #dde2f1;
  border-color: #d4daed;
  box-shadow: 0 0 0 0.2rem rgba(220, 221, 225, 0.5);
}

/* line 2599, app/assets/stylesheets/css/theme/theme.scss */
.btn-light.disabled, .btn-light:disabled {
  color: #3a3b45;
  background-color: #f8f9fc;
  border-color: #f8f9fc;
}

/* line 2605, app/assets/stylesheets/css/theme/theme.scss */
.btn-light:not(:disabled):not(.disabled):active, .btn-light.active:not(:disabled):not(.disabled),
.show > .btn-light.dropdown-toggle {
  color: #3a3b45;
  background-color: #d4daed;
  border-color: #cbd3e9;
}

/* line 2612, app/assets/stylesheets/css/theme/theme.scss */
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light.active:not(:disabled):not(.disabled):focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 221, 225, 0.5);
}

/* line 2617, app/assets/stylesheets/css/theme/theme.scss */
.btn-dark {
  color: #fff;
  background-color: #5a5c69;
  border-color: #5a5c69;
}

/* line 2623, app/assets/stylesheets/css/theme/theme.scss */
.btn-dark:hover {
  color: #fff;
  background-color: #484a54;
  border-color: #42444e;
}

/* line 2629, app/assets/stylesheets/css/theme/theme.scss */
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #484a54;
  border-color: #42444e;
  box-shadow: 0 0 0 0.2rem rgba(115, 116, 128, 0.5);
}

/* line 2636, app/assets/stylesheets/css/theme/theme.scss */
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #5a5c69;
  border-color: #5a5c69;
}

/* line 2642, app/assets/stylesheets/css/theme/theme.scss */
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark.active:not(:disabled):not(.disabled),
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #42444e;
  border-color: #3d3e47;
}

/* line 2649, app/assets/stylesheets/css/theme/theme.scss */
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark.active:not(:disabled):not(.disabled):focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(115, 116, 128, 0.5);
}

/* line 2654, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-primary {
  color: #ead138;
  border-color: #ead138;
}

/* line 2659, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #ead138;
  border-color: #ead138;
}

/* line 2665, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.5);
}

/* line 2669, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #ead138;
  background-color: transparent;
}

/* line 2674, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary.active:not(:disabled):not(.disabled),
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #ead138;
  border-color: #ead138;
}

/* line 2681, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.5);
}

/* line 2686, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-secondary {
  color: #858796;
  border-color: #858796;
}

/* line 2691, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #858796;
  border-color: #858796;
}

/* line 2697, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(133, 135, 150, 0.5);
}

/* line 2701, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #858796;
  background-color: transparent;
}

/* line 2706, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary.active:not(:disabled):not(.disabled),
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #858796;
  border-color: #858796;
}

/* line 2713, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(133, 135, 150, 0.5);
}

/* line 2718, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-success {
  color: #1cc88a;
  border-color: #1cc88a;
}

/* line 2723, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-success:hover {
  color: #fff;
  background-color: #1cc88a;
  border-color: #1cc88a;
}

/* line 2729, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(28, 200, 138, 0.5);
}

/* line 2733, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #1cc88a;
  background-color: transparent;
}

/* line 2738, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success.active:not(:disabled):not(.disabled),
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #1cc88a;
  border-color: #1cc88a;
}

/* line 2745, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(28, 200, 138, 0.5);
}

/* line 2750, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-info {
  color: #36b9cc;
  border-color: #36b9cc;
}

/* line 2755, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-info:hover {
  color: #fff;
  background-color: #36b9cc;
  border-color: #36b9cc;
}

/* line 2761, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(54, 185, 204, 0.5);
}

/* line 2765, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #36b9cc;
  background-color: transparent;
}

/* line 2770, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info.active:not(:disabled):not(.disabled),
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #36b9cc;
  border-color: #36b9cc;
}

/* line 2777, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(54, 185, 204, 0.5);
}

/* line 2782, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-warning {
  color: #f6c23e;
  border-color: #f6c23e;
}

/* line 2787, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-warning:hover {
  color: #fff;
  background-color: #f6c23e;
  border-color: #f6c23e;
}

/* line 2793, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 194, 62, 0.5);
}

/* line 2797, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #f6c23e;
  background-color: transparent;
}

/* line 2802, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning.active:not(:disabled):not(.disabled),
.show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #f6c23e;
  border-color: #f6c23e;
}

/* line 2809, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 194, 62, 0.5);
}

/* line 2814, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-danger {
  color: #e74a3b;
  border-color: #e74a3b;
}

/* line 2819, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #e74a3b;
  border-color: #e74a3b;
}

/* line 2825, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(231, 74, 59, 0.5);
}

/* line 2829, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #e74a3b;
  background-color: transparent;
}

/* line 2834, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger.active:not(:disabled):not(.disabled),
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #e74a3b;
  border-color: #e74a3b;
}

/* line 2841, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(231, 74, 59, 0.5);
}

/* line 2846, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-light {
  color: #f8f9fc;
  border-color: #f8f9fc;
}

/* line 2851, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-light:hover {
  color: #3a3b45;
  background-color: #f8f9fc;
  border-color: #f8f9fc;
}

/* line 2857, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 252, 0.5);
}

/* line 2861, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fc;
  background-color: transparent;
}

/* line 2866, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light.active:not(:disabled):not(.disabled),
.show > .btn-outline-light.dropdown-toggle {
  color: #3a3b45;
  background-color: #f8f9fc;
  border-color: #f8f9fc;
}

/* line 2873, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 252, 0.5);
}

/* line 2878, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-dark {
  color: #5a5c69;
  border-color: #5a5c69;
}

/* line 2883, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-dark:hover {
  color: #fff;
  background-color: #5a5c69;
  border-color: #5a5c69;
}

/* line 2889, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(90, 92, 105, 0.5);
}

/* line 2893, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #5a5c69;
  background-color: transparent;
}

/* line 2898, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark.active:not(:disabled):not(.disabled),
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #5a5c69;
  border-color: #5a5c69;
}

/* line 2905, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(90, 92, 105, 0.5);
}

/* line 2910, app/assets/stylesheets/css/theme/theme.scss */
.btn-link {
  font-weight: 400;
  color: #ead138;
  text-decoration: none;
}

/* line 2916, app/assets/stylesheets/css/theme/theme.scss */
.btn-link:hover {
  color: #224abe;
  text-decoration: underline;
}

/* line 2921, app/assets/stylesheets/css/theme/theme.scss */
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}

/* line 2925, app/assets/stylesheets/css/theme/theme.scss */
.btn-link:disabled, .btn-link.disabled {
  color: #858796;
  pointer-events: none;
}

/* line 2930, app/assets/stylesheets/css/theme/theme.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 2937, app/assets/stylesheets/css/theme/theme.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem !important;
  font-size: 0.875rem !important;
  line-height: 1.5 !important;
  border-radius: 0.2rem !important;
}

/* line 2944, app/assets/stylesheets/css/theme/theme.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 2949, app/assets/stylesheets/css/theme/theme.scss */
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

/* line 2953, app/assets/stylesheets/css/theme/theme.scss */
input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%;
}

/* line 2959, app/assets/stylesheets/css/theme/theme.scss */
.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  /* line 2964, app/assets/stylesheets/css/theme/theme.scss */
  .fade {
    transition: none;
  }
}

/* line 2969, app/assets/stylesheets/css/theme/theme.scss */
.fade:not(.show) {
  opacity: 0;
}

/* line 2973, app/assets/stylesheets/css/theme/theme.scss */
.collapse:not(.show) {
  display: none;
}

/* line 2977, app/assets/stylesheets/css/theme/theme.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 2985, app/assets/stylesheets/css/theme/theme.scss */
  .collapsing {
    transition: none;
  }
}

/* line 2990, app/assets/stylesheets/css/theme/theme.scss */
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

/* line 2997, app/assets/stylesheets/css/theme/theme.scss */
.dropdown-toggle {
  white-space: nowrap;
}

/* line 3001, app/assets/stylesheets/css/theme/theme.scss */
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

/* line 3012, app/assets/stylesheets/css/theme/theme.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 3016, app/assets/stylesheets/css/theme/theme.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.85rem;
  color: #858796;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e3e6f0;
  border-radius: 0.35rem;
}

/* line 3036, app/assets/stylesheets/css/theme/theme.scss */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 3041, app/assets/stylesheets/css/theme/theme.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 3047, app/assets/stylesheets/css/theme/theme.scss */
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  /* line 3051, app/assets/stylesheets/css/theme/theme.scss */
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 3058, app/assets/stylesheets/css/theme/theme.scss */
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  /* line 3062, app/assets/stylesheets/css/theme/theme.scss */
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 3069, app/assets/stylesheets/css/theme/theme.scss */
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  /* line 3073, app/assets/stylesheets/css/theme/theme.scss */
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  /* line 3080, app/assets/stylesheets/css/theme/theme.scss */
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  /* line 3084, app/assets/stylesheets/css/theme/theme.scss */
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

/* line 3090, app/assets/stylesheets/css/theme/theme.scss */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

/* line 3097, app/assets/stylesheets/css/theme/theme.scss */
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

/* line 3108, app/assets/stylesheets/css/theme/theme.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 3112, app/assets/stylesheets/css/theme/theme.scss */
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

/* line 3120, app/assets/stylesheets/css/theme/theme.scss */
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

/* line 3131, app/assets/stylesheets/css/theme/theme.scss */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 3135, app/assets/stylesheets/css/theme/theme.scss */
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 3139, app/assets/stylesheets/css/theme/theme.scss */
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

/* line 3147, app/assets/stylesheets/css/theme/theme.scss */
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

/* line 3154, app/assets/stylesheets/css/theme/theme.scss */
.dropleft .dropdown-toggle::after {
  display: none;
}

/* line 3158, app/assets/stylesheets/css/theme/theme.scss */
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

/* line 3168, app/assets/stylesheets/css/theme/theme.scss */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 3172, app/assets/stylesheets/css/theme/theme.scss */
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 3176, app/assets/stylesheets/css/theme/theme.scss */
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

/* line 3181, app/assets/stylesheets/css/theme/theme.scss */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #eaecf4;
}

/* line 3188, app/assets/stylesheets/css/theme/theme.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #3a3b45;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 3201, app/assets/stylesheets/css/theme/theme.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: #2e2f37;
  text-decoration: none;
  background-color: #eaecf4;
}

/* line 3207, app/assets/stylesheets/css/theme/theme.scss */
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #ead138;
}

/* line 3213, app/assets/stylesheets/css/theme/theme.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #b7b9cc;
  pointer-events: none;
  background-color: transparent;
}

/* line 3219, app/assets/stylesheets/css/theme/theme.scss */
.dropdown-menu.show {
  display: block;
}

/* line 3223, app/assets/stylesheets/css/theme/theme.scss */
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #858796;
  white-space: nowrap;
}

/* line 3232, app/assets/stylesheets/css/theme/theme.scss */
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #3a3b45;
}

/* line 3238, app/assets/stylesheets/css/theme/theme.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

/* line 3245, app/assets/stylesheets/css/theme/theme.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

/* line 3251, app/assets/stylesheets/css/theme/theme.scss */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

/* line 3256, app/assets/stylesheets/css/theme/theme.scss */
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

/* line 3263, app/assets/stylesheets/css/theme/theme.scss */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 3269, app/assets/stylesheets/css/theme/theme.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 3273, app/assets/stylesheets/css/theme/theme.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

/* line 3278, app/assets/stylesheets/css/theme/theme.scss */
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3284, app/assets/stylesheets/css/theme/theme.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3290, app/assets/stylesheets/css/theme/theme.scss */
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

/* line 3295, app/assets/stylesheets/css/theme/theme.scss */
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 3301, app/assets/stylesheets/css/theme/theme.scss */
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 3305, app/assets/stylesheets/css/theme/theme.scss */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

/* line 3310, app/assets/stylesheets/css/theme/theme.scss */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 3315, app/assets/stylesheets/css/theme/theme.scss */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 3321, app/assets/stylesheets/css/theme/theme.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

/* line 3326, app/assets/stylesheets/css/theme/theme.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

/* line 3331, app/assets/stylesheets/css/theme/theme.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 3337, app/assets/stylesheets/css/theme/theme.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 3343, app/assets/stylesheets/css/theme/theme.scss */
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

/* line 3348, app/assets/stylesheets/css/theme/theme.scss */
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 3357, app/assets/stylesheets/css/theme/theme.scss */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

/* line 3365, app/assets/stylesheets/css/theme/theme.scss */
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

/* line 3376, app/assets/stylesheets/css/theme/theme.scss */
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

/* line 3391, app/assets/stylesheets/css/theme/theme.scss */
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

/* line 3397, app/assets/stylesheets/css/theme/theme.scss */
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

/* line 3401, app/assets/stylesheets/css/theme/theme.scss */
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3407, app/assets/stylesheets/css/theme/theme.scss */
.input-group > .custom-file {
  display: flex;
  align-items: center;
}

/* line 3412, app/assets/stylesheets/css/theme/theme.scss */
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3418, app/assets/stylesheets/css/theme/theme.scss */
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3425, app/assets/stylesheets/css/theme/theme.scss */
.input-group.has-validation > .form-control:nth-last-child(n + 3),
.input-group.has-validation > .custom-select:nth-last-child(n + 3),
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3432, app/assets/stylesheets/css/theme/theme.scss */
.input-group-prepend,
.input-group-append {
  display: flex;
}

/* line 3437, app/assets/stylesheets/css/theme/theme.scss */
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

/* line 3443, app/assets/stylesheets/css/theme/theme.scss */
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

/* line 3448, app/assets/stylesheets/css/theme/theme.scss */
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

/* line 3459, app/assets/stylesheets/css/theme/theme.scss */
.input-group-prepend {
  margin-right: -1px;
}

/* line 3463, app/assets/stylesheets/css/theme/theme.scss */
.input-group-append {
  margin-left: -1px;
}

/* line 3467, app/assets/stylesheets/css/theme/theme.scss */
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6e707e;
  text-align: center;
  white-space: nowrap;
  background-color: #eaecf4;
  border: 1px solid #d1d3e2;
  border-radius: 0.35rem;
}

/* line 3483, app/assets/stylesheets/css/theme/theme.scss */
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

/* line 3488, app/assets/stylesheets/css/theme/theme.scss */
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

/* line 3493, app/assets/stylesheets/css/theme/theme.scss */
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 3505, app/assets/stylesheets/css/theme/theme.scss */
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

/* line 3510, app/assets/stylesheets/css/theme/theme.scss */
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 3522, app/assets/stylesheets/css/theme/theme.scss */
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

/* line 3527, app/assets/stylesheets/css/theme/theme.scss */
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3539, app/assets/stylesheets/css/theme/theme.scss */
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3549, app/assets/stylesheets/css/theme/theme.scss */
.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

/* line 3559, app/assets/stylesheets/css/theme/theme.scss */
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

/* line 3564, app/assets/stylesheets/css/theme/theme.scss */
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

/* line 3573, app/assets/stylesheets/css/theme/theme.scss */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #ead138;
  background-color: #ead138;
}

/* line 3579, app/assets/stylesheets/css/theme/theme.scss */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
}

/* line 3583, app/assets/stylesheets/css/theme/theme.scss */
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #bac8f3;
}

/* line 3587, app/assets/stylesheets/css/theme/theme.scss */
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #e5ebfa;
  border-color: #e5ebfa;
}

/* line 3593, app/assets/stylesheets/css/theme/theme.scss */
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #858796;
}

/* line 3597, app/assets/stylesheets/css/theme/theme.scss */
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #eaecf4;
}

/* line 3601, app/assets/stylesheets/css/theme/theme.scss */
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

/* line 3607, app/assets/stylesheets/css/theme/theme.scss */
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #b7b9cc solid 1px;
}

/* line 3620, app/assets/stylesheets/css/theme/theme.scss */
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50% / 50% 50% no-repeat;
}

/* line 3631, app/assets/stylesheets/css/theme/theme.scss */
.custom-checkbox .custom-control-label::before {
  border-radius: 0.35rem;
}

/* line 3635, app/assets/stylesheets/css/theme/theme.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

/* line 3639, app/assets/stylesheets/css/theme/theme.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #ead138;
  background-color: #ead138;
}

/* line 3644, app/assets/stylesheets/css/theme/theme.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

/* line 3648, app/assets/stylesheets/css/theme/theme.scss */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(78, 115, 223, 0.5);
}

/* line 3652, app/assets/stylesheets/css/theme/theme.scss */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(78, 115, 223, 0.5);
}

/* line 3656, app/assets/stylesheets/css/theme/theme.scss */
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

/* line 3660, app/assets/stylesheets/css/theme/theme.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 3664, app/assets/stylesheets/css/theme/theme.scss */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(78, 115, 223, 0.5);
}

/* line 3668, app/assets/stylesheets/css/theme/theme.scss */
.custom-switch {
  padding-left: 2.25rem;
}

/* line 3672, app/assets/stylesheets/css/theme/theme.scss */
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

/* line 3679, app/assets/stylesheets/css/theme/theme.scss */
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #b7b9cc;
  border-radius: 0.5rem;
  transition: transform 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 3690, app/assets/stylesheets/css/theme/theme.scss */
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

/* line 3695, app/assets/stylesheets/css/theme/theme.scss */
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

/* line 3700, app/assets/stylesheets/css/theme/theme.scss */
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(78, 115, 223, 0.5);
}

/* line 3704, app/assets/stylesheets/css/theme/theme.scss */
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6e707e;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%235a5c69' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #d1d3e2;
  border-radius: 0.35rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 3722, app/assets/stylesheets/css/theme/theme.scss */
.custom-select:focus {
  border-color: #bac8f3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
}

/* line 3728, app/assets/stylesheets/css/theme/theme.scss */
.custom-select:focus::-ms-value {
  color: #6e707e;
  background-color: #fff;
}

/* line 3733, app/assets/stylesheets/css/theme/theme.scss */
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

/* line 3739, app/assets/stylesheets/css/theme/theme.scss */
.custom-select:disabled {
  color: #858796;
  background-color: #eaecf4;
}

/* line 3744, app/assets/stylesheets/css/theme/theme.scss */
.custom-select::-ms-expand {
  display: none;
}

/* line 3748, app/assets/stylesheets/css/theme/theme.scss */
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #6e707e;
}

/* line 3753, app/assets/stylesheets/css/theme/theme.scss */
.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

/* line 3761, app/assets/stylesheets/css/theme/theme.scss */
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

/* line 3769, app/assets/stylesheets/css/theme/theme.scss */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

/* line 3777, app/assets/stylesheets/css/theme/theme.scss */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}

/* line 3787, app/assets/stylesheets/css/theme/theme.scss */
.custom-file-input:focus ~ .custom-file-label {
  border-color: #bac8f3;
  box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
}

/* line 3792, app/assets/stylesheets/css/theme/theme.scss */
.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #eaecf4;
}

/* line 3797, app/assets/stylesheets/css/theme/theme.scss */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

/* line 3801, app/assets/stylesheets/css/theme/theme.scss */
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

/* line 3805, app/assets/stylesheets/css/theme/theme.scss */
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #6e707e;
  background-color: #fff;
  border: 1px solid #d1d3e2;
  border-radius: 0.35rem;
}

/* line 3822, app/assets/stylesheets/css/theme/theme.scss */
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #6e707e;
  content: "Browse";
  background-color: #eaecf4;
  border-left: inherit;
  border-radius: 0 0.35rem 0.35rem 0;
}

/* line 3839, app/assets/stylesheets/css/theme/theme.scss */
.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 3849, app/assets/stylesheets/css/theme/theme.scss */
.custom-range:focus {
  outline: 0;
}

/* line 3853, app/assets/stylesheets/css/theme/theme.scss */
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
}

/* line 3857, app/assets/stylesheets/css/theme/theme.scss */
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
}

/* line 3861, app/assets/stylesheets/css/theme/theme.scss */
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
}

/* line 3865, app/assets/stylesheets/css/theme/theme.scss */
.custom-range::-moz-focus-outer {
  border: 0;
}

/* line 3869, app/assets/stylesheets/css/theme/theme.scss */
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #ead138;
  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 3883, app/assets/stylesheets/css/theme/theme.scss */
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 3889, app/assets/stylesheets/css/theme/theme.scss */
.custom-range::-webkit-slider-thumb:active {
  background-color: #e5ebfa;
}

/* line 3893, app/assets/stylesheets/css/theme/theme.scss */
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dddfeb;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 3903, app/assets/stylesheets/css/theme/theme.scss */
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #ead138;
  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 3916, app/assets/stylesheets/css/theme/theme.scss */
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

/* line 3922, app/assets/stylesheets/css/theme/theme.scss */
.custom-range::-moz-range-thumb:active {
  background-color: #e5ebfa;
}

/* line 3926, app/assets/stylesheets/css/theme/theme.scss */
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dddfeb;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 3936, app/assets/stylesheets/css/theme/theme.scss */
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #ead138;
  border: 0;
  border-radius: 1rem;
  -ms-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;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 3951, app/assets/stylesheets/css/theme/theme.scss */
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

/* line 3957, app/assets/stylesheets/css/theme/theme.scss */
.custom-range::-ms-thumb:active {
  background-color: #e5ebfa;
}

/* line 3961, app/assets/stylesheets/css/theme/theme.scss */
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

/* line 3971, app/assets/stylesheets/css/theme/theme.scss */
.custom-range::-ms-fill-lower {
  background-color: #dddfeb;
  border-radius: 1rem;
}

/* line 3976, app/assets/stylesheets/css/theme/theme.scss */
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dddfeb;
  border-radius: 1rem;
}

/* line 3982, app/assets/stylesheets/css/theme/theme.scss */
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #b7b9cc;
}

/* line 3986, app/assets/stylesheets/css/theme/theme.scss */
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

/* line 3990, app/assets/stylesheets/css/theme/theme.scss */
.custom-range:disabled::-moz-range-thumb {
  background-color: #b7b9cc;
}

/* line 3994, app/assets/stylesheets/css/theme/theme.scss */
.custom-range:disabled::-moz-range-track {
  cursor: default;
}

/* line 3998, app/assets/stylesheets/css/theme/theme.scss */
.custom-range:disabled::-ms-thumb {
  background-color: #b7b9cc;
}

/* line 4002, app/assets/stylesheets/css/theme/theme.scss */
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: 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 4009, app/assets/stylesheets/css/theme/theme.scss */
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

/* line 4016, app/assets/stylesheets/css/theme/theme.scss */
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 4024, app/assets/stylesheets/css/theme/theme.scss */
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

/* line 4029, app/assets/stylesheets/css/theme/theme.scss */
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

/* line 4033, app/assets/stylesheets/css/theme/theme.scss */
.nav-link.disabled {
  color: #858796;
  pointer-events: none;
  cursor: default;
}

/* line 4039, app/assets/stylesheets/css/theme/theme.scss */
.nav-tabs {
  border-bottom: 1px solid #dddfeb;
}

/* line 4043, app/assets/stylesheets/css/theme/theme.scss */
.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0.35rem;
  border-top-right-radius: 0.35rem;
}

/* line 4050, app/assets/stylesheets/css/theme/theme.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #eaecf4 #eaecf4 #dddfeb;
}

/* line 4054, app/assets/stylesheets/css/theme/theme.scss */
.nav-tabs .nav-link.disabled {
  color: #858796;
  background-color: transparent;
  border-color: transparent;
}

/* line 4060, app/assets/stylesheets/css/theme/theme.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #6e707e;
  background-color: #fff;
  border-color: #dddfeb #dddfeb #fff;
}

/* line 4067, app/assets/stylesheets/css/theme/theme.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 4073, app/assets/stylesheets/css/theme/theme.scss */
.nav-pills .nav-link {
  border-radius: 0.35rem;
}

/* line 4077, app/assets/stylesheets/css/theme/theme.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #ead138;
}

/* line 4083, app/assets/stylesheets/css/theme/theme.scss */
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 4089, app/assets/stylesheets/css/theme/theme.scss */
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 4096, app/assets/stylesheets/css/theme/theme.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 4100, app/assets/stylesheets/css/theme/theme.scss */
.tab-content > .active {
  display: block;
}

/* line 4104, app/assets/stylesheets/css/theme/theme.scss */
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

/* line 4113, app/assets/stylesheets/css/theme/theme.scss */
.navbar .container,
.navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/* line 4121, app/assets/stylesheets/css/theme/theme.scss */
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

/* line 4131, app/assets/stylesheets/css/theme/theme.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

/* line 4135, app/assets/stylesheets/css/theme/theme.scss */
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 4143, app/assets/stylesheets/css/theme/theme.scss */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

/* line 4148, app/assets/stylesheets/css/theme/theme.scss */
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 4153, app/assets/stylesheets/css/theme/theme.scss */
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 4159, app/assets/stylesheets/css/theme/theme.scss */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* line 4165, app/assets/stylesheets/css/theme/theme.scss */
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.35rem;
}

/* line 4174, app/assets/stylesheets/css/theme/theme.scss */
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

/* line 4178, app/assets/stylesheets/css/theme/theme.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50% / 100% 100% no-repeat;
}

/* line 4187, app/assets/stylesheets/css/theme/theme.scss */
.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  /* line 4193, app/assets/stylesheets/css/theme/theme.scss */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  /* line 4201, app/assets/stylesheets/css/theme/theme.scss */
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 4205, app/assets/stylesheets/css/theme/theme.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 4208, app/assets/stylesheets/css/theme/theme.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 4211, app/assets/stylesheets/css/theme/theme.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 4215, app/assets/stylesheets/css/theme/theme.scss */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 4219, app/assets/stylesheets/css/theme/theme.scss */
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 4222, app/assets/stylesheets/css/theme/theme.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 4226, app/assets/stylesheets/css/theme/theme.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  /* line 4232, app/assets/stylesheets/css/theme/theme.scss */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  /* line 4240, app/assets/stylesheets/css/theme/theme.scss */
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 4244, app/assets/stylesheets/css/theme/theme.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 4247, app/assets/stylesheets/css/theme/theme.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 4250, app/assets/stylesheets/css/theme/theme.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 4254, app/assets/stylesheets/css/theme/theme.scss */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 4258, app/assets/stylesheets/css/theme/theme.scss */
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 4261, app/assets/stylesheets/css/theme/theme.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 4265, app/assets/stylesheets/css/theme/theme.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  /* line 4271, app/assets/stylesheets/css/theme/theme.scss */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 4279, app/assets/stylesheets/css/theme/theme.scss */
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 4283, app/assets/stylesheets/css/theme/theme.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 4286, app/assets/stylesheets/css/theme/theme.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 4289, app/assets/stylesheets/css/theme/theme.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 4293, app/assets/stylesheets/css/theme/theme.scss */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 4297, app/assets/stylesheets/css/theme/theme.scss */
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 4300, app/assets/stylesheets/css/theme/theme.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 4304, app/assets/stylesheets/css/theme/theme.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 4310, app/assets/stylesheets/css/theme/theme.scss */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 4318, app/assets/stylesheets/css/theme/theme.scss */
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 4322, app/assets/stylesheets/css/theme/theme.scss */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 4325, app/assets/stylesheets/css/theme/theme.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 4328, app/assets/stylesheets/css/theme/theme.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 4332, app/assets/stylesheets/css/theme/theme.scss */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 4336, app/assets/stylesheets/css/theme/theme.scss */
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 4339, app/assets/stylesheets/css/theme/theme.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 4343, app/assets/stylesheets/css/theme/theme.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

/* line 4348, app/assets/stylesheets/css/theme/theme.scss */
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

/* line 4353, app/assets/stylesheets/css/theme/theme.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

/* line 4359, app/assets/stylesheets/css/theme/theme.scss */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 4363, app/assets/stylesheets/css/theme/theme.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 4367, app/assets/stylesheets/css/theme/theme.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/* line 4372, app/assets/stylesheets/css/theme/theme.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  flex-wrap: nowrap;
}

/* line 4377, app/assets/stylesheets/css/theme/theme.scss */
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

/* line 4381, app/assets/stylesheets/css/theme/theme.scss */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 4386, app/assets/stylesheets/css/theme/theme.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 4390, app/assets/stylesheets/css/theme/theme.scss */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

/* line 4394, app/assets/stylesheets/css/theme/theme.scss */
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 4398, app/assets/stylesheets/css/theme/theme.scss */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

/* line 4402, app/assets/stylesheets/css/theme/theme.scss */
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

/* line 4406, app/assets/stylesheets/css/theme/theme.scss */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

/* line 4410, app/assets/stylesheets/css/theme/theme.scss */
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

/* line 4417, app/assets/stylesheets/css/theme/theme.scss */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 4422, app/assets/stylesheets/css/theme/theme.scss */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 4426, app/assets/stylesheets/css/theme/theme.scss */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

/* line 4430, app/assets/stylesheets/css/theme/theme.scss */
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

/* line 4434, app/assets/stylesheets/css/theme/theme.scss */
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 4438, app/assets/stylesheets/css/theme/theme.scss */
.navbar-dark .navbar-brand {
  color: #fff;
}

/* line 4442, app/assets/stylesheets/css/theme/theme.scss */
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

/* line 4446, app/assets/stylesheets/css/theme/theme.scss */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

/* line 4450, app/assets/stylesheets/css/theme/theme.scss */
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

/* line 4454, app/assets/stylesheets/css/theme/theme.scss */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 4458, app/assets/stylesheets/css/theme/theme.scss */
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

/* line 4465, app/assets/stylesheets/css/theme/theme.scss */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 4470, app/assets/stylesheets/css/theme/theme.scss */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 4474, app/assets/stylesheets/css/theme/theme.scss */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

/* line 4478, app/assets/stylesheets/css/theme/theme.scss */
.navbar-dark .navbar-text a {
  color: #fff;
}

/* line 4482, app/assets/stylesheets/css/theme/theme.scss */
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

/* line 4486, app/assets/stylesheets/css/theme/theme.scss */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #e3e6f0;
  border-radius: 0rem;
}

/* line 4498, app/assets/stylesheets/css/theme/theme.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 4503, app/assets/stylesheets/css/theme/theme.scss */
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

/* line 4508, app/assets/stylesheets/css/theme/theme.scss */
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.35rem - 1px);
  border-top-right-radius: calc(0.35rem - 1px);
}

/* line 4514, app/assets/stylesheets/css/theme/theme.scss */
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.35rem - 1px);
  border-bottom-left-radius: calc(0.35rem - 1px);
}

/* line 4520, app/assets/stylesheets/css/theme/theme.scss */
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

/* line 4525, app/assets/stylesheets/css/theme/theme.scss */
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

/* line 4531, app/assets/stylesheets/css/theme/theme.scss */
.card-title {
  margin-bottom: 0.75rem;
}

/* line 4535, app/assets/stylesheets/css/theme/theme.scss */
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

/* line 4540, app/assets/stylesheets/css/theme/theme.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 4544, app/assets/stylesheets/css/theme/theme.scss */
.card-link:hover {
  text-decoration: none;
}

/* line 4548, app/assets/stylesheets/css/theme/theme.scss */
.card-link + .card-link {
  margin-left: 1.25rem;
}

/* line 4552, app/assets/stylesheets/css/theme/theme.scss */
.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: #f8f9fc;
  border-bottom: 1px solid #e3e6f0;
}

/* line 4559, app/assets/stylesheets/css/theme/theme.scss */
.card-header:first-child {
  border-radius: calc(0.35rem - 1px) calc(0.35rem - 1px) 0 0;
}

/* line 4563, app/assets/stylesheets/css/theme/theme.scss */
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f8f9fc;
  border-top: 1px solid #e3e6f0;
}

/* line 4569, app/assets/stylesheets/css/theme/theme.scss */
.card-footer:last-child {
  border-radius: 0 0 calc(0.35rem - 1px) calc(0.35rem - 1px);
}

/* line 4573, app/assets/stylesheets/css/theme/theme.scss */
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

/* line 4580, app/assets/stylesheets/css/theme/theme.scss */
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

/* line 4585, app/assets/stylesheets/css/theme/theme.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.35rem - 1px);
}

/* line 4595, app/assets/stylesheets/css/theme/theme.scss */
.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

/* line 4602, app/assets/stylesheets/css/theme/theme.scss */
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.35rem - 1px);
  border-top-right-radius: calc(0.35rem - 1px);
}

/* line 4608, app/assets/stylesheets/css/theme/theme.scss */
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.35rem - 1px);
  border-bottom-left-radius: calc(0.35rem - 1px);
}

/* line 4614, app/assets/stylesheets/css/theme/theme.scss */
.card-deck .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  /* line 4619, app/assets/stylesheets/css/theme/theme.scss */
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
  /* line 4625, app/assets/stylesheets/css/theme/theme.scss */
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 0.75rem;
    margin-bottom: 0;
    margin-left: 0.75rem;
  }
}

/* line 4633, app/assets/stylesheets/css/theme/theme.scss */
.card-group > .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  /* line 4638, app/assets/stylesheets/css/theme/theme.scss */
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  /* line 4642, app/assets/stylesheets/css/theme/theme.scss */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 4646, app/assets/stylesheets/css/theme/theme.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 4650, app/assets/stylesheets/css/theme/theme.scss */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 4654, app/assets/stylesheets/css/theme/theme.scss */
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  /* line 4658, app/assets/stylesheets/css/theme/theme.scss */
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 4662, app/assets/stylesheets/css/theme/theme.scss */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 4666, app/assets/stylesheets/css/theme/theme.scss */
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  /* line 4670, app/assets/stylesheets/css/theme/theme.scss */
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

/* line 4676, app/assets/stylesheets/css/theme/theme.scss */
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  /* line 4681, app/assets/stylesheets/css/theme/theme.scss */
  .card-columns {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  /* line 4689, app/assets/stylesheets/css/theme/theme.scss */
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

/* line 4695, app/assets/stylesheets/css/theme/theme.scss */
.accordion {
  overflow-anchor: none;
}

/* line 4699, app/assets/stylesheets/css/theme/theme.scss */
.accordion > .card {
  overflow: hidden;
}

/* line 4703, app/assets/stylesheets/css/theme/theme.scss */
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 4709, app/assets/stylesheets/css/theme/theme.scss */
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 4714, app/assets/stylesheets/css/theme/theme.scss */
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

/* line 4719, app/assets/stylesheets/css/theme/theme.scss */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #eaecf4;
  border-radius: 0.35rem;
}

/* line 4729, app/assets/stylesheets/css/theme/theme.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

/* line 4733, app/assets/stylesheets/css/theme/theme.scss */
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #858796;
  content: "/";
}

/* line 4740, app/assets/stylesheets/css/theme/theme.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

/* line 4744, app/assets/stylesheets/css/theme/theme.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

/* line 4748, app/assets/stylesheets/css/theme/theme.scss */
.breadcrumb-item.active {
  color: #858796;
}

/* line 4752, app/assets/stylesheets/css/theme/theme.scss */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.35rem;
}

/* line 4759, app/assets/stylesheets/css/theme/theme.scss */
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #334161;
  background-color: #fff;
  border: 1px solid #dddfeb;
}

/* line 4770, app/assets/stylesheets/css/theme/theme.scss */
.page-link:hover {
  z-index: 2;
  color: #224abe;
  text-decoration: none;
  background-color: #eaecf4;
  border-color: #dddfeb;
}

/* line 4778, app/assets/stylesheets/css/theme/theme.scss */
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
}

/* line 4784, app/assets/stylesheets/css/theme/theme.scss */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.35rem;
  border-bottom-left-radius: 0.35rem;
}

/* line 4790, app/assets/stylesheets/css/theme/theme.scss */
.page-item:last-child .page-link {
  border-top-right-radius: 0.35rem;
  border-bottom-right-radius: 0.35rem;
}

/* line 4795, app/assets/stylesheets/css/theme/theme.scss */
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #334161;
  border-color: #334161;
}

/* line 4802, app/assets/stylesheets/css/theme/theme.scss */
.page-item.disabled .page-link {
  color: #858796;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dddfeb;
}

/* line 4810, app/assets/stylesheets/css/theme/theme.scss */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 4816, app/assets/stylesheets/css/theme/theme.scss */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

/* line 4821, app/assets/stylesheets/css/theme/theme.scss */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

/* line 4826, app/assets/stylesheets/css/theme/theme.scss */
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 4832, app/assets/stylesheets/css/theme/theme.scss */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

/* line 4837, app/assets/stylesheets/css/theme/theme.scss */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

/* line 4842, app/assets/stylesheets/css/theme/theme.scss */
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.35rem;
  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 4856, app/assets/stylesheets/css/theme/theme.scss */
  .badge {
    transition: none;
  }
}

/* line 4861, app/assets/stylesheets/css/theme/theme.scss */
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

/* line 4865, app/assets/stylesheets/css/theme/theme.scss */
.badge:empty {
  display: none;
}

/* line 4869, app/assets/stylesheets/css/theme/theme.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 4874, app/assets/stylesheets/css/theme/theme.scss */
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

/* line 4880, app/assets/stylesheets/css/theme/theme.scss */
.badge-primary {
  color: #fff;
  background-color: #ead138;
}

/* line 4885, app/assets/stylesheets/css/theme/theme.scss */
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #2653d4;
}

/* line 4890, app/assets/stylesheets/css/theme/theme.scss */
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.5);
}

/* line 4895, app/assets/stylesheets/css/theme/theme.scss */
.badge-secondary {
  color: #fff;
  background-color: #858796;
}

/* line 4900, app/assets/stylesheets/css/theme/theme.scss */
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #6b6d7d;
}

/* line 4905, app/assets/stylesheets/css/theme/theme.scss */
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(133, 135, 150, 0.5);
}

/* line 4910, app/assets/stylesheets/css/theme/theme.scss */
.badge-success {
  color: #fff;
  background-color: #1cc88a;
}

/* line 4915, app/assets/stylesheets/css/theme/theme.scss */
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #169b6b;
}

/* line 4920, app/assets/stylesheets/css/theme/theme.scss */
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(28, 200, 138, 0.5);
}

/* line 4925, app/assets/stylesheets/css/theme/theme.scss */
.badge-info {
  color: #fff;
  background-color: #36b9cc;
}

/* line 4930, app/assets/stylesheets/css/theme/theme.scss */
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #2a96a5;
}

/* line 4935, app/assets/stylesheets/css/theme/theme.scss */
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(54, 185, 204, 0.5);
}

/* line 4940, app/assets/stylesheets/css/theme/theme.scss */
.badge-warning {
  color: #fff;
  background-color: #f6c23e;
}

/* line 4945, app/assets/stylesheets/css/theme/theme.scss */
a.badge-warning:hover, a.badge-warning:focus {
  color: #fff;
  background-color: #f4b30d;
}

/* line 4950, app/assets/stylesheets/css/theme/theme.scss */
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(246, 194, 62, 0.5);
}

/* line 4955, app/assets/stylesheets/css/theme/theme.scss */
.badge-danger {
  color: #fff;
  background-color: #e74a3b;
}

/* line 4960, app/assets/stylesheets/css/theme/theme.scss */
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #d52a1a;
}

/* line 4965, app/assets/stylesheets/css/theme/theme.scss */
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(231, 74, 59, 0.5);
}

/* line 4970, app/assets/stylesheets/css/theme/theme.scss */
.badge-light {
  color: #3a3b45;
  background-color: #f8f9fc;
}

/* line 4975, app/assets/stylesheets/css/theme/theme.scss */
a.badge-light:hover, a.badge-light:focus {
  color: #3a3b45;
  background-color: #d4daed;
}

/* line 4980, app/assets/stylesheets/css/theme/theme.scss */
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 252, 0.5);
}

/* line 4985, app/assets/stylesheets/css/theme/theme.scss */
.badge-dark {
  color: #fff;
  background-color: #5a5c69;
}

/* line 4990, app/assets/stylesheets/css/theme/theme.scss */
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #42444e;
}

/* line 4995, app/assets/stylesheets/css/theme/theme.scss */
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(90, 92, 105, 0.5);
}

/* line 5000, app/assets/stylesheets/css/theme/theme.scss */
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #eaecf4;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  /* line 5008, app/assets/stylesheets/css/theme/theme.scss */
  .jumbotron {
    padding: 4rem 2rem;
  }
}

/* line 5013, app/assets/stylesheets/css/theme/theme.scss */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/* line 5019, app/assets/stylesheets/css/theme/theme.scss */
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.35rem;
}

/* line 5027, app/assets/stylesheets/css/theme/theme.scss */
.alert-heading {
  color: inherit;
}

/* line 5031, app/assets/stylesheets/css/theme/theme.scss */
.alert-link {
  font-weight: 700;
}

/* line 5035, app/assets/stylesheets/css/theme/theme.scss */
.alert-dismissible {
  padding-right: 4rem;
}

/* line 5039, app/assets/stylesheets/css/theme/theme.scss */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

/* line 5048, app/assets/stylesheets/css/theme/theme.scss */
.alert-primary {
  color: #293c74;
  background-color: #dce3f9;
  border-color: #cdd8f6;
}

/* line 5054, app/assets/stylesheets/css/theme/theme.scss */
.alert-primary hr {
  border-top-color: #b7c7f2;
}

/* line 5058, app/assets/stylesheets/css/theme/theme.scss */
.alert-primary .alert-link {
  color: #1c294e;
}

/* line 5062, app/assets/stylesheets/css/theme/theme.scss */
.alert-secondary {
  color: #45464e;
  background-color: #e7e7ea;
  border-color: #dddde2;
}

/* line 5068, app/assets/stylesheets/css/theme/theme.scss */
.alert-secondary hr {
  border-top-color: #cfcfd6;
}

/* line 5072, app/assets/stylesheets/css/theme/theme.scss */
.alert-secondary .alert-link {
  color: #2d2e33;
}

/* line 5076, app/assets/stylesheets/css/theme/theme.scss */
.alert-success {
  color: #0f6848;
  background-color: #d2f4e8;
  border-color: #bff0de;
}

/* line 5082, app/assets/stylesheets/css/theme/theme.scss */
.alert-success hr {
  border-top-color: #aaebd3;
}

/* line 5086, app/assets/stylesheets/css/theme/theme.scss */
.alert-success .alert-link {
  color: #093b29;
}

/* line 5090, app/assets/stylesheets/css/theme/theme.scss */
.alert-info {
  color: #1c606a;
  background-color: #d7f1f5;
  border-color: #c7ebf1;
}

/* line 5096, app/assets/stylesheets/css/theme/theme.scss */
.alert-info hr {
  border-top-color: #b3e4ec;
}

/* line 5100, app/assets/stylesheets/css/theme/theme.scss */
.alert-info .alert-link {
  color: #113b42;
}

/* line 5104, app/assets/stylesheets/css/theme/theme.scss */
.alert-warning {
  color: #806520;
  background-color: #fdf3d8;
  border-color: #fceec9;
}

/* line 5110, app/assets/stylesheets/css/theme/theme.scss */
.alert-warning hr {
  border-top-color: #fbe6b1;
}

/* line 5114, app/assets/stylesheets/css/theme/theme.scss */
.alert-warning .alert-link {
  color: #574516;
}

/* line 5118, app/assets/stylesheets/css/theme/theme.scss */
.alert-danger {
  color: #78261f;
  background-color: #fadbd8;
  border-color: #f8ccc8;
}

/* line 5124, app/assets/stylesheets/css/theme/theme.scss */
.alert-danger hr {
  border-top-color: #f5b7b1;
}

/* line 5128, app/assets/stylesheets/css/theme/theme.scss */
.alert-danger .alert-link {
  color: #4f1915;
}

/* line 5132, app/assets/stylesheets/css/theme/theme.scss */
.alert-light {
  color: #818183;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

/* line 5138, app/assets/stylesheets/css/theme/theme.scss */
.alert-light hr {
  border-top-color: #ececf6;
}

/* line 5142, app/assets/stylesheets/css/theme/theme.scss */
.alert-light .alert-link {
  color: #686869;
}

/* line 5146, app/assets/stylesheets/css/theme/theme.scss */
.alert-dark {
  color: #2f3037;
  background-color: #dedee1;
  border-color: #d1d1d5;
}

/* line 5152, app/assets/stylesheets/css/theme/theme.scss */
.alert-dark hr {
  border-top-color: #c4c4c9;
}

/* line 5156, app/assets/stylesheets/css/theme/theme.scss */
.alert-dark .alert-link {
  color: #18181c;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

/* line 5178, app/assets/stylesheets/css/theme/theme.scss */
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #eaecf4;
  border-radius: 0.35rem;
}

/* line 5188, app/assets/stylesheets/css/theme/theme.scss */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #ead138;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5201, app/assets/stylesheets/css/theme/theme.scss */
  .progress-bar {
    transition: none;
  }
}

/* line 5206, app/assets/stylesheets/css/theme/theme.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: 1rem 1rem;
}

/* line 5211, app/assets/stylesheets/css/theme/theme.scss */
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5217, app/assets/stylesheets/css/theme/theme.scss */
  .progress-bar-animated {
    animation: none;
  }
}

/* line 5223, app/assets/stylesheets/css/theme/theme.scss */
.media {
  display: flex;
  align-items: flex-start;
}

/* line 5228, app/assets/stylesheets/css/theme/theme.scss */
.media-body {
  flex: 1;
}

/* line 5232, app/assets/stylesheets/css/theme/theme.scss */
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.35rem;
}

/* line 5240, app/assets/stylesheets/css/theme/theme.scss */
.list-group-item-action {
  width: 100%;
  color: #6e707e;
  text-align: inherit;
}

/* line 5246, app/assets/stylesheets/css/theme/theme.scss */
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #6e707e;
  text-decoration: none;
  background-color: #f8f9fc;
}

/* line 5253, app/assets/stylesheets/css/theme/theme.scss */
.list-group-item-action:active {
  color: #858796;
  background-color: #eaecf4;
}

/* line 5258, app/assets/stylesheets/css/theme/theme.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 5266, app/assets/stylesheets/css/theme/theme.scss */
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

/* line 5271, app/assets/stylesheets/css/theme/theme.scss */
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

/* line 5276, app/assets/stylesheets/css/theme/theme.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: #858796;
  pointer-events: none;
  background-color: #fff;
}

/* line 5282, app/assets/stylesheets/css/theme/theme.scss */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #ead138;
  border-color: #ead138;
}

/* line 5289, app/assets/stylesheets/css/theme/theme.scss */
.list-group-item + .list-group-item {
  border-top-width: 0;
}

/* line 5293, app/assets/stylesheets/css/theme/theme.scss */
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

/* line 5298, app/assets/stylesheets/css/theme/theme.scss */
.list-group-horizontal {
  flex-direction: row;
}

/* line 5302, app/assets/stylesheets/css/theme/theme.scss */
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.35rem;
  border-top-right-radius: 0;
}

/* line 5307, app/assets/stylesheets/css/theme/theme.scss */
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.35rem;
  border-bottom-left-radius: 0;
}

/* line 5312, app/assets/stylesheets/css/theme/theme.scss */
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

/* line 5316, app/assets/stylesheets/css/theme/theme.scss */
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

/* line 5321, app/assets/stylesheets/css/theme/theme.scss */
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  /* line 5327, app/assets/stylesheets/css/theme/theme.scss */
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  /* line 5330, app/assets/stylesheets/css/theme/theme.scss */
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.35rem;
    border-top-right-radius: 0;
  }
  /* line 5334, app/assets/stylesheets/css/theme/theme.scss */
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.35rem;
    border-bottom-left-radius: 0;
  }
  /* line 5338, app/assets/stylesheets/css/theme/theme.scss */
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  /* line 5341, app/assets/stylesheets/css/theme/theme.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 5345, app/assets/stylesheets/css/theme/theme.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  /* line 5352, app/assets/stylesheets/css/theme/theme.scss */
  .list-group-horizontal-md {
    flex-direction: row;
  }
  /* line 5355, app/assets/stylesheets/css/theme/theme.scss */
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.35rem;
    border-top-right-radius: 0;
  }
  /* line 5359, app/assets/stylesheets/css/theme/theme.scss */
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.35rem;
    border-bottom-left-radius: 0;
  }
  /* line 5363, app/assets/stylesheets/css/theme/theme.scss */
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  /* line 5366, app/assets/stylesheets/css/theme/theme.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 5370, app/assets/stylesheets/css/theme/theme.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  /* line 5377, app/assets/stylesheets/css/theme/theme.scss */
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  /* line 5380, app/assets/stylesheets/css/theme/theme.scss */
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.35rem;
    border-top-right-radius: 0;
  }
  /* line 5384, app/assets/stylesheets/css/theme/theme.scss */
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.35rem;
    border-bottom-left-radius: 0;
  }
  /* line 5388, app/assets/stylesheets/css/theme/theme.scss */
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  /* line 5391, app/assets/stylesheets/css/theme/theme.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 5395, app/assets/stylesheets/css/theme/theme.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  /* line 5402, app/assets/stylesheets/css/theme/theme.scss */
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  /* line 5405, app/assets/stylesheets/css/theme/theme.scss */
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.35rem;
    border-top-right-radius: 0;
  }
  /* line 5409, app/assets/stylesheets/css/theme/theme.scss */
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.35rem;
    border-bottom-left-radius: 0;
  }
  /* line 5413, app/assets/stylesheets/css/theme/theme.scss */
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 5416, app/assets/stylesheets/css/theme/theme.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 5420, app/assets/stylesheets/css/theme/theme.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

/* line 5426, app/assets/stylesheets/css/theme/theme.scss */
.list-group-flush {
  border-radius: 0;
}

/* line 5430, app/assets/stylesheets/css/theme/theme.scss */
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

/* line 5434, app/assets/stylesheets/css/theme/theme.scss */
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

/* line 5438, app/assets/stylesheets/css/theme/theme.scss */
.list-group-item-primary {
  color: #293c74;
  background-color: #cdd8f6;
}

/* line 5443, app/assets/stylesheets/css/theme/theme.scss */
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #293c74;
  background-color: #b7c7f2;
}

/* line 5448, app/assets/stylesheets/css/theme/theme.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #293c74;
  border-color: #293c74;
}

/* line 5454, app/assets/stylesheets/css/theme/theme.scss */
.list-group-item-secondary {
  color: #45464e;
  background-color: #dddde2;
}

/* line 5459, app/assets/stylesheets/css/theme/theme.scss */
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #45464e;
  background-color: #cfcfd6;
}

/* line 5464, app/assets/stylesheets/css/theme/theme.scss */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #45464e;
  border-color: #45464e;
}

/* line 5470, app/assets/stylesheets/css/theme/theme.scss */
.list-group-item-success {
  color: #0f6848;
  background-color: #bff0de;
}

/* line 5475, app/assets/stylesheets/css/theme/theme.scss */
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0f6848;
  background-color: #aaebd3;
}

/* line 5480, app/assets/stylesheets/css/theme/theme.scss */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f6848;
  border-color: #0f6848;
}

/* line 5486, app/assets/stylesheets/css/theme/theme.scss */
.list-group-item-info {
  color: #1c606a;
  background-color: #c7ebf1;
}

/* line 5491, app/assets/stylesheets/css/theme/theme.scss */
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #1c606a;
  background-color: #b3e4ec;
}

/* line 5496, app/assets/stylesheets/css/theme/theme.scss */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #1c606a;
  border-color: #1c606a;
}

/* line 5502, app/assets/stylesheets/css/theme/theme.scss */
.list-group-item-warning {
  color: #806520;
  background-color: #fceec9;
}

/* line 5507, app/assets/stylesheets/css/theme/theme.scss */
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #806520;
  background-color: #fbe6b1;
}

/* line 5512, app/assets/stylesheets/css/theme/theme.scss */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #806520;
  border-color: #806520;
}

/* line 5518, app/assets/stylesheets/css/theme/theme.scss */
.list-group-item-danger {
  color: #78261f;
  background-color: #f8ccc8;
}

/* line 5523, app/assets/stylesheets/css/theme/theme.scss */
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #78261f;
  background-color: #f5b7b1;
}

/* line 5528, app/assets/stylesheets/css/theme/theme.scss */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #78261f;
  border-color: #78261f;
}

/* line 5534, app/assets/stylesheets/css/theme/theme.scss */
.list-group-item-light {
  color: #818183;
  background-color: #fdfdfe;
}

/* line 5539, app/assets/stylesheets/css/theme/theme.scss */
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818183;
  background-color: #ececf6;
}

/* line 5544, app/assets/stylesheets/css/theme/theme.scss */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818183;
  border-color: #818183;
}

/* line 5550, app/assets/stylesheets/css/theme/theme.scss */
.list-group-item-dark {
  color: #2f3037;
  background-color: #d1d1d5;
}

/* line 5555, app/assets/stylesheets/css/theme/theme.scss */
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #2f3037;
  background-color: #c4c4c9;
}

/* line 5560, app/assets/stylesheets/css/theme/theme.scss */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #2f3037;
  border-color: #2f3037;
}

/* line 5566, app/assets/stylesheets/css/theme/theme.scss */
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

/* line 5576, app/assets/stylesheets/css/theme/theme.scss */
.close:hover {
  color: #000;
  text-decoration: none;
}

/* line 5581, app/assets/stylesheets/css/theme/theme.scss */
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

/* line 5585, app/assets/stylesheets/css/theme/theme.scss */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

/* line 5591, app/assets/stylesheets/css/theme/theme.scss */
a.close.disabled {
  pointer-events: none;
}

/* line 5595, app/assets/stylesheets/css/theme/theme.scss */
.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}

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

/* line 5611, app/assets/stylesheets/css/theme/theme.scss */
.toast.showing {
  opacity: 1;
}

/* line 5615, app/assets/stylesheets/css/theme/theme.scss */
.toast.show {
  display: block;
  opacity: 1;
}

/* line 5620, app/assets/stylesheets/css/theme/theme.scss */
.toast.hide {
  display: none;
}

/* line 5624, app/assets/stylesheets/css/theme/theme.scss */
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #858796;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 5636, app/assets/stylesheets/css/theme/theme.scss */
.toast-body {
  padding: 0.75rem;
}

/* line 5640, app/assets/stylesheets/css/theme/theme.scss */
.modal-open {
  overflow: hidden;
}

/* line 5644, app/assets/stylesheets/css/theme/theme.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 5649, app/assets/stylesheets/css/theme/theme.scss */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

/* line 5661, app/assets/stylesheets/css/theme/theme.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

/* line 5668, app/assets/stylesheets/css/theme/theme.scss */
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  /* line 5674, app/assets/stylesheets/css/theme/theme.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 5679, app/assets/stylesheets/css/theme/theme.scss */
.modal.show .modal-dialog {
  transform: none;
}

/* line 5683, app/assets/stylesheets/css/theme/theme.scss */
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

/* line 5687, app/assets/stylesheets/css/theme/theme.scss */
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

/* line 5692, app/assets/stylesheets/css/theme/theme.scss */
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

/* line 5697, app/assets/stylesheets/css/theme/theme.scss */
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

/* line 5702, app/assets/stylesheets/css/theme/theme.scss */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 5706, app/assets/stylesheets/css/theme/theme.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

/* line 5712, app/assets/stylesheets/css/theme/theme.scss */
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  content: "";
}

/* line 5721, app/assets/stylesheets/css/theme/theme.scss */
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

/* line 5727, app/assets/stylesheets/css/theme/theme.scss */
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

/* line 5731, app/assets/stylesheets/css/theme/theme.scss */
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

/* line 5735, app/assets/stylesheets/css/theme/theme.scss */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

/* line 5748, app/assets/stylesheets/css/theme/theme.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

/* line 5758, app/assets/stylesheets/css/theme/theme.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 5762, app/assets/stylesheets/css/theme/theme.scss */
.modal-backdrop.show {
  opacity: 0.5;
}

/* line 5766, app/assets/stylesheets/css/theme/theme.scss */
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #e3e6f0;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

/* line 5776, app/assets/stylesheets/css/theme/theme.scss */
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

/* line 5781, app/assets/stylesheets/css/theme/theme.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 5786, app/assets/stylesheets/css/theme/theme.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

/* line 5792, app/assets/stylesheets/css/theme/theme.scss */
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #e3e6f0;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

/* line 5803, app/assets/stylesheets/css/theme/theme.scss */
.modal-footer > * {
  margin: 0.25rem;
}

/* line 5807, app/assets/stylesheets/css/theme/theme.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 5816, app/assets/stylesheets/css/theme/theme.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  /* line 5820, app/assets/stylesheets/css/theme/theme.scss */
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  /* line 5823, app/assets/stylesheets/css/theme/theme.scss */
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  /* line 5826, app/assets/stylesheets/css/theme/theme.scss */
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  /* line 5829, app/assets/stylesheets/css/theme/theme.scss */
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }
  /* line 5835, app/assets/stylesheets/css/theme/theme.scss */
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 5841, app/assets/stylesheets/css/theme/theme.scss */
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  /* line 5848, app/assets/stylesheets/css/theme/theme.scss */
  .modal-xl {
    max-width: 1140px;
  }
}

/* line 5853, app/assets/stylesheets/css/theme/theme.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

/* line 5877, app/assets/stylesheets/css/theme/theme.scss */
.tooltip.show {
  opacity: 0.9;
}

/* line 5881, app/assets/stylesheets/css/theme/theme.scss */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

/* line 5888, app/assets/stylesheets/css/theme/theme.scss */
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 5895, app/assets/stylesheets/css/theme/theme.scss */
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

/* line 5899, app/assets/stylesheets/css/theme/theme.scss */
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

/* line 5903, app/assets/stylesheets/css/theme/theme.scss */
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

/* line 5909, app/assets/stylesheets/css/theme/theme.scss */
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

/* line 5913, app/assets/stylesheets/css/theme/theme.scss */
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 5919, app/assets/stylesheets/css/theme/theme.scss */
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

/* line 5925, app/assets/stylesheets/css/theme/theme.scss */
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

/* line 5929, app/assets/stylesheets/css/theme/theme.scss */
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

/* line 5933, app/assets/stylesheets/css/theme/theme.scss */
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

/* line 5939, app/assets/stylesheets/css/theme/theme.scss */
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

/* line 5943, app/assets/stylesheets/css/theme/theme.scss */
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 5949, app/assets/stylesheets/css/theme/theme.scss */
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

/* line 5955, app/assets/stylesheets/css/theme/theme.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.35rem;
}

/* line 5964, app/assets/stylesheets/css/theme/theme.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

/* line 5993, app/assets/stylesheets/css/theme/theme.scss */
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

/* line 6001, app/assets/stylesheets/css/theme/theme.scss */
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 6009, app/assets/stylesheets/css/theme/theme.scss */
.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

/* line 6013, app/assets/stylesheets/css/theme/theme.scss */
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

/* line 6017, app/assets/stylesheets/css/theme/theme.scss */
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

/* line 6023, app/assets/stylesheets/css/theme/theme.scss */
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

/* line 6029, app/assets/stylesheets/css/theme/theme.scss */
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

/* line 6033, app/assets/stylesheets/css/theme/theme.scss */
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 6040, app/assets/stylesheets/css/theme/theme.scss */
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 6046, app/assets/stylesheets/css/theme/theme.scss */
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

/* line 6052, app/assets/stylesheets/css/theme/theme.scss */
.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

/* line 6056, app/assets/stylesheets/css/theme/theme.scss */
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
}

/* line 6060, app/assets/stylesheets/css/theme/theme.scss */
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 6066, app/assets/stylesheets/css/theme/theme.scss */
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

/* line 6072, app/assets/stylesheets/css/theme/theme.scss */
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

/* line 6083, app/assets/stylesheets/css/theme/theme.scss */
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

/* line 6087, app/assets/stylesheets/css/theme/theme.scss */
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 6094, app/assets/stylesheets/css/theme/theme.scss */
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 6100, app/assets/stylesheets/css/theme/theme.scss */
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

/* line 6106, app/assets/stylesheets/css/theme/theme.scss */
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

/* line 6116, app/assets/stylesheets/css/theme/theme.scss */
.popover-header:empty {
  display: none;
}

/* line 6120, app/assets/stylesheets/css/theme/theme.scss */
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #858796;
}

/* line 6125, app/assets/stylesheets/css/theme/theme.scss */
.carousel {
  position: relative;
}

/* line 6129, app/assets/stylesheets/css/theme/theme.scss */
.carousel.pointer-event {
  touch-action: pan-y;
}

/* line 6133, app/assets/stylesheets/css/theme/theme.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 6139, app/assets/stylesheets/css/theme/theme.scss */
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

/* line 6145, app/assets/stylesheets/css/theme/theme.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 6157, app/assets/stylesheets/css/theme/theme.scss */
  .carousel-item {
    transition: none;
  }
}

/* line 6162, app/assets/stylesheets/css/theme/theme.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* line 6168, app/assets/stylesheets/css/theme/theme.scss */
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

/* line 6173, app/assets/stylesheets/css/theme/theme.scss */
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

/* line 6178, app/assets/stylesheets/css/theme/theme.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

/* line 6184, app/assets/stylesheets/css/theme/theme.scss */
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

/* line 6191, app/assets/stylesheets/css/theme/theme.scss */
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6199, app/assets/stylesheets/css/theme/theme.scss */
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

/* line 6205, app/assets/stylesheets/css/theme/theme.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%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6222, app/assets/stylesheets/css/theme/theme.scss */
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}

/* line 6228, app/assets/stylesheets/css/theme/theme.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 6237, app/assets/stylesheets/css/theme/theme.scss */
.carousel-control-prev {
  left: 0;
}

/* line 6241, app/assets/stylesheets/css/theme/theme.scss */
.carousel-control-next {
  right: 0;
}

/* line 6245, app/assets/stylesheets/css/theme/theme.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50% / 100% 100% no-repeat;
}

/* line 6253, app/assets/stylesheets/css/theme/theme.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

/* line 6257, app/assets/stylesheets/css/theme/theme.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

/* line 6261, app/assets/stylesheets/css/theme/theme.scss */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

/* line 6275, app/assets/stylesheets/css/theme/theme.scss */
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6293, app/assets/stylesheets/css/theme/theme.scss */
  .carousel-indicators li {
    transition: none;
  }
}

/* line 6298, app/assets/stylesheets/css/theme/theme.scss */
.carousel-indicators .active {
  opacity: 1;
}

/* line 6302, app/assets/stylesheets/css/theme/theme.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

/* line 6326, app/assets/stylesheets/css/theme/theme.scss */
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: .75s linear infinite spinner-border;
}

/* line 6338, app/assets/stylesheets/css/theme/theme.scss */
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

/* line 6364, app/assets/stylesheets/css/theme/theme.scss */
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: .75s linear infinite spinner-grow;
}

/* line 6376, app/assets/stylesheets/css/theme/theme.scss */
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6382, app/assets/stylesheets/css/theme/theme.scss */
  .spinner-border,
.spinner-grow {
    animation-duration: 1.5s;
  }
}

/* line 6389, app/assets/stylesheets/css/theme/theme.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 6393, app/assets/stylesheets/css/theme/theme.scss */
.align-top {
  vertical-align: top !important;
}

/* line 6397, app/assets/stylesheets/css/theme/theme.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 6401, app/assets/stylesheets/css/theme/theme.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 6405, app/assets/stylesheets/css/theme/theme.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 6409, app/assets/stylesheets/css/theme/theme.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 6413, app/assets/stylesheets/css/theme/theme.scss */
.bg-primary {
  background-color: #ead138 !important;
}

/* line 6417, app/assets/stylesheets/css/theme/theme.scss */
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #2653d4 !important;
}

/* line 6423, app/assets/stylesheets/css/theme/theme.scss */
.bg-secondary {
  background-color: #858796 !important;
}

/* line 6427, app/assets/stylesheets/css/theme/theme.scss */
.text-secondary-blue {
  color: #334161 !important;
}

/* line 6431, app/assets/stylesheets/css/theme/theme.scss */
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #6b6d7d !important;
}

/* line 6437, app/assets/stylesheets/css/theme/theme.scss */
.bg-success {
  background-color: #1cc88a !important;
}

/* line 6441, app/assets/stylesheets/css/theme/theme.scss */
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #169b6b !important;
}

/* line 6447, app/assets/stylesheets/css/theme/theme.scss */
.bg-info {
  background-color: #36b9cc !important;
}

/* line 6451, app/assets/stylesheets/css/theme/theme.scss */
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #2a96a5 !important;
}

/* line 6457, app/assets/stylesheets/css/theme/theme.scss */
.bg-warning {
  background-color: #f6c23e !important;
}

/* line 6461, app/assets/stylesheets/css/theme/theme.scss */
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #f4b30d !important;
}

/* line 6467, app/assets/stylesheets/css/theme/theme.scss */
.bg-danger {
  background-color: #e74a3b !important;
}

/* line 6471, app/assets/stylesheets/css/theme/theme.scss */
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #d52a1a !important;
}

/* line 6477, app/assets/stylesheets/css/theme/theme.scss */
.bg-light {
  background-color: #f8f9fc !important;
}

/* line 6481, app/assets/stylesheets/css/theme/theme.scss */
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #d4daed !important;
}

/* line 6487, app/assets/stylesheets/css/theme/theme.scss */
.bg-dark {
  background-color: #5a5c69 !important;
}

/* line 6491, app/assets/stylesheets/css/theme/theme.scss */
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #42444e !important;
}

/* line 6497, app/assets/stylesheets/css/theme/theme.scss */
.bg-white {
  background-color: #fff !important;
}

/* line 6501, app/assets/stylesheets/css/theme/theme.scss */
.bg-transparent {
  background-color: transparent !important;
}

/* line 6505, app/assets/stylesheets/css/theme/theme.scss */
.border {
  border: 1px solid #e3e6f0 !important;
}

/* line 6509, app/assets/stylesheets/css/theme/theme.scss */
.border-top {
  border-top: 1px solid #e3e6f0 !important;
}

/* line 6513, app/assets/stylesheets/css/theme/theme.scss */
.border-right {
  border-right: 1px solid #e3e6f0 !important;
}

/* line 6517, app/assets/stylesheets/css/theme/theme.scss */
.border-bottom {
  border-bottom: 1px solid #e3e6f0 !important;
}

/* line 6521, app/assets/stylesheets/css/theme/theme.scss */
.border-left {
  border-left: 1px solid #e3e6f0 !important;
}

/* line 6525, app/assets/stylesheets/css/theme/theme.scss */
.border-0 {
  border: 0 !important;
}

/* line 6529, app/assets/stylesheets/css/theme/theme.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 6533, app/assets/stylesheets/css/theme/theme.scss */
.border-right-0 {
  border-right: 0 !important;
}

/* line 6537, app/assets/stylesheets/css/theme/theme.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 6541, app/assets/stylesheets/css/theme/theme.scss */
.border-left-0 {
  border-left: 0 !important;
}

/* line 6545, app/assets/stylesheets/css/theme/theme.scss */
.border-primary {
  border-color: #ead138 !important;
}

/* line 6549, app/assets/stylesheets/css/theme/theme.scss */
.border-secondary {
  border-color: #858796 !important;
}

/* line 6553, app/assets/stylesheets/css/theme/theme.scss */
.border-success {
  border-color: #1cc88a !important;
}

/* line 6557, app/assets/stylesheets/css/theme/theme.scss */
.border-info {
  border-color: #36b9cc !important;
}

/* line 6561, app/assets/stylesheets/css/theme/theme.scss */
.border-warning {
  border-color: #f6c23e !important;
}

/* line 6565, app/assets/stylesheets/css/theme/theme.scss */
.border-danger {
  border-color: #e74a3b !important;
}

/* line 6569, app/assets/stylesheets/css/theme/theme.scss */
.border-light {
  border-color: #f8f9fc !important;
}

/* line 6573, app/assets/stylesheets/css/theme/theme.scss */
.border-dark {
  border-color: #5a5c69 !important;
}

/* line 6577, app/assets/stylesheets/css/theme/theme.scss */
.border-white {
  border-color: #fff !important;
}

/* line 6581, app/assets/stylesheets/css/theme/theme.scss */
.rounded-sm {
  border-radius: 0.2rem !important;
}

/* line 6585, app/assets/stylesheets/css/theme/theme.scss */
.rounded {
  border-radius: 0.35rem !important;
}

/* line 6589, app/assets/stylesheets/css/theme/theme.scss */
.rounded-top {
  border-top-left-radius: 0.35rem !important;
  border-top-right-radius: 0.35rem !important;
}

/* line 6594, app/assets/stylesheets/css/theme/theme.scss */
.rounded-right {
  border-top-right-radius: 0.35rem !important;
  border-bottom-right-radius: 0.35rem !important;
}

/* line 6599, app/assets/stylesheets/css/theme/theme.scss */
.rounded-bottom {
  border-bottom-right-radius: 0.35rem !important;
  border-bottom-left-radius: 0.35rem !important;
}

/* line 6604, app/assets/stylesheets/css/theme/theme.scss */
.rounded-left {
  border-top-left-radius: 0.35rem !important;
  border-bottom-left-radius: 0.35rem !important;
}

/* line 6609, app/assets/stylesheets/css/theme/theme.scss */
.rounded-lg {
  border-radius: 0.3rem !important;
}

/* line 6613, app/assets/stylesheets/css/theme/theme.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 6617, app/assets/stylesheets/css/theme/theme.scss */
.rounded-pill {
  border-radius: 50rem !important;
}

/* line 6621, app/assets/stylesheets/css/theme/theme.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 6625, app/assets/stylesheets/css/theme/theme.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 6631, app/assets/stylesheets/css/theme/theme.scss */
.d-none {
  display: none !important;
}

/* line 6635, app/assets/stylesheets/css/theme/theme.scss */
.d-inline {
  display: inline !important;
}

/* line 6639, app/assets/stylesheets/css/theme/theme.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 6643, app/assets/stylesheets/css/theme/theme.scss */
.d-block {
  display: block !important;
}

/* line 6647, app/assets/stylesheets/css/theme/theme.scss */
.d-table {
  display: table !important;
}

/* line 6651, app/assets/stylesheets/css/theme/theme.scss */
.d-table-row {
  display: table-row !important;
}

/* line 6655, app/assets/stylesheets/css/theme/theme.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 6659, app/assets/stylesheets/css/theme/theme.scss */
.d-flex {
  display: flex !important;
}

/* line 6663, app/assets/stylesheets/css/theme/theme.scss */
.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 6668, app/assets/stylesheets/css/theme/theme.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 6671, app/assets/stylesheets/css/theme/theme.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 6674, app/assets/stylesheets/css/theme/theme.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 6677, app/assets/stylesheets/css/theme/theme.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 6680, app/assets/stylesheets/css/theme/theme.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 6683, app/assets/stylesheets/css/theme/theme.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 6686, app/assets/stylesheets/css/theme/theme.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 6689, app/assets/stylesheets/css/theme/theme.scss */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 6692, app/assets/stylesheets/css/theme/theme.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  /* line 6698, app/assets/stylesheets/css/theme/theme.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 6701, app/assets/stylesheets/css/theme/theme.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 6704, app/assets/stylesheets/css/theme/theme.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 6707, app/assets/stylesheets/css/theme/theme.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 6710, app/assets/stylesheets/css/theme/theme.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 6713, app/assets/stylesheets/css/theme/theme.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 6716, app/assets/stylesheets/css/theme/theme.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 6719, app/assets/stylesheets/css/theme/theme.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 6722, app/assets/stylesheets/css/theme/theme.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  /* line 6728, app/assets/stylesheets/css/theme/theme.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 6731, app/assets/stylesheets/css/theme/theme.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 6734, app/assets/stylesheets/css/theme/theme.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 6737, app/assets/stylesheets/css/theme/theme.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 6740, app/assets/stylesheets/css/theme/theme.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 6743, app/assets/stylesheets/css/theme/theme.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 6746, app/assets/stylesheets/css/theme/theme.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 6749, app/assets/stylesheets/css/theme/theme.scss */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 6752, app/assets/stylesheets/css/theme/theme.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  /* line 6758, app/assets/stylesheets/css/theme/theme.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 6761, app/assets/stylesheets/css/theme/theme.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 6764, app/assets/stylesheets/css/theme/theme.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 6767, app/assets/stylesheets/css/theme/theme.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 6770, app/assets/stylesheets/css/theme/theme.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 6773, app/assets/stylesheets/css/theme/theme.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 6776, app/assets/stylesheets/css/theme/theme.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 6779, app/assets/stylesheets/css/theme/theme.scss */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 6782, app/assets/stylesheets/css/theme/theme.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  /* line 6788, app/assets/stylesheets/css/theme/theme.scss */
  .d-print-none {
    display: none !important;
  }
  /* line 6791, app/assets/stylesheets/css/theme/theme.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 6794, app/assets/stylesheets/css/theme/theme.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 6797, app/assets/stylesheets/css/theme/theme.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 6800, app/assets/stylesheets/css/theme/theme.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 6803, app/assets/stylesheets/css/theme/theme.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 6806, app/assets/stylesheets/css/theme/theme.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 6809, app/assets/stylesheets/css/theme/theme.scss */
  .d-print-flex {
    display: flex !important;
  }
  /* line 6812, app/assets/stylesheets/css/theme/theme.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

/* line 6817, app/assets/stylesheets/css/theme/theme.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* line 6825, app/assets/stylesheets/css/theme/theme.scss */
.embed-responsive::before {
  display: block;
  content: "";
}

/* line 6830, app/assets/stylesheets/css/theme/theme.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 6844, app/assets/stylesheets/css/theme/theme.scss */
.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

/* line 6848, app/assets/stylesheets/css/theme/theme.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 6852, app/assets/stylesheets/css/theme/theme.scss */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 6856, app/assets/stylesheets/css/theme/theme.scss */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 6860, app/assets/stylesheets/css/theme/theme.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 6864, app/assets/stylesheets/css/theme/theme.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 6868, app/assets/stylesheets/css/theme/theme.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 6872, app/assets/stylesheets/css/theme/theme.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 6876, app/assets/stylesheets/css/theme/theme.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 6880, app/assets/stylesheets/css/theme/theme.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 6884, app/assets/stylesheets/css/theme/theme.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 6888, app/assets/stylesheets/css/theme/theme.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 6892, app/assets/stylesheets/css/theme/theme.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 6896, app/assets/stylesheets/css/theme/theme.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 6900, app/assets/stylesheets/css/theme/theme.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 6904, app/assets/stylesheets/css/theme/theme.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 6908, app/assets/stylesheets/css/theme/theme.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 6912, app/assets/stylesheets/css/theme/theme.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 6916, app/assets/stylesheets/css/theme/theme.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 6920, app/assets/stylesheets/css/theme/theme.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 6924, app/assets/stylesheets/css/theme/theme.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 6928, app/assets/stylesheets/css/theme/theme.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 6932, app/assets/stylesheets/css/theme/theme.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 6936, app/assets/stylesheets/css/theme/theme.scss */
.align-items-center {
  align-items: center !important;
}

/* line 6940, app/assets/stylesheets/css/theme/theme.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 6944, app/assets/stylesheets/css/theme/theme.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 6948, app/assets/stylesheets/css/theme/theme.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 6952, app/assets/stylesheets/css/theme/theme.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 6956, app/assets/stylesheets/css/theme/theme.scss */
.align-content-center {
  align-content: center !important;
}

/* line 6960, app/assets/stylesheets/css/theme/theme.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 6964, app/assets/stylesheets/css/theme/theme.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 6968, app/assets/stylesheets/css/theme/theme.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 6972, app/assets/stylesheets/css/theme/theme.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 6976, app/assets/stylesheets/css/theme/theme.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 6980, app/assets/stylesheets/css/theme/theme.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 6984, app/assets/stylesheets/css/theme/theme.scss */
.align-self-center {
  align-self: center !important;
}

/* line 6988, app/assets/stylesheets/css/theme/theme.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 6992, app/assets/stylesheets/css/theme/theme.scss */
.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 6997, app/assets/stylesheets/css/theme/theme.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 7000, app/assets/stylesheets/css/theme/theme.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 7003, app/assets/stylesheets/css/theme/theme.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 7006, app/assets/stylesheets/css/theme/theme.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 7009, app/assets/stylesheets/css/theme/theme.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 7012, app/assets/stylesheets/css/theme/theme.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 7015, app/assets/stylesheets/css/theme/theme.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 7018, app/assets/stylesheets/css/theme/theme.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 7021, app/assets/stylesheets/css/theme/theme.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 7024, app/assets/stylesheets/css/theme/theme.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 7027, app/assets/stylesheets/css/theme/theme.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 7030, app/assets/stylesheets/css/theme/theme.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 7033, app/assets/stylesheets/css/theme/theme.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 7036, app/assets/stylesheets/css/theme/theme.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 7039, app/assets/stylesheets/css/theme/theme.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 7042, app/assets/stylesheets/css/theme/theme.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 7045, app/assets/stylesheets/css/theme/theme.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 7048, app/assets/stylesheets/css/theme/theme.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 7051, app/assets/stylesheets/css/theme/theme.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 7054, app/assets/stylesheets/css/theme/theme.scss */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 7057, app/assets/stylesheets/css/theme/theme.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 7060, app/assets/stylesheets/css/theme/theme.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 7063, app/assets/stylesheets/css/theme/theme.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 7066, app/assets/stylesheets/css/theme/theme.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 7069, app/assets/stylesheets/css/theme/theme.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 7072, app/assets/stylesheets/css/theme/theme.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 7075, app/assets/stylesheets/css/theme/theme.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 7078, app/assets/stylesheets/css/theme/theme.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 7081, app/assets/stylesheets/css/theme/theme.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 7084, app/assets/stylesheets/css/theme/theme.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 7087, app/assets/stylesheets/css/theme/theme.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 7090, app/assets/stylesheets/css/theme/theme.scss */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 7093, app/assets/stylesheets/css/theme/theme.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 7096, app/assets/stylesheets/css/theme/theme.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  /* line 7102, app/assets/stylesheets/css/theme/theme.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 7105, app/assets/stylesheets/css/theme/theme.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 7108, app/assets/stylesheets/css/theme/theme.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 7111, app/assets/stylesheets/css/theme/theme.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 7114, app/assets/stylesheets/css/theme/theme.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 7117, app/assets/stylesheets/css/theme/theme.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 7120, app/assets/stylesheets/css/theme/theme.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 7123, app/assets/stylesheets/css/theme/theme.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 7126, app/assets/stylesheets/css/theme/theme.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 7129, app/assets/stylesheets/css/theme/theme.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 7132, app/assets/stylesheets/css/theme/theme.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 7135, app/assets/stylesheets/css/theme/theme.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 7138, app/assets/stylesheets/css/theme/theme.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 7141, app/assets/stylesheets/css/theme/theme.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 7144, app/assets/stylesheets/css/theme/theme.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 7147, app/assets/stylesheets/css/theme/theme.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 7150, app/assets/stylesheets/css/theme/theme.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 7153, app/assets/stylesheets/css/theme/theme.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 7156, app/assets/stylesheets/css/theme/theme.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 7159, app/assets/stylesheets/css/theme/theme.scss */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 7162, app/assets/stylesheets/css/theme/theme.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 7165, app/assets/stylesheets/css/theme/theme.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 7168, app/assets/stylesheets/css/theme/theme.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 7171, app/assets/stylesheets/css/theme/theme.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 7174, app/assets/stylesheets/css/theme/theme.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 7177, app/assets/stylesheets/css/theme/theme.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 7180, app/assets/stylesheets/css/theme/theme.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 7183, app/assets/stylesheets/css/theme/theme.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 7186, app/assets/stylesheets/css/theme/theme.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 7189, app/assets/stylesheets/css/theme/theme.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 7192, app/assets/stylesheets/css/theme/theme.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 7195, app/assets/stylesheets/css/theme/theme.scss */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 7198, app/assets/stylesheets/css/theme/theme.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 7201, app/assets/stylesheets/css/theme/theme.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  /* line 7207, app/assets/stylesheets/css/theme/theme.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 7210, app/assets/stylesheets/css/theme/theme.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 7213, app/assets/stylesheets/css/theme/theme.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 7216, app/assets/stylesheets/css/theme/theme.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 7219, app/assets/stylesheets/css/theme/theme.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 7222, app/assets/stylesheets/css/theme/theme.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 7225, app/assets/stylesheets/css/theme/theme.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 7228, app/assets/stylesheets/css/theme/theme.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 7231, app/assets/stylesheets/css/theme/theme.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 7234, app/assets/stylesheets/css/theme/theme.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 7237, app/assets/stylesheets/css/theme/theme.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 7240, app/assets/stylesheets/css/theme/theme.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 7243, app/assets/stylesheets/css/theme/theme.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 7246, app/assets/stylesheets/css/theme/theme.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 7249, app/assets/stylesheets/css/theme/theme.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 7252, app/assets/stylesheets/css/theme/theme.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 7255, app/assets/stylesheets/css/theme/theme.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 7258, app/assets/stylesheets/css/theme/theme.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 7261, app/assets/stylesheets/css/theme/theme.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 7264, app/assets/stylesheets/css/theme/theme.scss */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 7267, app/assets/stylesheets/css/theme/theme.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 7270, app/assets/stylesheets/css/theme/theme.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 7273, app/assets/stylesheets/css/theme/theme.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 7276, app/assets/stylesheets/css/theme/theme.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 7279, app/assets/stylesheets/css/theme/theme.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 7282, app/assets/stylesheets/css/theme/theme.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 7285, app/assets/stylesheets/css/theme/theme.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 7288, app/assets/stylesheets/css/theme/theme.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 7291, app/assets/stylesheets/css/theme/theme.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 7294, app/assets/stylesheets/css/theme/theme.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 7297, app/assets/stylesheets/css/theme/theme.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 7300, app/assets/stylesheets/css/theme/theme.scss */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 7303, app/assets/stylesheets/css/theme/theme.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 7306, app/assets/stylesheets/css/theme/theme.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  /* line 7312, app/assets/stylesheets/css/theme/theme.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 7315, app/assets/stylesheets/css/theme/theme.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 7318, app/assets/stylesheets/css/theme/theme.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 7321, app/assets/stylesheets/css/theme/theme.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 7324, app/assets/stylesheets/css/theme/theme.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 7327, app/assets/stylesheets/css/theme/theme.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 7330, app/assets/stylesheets/css/theme/theme.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 7333, app/assets/stylesheets/css/theme/theme.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 7336, app/assets/stylesheets/css/theme/theme.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 7339, app/assets/stylesheets/css/theme/theme.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 7342, app/assets/stylesheets/css/theme/theme.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 7345, app/assets/stylesheets/css/theme/theme.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 7348, app/assets/stylesheets/css/theme/theme.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 7351, app/assets/stylesheets/css/theme/theme.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 7354, app/assets/stylesheets/css/theme/theme.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 7357, app/assets/stylesheets/css/theme/theme.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 7360, app/assets/stylesheets/css/theme/theme.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 7363, app/assets/stylesheets/css/theme/theme.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 7366, app/assets/stylesheets/css/theme/theme.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 7369, app/assets/stylesheets/css/theme/theme.scss */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 7372, app/assets/stylesheets/css/theme/theme.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 7375, app/assets/stylesheets/css/theme/theme.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 7378, app/assets/stylesheets/css/theme/theme.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 7381, app/assets/stylesheets/css/theme/theme.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 7384, app/assets/stylesheets/css/theme/theme.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 7387, app/assets/stylesheets/css/theme/theme.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 7390, app/assets/stylesheets/css/theme/theme.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 7393, app/assets/stylesheets/css/theme/theme.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 7396, app/assets/stylesheets/css/theme/theme.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 7399, app/assets/stylesheets/css/theme/theme.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 7402, app/assets/stylesheets/css/theme/theme.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 7405, app/assets/stylesheets/css/theme/theme.scss */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 7408, app/assets/stylesheets/css/theme/theme.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 7411, app/assets/stylesheets/css/theme/theme.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

/* line 7416, app/assets/stylesheets/css/theme/theme.scss */
.float-left {
  float: left !important;
}

/* line 7420, app/assets/stylesheets/css/theme/theme.scss */
.float-right {
  float: right !important;
}

/* line 7424, app/assets/stylesheets/css/theme/theme.scss */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 7429, app/assets/stylesheets/css/theme/theme.scss */
  .float-sm-left {
    float: left !important;
  }
  /* line 7432, app/assets/stylesheets/css/theme/theme.scss */
  .float-sm-right {
    float: right !important;
  }
  /* line 7435, app/assets/stylesheets/css/theme/theme.scss */
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  /* line 7441, app/assets/stylesheets/css/theme/theme.scss */
  .float-md-left {
    float: left !important;
  }
  /* line 7444, app/assets/stylesheets/css/theme/theme.scss */
  .float-md-right {
    float: right !important;
  }
  /* line 7447, app/assets/stylesheets/css/theme/theme.scss */
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  /* line 7453, app/assets/stylesheets/css/theme/theme.scss */
  .float-lg-left {
    float: left !important;
  }
  /* line 7456, app/assets/stylesheets/css/theme/theme.scss */
  .float-lg-right {
    float: right !important;
  }
  /* line 7459, app/assets/stylesheets/css/theme/theme.scss */
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 7465, app/assets/stylesheets/css/theme/theme.scss */
  .float-xl-left {
    float: left !important;
  }
  /* line 7468, app/assets/stylesheets/css/theme/theme.scss */
  .float-xl-right {
    float: right !important;
  }
  /* line 7471, app/assets/stylesheets/css/theme/theme.scss */
  .float-xl-none {
    float: none !important;
  }
}

/* line 7476, app/assets/stylesheets/css/theme/theme.scss */
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}

/* line 7483, app/assets/stylesheets/css/theme/theme.scss */
.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}

/* line 7490, app/assets/stylesheets/css/theme/theme.scss */
.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}

/* line 7497, app/assets/stylesheets/css/theme/theme.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 7501, app/assets/stylesheets/css/theme/theme.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 7505, app/assets/stylesheets/css/theme/theme.scss */
.position-static {
  position: static !important;
}

/* line 7509, app/assets/stylesheets/css/theme/theme.scss */
.position-relative {
  position: relative !important;
}

/* line 7513, app/assets/stylesheets/css/theme/theme.scss */
.position-absolute {
  position: absolute !important;
}

/* line 7517, app/assets/stylesheets/css/theme/theme.scss */
.position-fixed {
  position: fixed !important;
}

/* line 7521, app/assets/stylesheets/css/theme/theme.scss */
.position-sticky {
  position: sticky !important;
}

/* line 7526, app/assets/stylesheets/css/theme/theme.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 7534, app/assets/stylesheets/css/theme/theme.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  /* line 7543, app/assets/stylesheets/css/theme/theme.scss */
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 7551, app/assets/stylesheets/css/theme/theme.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 7563, app/assets/stylesheets/css/theme/theme.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* line 7572, app/assets/stylesheets/css/theme/theme.scss */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem 0 rgba(58, 59, 69, 0.2) !important;
}

/* line 7576, app/assets/stylesheets/css/theme/theme.scss */
.shadow {
  box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
}

/* line 7580, app/assets/stylesheets/css/theme/theme.scss */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 7584, app/assets/stylesheets/css/theme/theme.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 7588, app/assets/stylesheets/css/theme/theme.scss */
.w-25 {
  width: 25% !important;
}

/* line 7592, app/assets/stylesheets/css/theme/theme.scss */
.w-50 {
  width: 50% !important;
}

/* line 7596, app/assets/stylesheets/css/theme/theme.scss */
.w-75 {
  width: 75% !important;
}

/* line 7600, app/assets/stylesheets/css/theme/theme.scss */
.w-100 {
  width: 100% !important;
}

/* line 7604, app/assets/stylesheets/css/theme/theme.scss */
.w-auto {
  width: auto !important;
}

/* line 7608, app/assets/stylesheets/css/theme/theme.scss */
.h-25 {
  height: 25% !important;
}

/* line 7612, app/assets/stylesheets/css/theme/theme.scss */
.h-50 {
  height: 50% !important;
}

/* line 7616, app/assets/stylesheets/css/theme/theme.scss */
.h-75 {
  height: 75% !important;
}

/* line 7620, app/assets/stylesheets/css/theme/theme.scss */
.h-100 {
  height: 100% !important;
}

/* line 7624, app/assets/stylesheets/css/theme/theme.scss */
.h-auto {
  height: auto !important;
}

/* line 7628, app/assets/stylesheets/css/theme/theme.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 7632, app/assets/stylesheets/css/theme/theme.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 7636, app/assets/stylesheets/css/theme/theme.scss */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 7640, app/assets/stylesheets/css/theme/theme.scss */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 7644, app/assets/stylesheets/css/theme/theme.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 7648, app/assets/stylesheets/css/theme/theme.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 7652, app/assets/stylesheets/css/theme/theme.scss */
.m-0 {
  margin: 0 !important;
}

/* line 7656, app/assets/stylesheets/css/theme/theme.scss */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 7661, app/assets/stylesheets/css/theme/theme.scss */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 7666, app/assets/stylesheets/css/theme/theme.scss */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 7671, app/assets/stylesheets/css/theme/theme.scss */
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

/* line 7676, app/assets/stylesheets/css/theme/theme.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 7680, app/assets/stylesheets/css/theme/theme.scss */
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

/* line 7685, app/assets/stylesheets/css/theme/theme.scss */
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

/* line 7690, app/assets/stylesheets/css/theme/theme.scss */
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

/* line 7695, app/assets/stylesheets/css/theme/theme.scss */
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

/* line 7700, app/assets/stylesheets/css/theme/theme.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 7704, app/assets/stylesheets/css/theme/theme.scss */
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

/* line 7709, app/assets/stylesheets/css/theme/theme.scss */
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

/* line 7714, app/assets/stylesheets/css/theme/theme.scss */
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

/* line 7719, app/assets/stylesheets/css/theme/theme.scss */
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

/* line 7724, app/assets/stylesheets/css/theme/theme.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 7728, app/assets/stylesheets/css/theme/theme.scss */
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

/* line 7733, app/assets/stylesheets/css/theme/theme.scss */
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

/* line 7738, app/assets/stylesheets/css/theme/theme.scss */
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

/* line 7743, app/assets/stylesheets/css/theme/theme.scss */
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

/* line 7748, app/assets/stylesheets/css/theme/theme.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 7752, app/assets/stylesheets/css/theme/theme.scss */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

/* line 7757, app/assets/stylesheets/css/theme/theme.scss */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

/* line 7762, app/assets/stylesheets/css/theme/theme.scss */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 7767, app/assets/stylesheets/css/theme/theme.scss */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

/* line 7772, app/assets/stylesheets/css/theme/theme.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 7776, app/assets/stylesheets/css/theme/theme.scss */
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

/* line 7781, app/assets/stylesheets/css/theme/theme.scss */
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

/* line 7786, app/assets/stylesheets/css/theme/theme.scss */
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

/* line 7791, app/assets/stylesheets/css/theme/theme.scss */
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

/* line 7796, app/assets/stylesheets/css/theme/theme.scss */
.p-0 {
  padding: 0 !important;
}

/* line 7800, app/assets/stylesheets/css/theme/theme.scss */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 7805, app/assets/stylesheets/css/theme/theme.scss */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 7810, app/assets/stylesheets/css/theme/theme.scss */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 7815, app/assets/stylesheets/css/theme/theme.scss */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 7820, app/assets/stylesheets/css/theme/theme.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 7824, app/assets/stylesheets/css/theme/theme.scss */
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

/* line 7829, app/assets/stylesheets/css/theme/theme.scss */
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

/* line 7834, app/assets/stylesheets/css/theme/theme.scss */
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

/* line 7839, app/assets/stylesheets/css/theme/theme.scss */
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

/* line 7844, app/assets/stylesheets/css/theme/theme.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 7848, app/assets/stylesheets/css/theme/theme.scss */
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

/* line 7853, app/assets/stylesheets/css/theme/theme.scss */
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

/* line 7858, app/assets/stylesheets/css/theme/theme.scss */
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

/* line 7863, app/assets/stylesheets/css/theme/theme.scss */
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

/* line 7868, app/assets/stylesheets/css/theme/theme.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 7872, app/assets/stylesheets/css/theme/theme.scss */
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

/* line 7877, app/assets/stylesheets/css/theme/theme.scss */
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

/* line 7882, app/assets/stylesheets/css/theme/theme.scss */
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

/* line 7887, app/assets/stylesheets/css/theme/theme.scss */
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

/* line 7892, app/assets/stylesheets/css/theme/theme.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 7896, app/assets/stylesheets/css/theme/theme.scss */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

/* line 7901, app/assets/stylesheets/css/theme/theme.scss */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

/* line 7906, app/assets/stylesheets/css/theme/theme.scss */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 7911, app/assets/stylesheets/css/theme/theme.scss */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

/* line 7916, app/assets/stylesheets/css/theme/theme.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 7920, app/assets/stylesheets/css/theme/theme.scss */
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

/* line 7925, app/assets/stylesheets/css/theme/theme.scss */
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

/* line 7930, app/assets/stylesheets/css/theme/theme.scss */
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

/* line 7935, app/assets/stylesheets/css/theme/theme.scss */
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

/* line 7940, app/assets/stylesheets/css/theme/theme.scss */
.m-n1 {
  margin: -0.25rem !important;
}

/* line 7944, app/assets/stylesheets/css/theme/theme.scss */
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

/* line 7949, app/assets/stylesheets/css/theme/theme.scss */
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

/* line 7954, app/assets/stylesheets/css/theme/theme.scss */
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

/* line 7959, app/assets/stylesheets/css/theme/theme.scss */
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

/* line 7964, app/assets/stylesheets/css/theme/theme.scss */
.m-n2 {
  margin: -0.5rem !important;
}

/* line 7968, app/assets/stylesheets/css/theme/theme.scss */
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

/* line 7973, app/assets/stylesheets/css/theme/theme.scss */
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

/* line 7978, app/assets/stylesheets/css/theme/theme.scss */
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

/* line 7983, app/assets/stylesheets/css/theme/theme.scss */
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

/* line 7988, app/assets/stylesheets/css/theme/theme.scss */
.m-n3 {
  margin: -1rem !important;
}

/* line 7992, app/assets/stylesheets/css/theme/theme.scss */
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

/* line 7997, app/assets/stylesheets/css/theme/theme.scss */
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

/* line 8002, app/assets/stylesheets/css/theme/theme.scss */
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

/* line 8007, app/assets/stylesheets/css/theme/theme.scss */
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

/* line 8012, app/assets/stylesheets/css/theme/theme.scss */
.m-n4 {
  margin: -1.5rem !important;
}

/* line 8016, app/assets/stylesheets/css/theme/theme.scss */
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

/* line 8021, app/assets/stylesheets/css/theme/theme.scss */
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

/* line 8026, app/assets/stylesheets/css/theme/theme.scss */
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

/* line 8031, app/assets/stylesheets/css/theme/theme.scss */
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

/* line 8036, app/assets/stylesheets/css/theme/theme.scss */
.m-n5 {
  margin: -3rem !important;
}

/* line 8040, app/assets/stylesheets/css/theme/theme.scss */
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

/* line 8045, app/assets/stylesheets/css/theme/theme.scss */
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

/* line 8050, app/assets/stylesheets/css/theme/theme.scss */
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

/* line 8055, app/assets/stylesheets/css/theme/theme.scss */
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

/* line 8060, app/assets/stylesheets/css/theme/theme.scss */
.m-auto {
  margin: auto !important;
}

/* line 8064, app/assets/stylesheets/css/theme/theme.scss */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 8069, app/assets/stylesheets/css/theme/theme.scss */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 8074, app/assets/stylesheets/css/theme/theme.scss */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 8079, app/assets/stylesheets/css/theme/theme.scss */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 8085, app/assets/stylesheets/css/theme/theme.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 8088, app/assets/stylesheets/css/theme/theme.scss */
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  /* line 8092, app/assets/stylesheets/css/theme/theme.scss */
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  /* line 8096, app/assets/stylesheets/css/theme/theme.scss */
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 8100, app/assets/stylesheets/css/theme/theme.scss */
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  /* line 8104, app/assets/stylesheets/css/theme/theme.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 8107, app/assets/stylesheets/css/theme/theme.scss */
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 8111, app/assets/stylesheets/css/theme/theme.scss */
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 8115, app/assets/stylesheets/css/theme/theme.scss */
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 8119, app/assets/stylesheets/css/theme/theme.scss */
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 8123, app/assets/stylesheets/css/theme/theme.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 8126, app/assets/stylesheets/css/theme/theme.scss */
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 8130, app/assets/stylesheets/css/theme/theme.scss */
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 8134, app/assets/stylesheets/css/theme/theme.scss */
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 8138, app/assets/stylesheets/css/theme/theme.scss */
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 8142, app/assets/stylesheets/css/theme/theme.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 8145, app/assets/stylesheets/css/theme/theme.scss */
  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 8149, app/assets/stylesheets/css/theme/theme.scss */
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 8153, app/assets/stylesheets/css/theme/theme.scss */
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 8157, app/assets/stylesheets/css/theme/theme.scss */
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 8161, app/assets/stylesheets/css/theme/theme.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 8164, app/assets/stylesheets/css/theme/theme.scss */
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 8168, app/assets/stylesheets/css/theme/theme.scss */
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 8172, app/assets/stylesheets/css/theme/theme.scss */
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 8176, app/assets/stylesheets/css/theme/theme.scss */
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 8180, app/assets/stylesheets/css/theme/theme.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 8183, app/assets/stylesheets/css/theme/theme.scss */
  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 8187, app/assets/stylesheets/css/theme/theme.scss */
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 8191, app/assets/stylesheets/css/theme/theme.scss */
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 8195, app/assets/stylesheets/css/theme/theme.scss */
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 8199, app/assets/stylesheets/css/theme/theme.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 8202, app/assets/stylesheets/css/theme/theme.scss */
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  /* line 8206, app/assets/stylesheets/css/theme/theme.scss */
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  /* line 8210, app/assets/stylesheets/css/theme/theme.scss */
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 8214, app/assets/stylesheets/css/theme/theme.scss */
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  /* line 8218, app/assets/stylesheets/css/theme/theme.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 8221, app/assets/stylesheets/css/theme/theme.scss */
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 8225, app/assets/stylesheets/css/theme/theme.scss */
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 8229, app/assets/stylesheets/css/theme/theme.scss */
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 8233, app/assets/stylesheets/css/theme/theme.scss */
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 8237, app/assets/stylesheets/css/theme/theme.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 8240, app/assets/stylesheets/css/theme/theme.scss */
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 8244, app/assets/stylesheets/css/theme/theme.scss */
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 8248, app/assets/stylesheets/css/theme/theme.scss */
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 8252, app/assets/stylesheets/css/theme/theme.scss */
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 8256, app/assets/stylesheets/css/theme/theme.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 8259, app/assets/stylesheets/css/theme/theme.scss */
  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 8263, app/assets/stylesheets/css/theme/theme.scss */
  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 8267, app/assets/stylesheets/css/theme/theme.scss */
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 8271, app/assets/stylesheets/css/theme/theme.scss */
  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 8275, app/assets/stylesheets/css/theme/theme.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 8278, app/assets/stylesheets/css/theme/theme.scss */
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 8282, app/assets/stylesheets/css/theme/theme.scss */
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 8286, app/assets/stylesheets/css/theme/theme.scss */
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 8290, app/assets/stylesheets/css/theme/theme.scss */
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 8294, app/assets/stylesheets/css/theme/theme.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 8297, app/assets/stylesheets/css/theme/theme.scss */
  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 8301, app/assets/stylesheets/css/theme/theme.scss */
  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 8305, app/assets/stylesheets/css/theme/theme.scss */
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 8309, app/assets/stylesheets/css/theme/theme.scss */
  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 8313, app/assets/stylesheets/css/theme/theme.scss */
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  /* line 8316, app/assets/stylesheets/css/theme/theme.scss */
  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 8320, app/assets/stylesheets/css/theme/theme.scss */
  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 8324, app/assets/stylesheets/css/theme/theme.scss */
  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 8328, app/assets/stylesheets/css/theme/theme.scss */
  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 8332, app/assets/stylesheets/css/theme/theme.scss */
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  /* line 8335, app/assets/stylesheets/css/theme/theme.scss */
  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 8339, app/assets/stylesheets/css/theme/theme.scss */
  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 8343, app/assets/stylesheets/css/theme/theme.scss */
  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 8347, app/assets/stylesheets/css/theme/theme.scss */
  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 8351, app/assets/stylesheets/css/theme/theme.scss */
  .m-sm-n3 {
    margin: -1rem !important;
  }
  /* line 8354, app/assets/stylesheets/css/theme/theme.scss */
  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }
  /* line 8358, app/assets/stylesheets/css/theme/theme.scss */
  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }
  /* line 8362, app/assets/stylesheets/css/theme/theme.scss */
  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 8366, app/assets/stylesheets/css/theme/theme.scss */
  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }
  /* line 8370, app/assets/stylesheets/css/theme/theme.scss */
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  /* line 8373, app/assets/stylesheets/css/theme/theme.scss */
  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 8377, app/assets/stylesheets/css/theme/theme.scss */
  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 8381, app/assets/stylesheets/css/theme/theme.scss */
  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 8385, app/assets/stylesheets/css/theme/theme.scss */
  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 8389, app/assets/stylesheets/css/theme/theme.scss */
  .m-sm-n5 {
    margin: -3rem !important;
  }
  /* line 8392, app/assets/stylesheets/css/theme/theme.scss */
  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }
  /* line 8396, app/assets/stylesheets/css/theme/theme.scss */
  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }
  /* line 8400, app/assets/stylesheets/css/theme/theme.scss */
  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 8404, app/assets/stylesheets/css/theme/theme.scss */
  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }
  /* line 8408, app/assets/stylesheets/css/theme/theme.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 8411, app/assets/stylesheets/css/theme/theme.scss */
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  /* line 8415, app/assets/stylesheets/css/theme/theme.scss */
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  /* line 8419, app/assets/stylesheets/css/theme/theme.scss */
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 8423, app/assets/stylesheets/css/theme/theme.scss */
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 8430, app/assets/stylesheets/css/theme/theme.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 8433, app/assets/stylesheets/css/theme/theme.scss */
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  /* line 8437, app/assets/stylesheets/css/theme/theme.scss */
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  /* line 8441, app/assets/stylesheets/css/theme/theme.scss */
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 8445, app/assets/stylesheets/css/theme/theme.scss */
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  /* line 8449, app/assets/stylesheets/css/theme/theme.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 8452, app/assets/stylesheets/css/theme/theme.scss */
  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 8456, app/assets/stylesheets/css/theme/theme.scss */
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 8460, app/assets/stylesheets/css/theme/theme.scss */
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 8464, app/assets/stylesheets/css/theme/theme.scss */
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 8468, app/assets/stylesheets/css/theme/theme.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 8471, app/assets/stylesheets/css/theme/theme.scss */
  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 8475, app/assets/stylesheets/css/theme/theme.scss */
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 8479, app/assets/stylesheets/css/theme/theme.scss */
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 8483, app/assets/stylesheets/css/theme/theme.scss */
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 8487, app/assets/stylesheets/css/theme/theme.scss */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 8490, app/assets/stylesheets/css/theme/theme.scss */
  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }
  /* line 8494, app/assets/stylesheets/css/theme/theme.scss */
  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }
  /* line 8498, app/assets/stylesheets/css/theme/theme.scss */
  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 8502, app/assets/stylesheets/css/theme/theme.scss */
  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }
  /* line 8506, app/assets/stylesheets/css/theme/theme.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 8509, app/assets/stylesheets/css/theme/theme.scss */
  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 8513, app/assets/stylesheets/css/theme/theme.scss */
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 8517, app/assets/stylesheets/css/theme/theme.scss */
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 8521, app/assets/stylesheets/css/theme/theme.scss */
  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 8525, app/assets/stylesheets/css/theme/theme.scss */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 8528, app/assets/stylesheets/css/theme/theme.scss */
  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }
  /* line 8532, app/assets/stylesheets/css/theme/theme.scss */
  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }
  /* line 8536, app/assets/stylesheets/css/theme/theme.scss */
  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 8540, app/assets/stylesheets/css/theme/theme.scss */
  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }
  /* line 8544, app/assets/stylesheets/css/theme/theme.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 8547, app/assets/stylesheets/css/theme/theme.scss */
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  /* line 8551, app/assets/stylesheets/css/theme/theme.scss */
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  /* line 8555, app/assets/stylesheets/css/theme/theme.scss */
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 8559, app/assets/stylesheets/css/theme/theme.scss */
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  /* line 8563, app/assets/stylesheets/css/theme/theme.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 8566, app/assets/stylesheets/css/theme/theme.scss */
  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 8570, app/assets/stylesheets/css/theme/theme.scss */
  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 8574, app/assets/stylesheets/css/theme/theme.scss */
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 8578, app/assets/stylesheets/css/theme/theme.scss */
  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 8582, app/assets/stylesheets/css/theme/theme.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 8585, app/assets/stylesheets/css/theme/theme.scss */
  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 8589, app/assets/stylesheets/css/theme/theme.scss */
  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 8593, app/assets/stylesheets/css/theme/theme.scss */
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 8597, app/assets/stylesheets/css/theme/theme.scss */
  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 8601, app/assets/stylesheets/css/theme/theme.scss */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 8604, app/assets/stylesheets/css/theme/theme.scss */
  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }
  /* line 8608, app/assets/stylesheets/css/theme/theme.scss */
  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }
  /* line 8612, app/assets/stylesheets/css/theme/theme.scss */
  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 8616, app/assets/stylesheets/css/theme/theme.scss */
  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }
  /* line 8620, app/assets/stylesheets/css/theme/theme.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 8623, app/assets/stylesheets/css/theme/theme.scss */
  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 8627, app/assets/stylesheets/css/theme/theme.scss */
  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 8631, app/assets/stylesheets/css/theme/theme.scss */
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 8635, app/assets/stylesheets/css/theme/theme.scss */
  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 8639, app/assets/stylesheets/css/theme/theme.scss */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 8642, app/assets/stylesheets/css/theme/theme.scss */
  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }
  /* line 8646, app/assets/stylesheets/css/theme/theme.scss */
  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }
  /* line 8650, app/assets/stylesheets/css/theme/theme.scss */
  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 8654, app/assets/stylesheets/css/theme/theme.scss */
  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }
  /* line 8658, app/assets/stylesheets/css/theme/theme.scss */
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  /* line 8661, app/assets/stylesheets/css/theme/theme.scss */
  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 8665, app/assets/stylesheets/css/theme/theme.scss */
  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 8669, app/assets/stylesheets/css/theme/theme.scss */
  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 8673, app/assets/stylesheets/css/theme/theme.scss */
  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 8677, app/assets/stylesheets/css/theme/theme.scss */
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  /* line 8680, app/assets/stylesheets/css/theme/theme.scss */
  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 8684, app/assets/stylesheets/css/theme/theme.scss */
  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 8688, app/assets/stylesheets/css/theme/theme.scss */
  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 8692, app/assets/stylesheets/css/theme/theme.scss */
  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 8696, app/assets/stylesheets/css/theme/theme.scss */
  .m-md-n3 {
    margin: -1rem !important;
  }
  /* line 8699, app/assets/stylesheets/css/theme/theme.scss */
  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }
  /* line 8703, app/assets/stylesheets/css/theme/theme.scss */
  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }
  /* line 8707, app/assets/stylesheets/css/theme/theme.scss */
  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 8711, app/assets/stylesheets/css/theme/theme.scss */
  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }
  /* line 8715, app/assets/stylesheets/css/theme/theme.scss */
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  /* line 8718, app/assets/stylesheets/css/theme/theme.scss */
  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 8722, app/assets/stylesheets/css/theme/theme.scss */
  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 8726, app/assets/stylesheets/css/theme/theme.scss */
  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 8730, app/assets/stylesheets/css/theme/theme.scss */
  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 8734, app/assets/stylesheets/css/theme/theme.scss */
  .m-md-n5 {
    margin: -3rem !important;
  }
  /* line 8737, app/assets/stylesheets/css/theme/theme.scss */
  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }
  /* line 8741, app/assets/stylesheets/css/theme/theme.scss */
  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }
  /* line 8745, app/assets/stylesheets/css/theme/theme.scss */
  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 8749, app/assets/stylesheets/css/theme/theme.scss */
  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }
  /* line 8753, app/assets/stylesheets/css/theme/theme.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 8756, app/assets/stylesheets/css/theme/theme.scss */
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  /* line 8760, app/assets/stylesheets/css/theme/theme.scss */
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  /* line 8764, app/assets/stylesheets/css/theme/theme.scss */
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  /* line 8768, app/assets/stylesheets/css/theme/theme.scss */
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 8775, app/assets/stylesheets/css/theme/theme.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 8778, app/assets/stylesheets/css/theme/theme.scss */
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  /* line 8782, app/assets/stylesheets/css/theme/theme.scss */
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  /* line 8786, app/assets/stylesheets/css/theme/theme.scss */
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 8790, app/assets/stylesheets/css/theme/theme.scss */
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  /* line 8794, app/assets/stylesheets/css/theme/theme.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 8797, app/assets/stylesheets/css/theme/theme.scss */
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 8801, app/assets/stylesheets/css/theme/theme.scss */
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 8805, app/assets/stylesheets/css/theme/theme.scss */
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 8809, app/assets/stylesheets/css/theme/theme.scss */
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 8813, app/assets/stylesheets/css/theme/theme.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 8816, app/assets/stylesheets/css/theme/theme.scss */
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 8820, app/assets/stylesheets/css/theme/theme.scss */
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 8824, app/assets/stylesheets/css/theme/theme.scss */
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 8828, app/assets/stylesheets/css/theme/theme.scss */
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 8832, app/assets/stylesheets/css/theme/theme.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 8835, app/assets/stylesheets/css/theme/theme.scss */
  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 8839, app/assets/stylesheets/css/theme/theme.scss */
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 8843, app/assets/stylesheets/css/theme/theme.scss */
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 8847, app/assets/stylesheets/css/theme/theme.scss */
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 8851, app/assets/stylesheets/css/theme/theme.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 8854, app/assets/stylesheets/css/theme/theme.scss */
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 8858, app/assets/stylesheets/css/theme/theme.scss */
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 8862, app/assets/stylesheets/css/theme/theme.scss */
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 8866, app/assets/stylesheets/css/theme/theme.scss */
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 8870, app/assets/stylesheets/css/theme/theme.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 8873, app/assets/stylesheets/css/theme/theme.scss */
  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 8877, app/assets/stylesheets/css/theme/theme.scss */
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 8881, app/assets/stylesheets/css/theme/theme.scss */
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 8885, app/assets/stylesheets/css/theme/theme.scss */
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 8889, app/assets/stylesheets/css/theme/theme.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 8892, app/assets/stylesheets/css/theme/theme.scss */
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  /* line 8896, app/assets/stylesheets/css/theme/theme.scss */
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  /* line 8900, app/assets/stylesheets/css/theme/theme.scss */
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 8904, app/assets/stylesheets/css/theme/theme.scss */
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  /* line 8908, app/assets/stylesheets/css/theme/theme.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 8911, app/assets/stylesheets/css/theme/theme.scss */
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 8915, app/assets/stylesheets/css/theme/theme.scss */
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 8919, app/assets/stylesheets/css/theme/theme.scss */
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 8923, app/assets/stylesheets/css/theme/theme.scss */
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 8927, app/assets/stylesheets/css/theme/theme.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 8930, app/assets/stylesheets/css/theme/theme.scss */
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 8934, app/assets/stylesheets/css/theme/theme.scss */
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 8938, app/assets/stylesheets/css/theme/theme.scss */
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 8942, app/assets/stylesheets/css/theme/theme.scss */
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 8946, app/assets/stylesheets/css/theme/theme.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 8949, app/assets/stylesheets/css/theme/theme.scss */
  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 8953, app/assets/stylesheets/css/theme/theme.scss */
  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 8957, app/assets/stylesheets/css/theme/theme.scss */
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 8961, app/assets/stylesheets/css/theme/theme.scss */
  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 8965, app/assets/stylesheets/css/theme/theme.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 8968, app/assets/stylesheets/css/theme/theme.scss */
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 8972, app/assets/stylesheets/css/theme/theme.scss */
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 8976, app/assets/stylesheets/css/theme/theme.scss */
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 8980, app/assets/stylesheets/css/theme/theme.scss */
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 8984, app/assets/stylesheets/css/theme/theme.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 8987, app/assets/stylesheets/css/theme/theme.scss */
  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 8991, app/assets/stylesheets/css/theme/theme.scss */
  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 8995, app/assets/stylesheets/css/theme/theme.scss */
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 8999, app/assets/stylesheets/css/theme/theme.scss */
  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 9003, app/assets/stylesheets/css/theme/theme.scss */
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  /* line 9006, app/assets/stylesheets/css/theme/theme.scss */
  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 9010, app/assets/stylesheets/css/theme/theme.scss */
  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 9014, app/assets/stylesheets/css/theme/theme.scss */
  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 9018, app/assets/stylesheets/css/theme/theme.scss */
  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 9022, app/assets/stylesheets/css/theme/theme.scss */
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  /* line 9025, app/assets/stylesheets/css/theme/theme.scss */
  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 9029, app/assets/stylesheets/css/theme/theme.scss */
  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 9033, app/assets/stylesheets/css/theme/theme.scss */
  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 9037, app/assets/stylesheets/css/theme/theme.scss */
  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 9041, app/assets/stylesheets/css/theme/theme.scss */
  .m-lg-n3 {
    margin: -1rem !important;
  }
  /* line 9044, app/assets/stylesheets/css/theme/theme.scss */
  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }
  /* line 9048, app/assets/stylesheets/css/theme/theme.scss */
  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }
  /* line 9052, app/assets/stylesheets/css/theme/theme.scss */
  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 9056, app/assets/stylesheets/css/theme/theme.scss */
  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }
  /* line 9060, app/assets/stylesheets/css/theme/theme.scss */
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  /* line 9063, app/assets/stylesheets/css/theme/theme.scss */
  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 9067, app/assets/stylesheets/css/theme/theme.scss */
  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 9071, app/assets/stylesheets/css/theme/theme.scss */
  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 9075, app/assets/stylesheets/css/theme/theme.scss */
  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 9079, app/assets/stylesheets/css/theme/theme.scss */
  .m-lg-n5 {
    margin: -3rem !important;
  }
  /* line 9082, app/assets/stylesheets/css/theme/theme.scss */
  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }
  /* line 9086, app/assets/stylesheets/css/theme/theme.scss */
  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }
  /* line 9090, app/assets/stylesheets/css/theme/theme.scss */
  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 9094, app/assets/stylesheets/css/theme/theme.scss */
  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }
  /* line 9098, app/assets/stylesheets/css/theme/theme.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 9101, app/assets/stylesheets/css/theme/theme.scss */
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  /* line 9105, app/assets/stylesheets/css/theme/theme.scss */
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  /* line 9109, app/assets/stylesheets/css/theme/theme.scss */
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 9113, app/assets/stylesheets/css/theme/theme.scss */
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  /* line 9120, app/assets/stylesheets/css/theme/theme.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 9123, app/assets/stylesheets/css/theme/theme.scss */
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  /* line 9127, app/assets/stylesheets/css/theme/theme.scss */
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  /* line 9131, app/assets/stylesheets/css/theme/theme.scss */
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 9135, app/assets/stylesheets/css/theme/theme.scss */
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  /* line 9139, app/assets/stylesheets/css/theme/theme.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 9142, app/assets/stylesheets/css/theme/theme.scss */
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 9146, app/assets/stylesheets/css/theme/theme.scss */
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 9150, app/assets/stylesheets/css/theme/theme.scss */
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 9154, app/assets/stylesheets/css/theme/theme.scss */
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 9158, app/assets/stylesheets/css/theme/theme.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 9161, app/assets/stylesheets/css/theme/theme.scss */
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 9165, app/assets/stylesheets/css/theme/theme.scss */
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 9169, app/assets/stylesheets/css/theme/theme.scss */
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 9173, app/assets/stylesheets/css/theme/theme.scss */
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 9177, app/assets/stylesheets/css/theme/theme.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 9180, app/assets/stylesheets/css/theme/theme.scss */
  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 9184, app/assets/stylesheets/css/theme/theme.scss */
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 9188, app/assets/stylesheets/css/theme/theme.scss */
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 9192, app/assets/stylesheets/css/theme/theme.scss */
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 9196, app/assets/stylesheets/css/theme/theme.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 9199, app/assets/stylesheets/css/theme/theme.scss */
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 9203, app/assets/stylesheets/css/theme/theme.scss */
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 9207, app/assets/stylesheets/css/theme/theme.scss */
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 9211, app/assets/stylesheets/css/theme/theme.scss */
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 9215, app/assets/stylesheets/css/theme/theme.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 9218, app/assets/stylesheets/css/theme/theme.scss */
  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 9222, app/assets/stylesheets/css/theme/theme.scss */
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 9226, app/assets/stylesheets/css/theme/theme.scss */
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 9230, app/assets/stylesheets/css/theme/theme.scss */
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 9234, app/assets/stylesheets/css/theme/theme.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 9237, app/assets/stylesheets/css/theme/theme.scss */
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  /* line 9241, app/assets/stylesheets/css/theme/theme.scss */
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  /* line 9245, app/assets/stylesheets/css/theme/theme.scss */
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 9249, app/assets/stylesheets/css/theme/theme.scss */
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  /* line 9253, app/assets/stylesheets/css/theme/theme.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 9256, app/assets/stylesheets/css/theme/theme.scss */
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 9260, app/assets/stylesheets/css/theme/theme.scss */
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 9264, app/assets/stylesheets/css/theme/theme.scss */
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 9268, app/assets/stylesheets/css/theme/theme.scss */
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 9272, app/assets/stylesheets/css/theme/theme.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 9275, app/assets/stylesheets/css/theme/theme.scss */
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 9279, app/assets/stylesheets/css/theme/theme.scss */
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 9283, app/assets/stylesheets/css/theme/theme.scss */
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 9287, app/assets/stylesheets/css/theme/theme.scss */
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 9291, app/assets/stylesheets/css/theme/theme.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 9294, app/assets/stylesheets/css/theme/theme.scss */
  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 9298, app/assets/stylesheets/css/theme/theme.scss */
  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 9302, app/assets/stylesheets/css/theme/theme.scss */
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 9306, app/assets/stylesheets/css/theme/theme.scss */
  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 9310, app/assets/stylesheets/css/theme/theme.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 9313, app/assets/stylesheets/css/theme/theme.scss */
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 9317, app/assets/stylesheets/css/theme/theme.scss */
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 9321, app/assets/stylesheets/css/theme/theme.scss */
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 9325, app/assets/stylesheets/css/theme/theme.scss */
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 9329, app/assets/stylesheets/css/theme/theme.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 9332, app/assets/stylesheets/css/theme/theme.scss */
  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 9336, app/assets/stylesheets/css/theme/theme.scss */
  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 9340, app/assets/stylesheets/css/theme/theme.scss */
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 9344, app/assets/stylesheets/css/theme/theme.scss */
  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 9348, app/assets/stylesheets/css/theme/theme.scss */
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  /* line 9351, app/assets/stylesheets/css/theme/theme.scss */
  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 9355, app/assets/stylesheets/css/theme/theme.scss */
  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 9359, app/assets/stylesheets/css/theme/theme.scss */
  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 9363, app/assets/stylesheets/css/theme/theme.scss */
  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 9367, app/assets/stylesheets/css/theme/theme.scss */
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  /* line 9370, app/assets/stylesheets/css/theme/theme.scss */
  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 9374, app/assets/stylesheets/css/theme/theme.scss */
  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 9378, app/assets/stylesheets/css/theme/theme.scss */
  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 9382, app/assets/stylesheets/css/theme/theme.scss */
  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 9386, app/assets/stylesheets/css/theme/theme.scss */
  .m-xl-n3 {
    margin: -1rem !important;
  }
  /* line 9389, app/assets/stylesheets/css/theme/theme.scss */
  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }
  /* line 9393, app/assets/stylesheets/css/theme/theme.scss */
  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }
  /* line 9397, app/assets/stylesheets/css/theme/theme.scss */
  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 9401, app/assets/stylesheets/css/theme/theme.scss */
  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }
  /* line 9405, app/assets/stylesheets/css/theme/theme.scss */
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  /* line 9408, app/assets/stylesheets/css/theme/theme.scss */
  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 9412, app/assets/stylesheets/css/theme/theme.scss */
  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 9416, app/assets/stylesheets/css/theme/theme.scss */
  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 9420, app/assets/stylesheets/css/theme/theme.scss */
  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 9424, app/assets/stylesheets/css/theme/theme.scss */
  .m-xl-n5 {
    margin: -3rem !important;
  }
  /* line 9427, app/assets/stylesheets/css/theme/theme.scss */
  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }
  /* line 9431, app/assets/stylesheets/css/theme/theme.scss */
  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }
  /* line 9435, app/assets/stylesheets/css/theme/theme.scss */
  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 9439, app/assets/stylesheets/css/theme/theme.scss */
  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }
  /* line 9443, app/assets/stylesheets/css/theme/theme.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 9446, app/assets/stylesheets/css/theme/theme.scss */
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  /* line 9450, app/assets/stylesheets/css/theme/theme.scss */
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  /* line 9454, app/assets/stylesheets/css/theme/theme.scss */
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 9458, app/assets/stylesheets/css/theme/theme.scss */
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}

/* line 9464, app/assets/stylesheets/css/theme/theme.scss */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

/* line 9476, app/assets/stylesheets/css/theme/theme.scss */
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

/* line 9480, app/assets/stylesheets/css/theme/theme.scss */
.text-justify {
  text-align: justify !important;
}

/* line 9484, app/assets/stylesheets/css/theme/theme.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 9488, app/assets/stylesheets/css/theme/theme.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 9492, app/assets/stylesheets/css/theme/theme.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 9498, app/assets/stylesheets/css/theme/theme.scss */
.text-left {
  text-align: left !important;
}

/* line 9502, app/assets/stylesheets/css/theme/theme.scss */
.text-right {
  text-align: right !important;
}

/* line 9506, app/assets/stylesheets/css/theme/theme.scss */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 9511, app/assets/stylesheets/css/theme/theme.scss */
  .text-sm-left {
    text-align: left !important;
  }
  /* line 9514, app/assets/stylesheets/css/theme/theme.scss */
  .text-sm-right {
    text-align: right !important;
  }
  /* line 9517, app/assets/stylesheets/css/theme/theme.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 9523, app/assets/stylesheets/css/theme/theme.scss */
  .text-md-left {
    text-align: left !important;
  }
  /* line 9526, app/assets/stylesheets/css/theme/theme.scss */
  .text-md-right {
    text-align: right !important;
  }
  /* line 9529, app/assets/stylesheets/css/theme/theme.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 9535, app/assets/stylesheets/css/theme/theme.scss */
  .text-lg-left {
    text-align: left !important;
  }
  /* line 9538, app/assets/stylesheets/css/theme/theme.scss */
  .text-lg-right {
    text-align: right !important;
  }
  /* line 9541, app/assets/stylesheets/css/theme/theme.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 9547, app/assets/stylesheets/css/theme/theme.scss */
  .text-xl-left {
    text-align: left !important;
  }
  /* line 9550, app/assets/stylesheets/css/theme/theme.scss */
  .text-xl-right {
    text-align: right !important;
  }
  /* line 9553, app/assets/stylesheets/css/theme/theme.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

/* line 9558, app/assets/stylesheets/css/theme/theme.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 9562, app/assets/stylesheets/css/theme/theme.scss */
.text-uppercase, .dropdown .dropdown-menu .dropdown-header, .sidebar .sidebar-heading {
  text-transform: uppercase !important;
}

/* line 9566, app/assets/stylesheets/css/theme/theme.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 9570, app/assets/stylesheets/css/theme/theme.scss */
.font-weight-light {
  font-weight: 300 !important;
}

/* line 9574, app/assets/stylesheets/css/theme/theme.scss */
.font-weight-lighter {
  font-weight: lighter !important;
}

/* line 9578, app/assets/stylesheets/css/theme/theme.scss */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 9582, app/assets/stylesheets/css/theme/theme.scss */
.font-weight-bold {
  font-weight: 700 !important;
}

/* line 9586, app/assets/stylesheets/css/theme/theme.scss */
.font-weight-bolder {
  font-weight: bolder !important;
}

/* line 9590, app/assets/stylesheets/css/theme/theme.scss */
.font-italic {
  font-style: italic !important;
}

/* line 9594, app/assets/stylesheets/css/theme/theme.scss */
.text-white {
  color: #fff !important;
}

/* line 9598, app/assets/stylesheets/css/theme/theme.scss */
.text-primary {
  color: #ead138 !important;
}

/* line 9602, app/assets/stylesheets/css/theme/theme.scss */
a.text-primary:hover, a.text-primary:focus {
  color: #224abe !important;
}

/* line 9606, app/assets/stylesheets/css/theme/theme.scss */
.text-secondary {
  color: #858796 !important;
}

/* line 9610, app/assets/stylesheets/css/theme/theme.scss */
a.text-secondary:hover, a.text-secondary:focus {
  color: #60616f !important;
}

/* line 9614, app/assets/stylesheets/css/theme/theme.scss */
.text-success {
  color: #1cc88a !important;
}

/* line 9618, app/assets/stylesheets/css/theme/theme.scss */
a.text-success:hover, a.text-success:focus {
  color: #13855c !important;
}

/* line 9622, app/assets/stylesheets/css/theme/theme.scss */
.text-info {
  color: #36b9cc !important;
}

/* line 9626, app/assets/stylesheets/css/theme/theme.scss */
a.text-info:hover, a.text-info:focus {
  color: #258391 !important;
}

/* line 9630, app/assets/stylesheets/css/theme/theme.scss */
.text-warning {
  color: #f6c23e !important;
}

/* line 9634, app/assets/stylesheets/css/theme/theme.scss */
a.text-warning:hover, a.text-warning:focus {
  color: #dda20a !important;
}

/* line 9638, app/assets/stylesheets/css/theme/theme.scss */
.text-danger {
  color: #e74a3b !important;
}

/* line 9642, app/assets/stylesheets/css/theme/theme.scss */
a.text-danger:hover, a.text-danger:focus {
  color: #be2617 !important;
}

/* line 9646, app/assets/stylesheets/css/theme/theme.scss */
.text-light {
  color: #f8f9fc !important;
}

/* line 9650, app/assets/stylesheets/css/theme/theme.scss */
a.text-light:hover, a.text-light:focus {
  color: #c2cbe5 !important;
}

/* line 9654, app/assets/stylesheets/css/theme/theme.scss */
.text-dark {
  color: #5a5c69 !important;
}

/* line 9658, app/assets/stylesheets/css/theme/theme.scss */
a.text-dark:hover, a.text-dark:focus {
  color: #373840 !important;
}

/* line 9662, app/assets/stylesheets/css/theme/theme.scss */
.text-body {
  color: #858796 !important;
}

/* line 9666, app/assets/stylesheets/css/theme/theme.scss */
.text-muted {
  color: #858796 !important;
}

/* line 9670, app/assets/stylesheets/css/theme/theme.scss */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 9674, app/assets/stylesheets/css/theme/theme.scss */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 9678, app/assets/stylesheets/css/theme/theme.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 9686, app/assets/stylesheets/css/theme/theme.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 9690, app/assets/stylesheets/css/theme/theme.scss */
.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

/* line 9695, app/assets/stylesheets/css/theme/theme.scss */
.text-reset {
  color: inherit !important;
}

/* line 9699, app/assets/stylesheets/css/theme/theme.scss */
.visible {
  visibility: visible !important;
}

/* line 9703, app/assets/stylesheets/css/theme/theme.scss */
.invisible {
  visibility: hidden !important;
}

@media print {
  /* line 9708, app/assets/stylesheets/css/theme/theme.scss */
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  /* line 9714, app/assets/stylesheets/css/theme/theme.scss */
  a:not(.btn) {
    text-decoration: underline;
  }
  /* line 9717, app/assets/stylesheets/css/theme/theme.scss */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /* line 9720, app/assets/stylesheets/css/theme/theme.scss */
  pre {
    white-space: pre-wrap !important;
  }
  /* line 9723, app/assets/stylesheets/css/theme/theme.scss */
  pre,
blockquote {
    border: 1px solid #b7b9cc;
    page-break-inside: avoid;
  }
  /* line 9728, app/assets/stylesheets/css/theme/theme.scss */
  thead {
    display: table-header-group;
  }
  /* line 9731, app/assets/stylesheets/css/theme/theme.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 9735, app/assets/stylesheets/css/theme/theme.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 9741, app/assets/stylesheets/css/theme/theme.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  /* line 9748, app/assets/stylesheets/css/theme/theme.scss */
  body {
    min-width: 992px !important;
  }
  /* line 9751, app/assets/stylesheets/css/theme/theme.scss */
  .container {
    min-width: 992px !important;
  }
  /* line 9754, app/assets/stylesheets/css/theme/theme.scss */
  .navbar {
    display: none;
  }
  /* line 9757, app/assets/stylesheets/css/theme/theme.scss */
  .badge {
    border: 1px solid #000;
  }
  /* line 9760, app/assets/stylesheets/css/theme/theme.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 9763, app/assets/stylesheets/css/theme/theme.scss */
  .table td,
.table th {
    background-color: #fff !important;
  }
  /* line 9767, app/assets/stylesheets/css/theme/theme.scss */
  .table-bordered th,
.table-bordered td {
    border: 1px solid #dddfeb !important;
  }
  /* line 9771, app/assets/stylesheets/css/theme/theme.scss */
  .table-dark {
    color: inherit;
  }
  /* line 9774, app/assets/stylesheets/css/theme/theme.scss */
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #e3e6f0;
  }
  /* line 9780, app/assets/stylesheets/css/theme/theme.scss */
  .table .thead-dark th {
    color: inherit;
    border-color: #e3e6f0;
  }
}

/* line 9786, app/assets/stylesheets/css/theme/theme.scss */
html {
  position: relative;
  min-height: 100%;
}

/* line 9791, app/assets/stylesheets/css/theme/theme.scss */
body {
  height: 100%;
}

/* line 9795, app/assets/stylesheets/css/theme/theme.scss */
a:focus {
  outline: none;
}

/* line 9799, app/assets/stylesheets/css/theme/theme.scss */
#wrapper {
  display: flex;
}

/* line 9803, app/assets/stylesheets/css/theme/theme.scss */
#wrapper #content-wrapper {
  background-color: #f8f9fc;
  width: 100%;
  overflow-x: hidden;
}

/* line 9809, app/assets/stylesheets/css/theme/theme.scss */
#wrapper #content-wrapper #content {
  flex: 1 0 auto;
}

/* line 9813, app/assets/stylesheets/css/theme/theme.scss */
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* line 9823, app/assets/stylesheets/css/theme/theme.scss */
.scroll-to-top {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  display: none;
  width: 2.75rem;
  height: 2.75rem;
  text-align: center;
  color: #fff;
  background: rgba(90, 92, 105, 0.5);
  line-height: 46px;
}

/* line 9836, app/assets/stylesheets/css/theme/theme.scss */
.scroll-to-top:focus, .scroll-to-top:hover {
  color: white;
}

/* line 9840, app/assets/stylesheets/css/theme/theme.scss */
.scroll-to-top:hover {
  background: #5a5c69;
}

/* line 9844, app/assets/stylesheets/css/theme/theme.scss */
.scroll-to-top i {
  font-weight: 800;
}

@keyframes growIn {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/* line 9870, app/assets/stylesheets/css/theme/theme.scss */
.animated--grow-in, .sidebar .nav-item .collapse {
  animation-name: growIn;
  animation-duration: 200ms;
  animation-timing-function: transform cubic-bezier(0.18, 1.25, 0.4, 1), opacity cubic-bezier(0, 1, 0.4, 1);
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* line 9897, app/assets/stylesheets/css/theme/theme.scss */
.animated--fade-in {
  animation-name: fadeIn;
  animation-duration: 200ms;
  animation-timing-function: opacity cubic-bezier(0, 1, 0.4, 1);
}

/* line 9906, app/assets/stylesheets/css/theme/theme.scss */
.bg-gradient-primary {
  background-color: #ead138;
  background-image: linear-gradient(180deg, #ead138 10%, #224abe 100%);
  background-size: cover;
}

/* line 9912, app/assets/stylesheets/css/theme/theme.scss */
.bg-gradient-secondary {
  background-color: #858796;
  background-image: linear-gradient(180deg, #858796 10%, #60616f 100%);
  background-size: cover;
}

/* line 9918, app/assets/stylesheets/css/theme/theme.scss */
.bg-gradient-success {
  background-color: #1cc88a;
  background-image: linear-gradient(180deg, #1cc88a 10%, #13855c 100%);
  background-size: cover;
}

/* line 9924, app/assets/stylesheets/css/theme/theme.scss */
.bg-gradient-info {
  background-color: #36b9cc;
  background-image: linear-gradient(180deg, #36b9cc 10%, #258391 100%);
  background-size: cover;
}

/* line 9930, app/assets/stylesheets/css/theme/theme.scss */
.bg-gradient-warning {
  background-color: #f6c23e;
  background-image: linear-gradient(180deg, #f6c23e 10%, #dda20a 100%);
  background-size: cover;
}

/* line 9936, app/assets/stylesheets/css/theme/theme.scss */
.bg-gradient-danger {
  background-color: #e74a3b;
  background-image: linear-gradient(180deg, #e74a3b 10%, #be2617 100%);
  background-size: cover;
}

/* line 9942, app/assets/stylesheets/css/theme/theme.scss */
.bg-gradient-light {
  background-color: #f8f9fc;
  background-image: linear-gradient(180deg, #f8f9fc 10%, #c2cbe5 100%);
  background-size: cover;
}

/* line 9948, app/assets/stylesheets/css/theme/theme.scss */
.bg-gradient-dark {
  background-color: #5a5c69;
  background-image: linear-gradient(180deg, #5a5c69 10%, #373840 100%);
  background-size: cover;
}

/* line 9954, app/assets/stylesheets/css/theme/theme.scss */
.bg-gray-100 {
  background-color: #f8f9fc !important;
}

/* line 9958, app/assets/stylesheets/css/theme/theme.scss */
.bg-gray-200 {
  background-color: #eaecf4 !important;
}

/* line 9962, app/assets/stylesheets/css/theme/theme.scss */
.bg-gray-300 {
  background-color: #dddfeb !important;
}

/* line 9966, app/assets/stylesheets/css/theme/theme.scss */
.bg-gray-400 {
  background-color: #d1d3e2 !important;
}

/* line 9970, app/assets/stylesheets/css/theme/theme.scss */
.bg-gray-500 {
  background-color: #b7b9cc !important;
}

/* line 9974, app/assets/stylesheets/css/theme/theme.scss */
.bg-gray-600 {
  background-color: #858796 !important;
}

/* line 9978, app/assets/stylesheets/css/theme/theme.scss */
.bg-gray-700 {
  background-color: #6e707e !important;
}

/* line 9982, app/assets/stylesheets/css/theme/theme.scss */
.bg-gray-800 {
  background-color: #5a5c69 !important;
}

/* line 9986, app/assets/stylesheets/css/theme/theme.scss */
.bg-gray-900 {
  background-color: #3a3b45 !important;
}

/* line 9990, app/assets/stylesheets/css/theme/theme.scss */
.o-hidden {
  overflow: hidden !important;
}

/* line 9994, app/assets/stylesheets/css/theme/theme.scss */
.text-xs {
  font-size: .7rem;
}

/* line 9998, app/assets/stylesheets/css/theme/theme.scss */
.text-lg {
  font-size: 1.2rem;
}

/* line 10002, app/assets/stylesheets/css/theme/theme.scss */
.text-gray-100 {
  color: #f8f9fc !important;
}

/* line 10006, app/assets/stylesheets/css/theme/theme.scss */
.text-gray-200 {
  color: #eaecf4 !important;
}

/* line 10010, app/assets/stylesheets/css/theme/theme.scss */
.text-gray-300 {
  color: #dddfeb !important;
}

/* line 10014, app/assets/stylesheets/css/theme/theme.scss */
.text-gray-400 {
  color: #d1d3e2 !important;
}

/* line 10018, app/assets/stylesheets/css/theme/theme.scss */
.text-gray-500 {
  color: #b7b9cc !important;
}

/* line 10022, app/assets/stylesheets/css/theme/theme.scss */
.text-gray-600 {
  color: #858796 !important;
}

/* line 10026, app/assets/stylesheets/css/theme/theme.scss */
.text-gray-700 {
  color: #6e707e !important;
}

/* line 10030, app/assets/stylesheets/css/theme/theme.scss */
.text-gray-800 {
  color: #5a5c69 !important;
}

/* line 10034, app/assets/stylesheets/css/theme/theme.scss */
.text-gray-900 {
  color: #3a3b45 !important;
}

/* line 10038, app/assets/stylesheets/css/theme/theme.scss */
.icon-circle {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 10047, app/assets/stylesheets/css/theme/theme.scss */
.border-left-primary {
  border-left: 0.25rem solid #ead138 !important;
}

/* line 10051, app/assets/stylesheets/css/theme/theme.scss */
.border-bottom-primary {
  border-bottom: 0.25rem solid #ead138 !important;
}

/* line 10055, app/assets/stylesheets/css/theme/theme.scss */
.border-left-secondary {
  border-left: 0.25rem solid #858796 !important;
}

/* line 10059, app/assets/stylesheets/css/theme/theme.scss */
.border-bottom-secondary {
  border-bottom: 0.25rem solid #858796 !important;
}

/* line 10063, app/assets/stylesheets/css/theme/theme.scss */
.border-left-success {
  border-left: 0.25rem solid #1cc88a !important;
}

/* line 10067, app/assets/stylesheets/css/theme/theme.scss */
.border-bottom-success {
  border-bottom: 0.25rem solid #1cc88a !important;
}

/* line 10071, app/assets/stylesheets/css/theme/theme.scss */
.border-left-info {
  border-left: 0.25rem solid #36b9cc !important;
}

/* line 10075, app/assets/stylesheets/css/theme/theme.scss */
.border-bottom-info {
  border-bottom: 0.25rem solid #36b9cc !important;
}

/* line 10079, app/assets/stylesheets/css/theme/theme.scss */
.border-left-warning {
  border-left: 0.25rem solid #f6c23e !important;
}

/* line 10083, app/assets/stylesheets/css/theme/theme.scss */
.border-bottom-warning {
  border-bottom: 0.25rem solid #f6c23e !important;
}

/* line 10087, app/assets/stylesheets/css/theme/theme.scss */
.border-left-danger {
  border-left: 0.25rem solid #e74a3b !important;
}

/* line 10091, app/assets/stylesheets/css/theme/theme.scss */
.border-bottom-danger {
  border-bottom: 0.25rem solid #e74a3b !important;
}

/* line 10095, app/assets/stylesheets/css/theme/theme.scss */
.border-left-light {
  border-left: 0.25rem solid #f8f9fc !important;
}

/* line 10099, app/assets/stylesheets/css/theme/theme.scss */
.border-bottom-light {
  border-bottom: 0.25rem solid #f8f9fc !important;
}

/* line 10103, app/assets/stylesheets/css/theme/theme.scss */
.border-left-dark {
  border-left: 0.25rem solid #5a5c69 !important;
}

/* line 10107, app/assets/stylesheets/css/theme/theme.scss */
.border-bottom-dark {
  border-bottom: 0.25rem solid #5a5c69 !important;
}

/* line 10111, app/assets/stylesheets/css/theme/theme.scss */
.progress-sm {
  height: .5rem;
}

/* line 10115, app/assets/stylesheets/css/theme/theme.scss */
.rotate-15 {
  transform: rotate(15deg);
}

/* line 10119, app/assets/stylesheets/css/theme/theme.scss */
.rotate-n-15 {
  transform: rotate(-15deg);
}

/* line 10123, app/assets/stylesheets/css/theme/theme.scss */
.dropdown .dropdown-menu {
  font-size: 0.85rem;
}

/* line 10127, app/assets/stylesheets/css/theme/theme.scss */
.dropdown .dropdown-menu .dropdown-header {
  font-weight: 800;
  font-size: 0.65rem;
  color: #b7b9cc;
}

/* line 10133, app/assets/stylesheets/css/theme/theme.scss */
.dropdown.no-arrow .dropdown-toggle::after {
  display: none;
}

/* line 10137, app/assets/stylesheets/css/theme/theme.scss */
.sidebar .nav-item.dropdown .dropdown-toggle::after,
.topbar .nav-item.dropdown .dropdown-toggle::after {
  width: 1rem;
  text-align: center;
  float: right;
  vertical-align: 0;
  border: 0;
  font-weight: 900;
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
}

/* line 10149, app/assets/stylesheets/css/theme/theme.scss */
.sidebar .nav-item.dropdown.show .dropdown-toggle::after,
.topbar .nav-item.dropdown.show .dropdown-toggle::after {
  content: '\f107';
}

/* line 10154, app/assets/stylesheets/css/theme/theme.scss */
.sidebar .nav-item .nav-link,
.topbar .nav-item .nav-link {
  position: relative;
}

/* line 10159, app/assets/stylesheets/css/theme/theme.scss */
.sidebar .nav-item .nav-link .badge-counter,
.topbar .nav-item .nav-link .badge-counter {
  position: absolute;
  transform: scale(0.7);
  transform-origin: top right;
  right: .25rem;
  margin-top: -.25rem;
}

/* line 10168, app/assets/stylesheets/css/theme/theme.scss */
.sidebar .nav-item .nav-link .img-profile,
.topbar .nav-item .nav-link .img-profile {
  height: 2rem;
  width: 2rem;
}

/* line 10178, app/assets/stylesheets/css/theme/theme.scss */
.topbar #sidebarToggleTop {
  height: 2.5rem;
  width: 2.5rem;
}

/* line 10183, app/assets/stylesheets/css/theme/theme.scss */
.topbar #sidebarToggleTop:hover {
  background-color: #EBE3B0;
  border: none;
}

/* line 10188, app/assets/stylesheets/css/theme/theme.scss */
.topbar #sidebarToggleTop:active {
  background-color: #EBE3B0;
  border: none;
}

/* line 10193, app/assets/stylesheets/css/theme/theme.scss */
.topbar .navbar-search {
  width: 25rem;
}

/* line 10197, app/assets/stylesheets/css/theme/theme.scss */
.topbar .navbar-search input {
  font-size: 0.85rem;
  height: auto;
}

/* line 10202, app/assets/stylesheets/css/theme/theme.scss */
.topbar .topbar-divider {
  width: 0;
  border-right: 1px solid #e3e6f0;
  height: calc(4.375rem - 2rem);
  margin: auto 1rem;
}

/* line 10209, app/assets/stylesheets/css/theme/theme.scss */
.topbar .nav-item .nav-link {
  height: 4.375rem;
  display: flex;
  align-items: center;
  padding: 0 0.75rem;
}

/* line 10216, app/assets/stylesheets/css/theme/theme.scss */
.topbar .nav-item .nav-link:focus {
  outline: none;
}

/* line 10220, app/assets/stylesheets/css/theme/theme.scss */
.topbar .nav-item:focus {
  outline: none;
}

/* line 10224, app/assets/stylesheets/css/theme/theme.scss */
.topbar .dropdown {
  position: static;
}

/* line 10228, app/assets/stylesheets/css/theme/theme.scss */
.topbar .dropdown .dropdown-menu {
  width: calc(100% - 1.5rem);
  right: 0.75rem;
}

/* line 10233, app/assets/stylesheets/css/theme/theme.scss */
.topbar .dropdown-list {
  padding: 0;
  border: none;
  overflow: hidden;
}

/* line 10239, app/assets/stylesheets/css/theme/theme.scss */
.topbar .dropdown-list .dropdown-header {
  background-color: #ead138;
  border: 1px solid #ead138;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #fff;
}

/* line 10247, app/assets/stylesheets/css/theme/theme.scss */
.topbar .dropdown-list .dropdown-item {
  white-space: normal;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-left: 1px solid #e3e6f0;
  border-right: 1px solid #e3e6f0;
  border-bottom: 1px solid #e3e6f0;
  line-height: 1.3rem;
}

/* line 10257, app/assets/stylesheets/css/theme/theme.scss */
.topbar .dropdown-list .dropdown-item .dropdown-list-image {
  position: relative;
  height: 2.5rem;
  width: 2.5rem;
}

/* line 10263, app/assets/stylesheets/css/theme/theme.scss */
.topbar .dropdown-list .dropdown-item .dropdown-list-image img {
  height: 2.5rem;
  width: 2.5rem;
}

/* line 10268, app/assets/stylesheets/css/theme/theme.scss */
.topbar .dropdown-list .dropdown-item .dropdown-list-image .status-indicator {
  background-color: #eaecf4;
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  border: 0.125rem solid #fff;
}

/* line 10279, app/assets/stylesheets/css/theme/theme.scss */
.topbar .dropdown-list .dropdown-item .text-truncate {
  max-width: 10rem;
}

/* line 10283, app/assets/stylesheets/css/theme/theme.scss */
.topbar .dropdown-list .dropdown-item:active {
  background-color: #eaecf4;
  color: #3a3b45;
}

@media (min-width: 576px) {
  /* line 10289, app/assets/stylesheets/css/theme/theme.scss */
  .topbar .dropdown {
    position: relative;
  }
  /* line 10292, app/assets/stylesheets/css/theme/theme.scss */
  .topbar .dropdown .dropdown-menu {
    width: auto;
    right: 0;
  }
  /* line 10296, app/assets/stylesheets/css/theme/theme.scss */
  .topbar .dropdown-list {
    width: 20rem !important;
  }
  /* line 10299, app/assets/stylesheets/css/theme/theme.scss */
  .topbar .dropdown-list .dropdown-item .text-truncate {
    max-width: 13.375rem;
  }
}

/* line 10304, app/assets/stylesheets/css/theme/theme.scss */
.topbar.navbar-dark .navbar-nav .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.8);
}

/* line 10308, app/assets/stylesheets/css/theme/theme.scss */
.topbar.navbar-dark .navbar-nav .nav-item .nav-link:hover {
  color: #fff;
}

/* line 10312, app/assets/stylesheets/css/theme/theme.scss */
.topbar.navbar-dark .navbar-nav .nav-item .nav-link:active {
  color: #fff;
}

/* line 10316, app/assets/stylesheets/css/theme/theme.scss */
.topbar.navbar-light .navbar-nav .nav-item .nav-link {
  color: #d1d3e2;
}

/* line 10320, app/assets/stylesheets/css/theme/theme.scss */
.topbar.navbar-light .navbar-nav .nav-item .nav-link:hover {
  color: #b7b9cc;
}

/* line 10324, app/assets/stylesheets/css/theme/theme.scss */
.topbar.navbar-light .navbar-nav .nav-item .nav-link:active {
  color: #858796;
}

/* line 10328, app/assets/stylesheets/css/theme/theme.scss */
.sidebar {
  width: 6.5rem;
  min-height: 100vh;
}

/* line 10333, app/assets/stylesheets/css/theme/theme.scss */
.sidebar .nav-item {
  position: relative;
}

/* line 10337, app/assets/stylesheets/css/theme/theme.scss */
.sidebar .nav-item:last-child {
  margin-bottom: 1rem;
}

/* line 10341, app/assets/stylesheets/css/theme/theme.scss */
.sidebar .nav-item .nav-link {
  text-align: center;
  padding: 0.75rem 1rem;
  width: 6.5rem;
}

/* line 10347, app/assets/stylesheets/css/theme/theme.scss */
.sidebar .nav-item .nav-link span {
  font-size: 0.65rem;
  display: block;
}

/* line 10352, app/assets/stylesheets/css/theme/theme.scss */
.sidebar .nav-item.active .nav-link {
  font-weight: 700;
}

/* line 10356, app/assets/stylesheets/css/theme/theme.scss */
.sidebar .nav-item .collapse {
  position: absolute;
  left: calc(6.5rem + 1.5rem / 2);
  z-index: 1;
  top: 2px;
}

/* line 10363, app/assets/stylesheets/css/theme/theme.scss */
.sidebar .nav-item .collapse .collapse-inner {
  border-radius: 0.35rem;
  box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
}

/* line 10368, app/assets/stylesheets/css/theme/theme.scss */
.sidebar .nav-item .collapsing {
  display: none;
  transition: none;
}

/* line 10373, app/assets/stylesheets/css/theme/theme.scss */
.sidebar .nav-item .collapse .collapse-inner,
.sidebar .nav-item .collapsing .collapse-inner {
  padding: .5rem 0;
  min-width: 10rem;
  font-size: 0.85rem;
  margin: 0 0 1rem 0;
}

/* line 10381, app/assets/stylesheets/css/theme/theme.scss */
.sidebar .nav-item .collapse .collapse-inner .collapse-header,
.sidebar .nav-item .collapsing .collapse-inner .collapse-header {
  margin: 0;
  white-space: nowrap;
  padding: .5rem 1.5rem;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 0.65rem;
  color: #b7b9cc;
}

/* line 10392, app/assets/stylesheets/css/theme/theme.scss */
.sidebar .nav-item .collapse .collapse-inner .collapse-item,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item {
  padding: 0.5rem 1rem;
  margin: 0 0.5rem;
  display: block;
  color: #3a3b45;
  text-decoration: none;
  border-radius: 0.35rem;
  white-space: nowrap;
}

/* line 10403, app/assets/stylesheets/css/theme/theme.scss */
.sidebar .nav-item .collapse .collapse-inner .collapse-item:hover,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item:hover {
  background-color: #eaecf4;
}

/* line 10408, app/assets/stylesheets/css/theme/theme.scss */
.sidebar .nav-item .collapse .collapse-inner .collapse-item:active,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item:active {
  background-color: #dddfeb;
}

/* line 10413, app/assets/stylesheets/css/theme/theme.scss */
.sidebar .nav-item .collapse .collapse-inner .collapse-item.active,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item.active {
  color: #ead138;
  font-weight: 700;
}

/* line 10419, app/assets/stylesheets/css/theme/theme.scss */
.sidebar #sidebarToggle {
  cursor: pointer;
}

/* line 10423, app/assets/stylesheets/css/theme/theme.scss */
.sidebar #sidebarToggle::after {
  margin-right: 0.1rem;
}

/* line 10427, app/assets/stylesheets/css/theme/theme.scss */
.sidebar #sidebarToggle:hover {
  text-decoration: none;
}

/* line 10431, app/assets/stylesheets/css/theme/theme.scss */
.sidebar #sidebarToggle:focus {
  outline: none;
}

/* line 10435, app/assets/stylesheets/css/theme/theme.scss */
.sidebar.toggled {
  width: 0 !important;
  overflow: hidden;
}

/* line 10444, app/assets/stylesheets/css/theme/theme.scss */
.sidebar.toggled .sidebar-card {
  display: none;
}

/* line 10448, app/assets/stylesheets/css/theme/theme.scss */
.sidebar .sidebar-brand {
  height: 4.375rem;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 800;
  padding: 1.5rem 1rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  z-index: 1;
}

/* line 10460, app/assets/stylesheets/css/theme/theme.scss */
.sidebar .sidebar-brand .sidebar-brand-icon i {
  font-size: 2rem;
}

/* line 10464, app/assets/stylesheets/css/theme/theme.scss */
.sidebar .sidebar-brand .sidebar-brand-text {
  display: none;
}

/* line 10468, app/assets/stylesheets/css/theme/theme.scss */
.sidebar hr.sidebar-divider {
  margin: 0 1rem 1rem;
}

/* line 10472, app/assets/stylesheets/css/theme/theme.scss */
.sidebar .sidebar-heading {
  text-align: center;
  padding: 0 1rem;
  font-weight: 800;
  font-size: 0.65rem;
}

/* line 10479, app/assets/stylesheets/css/theme/theme.scss */
.sidebar .sidebar-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.875rem;
  border-radius: 0.35rem;
  color: rgba(255, 255, 255, 0.8);
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 10493, app/assets/stylesheets/css/theme/theme.scss */
.sidebar .sidebar-card .sidebar-card-illustration {
  height: 3rem;
  display: block;
}

/* line 10498, app/assets/stylesheets/css/theme/theme.scss */
.sidebar .sidebar-card .sidebar-card-title {
  font-weight: bold;
}

/* line 10502, app/assets/stylesheets/css/theme/theme.scss */
.sidebar .sidebar-card p {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
}

@media (min-width: 768px) {
  /* line 10508, app/assets/stylesheets/css/theme/theme.scss */
  .sidebar {
    width: 14rem !important;
  }
  /* line 10511, app/assets/stylesheets/css/theme/theme.scss */
  .sidebar .nav-item .collapse {
    position: relative;
    left: 0;
    z-index: 1;
    top: 0;
    animation: none;
  }
  /* line 10519, app/assets/stylesheets/css/theme/theme.scss */
  .sidebar .nav-item .collapse .collapse-inner {
    border-radius: 0;
    box-shadow: none;
  }
  /* line 10523, app/assets/stylesheets/css/theme/theme.scss */
  .sidebar .nav-item .collapsing {
    display: block;
    transition: height 0.15s ease;
  }
  /* line 10527, app/assets/stylesheets/css/theme/theme.scss */
  .sidebar .nav-item .collapse,
.sidebar .nav-item .collapsing {
    margin: 0 1rem;
  }
  /* line 10531, app/assets/stylesheets/css/theme/theme.scss */
  .sidebar .nav-item .nav-link {
    display: block;
    width: 100%;
    text-align: left;
    padding: 1rem;
    width: 14rem;
  }
  /* line 10538, app/assets/stylesheets/css/theme/theme.scss */
  .sidebar .nav-item .nav-link i {
    font-size: 0.85rem;
    margin-right: 0.25rem;
  }
  /* line 10542, app/assets/stylesheets/css/theme/theme.scss */
  .sidebar .nav-item .nav-link span {
    font-size: 0.85rem;
    display: inline;
  }
  /* line 10546, app/assets/stylesheets/css/theme/theme.scss */
  .sidebar .nav-item .nav-link[data-toggle="collapse"]::after {
    width: 1rem;
    text-align: center;
    float: right;
    vertical-align: 0;
    border: 0;
    font-weight: 900;
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
  }
  /* line 10556, app/assets/stylesheets/css/theme/theme.scss */
  .sidebar .nav-item .nav-link.collapsed[data-toggle="collapse"]::after {
    content: '\f105';
  }
  /* line 10559, app/assets/stylesheets/css/theme/theme.scss */
  .sidebar .sidebar-brand .sidebar-brand-icon i {
    font-size: 2rem;
  }
  /* line 10562, app/assets/stylesheets/css/theme/theme.scss */
  .sidebar .sidebar-brand .sidebar-brand-text {
    display: inline;
  }
  /* line 10565, app/assets/stylesheets/css/theme/theme.scss */
  .sidebar .sidebar-heading {
    text-align: left;
  }
  /* line 10568, app/assets/stylesheets/css/theme/theme.scss */
  .sidebar.toggled {
    overflow: visible;
    width: 6.5rem !important;
  }
  /* line 10572, app/assets/stylesheets/css/theme/theme.scss */
  .sidebar.toggled .nav-item .collapse {
    position: absolute;
    left: calc(6.5rem + 1.5rem / 2);
    z-index: 1;
    top: 2px;
    animation-name: growIn;
    animation-duration: 200ms;
    animation-timing-function: transform cubic-bezier(0.18, 1.25, 0.4, 1), opacity cubic-bezier(0, 1, 0.4, 1);
  }
  /* line 10584, app/assets/stylesheets/css/theme/theme.scss */
  .sidebar.toggled .nav-item .collapse .collapse-inner {
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
    border-radius: 0.35rem;
  }
  /* line 10588, app/assets/stylesheets/css/theme/theme.scss */
  .sidebar.toggled .nav-item .collapsing {
    display: none;
    transition: none;
  }
  /* line 10592, app/assets/stylesheets/css/theme/theme.scss */
  .sidebar.toggled .nav-item .collapse,
.sidebar.toggled .nav-item .collapsing {
    margin: 0;
  }
  /* line 10596, app/assets/stylesheets/css/theme/theme.scss */
  .sidebar.toggled .nav-item:last-child {
    margin-bottom: 1rem;
  }
  /* line 10599, app/assets/stylesheets/css/theme/theme.scss */
  .sidebar.toggled .nav-item .nav-link {
    text-align: center;
    padding: 0.75rem 1rem;
    width: 6.5rem;
  }
  /* line 10604, app/assets/stylesheets/css/theme/theme.scss */
  .sidebar.toggled .nav-item .nav-link span {
    font-size: 0.65rem;
    display: block;
  }
  /* line 10608, app/assets/stylesheets/css/theme/theme.scss */
  .sidebar.toggled .nav-item .nav-link i {
    margin-right: 0;
  }
  /* line 10611, app/assets/stylesheets/css/theme/theme.scss */
  .sidebar.toggled .nav-item .nav-link[data-toggle="collapse"]::after {
    display: none;
  }
  /* line 10614, app/assets/stylesheets/css/theme/theme.scss */
  .sidebar.toggled .sidebar-brand .sidebar-brand-icon i {
    font-size: 2rem;
  }
  /* line 10617, app/assets/stylesheets/css/theme/theme.scss */
  .sidebar.toggled .sidebar-brand .sidebar-brand-text {
    display: none;
  }
  /* line 10620, app/assets/stylesheets/css/theme/theme.scss */
  .sidebar.toggled .sidebar-heading {
    text-align: center;
  }
}

/* line 10625, app/assets/stylesheets/css/theme/theme.scss */
.sidebar-light .sidebar-brand {
  color: #6e707e;
}

/* line 10629, app/assets/stylesheets/css/theme/theme.scss */
.sidebar-light hr.sidebar-divider {
  border-top: 1px solid #eaecf4;
}

/* line 10633, app/assets/stylesheets/css/theme/theme.scss */
.sidebar-light .sidebar-heading {
  color: #b7b9cc;
}

/* line 10637, app/assets/stylesheets/css/theme/theme.scss */
.sidebar-light .nav-item .nav-link {
  color: #858796;
}

/* line 10641, app/assets/stylesheets/css/theme/theme.scss */
.sidebar-light .nav-item .nav-link i {
  color: #d1d3e2;
}

/* line 10645, app/assets/stylesheets/css/theme/theme.scss */
.sidebar-light .nav-item .nav-link:active, .sidebar-light .nav-item .nav-link:focus, .sidebar-light .nav-item .nav-link:hover {
  color: #6e707e;
}

/* line 10649, app/assets/stylesheets/css/theme/theme.scss */
.sidebar-light .nav-item .nav-link:active i, .sidebar-light .nav-item .nav-link:focus i, .sidebar-light .nav-item .nav-link:hover i {
  color: #6e707e;
}

/* line 10653, app/assets/stylesheets/css/theme/theme.scss */
.sidebar-light .nav-item .nav-link[data-toggle="collapse"]::after {
  color: #b7b9cc;
}

/* line 10657, app/assets/stylesheets/css/theme/theme.scss */
.sidebar-light .nav-item.active .nav-link {
  color: #6e707e;
}

/* line 10661, app/assets/stylesheets/css/theme/theme.scss */
.sidebar-light .nav-item.active .nav-link i {
  color: #6e707e;
}

/* line 10674, app/assets/stylesheets/css/theme/theme.scss */
.sidebar-dark .sidebar-brand {
  color: #fff;
}

/* line 10678, app/assets/stylesheets/css/theme/theme.scss */
.sidebar-dark hr.sidebar-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

/* line 10682, app/assets/stylesheets/css/theme/theme.scss */
.sidebar-dark .sidebar-heading {
  color: rgba(255, 255, 255, 0.4);
}

/* line 10686, app/assets/stylesheets/css/theme/theme.scss */
.sidebar-dark .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.8);
}

/* line 10690, app/assets/stylesheets/css/theme/theme.scss */
.sidebar-dark .nav-item .nav-link i {
  color: rgba(255, 255, 255, 0.3);
}

/* line 10694, app/assets/stylesheets/css/theme/theme.scss */
.sidebar-dark .nav-item .nav-link:active, .sidebar-dark .nav-item .nav-link:focus, .sidebar-dark .nav-item .nav-link:hover {
  color: #fff;
}

/* line 10698, app/assets/stylesheets/css/theme/theme.scss */
.sidebar-dark .nav-item .nav-link:active i, .sidebar-dark .nav-item .nav-link:focus i, .sidebar-dark .nav-item .nav-link:hover i {
  color: #fff;
}

/* line 10702, app/assets/stylesheets/css/theme/theme.scss */
.sidebar-dark .nav-item .nav-link[data-toggle="collapse"]::after {
  color: rgba(255, 255, 255, 0.5);
}

/* line 10706, app/assets/stylesheets/css/theme/theme.scss */
.sidebar-dark .nav-item.active .nav-link {
  color: #fff;
}

/* line 10710, app/assets/stylesheets/css/theme/theme.scss */
.sidebar-dark .nav-item.active .nav-link i {
  color: #fff;
}

/* line 10726, app/assets/stylesheets/css/theme/theme.scss */
.btn-circle {
  border-radius: 100%;
  height: 2.5rem;
  width: 2.5rem;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* line 10736, app/assets/stylesheets/css/theme/theme.scss */
.btn-circle.btn-sm, .btn-group-sm > .btn-circle.btn {
  height: 1.8rem;
  width: 1.8rem;
  font-size: 0.75rem;
}

/* line 10742, app/assets/stylesheets/css/theme/theme.scss */
.btn-circle.btn-lg, .btn-group-lg > .btn-circle.btn {
  height: 3.5rem;
  width: 3.5rem;
  font-size: 1.35rem;
}

/* line 10748, app/assets/stylesheets/css/theme/theme.scss */
.btn-icon-split {
  padding: 0;
  overflow: hidden;
  display: inline-flex;
  align-items: stretch;
  justify-content: center;
}

/* line 10756, app/assets/stylesheets/css/theme/theme.scss */
.btn-icon-split .icon {
  background: rgba(0, 0, 0, 0.15);
  display: inline-block;
  padding: 0.375rem 0.75rem;
}

/* line 10762, app/assets/stylesheets/css/theme/theme.scss */
.btn-icon-split .text {
  display: inline-block;
  padding: 0.375rem 0.75rem;
}

/* line 10767, app/assets/stylesheets/css/theme/theme.scss */
.btn-icon-split.btn-sm .icon, .btn-group-sm > .btn-icon-split.btn .icon {
  padding: 0.25rem 0.5rem;
}

/* line 10771, app/assets/stylesheets/css/theme/theme.scss */
.btn-icon-split.btn-sm .text, .btn-group-sm > .btn-icon-split.btn .text {
  padding: 0.25rem 0.5rem;
}

/* line 10775, app/assets/stylesheets/css/theme/theme.scss */
.btn-icon-split.btn-lg .icon, .btn-group-lg > .btn-icon-split.btn .icon {
  padding: 0.5rem 1rem;
}

/* line 10779, app/assets/stylesheets/css/theme/theme.scss */
.btn-icon-split.btn-lg .text, .btn-group-lg > .btn-icon-split.btn .text {
  padding: 0.5rem 1rem;
}

/* line 10783, app/assets/stylesheets/css/theme/theme.scss */
.card .card-header .dropdown {
  line-height: 1;
}

/* line 10787, app/assets/stylesheets/css/theme/theme.scss */
.card .card-header .dropdown .dropdown-menu {
  line-height: 1.5;
}

/* line 10791, app/assets/stylesheets/css/theme/theme.scss */
.card .card-header[data-toggle="collapse"] {
  text-decoration: none;
  position: relative;
  padding: 0.75rem 3.25rem 0.75rem 1.25rem;
}

/* line 10797, app/assets/stylesheets/css/theme/theme.scss */
.card .card-header[data-toggle="collapse"]::after {
  position: absolute;
  right: 0;
  top: 0;
  padding-right: 1.725rem;
  line-height: 51px;
  font-weight: 900;
  content: '\f107';
  font-family: 'Font Awesome 5 Free';
  color: #d1d3e2;
}

/* line 10809, app/assets/stylesheets/css/theme/theme.scss */
.card .card-header.collapsed[data-toggle="collapse"] {
  border-radius: 0rem;
}

/* line 10813, app/assets/stylesheets/css/theme/theme.scss */
.card .card-header.collapsed[data-toggle="collapse"]::after {
  content: '\f105';
}

/* line 10817, app/assets/stylesheets/css/theme/theme.scss */
.chart-area {
  position: relative;
  height: 10rem;
  width: 100%;
}

@media (min-width: 768px) {
  /* line 10824, app/assets/stylesheets/css/theme/theme.scss */
  .chart-area {
    height: 20rem;
  }
}

/* line 10829, app/assets/stylesheets/css/theme/theme.scss */
.chart-bar {
  position: relative;
  height: 10rem;
  width: 100%;
}

@media (min-width: 768px) {
  /* line 10836, app/assets/stylesheets/css/theme/theme.scss */
  .chart-bar {
    height: 20rem;
  }
}

/* line 10841, app/assets/stylesheets/css/theme/theme.scss */
.chart-pie {
  position: relative;
  height: 15rem;
  width: 100%;
}

@media (min-width: 768px) {
  /* line 10848, app/assets/stylesheets/css/theme/theme.scss */
  .chart-pie {
    height: calc(20rem - 43px) !important;
  }
}

/* line 10853, app/assets/stylesheets/css/theme/theme.scss */
.bg-login-image {
  background: url("https://source.unsplash.com/K4mSJ7kc0As/600x800");
  background-position: center;
  background-size: cover;
}

/* line 10859, app/assets/stylesheets/css/theme/theme.scss */
.bg-register-image {
  background: url("https://source.unsplash.com/Mv9hjnEUHR4/600x800");
  background-position: center;
  background-size: cover;
}

/* line 10865, app/assets/stylesheets/css/theme/theme.scss */
.bg-password-image {
  background: url("https://source.unsplash.com/oWTW-jNGl9I/600x800");
  background-position: center;
  background-size: cover;
}

/* line 10871, app/assets/stylesheets/css/theme/theme.scss */
form.user .custom-checkbox.small label {
  line-height: 1.5rem;
}

/* line 10875, app/assets/stylesheets/css/theme/theme.scss */
form.user .form-control-user {
  font-size: 0.8rem;
  border-radius: 10rem;
  padding: 1.5rem 1rem;
}

/* line 10881, app/assets/stylesheets/css/theme/theme.scss */
form.user .btn-user {
  font-size: 0.8rem;
  border-radius: 10rem;
  padding: 0.75rem 1rem;
}

/* line 10887, app/assets/stylesheets/css/theme/theme.scss */
.btn-google {
  color: #fff;
  background-color: #ea4335;
  border-color: #fff;
}

/* line 10893, app/assets/stylesheets/css/theme/theme.scss */
.btn-google:hover {
  color: #fff;
  background-color: #e12717;
  border-color: #e6e6e6;
}

/* line 10899, app/assets/stylesheets/css/theme/theme.scss */
.btn-google:focus, .btn-google.focus {
  color: #fff;
  background-color: #e12717;
  border-color: #e6e6e6;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

/* line 10906, app/assets/stylesheets/css/theme/theme.scss */
.btn-google.disabled, .btn-google:disabled {
  color: #fff;
  background-color: #ea4335;
  border-color: #fff;
}

/* line 10912, app/assets/stylesheets/css/theme/theme.scss */
.btn-google:not(:disabled):not(.disabled):active, .btn-google.active:not(:disabled):not(.disabled),
.show > .btn-google.dropdown-toggle {
  color: #fff;
  background-color: #d62516;
  border-color: #dfdfdf;
}

/* line 10919, app/assets/stylesheets/css/theme/theme.scss */
.btn-google:not(:disabled):not(.disabled):active:focus, .btn-google.active:not(:disabled):not(.disabled):focus,
.show > .btn-google.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

/* line 10924, app/assets/stylesheets/css/theme/theme.scss */
.btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: #fff;
}

/* line 10930, app/assets/stylesheets/css/theme/theme.scss */
.btn-facebook:hover {
  color: #fff;
  background-color: #30497c;
  border-color: #e6e6e6;
}

/* line 10936, app/assets/stylesheets/css/theme/theme.scss */
.btn-facebook:focus, .btn-facebook.focus {
  color: #fff;
  background-color: #30497c;
  border-color: #e6e6e6;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

/* line 10943, app/assets/stylesheets/css/theme/theme.scss */
.btn-facebook.disabled, .btn-facebook:disabled {
  color: #fff;
  background-color: #3b5998;
  border-color: #fff;
}

/* line 10949, app/assets/stylesheets/css/theme/theme.scss */
.btn-facebook:not(:disabled):not(.disabled):active, .btn-facebook.active:not(:disabled):not(.disabled),
.show > .btn-facebook.dropdown-toggle {
  color: #fff;
  background-color: #2d4373;
  border-color: #dfdfdf;
}

/* line 10956, app/assets/stylesheets/css/theme/theme.scss */
.btn-facebook:not(:disabled):not(.disabled):active:focus, .btn-facebook.active:not(:disabled):not(.disabled):focus,
.show > .btn-facebook.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

/* line 10961, app/assets/stylesheets/css/theme/theme.scss */
.error {
  color: #5a5c69;
  font-size: 7rem;
  position: relative;
  line-height: 1;
  width: 12.5rem;
}

@keyframes noise-anim {
  0% {
    clip: rect(49px, 9999px, 40px, 0);
  }
  5% {
    clip: rect(75px, 9999px, 72px, 0);
  }
  10% {
    clip: rect(97px, 9999px, 93px, 0);
  }
  15% {
    clip: rect(15px, 9999px, 9px, 0);
  }
  20% {
    clip: rect(14px, 9999px, 92px, 0);
  }
  25% {
    clip: rect(18px, 9999px, 94px, 0);
  }
  30% {
    clip: rect(17px, 9999px, 20px, 0);
  }
  35% {
    clip: rect(71px, 9999px, 59px, 0);
  }
  40% {
    clip: rect(42px, 9999px, 84px, 0);
  }
  45% {
    clip: rect(56px, 9999px, 25px, 0);
  }
  50% {
    clip: rect(46px, 9999px, 14px, 0);
  }
  55% {
    clip: rect(47px, 9999px, 1px, 0);
  }
  60% {
    clip: rect(64px, 9999px, 58px, 0);
  }
  65% {
    clip: rect(89px, 9999px, 92px, 0);
  }
  70% {
    clip: rect(56px, 9999px, 39px, 0);
  }
  75% {
    clip: rect(80px, 9999px, 71px, 0);
  }
  80% {
    clip: rect(8px, 9999px, 13px, 0);
  }
  85% {
    clip: rect(66px, 9999px, 68px, 0);
  }
  90% {
    clip: rect(68px, 9999px, 4px, 0);
  }
  95% {
    clip: rect(56px, 9999px, 14px, 0);
  }
  100% {
    clip: rect(28px, 9999px, 53px, 0);
  }
}

/* line 11101, app/assets/stylesheets/css/theme/theme.scss */
.error:after {
  content: attr(data-text);
  position: absolute;
  left: 2px;
  text-shadow: -1px 0 #e74a3b;
  top: 0;
  color: #5a5c69;
  background: #f8f9fc;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim 2s infinite linear alternate-reverse;
}

@keyframes noise-anim-2 {
  0% {
    clip: rect(16px, 9999px, 10px, 0);
  }
  5% {
    clip: rect(22px, 9999px, 29px, 0);
  }
  10% {
    clip: rect(6px, 9999px, 68px, 0);
  }
  15% {
    clip: rect(85px, 9999px, 95px, 0);
  }
  20% {
    clip: rect(65px, 9999px, 91px, 0);
  }
  25% {
    clip: rect(93px, 9999px, 68px, 0);
  }
  30% {
    clip: rect(10px, 9999px, 27px, 0);
  }
  35% {
    clip: rect(37px, 9999px, 25px, 0);
  }
  40% {
    clip: rect(12px, 9999px, 23px, 0);
  }
  45% {
    clip: rect(40px, 9999px, 18px, 0);
  }
  50% {
    clip: rect(19px, 9999px, 71px, 0);
  }
  55% {
    clip: rect(2px, 9999px, 35px, 0);
  }
  60% {
    clip: rect(16px, 9999px, 69px, 0);
  }
  65% {
    clip: rect(8px, 9999px, 65px, 0);
  }
  70% {
    clip: rect(30px, 9999px, 57px, 0);
  }
  75% {
    clip: rect(14px, 9999px, 4px, 0);
  }
  80% {
    clip: rect(39px, 9999px, 30px, 0);
  }
  85% {
    clip: rect(22px, 9999px, 35px, 0);
  }
  90% {
    clip: rect(58px, 9999px, 71px, 0);
  }
  95% {
    clip: rect(34px, 9999px, 90px, 0);
  }
  100% {
    clip: rect(67px, 9999px, 68px, 0);
  }
}

/* line 11246, app/assets/stylesheets/css/theme/theme.scss */
.error:before {
  content: attr(data-text);
  position: absolute;
  left: -2px;
  text-shadow: 1px 0 #ead138;
  top: 0;
  color: #5a5c69;
  background: #f8f9fc;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim-2 3s infinite linear alternate-reverse;
}

/* line 11259, app/assets/stylesheets/css/theme/theme.scss */
footer.sticky-footer {
  padding: 2rem 0;
  flex-shrink: 0;
}

/* line 11264, app/assets/stylesheets/css/theme/theme.scss */
footer.sticky-footer .copyright {
  line-height: 1;
  font-size: 0.8rem;
}

/* line 11269, app/assets/stylesheets/css/theme/theme.scss */
body.sidebar-toggled footer.sticky-footer {
  width: 100%;
}
@font-face {
  font-family: "boxicons";
  font-weight: normal;
  font-style: normal;
  src: url(/../fonts/boxicons.eot);
  src: url(/../fonts/boxicons.eot) format("embedded-opentype"), url(/../fonts/boxicons.woff2) format("woff2"), url(/../fonts/boxicons.woff) format("woff"), url(/../fonts/boxicons.ttf) format("truetype"), url(/../fonts/boxicons.svg?#boxicons) format("svg");
}
.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;
}

.bx-ul {
  margin-left: 2em;
  padding-left: 0;
  list-style: none;
}

.bx-ul > li {
  position: relative;
}

.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);
  }
}
.bx-spin {
  animation: spin 2s linear infinite;
}

.bx-spin-hover:hover {
  animation: spin 2s linear infinite;
}

.bx-tada {
  animation: tada 1.5s ease infinite;
}

.bx-tada-hover:hover {
  animation: tada 1.5s ease infinite;
}

.bx-flashing {
  animation: flashing 1.5s infinite linear;
}

.bx-flashing-hover:hover {
  animation: flashing 1.5s infinite linear;
}

.bx-burst {
  animation: burst 1.5s infinite linear;
}

.bx-burst-hover:hover {
  animation: burst 1.5s infinite linear;
}

.bx-fade-up {
  animation: fade-up 1.5s infinite linear;
}

.bx-fade-up-hover:hover {
  animation: fade-up 1.5s infinite linear;
}

.bx-fade-down {
  animation: fade-down 1.5s infinite linear;
}

.bx-fade-down-hover:hover {
  animation: fade-down 1.5s infinite linear;
}

.bx-fade-left {
  animation: fade-left 1.5s infinite linear;
}

.bx-fade-left-hover:hover {
  animation: fade-left 1.5s infinite linear;
}

.bx-fade-right {
  animation: fade-right 1.5s infinite linear;
}

.bx-fade-right-hover:hover {
  animation: fade-right 1.5s infinite linear;
}

.bx-xs {
  font-size: 1rem !important;
}

.bx-sm {
  font-size: 1.55rem !important;
}

.bx-md {
  font-size: 2.25rem !important;
}

.bx-lg {
  font-size: 3rem !important;
}

.bx-fw {
  font-size: 1.2857142857em;
  line-height: 0.8em;
  width: 1.2857142857em;
  height: 0.8em;
  margin-top: -0.2em !important;
  vertical-align: middle;
}

.bx-pull-left {
  float: left;
  margin-right: 0.3em !important;
}

.bx-pull-right {
  float: right;
  margin-left: 0.3em !important;
}

.bx-rotate-90 {
  transform: rotate(90deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
}

.bx-rotate-180 {
  transform: rotate(180deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
}

.bx-rotate-270 {
  transform: rotate(270deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
}

.bx-flip-horizontal {
  transform: scaleX(-1);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
}

.bx-flip-vertical {
  transform: scaleY(-1);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}

.bx-border {
  padding: 0.25em;
  border: 0.07em solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25em;
}

.bx-border-circle {
  padding: 0.25em;
  border: 0.07em solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

.bxs-balloon:before {
  content: "\eb60";
}

.bxs-castle:before {
  content: "\eb79";
}

.bxs-coffee-bean:before {
  content: "\eb92";
}

.bxs-objects-horizontal-center:before {
  content: "\ebab";
}

.bxs-objects-horizontal-left:before {
  content: "\ebc4";
}

.bxs-objects-horizontal-right:before {
  content: "\ebdd";
}

.bxs-objects-vertical-bottom:before {
  content: "\ebf6";
}

.bxs-objects-vertical-center:before {
  content: "\ef40";
}

.bxs-objects-vertical-top:before {
  content: "\ef41";
}

.bxs-pear:before {
  content: "\ef42";
}

.bxs-shield-minus:before {
  content: "\ef43";
}

.bxs-shield-plus:before {
  content: "\ef44";
}

.bxs-shower:before {
  content: "\ef45";
}

.bxs-sushi:before {
  content: "\ef46";
}

.bxs-universal-access:before {
  content: "\ef47";
}

.bx-child:before {
  content: "\ef48";
}

.bx-horizontal-left:before {
  content: "\ef49";
}

.bx-horizontal-right:before {
  content: "\ef4a";
}

.bx-objects-horizontal-center:before {
  content: "\ef4b";
}

.bx-objects-horizontal-left:before {
  content: "\ef4c";
}

.bx-objects-horizontal-right:before {
  content: "\ef4d";
}

.bx-objects-vertical-bottom:before {
  content: "\ef4e";
}

.bx-objects-vertical-center:before {
  content: "\ef4f";
}

.bx-objects-vertical-top:before {
  content: "\ef50";
}

.bx-rfid:before {
  content: "\ef51";
}

.bx-shield-minus:before {
  content: "\ef52";
}

.bx-shield-plus:before {
  content: "\ef53";
}

.bx-shower:before {
  content: "\ef54";
}

.bx-sushi:before {
  content: "\ef55";
}

.bx-universal-access:before {
  content: "\ef56";
}

.bx-vertical-bottom:before {
  content: "\ef57";
}

.bx-vertical-top:before {
  content: "\ef58";
}

.bxl-graphql:before {
  content: "\ef59";
}

.bxl-typescript:before {
  content: "\ef5a";
}

.bxs-color:before {
  content: "\ef39";
}

.bx-reflect-horizontal:before {
  content: "\ef3a";
}

.bx-reflect-vertical:before {
  content: "\ef3b";
}

.bx-color:before {
  content: "\ef3c";
}

.bxl-mongodb:before {
  content: "\ef3d";
}

.bxl-postgresql:before {
  content: "\ef3e";
}

.bxl-deezer:before {
  content: "\ef3f";
}

.bxs-hard-hat:before {
  content: "\ef2a";
}

.bxs-home-alt-2:before {
  content: "\ef2b";
}

.bxs-cheese:before {
  content: "\ef2c";
}

.bx-home-alt-2:before {
  content: "\ef2d";
}

.bx-hard-hat:before {
  content: "\ef2e";
}

.bx-cheese:before {
  content: "\ef2f";
}

.bx-cart-add:before {
  content: "\ef30";
}

.bx-cart-download:before {
  content: "\ef31";
}

.bx-no-signal:before {
  content: "\ef32";
}

.bx-signal-1:before {
  content: "\ef33";
}

.bx-signal-2:before {
  content: "\ef34";
}

.bx-signal-3:before {
  content: "\ef35";
}

.bx-signal-4:before {
  content: "\ef36";
}

.bx-signal-5:before {
  content: "\ef37";
}

.bxl-xing:before {
  content: "\ef38";
}

.bxl-meta:before {
  content: "\ef27";
}

.bx-lemon:before {
  content: "\ef28";
}

.bxs-lemon:before {
  content: "\ef29";
}

.bx-cricket-ball:before {
  content: "\ef0c";
}

.bx-baguette:before {
  content: "\ef0d";
}

.bx-bowl-hot:before {
  content: "\ef0e";
}

.bx-bowl-rice:before {
  content: "\ef0f";
}

.bx-cable-car:before {
  content: "\ef10";
}

.bx-candles:before {
  content: "\ef11";
}

.bx-circle-half:before {
  content: "\ef12";
}

.bx-circle-quarter:before {
  content: "\ef13";
}

.bx-circle-three-quarter:before {
  content: "\ef14";
}

.bx-cross:before {
  content: "\ef15";
}

.bx-fork:before {
  content: "\ef16";
}

.bx-knife:before {
  content: "\ef17";
}

.bx-money-withdraw:before {
  content: "\ef18";
}

.bx-popsicle:before {
  content: "\ef19";
}

.bx-scatter-chart:before {
  content: "\ef1a";
}

.bxs-baguette:before {
  content: "\ef1b";
}

.bxs-bowl-hot:before {
  content: "\ef1c";
}

.bxs-bowl-rice:before {
  content: "\ef1d";
}

.bxs-cable-car:before {
  content: "\ef1e";
}

.bxs-circle-half:before {
  content: "\ef1f";
}

.bxs-circle-quarter:before {
  content: "\ef20";
}

.bxs-circle-three-quarter:before {
  content: "\ef21";
}

.bxs-cricket-ball:before {
  content: "\ef22";
}

.bxs-invader:before {
  content: "\ef23";
}

.bx-male-female:before {
  content: "\ef24";
}

.bxs-popsicle:before {
  content: "\ef25";
}

.bxs-tree-alt:before {
  content: "\ef26";
}

.bxl-venmo:before {
  content: "\e900";
}

.bxl-upwork:before {
  content: "\e901";
}

.bxl-netlify:before {
  content: "\e902";
}

.bxl-java:before {
  content: "\e903";
}

.bxl-heroku:before {
  content: "\e904";
}

.bxl-go-lang:before {
  content: "\e905";
}

.bxl-gmail:before {
  content: "\e906";
}

.bxl-flask:before {
  content: "\e907";
}

.bxl-99designs:before {
  content: "\e908";
}

.bxl-500px:before {
  content: "\e909";
}

.bxl-adobe:before {
  content: "\e90a";
}

.bxl-airbnb:before {
  content: "\e90b";
}

.bxl-algolia:before {
  content: "\e90c";
}

.bxl-amazon:before {
  content: "\e90d";
}

.bxl-android:before {
  content: "\e90e";
}

.bxl-angular:before {
  content: "\e90f";
}

.bxl-apple:before {
  content: "\e910";
}

.bxl-audible:before {
  content: "\e911";
}

.bxl-aws:before {
  content: "\e912";
}

.bxl-baidu:before {
  content: "\e913";
}

.bxl-behance:before {
  content: "\e914";
}

.bxl-bing:before {
  content: "\e915";
}

.bxl-bitcoin:before {
  content: "\e916";
}

.bxl-blender:before {
  content: "\e917";
}

.bxl-blogger:before {
  content: "\e918";
}

.bxl-bootstrap:before {
  content: "\e919";
}

.bxl-chrome:before {
  content: "\e91a";
}

.bxl-codepen:before {
  content: "\e91b";
}

.bxl-c-plus-plus:before {
  content: "\e91c";
}

.bxl-creative-commons:before {
  content: "\e91d";
}

.bxl-css3:before {
  content: "\e91e";
}

.bxl-dailymotion:before {
  content: "\e91f";
}

.bxl-deviantart:before {
  content: "\e920";
}

.bxl-dev-to:before {
  content: "\e921";
}

.bxl-digg:before {
  content: "\e922";
}

.bxl-digitalocean:before {
  content: "\e923";
}

.bxl-discord:before {
  content: "\e924";
}

.bxl-discord-alt:before {
  content: "\e925";
}

.bxl-discourse:before {
  content: "\e926";
}

.bxl-django:before {
  content: "\e927";
}

.bxl-docker:before {
  content: "\e928";
}

.bxl-dribbble:before {
  content: "\e929";
}

.bxl-dropbox:before {
  content: "\e92a";
}

.bxl-drupal:before {
  content: "\e92b";
}

.bxl-ebay:before {
  content: "\e92c";
}

.bxl-edge:before {
  content: "\e92d";
}

.bxl-etsy:before {
  content: "\e92e";
}

.bxl-facebook:before {
  content: "\e92f";
}

.bxl-facebook-circle:before {
  content: "\e930";
}

.bxl-facebook-square:before {
  content: "\e931";
}

.bxl-figma:before {
  content: "\e932";
}

.bxl-firebase:before {
  content: "\e933";
}

.bxl-firefox:before {
  content: "\e934";
}

.bxl-flickr:before {
  content: "\e935";
}

.bxl-flickr-square:before {
  content: "\e936";
}

.bxl-flutter:before {
  content: "\e937";
}

.bxl-foursquare:before {
  content: "\e938";
}

.bxl-git:before {
  content: "\e939";
}

.bxl-github:before {
  content: "\e93a";
}

.bxl-gitlab:before {
  content: "\e93b";
}

.bxl-google:before {
  content: "\e93c";
}

.bxl-google-cloud:before {
  content: "\e93d";
}

.bxl-google-plus:before {
  content: "\e93e";
}

.bxl-google-plus-circle:before {
  content: "\e93f";
}

.bxl-html5:before {
  content: "\e940";
}

.bxl-imdb:before {
  content: "\e941";
}

.bxl-instagram:before {
  content: "\e942";
}

.bxl-instagram-alt:before {
  content: "\e943";
}

.bxl-internet-explorer:before {
  content: "\e944";
}

.bxl-invision:before {
  content: "\e945";
}

.bxl-javascript:before {
  content: "\e946";
}

.bxl-joomla:before {
  content: "\e947";
}

.bxl-jquery:before {
  content: "\e948";
}

.bxl-jsfiddle:before {
  content: "\e949";
}

.bxl-kickstarter:before {
  content: "\e94a";
}

.bxl-kubernetes:before {
  content: "\e94b";
}

.bxl-less:before {
  content: "\e94c";
}

.bxl-linkedin:before {
  content: "\e94d";
}

.bxl-linkedin-square:before {
  content: "\e94e";
}

.bxl-magento:before {
  content: "\e94f";
}

.bxl-mailchimp:before {
  content: "\e950";
}

.bxl-markdown:before {
  content: "\e951";
}

.bxl-mastercard:before {
  content: "\e952";
}

.bxl-mastodon:before {
  content: "\e953";
}

.bxl-medium:before {
  content: "\e954";
}

.bxl-medium-old:before {
  content: "\e955";
}

.bxl-medium-square:before {
  content: "\e956";
}

.bxl-messenger:before {
  content: "\e957";
}

.bxl-microsoft:before {
  content: "\e958";
}

.bxl-microsoft-teams:before {
  content: "\e959";
}

.bxl-nodejs:before {
  content: "\e95a";
}

.bxl-ok-ru:before {
  content: "\e95b";
}

.bxl-opera:before {
  content: "\e95c";
}

.bxl-patreon:before {
  content: "\e95d";
}

.bxl-paypal:before {
  content: "\e95e";
}

.bxl-periscope:before {
  content: "\e95f";
}

.bxl-php:before {
  content: "\e960";
}

.bxl-pinterest:before {
  content: "\e961";
}

.bxl-pinterest-alt:before {
  content: "\e962";
}

.bxl-play-store:before {
  content: "\e963";
}

.bxl-pocket:before {
  content: "\e964";
}

.bxl-product-hunt:before {
  content: "\e965";
}

.bxl-python:before {
  content: "\e966";
}

.bxl-quora:before {
  content: "\e967";
}

.bxl-react:before {
  content: "\e968";
}

.bxl-redbubble:before {
  content: "\e969";
}

.bxl-reddit:before {
  content: "\e96a";
}

.bxl-redux:before {
  content: "\e96b";
}

.bxl-sass:before {
  content: "\e96c";
}

.bxl-shopify:before {
  content: "\e96d";
}

.bxl-sketch:before {
  content: "\e96e";
}

.bxl-skype:before {
  content: "\e96f";
}

.bxl-slack:before {
  content: "\e970";
}

.bxl-slack-old:before {
  content: "\e971";
}

.bxl-snapchat:before {
  content: "\e972";
}

.bxl-soundcloud:before {
  content: "\e973";
}

.bxl-spotify:before {
  content: "\e974";
}

.bxl-spring-boot:before {
  content: "\e975";
}

.bxl-squarespace:before {
  content: "\e976";
}

.bxl-stack-overflow:before {
  content: "\e977";
}

.bxl-steam:before {
  content: "\e978";
}

.bxl-stripe:before {
  content: "\e979";
}

.bxl-tailwind-css:before {
  content: "\e97a";
}

.bxl-telegram:before {
  content: "\e97b";
}

.bxl-tiktok:before {
  content: "\e97c";
}

.bxl-trello:before {
  content: "\e97d";
}

.bxl-trip-advisor:before {
  content: "\e97e";
}

.bxl-tumblr:before {
  content: "\e97f";
}

.bxl-tux:before {
  content: "\e980";
}

.bxl-twitch:before {
  content: "\e981";
}

.bxl-twitter:before {
  content: "\e982";
}

.bxl-unity:before {
  content: "\e983";
}

.bxl-unsplash:before {
  content: "\e984";
}

.bxl-vimeo:before {
  content: "\e985";
}

.bxl-visa:before {
  content: "\e986";
}

.bxl-visual-studio:before {
  content: "\e987";
}

.bxl-vk:before {
  content: "\e988";
}

.bxl-vuejs:before {
  content: "\e989";
}

.bxl-whatsapp:before {
  content: "\e98a";
}

.bxl-whatsapp-square:before {
  content: "\e98b";
}

.bxl-wikipedia:before {
  content: "\e98c";
}

.bxl-windows:before {
  content: "\e98d";
}

.bxl-wix:before {
  content: "\e98e";
}

.bxl-wordpress:before {
  content: "\e98f";
}

.bxl-yahoo:before {
  content: "\e990";
}

.bxl-yelp:before {
  content: "\e991";
}

.bxl-youtube:before {
  content: "\e992";
}

.bxl-zoom:before {
  content: "\e993";
}

.bx-collapse-alt:before {
  content: "\e994";
}

.bx-collapse-horizontal:before {
  content: "\e995";
}

.bx-collapse-vertical:before {
  content: "\e996";
}

.bx-expand-horizontal:before {
  content: "\e997";
}

.bx-expand-vertical:before {
  content: "\e998";
}

.bx-injection:before {
  content: "\e999";
}

.bx-leaf:before {
  content: "\e99a";
}

.bx-math:before {
  content: "\e99b";
}

.bx-party:before {
  content: "\e99c";
}

.bx-abacus:before {
  content: "\e99d";
}

.bx-accessibility:before {
  content: "\e99e";
}

.bx-add-to-queue:before {
  content: "\e99f";
}

.bx-adjust:before {
  content: "\e9a0";
}

.bx-alarm:before {
  content: "\e9a1";
}

.bx-alarm-add:before {
  content: "\e9a2";
}

.bx-alarm-exclamation:before {
  content: "\e9a3";
}

.bx-alarm-off:before {
  content: "\e9a4";
}

.bx-alarm-snooze:before {
  content: "\e9a5";
}

.bx-album:before {
  content: "\e9a6";
}

.bx-align-justify:before {
  content: "\e9a7";
}

.bx-align-left:before {
  content: "\e9a8";
}

.bx-align-middle:before {
  content: "\e9a9";
}

.bx-align-right:before {
  content: "\e9aa";
}

.bx-analyse:before {
  content: "\e9ab";
}

.bx-anchor:before {
  content: "\e9ac";
}

.bx-angry:before {
  content: "\e9ad";
}

.bx-aperture:before {
  content: "\e9ae";
}

.bx-arch:before {
  content: "\e9af";
}

.bx-archive:before {
  content: "\e9b0";
}

.bx-archive-in:before {
  content: "\e9b1";
}

.bx-archive-out:before {
  content: "\e9b2";
}

.bx-area:before {
  content: "\e9b3";
}

.bx-arrow-back:before {
  content: "\e9b4";
}

.bx-arrow-from-bottom:before {
  content: "\e9b5";
}

.bx-arrow-from-left:before {
  content: "\e9b6";
}

.bx-arrow-from-right:before {
  content: "\e9b7";
}

.bx-arrow-from-top:before {
  content: "\e9b8";
}

.bx-arrow-to-bottom:before {
  content: "\e9b9";
}

.bx-arrow-to-left:before {
  content: "\e9ba";
}

.bx-arrow-to-right:before {
  content: "\e9bb";
}

.bx-arrow-to-top:before {
  content: "\e9bc";
}

.bx-at:before {
  content: "\e9bd";
}

.bx-atom:before {
  content: "\e9be";
}

.bx-award:before {
  content: "\e9bf";
}

.bx-badge:before {
  content: "\e9c0";
}

.bx-badge-check:before {
  content: "\e9c1";
}

.bx-ball:before {
  content: "\e9c2";
}

.bx-band-aid:before {
  content: "\e9c3";
}

.bx-bar-chart:before {
  content: "\e9c4";
}

.bx-bar-chart-alt:before {
  content: "\e9c5";
}

.bx-bar-chart-alt-2:before {
  content: "\e9c6";
}

.bx-bar-chart-square:before {
  content: "\e9c7";
}

.bx-barcode:before {
  content: "\e9c8";
}

.bx-barcode-reader:before {
  content: "\e9c9";
}

.bx-baseball:before {
  content: "\e9ca";
}

.bx-basket:before {
  content: "\e9cb";
}

.bx-basketball:before {
  content: "\e9cc";
}

.bx-bath:before {
  content: "\e9cd";
}

.bx-battery:before {
  content: "\e9ce";
}

.bx-bed:before {
  content: "\e9cf";
}

.bx-been-here:before {
  content: "\e9d0";
}

.bx-beer:before {
  content: "\e9d1";
}

.bx-bell:before {
  content: "\e9d2";
}

.bx-bell-minus:before {
  content: "\e9d3";
}

.bx-bell-off:before {
  content: "\e9d4";
}

.bx-bell-plus:before {
  content: "\e9d5";
}

.bx-bible:before {
  content: "\e9d6";
}

.bx-bitcoin:before {
  content: "\e9d7";
}

.bx-blanket:before {
  content: "\e9d8";
}

.bx-block:before {
  content: "\e9d9";
}

.bx-bluetooth:before {
  content: "\e9da";
}

.bx-body:before {
  content: "\e9db";
}

.bx-bold:before {
  content: "\e9dc";
}

.bx-bolt-circle:before {
  content: "\e9dd";
}

.bx-bomb:before {
  content: "\e9de";
}

.bx-bone:before {
  content: "\e9df";
}

.bx-bong:before {
  content: "\e9e0";
}

.bx-book:before {
  content: "\e9e1";
}

.bx-book-add:before {
  content: "\e9e2";
}

.bx-book-alt:before {
  content: "\e9e3";
}

.bx-book-bookmark:before {
  content: "\e9e4";
}

.bx-book-content:before {
  content: "\e9e5";
}

.bx-book-heart:before {
  content: "\e9e6";
}

.bx-bookmark:before {
  content: "\e9e7";
}

.bx-bookmark-alt:before {
  content: "\e9e8";
}

.bx-bookmark-alt-minus:before {
  content: "\e9e9";
}

.bx-bookmark-alt-plus:before {
  content: "\e9ea";
}

.bx-bookmark-heart:before {
  content: "\e9eb";
}

.bx-bookmark-minus:before {
  content: "\e9ec";
}

.bx-bookmark-plus:before {
  content: "\e9ed";
}

.bx-bookmarks:before {
  content: "\e9ee";
}

.bx-book-open:before {
  content: "\e9ef";
}

.bx-book-reader:before {
  content: "\e9f0";
}

.bx-border-all:before {
  content: "\e9f1";
}

.bx-border-bottom:before {
  content: "\e9f2";
}

.bx-border-inner:before {
  content: "\e9f3";
}

.bx-border-left:before {
  content: "\e9f4";
}

.bx-border-none:before {
  content: "\e9f5";
}

.bx-border-outer:before {
  content: "\e9f6";
}

.bx-border-radius:before {
  content: "\e9f7";
}

.bx-border-right:before {
  content: "\e9f8";
}

.bx-border-top:before {
  content: "\e9f9";
}

.bx-bot:before {
  content: "\e9fa";
}

.bx-bowling-ball:before {
  content: "\e9fb";
}

.bx-box:before {
  content: "\e9fc";
}

.bx-bracket:before {
  content: "\e9fd";
}

.bx-braille:before {
  content: "\e9fe";
}

.bx-brain:before {
  content: "\e9ff";
}

.bx-briefcase:before {
  content: "\ea00";
}

.bx-briefcase-alt:before {
  content: "\ea01";
}

.bx-briefcase-alt-2:before {
  content: "\ea02";
}

.bx-brightness:before {
  content: "\ea03";
}

.bx-brightness-half:before {
  content: "\ea04";
}

.bx-broadcast:before {
  content: "\ea05";
}

.bx-brush:before {
  content: "\ea06";
}

.bx-brush-alt:before {
  content: "\ea07";
}

.bx-bug:before {
  content: "\ea08";
}

.bx-bug-alt:before {
  content: "\ea09";
}

.bx-building:before {
  content: "\ea0a";
}

.bx-building-house:before {
  content: "\ea0b";
}

.bx-buildings:before {
  content: "\ea0c";
}

.bx-bulb:before {
  content: "\ea0d";
}

.bx-bullseye:before {
  content: "\ea0e";
}

.bx-buoy:before {
  content: "\ea0f";
}

.bx-bus:before {
  content: "\ea10";
}

.bx-bus-school:before {
  content: "\ea11";
}

.bx-cabinet:before {
  content: "\ea12";
}

.bx-cake:before {
  content: "\ea13";
}

.bx-calculator:before {
  content: "\ea14";
}

.bx-calendar:before {
  content: "\ea15";
}

.bx-calendar-alt:before {
  content: "\ea16";
}

.bx-calendar-check:before {
  content: "\ea17";
}

.bx-calendar-edit:before {
  content: "\ea18";
}

.bx-calendar-event:before {
  content: "\ea19";
}

.bx-calendar-exclamation:before {
  content: "\ea1a";
}

.bx-calendar-heart:before {
  content: "\ea1b";
}

.bx-calendar-minus:before {
  content: "\ea1c";
}

.bx-calendar-plus:before {
  content: "\ea1d";
}

.bx-calendar-star:before {
  content: "\ea1e";
}

.bx-calendar-week:before {
  content: "\ea1f";
}

.bx-calendar-x:before {
  content: "\ea20";
}

.bx-camera:before {
  content: "\ea21";
}

.bx-camera-home:before {
  content: "\ea22";
}

.bx-camera-movie:before {
  content: "\ea23";
}

.bx-camera-off:before {
  content: "\ea24";
}

.bx-capsule:before {
  content: "\ea25";
}

.bx-captions:before {
  content: "\ea26";
}

.bx-car:before {
  content: "\ea27";
}

.bx-card:before {
  content: "\ea28";
}

.bx-caret-down:before {
  content: "\ea29";
}

.bx-caret-down-circle:before {
  content: "\ea2a";
}

.bx-caret-down-square:before {
  content: "\ea2b";
}

.bx-caret-left:before {
  content: "\ea2c";
}

.bx-caret-left-circle:before {
  content: "\ea2d";
}

.bx-caret-left-square:before {
  content: "\ea2e";
}

.bx-caret-right:before {
  content: "\ea2f";
}

.bx-caret-right-circle:before {
  content: "\ea30";
}

.bx-caret-right-square:before {
  content: "\ea31";
}

.bx-caret-up:before {
  content: "\ea32";
}

.bx-caret-up-circle:before {
  content: "\ea33";
}

.bx-caret-up-square:before {
  content: "\ea34";
}

.bx-carousel:before {
  content: "\ea35";
}

.bx-cart:before {
  content: "\ea36";
}

.bx-cart-alt:before {
  content: "\ea37";
}

.bx-cast:before {
  content: "\ea38";
}

.bx-category:before {
  content: "\ea39";
}

.bx-category-alt:before {
  content: "\ea3a";
}

.bx-cctv:before {
  content: "\ea3b";
}

.bx-certification:before {
  content: "\ea3c";
}

.bx-chair:before {
  content: "\ea3d";
}

.bx-chalkboard:before {
  content: "\ea3e";
}

.bx-chart:before {
  content: "\ea3f";
}

.bx-chat:before {
  content: "\ea40";
}

.bx-check:before {
  content: "\ea41";
}

.bx-checkbox:before {
  content: "\ea42";
}

.bx-checkbox-checked:before {
  content: "\ea43";
}

.bx-checkbox-minus:before {
  content: "\ea44";
}

.bx-checkbox-square:before {
  content: "\ea45";
}

.bx-check-circle:before {
  content: "\ea46";
}

.bx-check-double:before {
  content: "\ea47";
}

.bx-check-shield:before {
  content: "\ea48";
}

.bx-check-square:before {
  content: "\ea49";
}

.bx-chevron-down:before {
  content: "\ea4a";
}

.bx-chevron-down-circle:before {
  content: "\ea4b";
}

.bx-chevron-down-square:before {
  content: "\ea4c";
}

.bx-chevron-left:before {
  content: "\ea4d";
}

.bx-chevron-left-circle:before {
  content: "\ea4e";
}

.bx-chevron-left-square:before {
  content: "\ea4f";
}

.bx-chevron-right:before {
  content: "\ea50";
}

.bx-chevron-right-circle:before {
  content: "\ea51";
}

.bx-chevron-right-square:before {
  content: "\ea52";
}

.bx-chevrons-down:before {
  content: "\ea53";
}

.bx-chevrons-left:before {
  content: "\ea54";
}

.bx-chevrons-right:before {
  content: "\ea55";
}

.bx-chevrons-up:before {
  content: "\ea56";
}

.bx-chevron-up:before {
  content: "\ea57";
}

.bx-chevron-up-circle:before {
  content: "\ea58";
}

.bx-chevron-up-square:before {
  content: "\ea59";
}

.bx-chip:before {
  content: "\ea5a";
}

.bx-church:before {
  content: "\ea5b";
}

.bx-circle:before {
  content: "\ea5c";
}

.bx-clinic:before {
  content: "\ea5d";
}

.bx-clipboard:before {
  content: "\ea5e";
}

.bx-closet:before {
  content: "\ea5f";
}

.bx-cloud:before {
  content: "\ea60";
}

.bx-cloud-download:before {
  content: "\ea61";
}

.bx-cloud-drizzle:before {
  content: "\ea62";
}

.bx-cloud-lightning:before {
  content: "\ea63";
}

.bx-cloud-light-rain:before {
  content: "\ea64";
}

.bx-cloud-rain:before {
  content: "\ea65";
}

.bx-cloud-snow:before {
  content: "\ea66";
}

.bx-cloud-upload:before {
  content: "\ea67";
}

.bx-code:before {
  content: "\ea68";
}

.bx-code-alt:before {
  content: "\ea69";
}

.bx-code-block:before {
  content: "\ea6a";
}

.bx-code-curly:before {
  content: "\ea6b";
}

.bx-coffee:before {
  content: "\ea6c";
}

.bx-coffee-togo:before {
  content: "\ea6d";
}

.bx-cog:before {
  content: "\ea6e";
}

.bx-coin:before {
  content: "\ea6f";
}

.bx-coin-stack:before {
  content: "\ea70";
}

.bx-collapse:before {
  content: "\ea71";
}

.bx-collection:before {
  content: "\ea72";
}

.bx-color-fill:before {
  content: "\ea73";
}

.bx-columns:before {
  content: "\ea74";
}

.bx-command:before {
  content: "\ea75";
}

.bx-comment:before {
  content: "\ea76";
}

.bx-comment-add:before {
  content: "\ea77";
}

.bx-comment-check:before {
  content: "\ea78";
}

.bx-comment-detail:before {
  content: "\ea79";
}

.bx-comment-dots:before {
  content: "\ea7a";
}

.bx-comment-edit:before {
  content: "\ea7b";
}

.bx-comment-error:before {
  content: "\ea7c";
}

.bx-comment-minus:before {
  content: "\ea7d";
}

.bx-comment-x:before {
  content: "\ea7e";
}

.bx-compass:before {
  content: "\ea7f";
}

.bx-confused:before {
  content: "\ea80";
}

.bx-conversation:before {
  content: "\ea81";
}

.bx-cookie:before {
  content: "\ea82";
}

.bx-cool:before {
  content: "\ea83";
}

.bx-copy:before {
  content: "\ea84";
}

.bx-copy-alt:before {
  content: "\ea85";
}

.bx-copyright:before {
  content: "\ea86";
}

.bx-credit-card:before {
  content: "\ea87";
}

.bx-credit-card-alt:before {
  content: "\ea88";
}

.bx-credit-card-front:before {
  content: "\ea89";
}

.bx-crop:before {
  content: "\ea8a";
}

.bx-crosshair:before {
  content: "\ea8b";
}

.bx-crown:before {
  content: "\ea8c";
}

.bx-cube:before {
  content: "\ea8d";
}

.bx-cube-alt:before {
  content: "\ea8e";
}

.bx-cuboid:before {
  content: "\ea8f";
}

.bx-current-location:before {
  content: "\ea90";
}

.bx-customize:before {
  content: "\ea91";
}

.bx-cut:before {
  content: "\ea92";
}

.bx-cycling:before {
  content: "\ea93";
}

.bx-cylinder:before {
  content: "\ea94";
}

.bx-data:before {
  content: "\ea95";
}

.bx-desktop:before {
  content: "\ea96";
}

.bx-detail:before {
  content: "\ea97";
}

.bx-devices:before {
  content: "\ea98";
}

.bx-dialpad:before {
  content: "\ea99";
}

.bx-dialpad-alt:before {
  content: "\ea9a";
}

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

.bx-dice-1:before {
  content: "\ea9c";
}

.bx-dice-2:before {
  content: "\ea9d";
}

.bx-dice-3:before {
  content: "\ea9e";
}

.bx-dice-4:before {
  content: "\ea9f";
}

.bx-dice-5:before {
  content: "\eaa0";
}

.bx-dice-6:before {
  content: "\eaa1";
}

.bx-directions:before {
  content: "\eaa2";
}

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

.bx-dish:before {
  content: "\eaa4";
}

.bx-dislike:before {
  content: "\eaa5";
}

.bx-dizzy:before {
  content: "\eaa6";
}

.bx-dna:before {
  content: "\eaa7";
}

.bx-dock-bottom:before {
  content: "\eaa8";
}

.bx-dock-left:before {
  content: "\eaa9";
}

.bx-dock-right:before {
  content: "\eaaa";
}

.bx-dock-top:before {
  content: "\eaab";
}

.bx-dollar:before {
  content: "\eaac";
}

.bx-dollar-circle:before {
  content: "\eaad";
}

.bx-donate-blood:before {
  content: "\eaae";
}

.bx-donate-heart:before {
  content: "\eaaf";
}

.bx-door-open:before {
  content: "\eab0";
}

.bx-dots-horizontal:before {
  content: "\eab1";
}

.bx-dots-horizontal-rounded:before {
  content: "\eab2";
}

.bx-dots-vertical:before {
  content: "\eab3";
}

.bx-dots-vertical-rounded:before {
  content: "\eab4";
}

.bx-doughnut-chart:before {
  content: "\eab5";
}

.bx-down-arrow:before {
  content: "\eab6";
}

.bx-down-arrow-alt:before {
  content: "\eab7";
}

.bx-down-arrow-circle:before {
  content: "\eab8";
}

.bx-download:before {
  content: "\eab9";
}

.bx-downvote:before {
  content: "\eaba";
}

.bx-drink:before {
  content: "\eabb";
}

.bx-droplet:before {
  content: "\eabc";
}

.bx-dumbbell:before {
  content: "\eabd";
}

.bx-duplicate:before {
  content: "\eabe";
}

.bx-edit:before {
  content: "\eabf";
}

.bx-edit-alt:before {
  content: "\eac0";
}

.bx-envelope:before {
  content: "\eac1";
}

.bx-envelope-open:before {
  content: "\eac2";
}

.bx-equalizer:before {
  content: "\eac3";
}

.bx-eraser:before {
  content: "\eac4";
}

.bx-error:before {
  content: "\eac5";
}

.bx-error-alt:before {
  content: "\eac6";
}

.bx-error-circle:before {
  content: "\eac7";
}

.bx-euro:before {
  content: "\eac8";
}

.bx-exclude:before {
  content: "\eac9";
}

.bx-exit:before {
  content: "\eaca";
}

.bx-exit-fullscreen:before {
  content: "\eacb";
}

.bx-expand:before {
  content: "\eacc";
}

.bx-expand-alt:before {
  content: "\eacd";
}

.bx-export:before {
  content: "\eace";
}

.bx-extension:before {
  content: "\eacf";
}

.bx-face:before {
  content: "\ead0";
}

.bx-fast-forward:before {
  content: "\ead1";
}

.bx-fast-forward-circle:before {
  content: "\ead2";
}

.bx-female:before {
  content: "\ead3";
}

.bx-female-sign:before {
  content: "\ead4";
}

.bx-file:before {
  content: "\ead5";
}

.bx-file-blank:before {
  content: "\ead6";
}

.bx-file-find:before {
  content: "\ead7";
}

.bx-film:before {
  content: "\ead8";
}

.bx-filter:before {
  content: "\ead9";
}

.bx-filter-alt:before {
  content: "\eada";
}

.bx-fingerprint:before {
  content: "\eadb";
}

.bx-first-aid:before {
  content: "\eadc";
}

.bx-first-page:before {
  content: "\eadd";
}

.bx-flag:before {
  content: "\eade";
}

.bx-folder:before {
  content: "\eadf";
}

.bx-folder-minus:before {
  content: "\eae0";
}

.bx-folder-open:before {
  content: "\eae1";
}

.bx-folder-plus:before {
  content: "\eae2";
}

.bx-font:before {
  content: "\eae3";
}

.bx-font-color:before {
  content: "\eae4";
}

.bx-font-family:before {
  content: "\eae5";
}

.bx-font-size:before {
  content: "\eae6";
}

.bx-food-menu:before {
  content: "\eae7";
}

.bx-food-tag:before {
  content: "\eae8";
}

.bx-football:before {
  content: "\eae9";
}

.bx-fridge:before {
  content: "\eaea";
}

.bx-fullscreen:before {
  content: "\eaeb";
}

.bx-game:before {
  content: "\eaec";
}

.bx-gas-pump:before {
  content: "\eaed";
}

.bx-ghost:before {
  content: "\eaee";
}

.bx-gift:before {
  content: "\eaef";
}

.bx-git-branch:before {
  content: "\eaf0";
}

.bx-git-commit:before {
  content: "\eaf1";
}

.bx-git-compare:before {
  content: "\eaf2";
}

.bx-git-merge:before {
  content: "\eaf3";
}

.bx-git-pull-request:before {
  content: "\eaf4";
}

.bx-git-repo-forked:before {
  content: "\eaf5";
}

.bx-glasses:before {
  content: "\eaf6";
}

.bx-glasses-alt:before {
  content: "\eaf7";
}

.bx-globe:before {
  content: "\eaf8";
}

.bx-globe-alt:before {
  content: "\eaf9";
}

.bx-grid:before {
  content: "\eafa";
}

.bx-grid-alt:before {
  content: "\eafb";
}

.bx-grid-horizontal:before {
  content: "\eafc";
}

.bx-grid-small:before {
  content: "\eafd";
}

.bx-grid-vertical:before {
  content: "\eafe";
}

.bx-group:before {
  content: "\eaff";
}

.bx-handicap:before {
  content: "\eb00";
}

.bx-happy:before {
  content: "\eb01";
}

.bx-happy-alt:before {
  content: "\eb02";
}

.bx-happy-beaming:before {
  content: "\eb03";
}

.bx-happy-heart-eyes:before {
  content: "\eb04";
}

.bx-hash:before {
  content: "\eb05";
}

.bx-hdd:before {
  content: "\eb06";
}

.bx-heading:before {
  content: "\eb07";
}

.bx-headphone:before {
  content: "\eb08";
}

.bx-health:before {
  content: "\eb09";
}

.bx-heart:before {
  content: "\eb0a";
}

.bx-heart-circle:before {
  content: "\eb0b";
}

.bx-heart-square:before {
  content: "\eb0c";
}

.bx-help-circle:before {
  content: "\eb0d";
}

.bx-hide:before {
  content: "\eb0e";
}

.bx-highlight:before {
  content: "\eb0f";
}

.bx-history:before {
  content: "\eb10";
}

.bx-hive:before {
  content: "\eb11";
}

.bx-home:before {
  content: "\eb12";
}

.bx-home-alt:before {
  content: "\eb13";
}

.bx-home-circle:before {
  content: "\eb14";
}

.bx-home-heart:before {
  content: "\eb15";
}

.bx-home-smile:before {
  content: "\eb16";
}

.bx-horizontal-center:before {
  content: "\eb17";
}

.bx-hotel:before {
  content: "\eb18";
}

.bx-hourglass:before {
  content: "\eb19";
}

.bx-id-card:before {
  content: "\eb1a";
}

.bx-image:before {
  content: "\eb1b";
}

.bx-image-add:before {
  content: "\eb1c";
}

.bx-image-alt:before {
  content: "\eb1d";
}

.bx-images:before {
  content: "\eb1e";
}

.bx-import:before {
  content: "\eb1f";
}

.bx-infinite:before {
  content: "\eb20";
}

.bx-info-circle:before {
  content: "\eb21";
}

.bx-info-square:before {
  content: "\eb22";
}

.bx-intersect:before {
  content: "\eb23";
}

.bx-italic:before {
  content: "\eb24";
}

.bx-joystick:before {
  content: "\eb25";
}

.bx-joystick-alt:before {
  content: "\eb26";
}

.bx-joystick-button:before {
  content: "\eb27";
}

.bx-key:before {
  content: "\eb28";
}

.bx-label:before {
  content: "\eb29";
}

.bx-landscape:before {
  content: "\eb2a";
}

.bx-laptop:before {
  content: "\eb2b";
}

.bx-last-page:before {
  content: "\eb2c";
}

.bx-laugh:before {
  content: "\eb2d";
}

.bx-layer:before {
  content: "\eb2e";
}

.bx-layer-minus:before {
  content: "\eb2f";
}

.bx-layer-plus:before {
  content: "\eb30";
}

.bx-layout:before {
  content: "\eb31";
}

.bx-left-arrow:before {
  content: "\eb32";
}

.bx-left-arrow-alt:before {
  content: "\eb33";
}

.bx-left-arrow-circle:before {
  content: "\eb34";
}

.bx-left-down-arrow-circle:before {
  content: "\eb35";
}

.bx-left-indent:before {
  content: "\eb36";
}

.bx-left-top-arrow-circle:before {
  content: "\eb37";
}

.bx-library:before {
  content: "\eb38";
}

.bx-like:before {
  content: "\eb39";
}

.bx-line-chart:before {
  content: "\eb3a";
}

.bx-line-chart-down:before {
  content: "\eb3b";
}

.bx-link:before {
  content: "\eb3c";
}

.bx-link-alt:before {
  content: "\eb3d";
}

.bx-link-external:before {
  content: "\eb3e";
}

.bx-lira:before {
  content: "\eb3f";
}

.bx-list-check:before {
  content: "\eb40";
}

.bx-list-minus:before {
  content: "\eb41";
}

.bx-list-ol:before {
  content: "\eb42";
}

.bx-list-plus:before {
  content: "\eb43";
}

.bx-list-ul:before {
  content: "\eb44";
}

.bx-loader:before {
  content: "\eb45";
}

.bx-loader-alt:before {
  content: "\eb46";
}

.bx-loader-circle:before {
  content: "\eb47";
}

.bx-location-plus:before {
  content: "\eb48";
}

.bx-lock:before {
  content: "\eb49";
}

.bx-lock-alt:before {
  content: "\eb4a";
}

.bx-lock-open:before {
  content: "\eb4b";
}

.bx-lock-open-alt:before {
  content: "\eb4c";
}

.bx-log-in:before {
  content: "\eb4d";
}

.bx-log-in-circle:before {
  content: "\eb4e";
}

.bx-log-out:before {
  content: "\eb4f";
}

.bx-log-out-circle:before {
  content: "\eb50";
}

.bx-low-vision:before {
  content: "\eb51";
}

.bx-magnet:before {
  content: "\eb52";
}

.bx-mail-send:before {
  content: "\eb53";
}

.bx-male:before {
  content: "\eb54";
}

.bx-male-sign:before {
  content: "\eb55";
}

.bx-map:before {
  content: "\eb56";
}

.bx-map-alt:before {
  content: "\eb57";
}

.bx-map-pin:before {
  content: "\eb58";
}

.bx-mask:before {
  content: "\eb59";
}

.bx-medal:before {
  content: "\eb5a";
}

.bx-meh:before {
  content: "\eb5b";
}

.bx-meh-alt:before {
  content: "\eb5c";
}

.bx-meh-blank:before {
  content: "\eb5d";
}

.bx-memory-card:before {
  content: "\eb5e";
}

.bx-menu:before {
  content: "\eb5f";
}

.bx-menu-alt-left:before {
  content: "\ef5b";
}

.bx-menu-alt-right:before {
  content: "\eb61";
}

.bx-merge:before {
  content: "\eb62";
}

.bx-message:before {
  content: "\eb63";
}

.bx-message-add:before {
  content: "\eb64";
}

.bx-message-alt:before {
  content: "\eb65";
}

.bx-message-alt-add:before {
  content: "\eb66";
}

.bx-message-alt-check:before {
  content: "\eb67";
}

.bx-message-alt-detail:before {
  content: "\eb68";
}

.bx-message-alt-dots:before {
  content: "\eb69";
}

.bx-message-alt-edit:before {
  content: "\eb6a";
}

.bx-message-alt-error:before {
  content: "\eb6b";
}

.bx-message-alt-minus:before {
  content: "\eb6c";
}

.bx-message-alt-x:before {
  content: "\eb6d";
}

.bx-message-check:before {
  content: "\eb6e";
}

.bx-message-detail:before {
  content: "\eb6f";
}

.bx-message-dots:before {
  content: "\eb70";
}

.bx-message-edit:before {
  content: "\eb71";
}

.bx-message-error:before {
  content: "\eb72";
}

.bx-message-minus:before {
  content: "\eb73";
}

.bx-message-rounded:before {
  content: "\eb74";
}

.bx-message-rounded-add:before {
  content: "\eb75";
}

.bx-message-rounded-check:before {
  content: "\eb76";
}

.bx-message-rounded-detail:before {
  content: "\eb77";
}

.bx-message-rounded-dots:before {
  content: "\eb78";
}

.bx-message-rounded-edit:before {
  content: "\ef5c";
}

.bx-message-rounded-error:before {
  content: "\eb7a";
}

.bx-message-rounded-minus:before {
  content: "\eb7b";
}

.bx-message-rounded-x:before {
  content: "\eb7c";
}

.bx-message-square:before {
  content: "\eb7d";
}

.bx-message-square-add:before {
  content: "\eb7e";
}

.bx-message-square-check:before {
  content: "\eb7f";
}

.bx-message-square-detail:before {
  content: "\eb80";
}

.bx-message-square-dots:before {
  content: "\eb81";
}

.bx-message-square-edit:before {
  content: "\eb82";
}

.bx-message-square-error:before {
  content: "\eb83";
}

.bx-message-square-minus:before {
  content: "\eb84";
}

.bx-message-square-x:before {
  content: "\eb85";
}

.bx-message-x:before {
  content: "\eb86";
}

.bx-meteor:before {
  content: "\eb87";
}

.bx-microchip:before {
  content: "\eb88";
}

.bx-microphone:before {
  content: "\eb89";
}

.bx-microphone-off:before {
  content: "\eb8a";
}

.bx-minus:before {
  content: "\eb8b";
}

.bx-minus-back:before {
  content: "\eb8c";
}

.bx-minus-circle:before {
  content: "\eb8d";
}

.bx-minus-front:before {
  content: "\eb8e";
}

.bx-mobile:before {
  content: "\eb8f";
}

.bx-mobile-alt:before {
  content: "\eb90";
}

.bx-mobile-landscape:before {
  content: "\eb91";
}

.bx-mobile-vibration:before {
  content: "\ef5d";
}

.bx-money:before {
  content: "\eb93";
}

.bx-moon:before {
  content: "\eb94";
}

.bx-mouse:before {
  content: "\eb95";
}

.bx-mouse-alt:before {
  content: "\eb96";
}

.bx-move:before {
  content: "\eb97";
}

.bx-move-horizontal:before {
  content: "\eb98";
}

.bx-move-vertical:before {
  content: "\eb99";
}

.bx-movie:before {
  content: "\eb9a";
}

.bx-movie-play:before {
  content: "\eb9b";
}

.bx-music:before {
  content: "\eb9c";
}

.bx-navigation:before {
  content: "\eb9d";
}

.bx-network-chart:before {
  content: "\eb9e";
}

.bx-news:before {
  content: "\eb9f";
}

.bx-no-entry:before {
  content: "\eba0";
}

.bx-note:before {
  content: "\eba1";
}

.bx-notepad:before {
  content: "\eba2";
}

.bx-notification:before {
  content: "\eba3";
}

.bx-notification-off:before {
  content: "\eba4";
}

.bx-outline:before {
  content: "\eba5";
}

.bx-package:before {
  content: "\eba6";
}

.bx-paint:before {
  content: "\eba7";
}

.bx-paint-roll:before {
  content: "\eba8";
}

.bx-palette:before {
  content: "\eba9";
}

.bx-paperclip:before {
  content: "\ebaa";
}

.bx-paper-plane:before {
  content: "\ef61";
}

.bx-paragraph:before {
  content: "\ebac";
}

.bx-paste:before {
  content: "\ebad";
}

.bx-pause:before {
  content: "\ebae";
}

.bx-pause-circle:before {
  content: "\ebaf";
}

.bx-pen:before {
  content: "\ebb0";
}

.bx-pencil:before {
  content: "\ebb1";
}

.bx-phone:before {
  content: "\ebb2";
}

.bx-phone-call:before {
  content: "\ebb3";
}

.bx-phone-incoming:before {
  content: "\ebb4";
}

.bx-phone-off:before {
  content: "\ebb5";
}

.bx-phone-outgoing:before {
  content: "\ebb6";
}

.bx-photo-album:before {
  content: "\ebb7";
}

.bx-pie-chart:before {
  content: "\ebb8";
}

.bx-pie-chart-alt:before {
  content: "\ebb9";
}

.bx-pie-chart-alt-2:before {
  content: "\ebba";
}

.bx-pin:before {
  content: "\ebbb";
}

.bx-planet:before {
  content: "\ebbc";
}

.bx-play:before {
  content: "\ebbd";
}

.bx-play-circle:before {
  content: "\ebbe";
}

.bx-plug:before {
  content: "\ebbf";
}

.bx-plus:before {
  content: "\ebc0";
}

.bx-plus-circle:before {
  content: "\ebc1";
}

.bx-plus-medical:before {
  content: "\ebc2";
}

.bx-podcast:before {
  content: "\ebc3";
}

.bx-pointer:before {
  content: "\ef5e";
}

.bx-poll:before {
  content: "\ebc5";
}

.bx-polygon:before {
  content: "\ebc6";
}

.bx-pound:before {
  content: "\ebc7";
}

.bx-power-off:before {
  content: "\ebc8";
}

.bx-printer:before {
  content: "\ebc9";
}

.bx-pulse:before {
  content: "\ebca";
}

.bx-purchase-tag:before {
  content: "\ebcb";
}

.bx-purchase-tag-alt:before {
  content: "\ebcc";
}

.bx-pyramid:before {
  content: "\ebcd";
}

.bx-qr:before {
  content: "\ebce";
}

.bx-qr-scan:before {
  content: "\ebcf";
}

.bx-question-mark:before {
  content: "\ebd0";
}

.bx-radar:before {
  content: "\ebd1";
}

.bx-radio:before {
  content: "\ebd2";
}

.bx-radio-circle:before {
  content: "\ebd3";
}

.bx-radio-circle-marked:before {
  content: "\ebd4";
}

.bx-receipt:before {
  content: "\ebd5";
}

.bx-rectangle:before {
  content: "\ebd6";
}

.bx-recycle:before {
  content: "\ebd7";
}

.bx-redo:before {
  content: "\ebd8";
}

.bx-refresh:before {
  content: "\ebd9";
}

.bx-registered:before {
  content: "\ebda";
}

.bx-rename:before {
  content: "\ebdb";
}

.bx-repeat:before {
  content: "\ebdc";
}

.bx-reply:before {
  content: "\ef5f";
}

.bx-reply-all:before {
  content: "\ebde";
}

.bx-repost:before {
  content: "\ebdf";
}

.bx-reset:before {
  content: "\ebe0";
}

.bx-restaurant:before {
  content: "\ebe1";
}

.bx-revision:before {
  content: "\ebe2";
}

.bx-rewind:before {
  content: "\ebe3";
}

.bx-rewind-circle:before {
  content: "\ebe4";
}

.bx-right-arrow:before {
  content: "\ebe5";
}

.bx-right-arrow-alt:before {
  content: "\ebe6";
}

.bx-right-arrow-circle:before {
  content: "\ebe7";
}

.bx-right-down-arrow-circle:before {
  content: "\ebe8";
}

.bx-right-indent:before {
  content: "\ebe9";
}

.bx-right-top-arrow-circle:before {
  content: "\ebea";
}

.bx-rocket:before {
  content: "\ebeb";
}

.bx-rotate-left:before {
  content: "\ebec";
}

.bx-rotate-right:before {
  content: "\ebed";
}

.bx-rss:before {
  content: "\ebee";
}

.bx-ruble:before {
  content: "\ebef";
}

.bx-ruler:before {
  content: "\ebf0";
}

.bx-run:before {
  content: "\ebf1";
}

.bx-rupee:before {
  content: "\ebf2";
}

.bx-sad:before {
  content: "\ebf3";
}

.bx-save:before {
  content: "\ebf4";
}

.bx-scan:before {
  content: "\ebf5";
}

.bx-screenshot:before {
  content: "\ef60";
}

.bx-search:before {
  content: "\ebf7";
}

.bx-search-alt:before {
  content: "\ebf8";
}

.bx-search-alt-2:before {
  content: "\ebf9";
}

.bx-selection:before {
  content: "\ebfa";
}

.bx-select-multiple:before {
  content: "\ebfb";
}

.bx-send:before {
  content: "\ebfc";
}

.bx-server:before {
  content: "\ebfd";
}

.bx-shape-circle:before {
  content: "\ebfe";
}

.bx-shape-polygon:before {
  content: "\ebff";
}

.bx-shape-square:before {
  content: "\ec00";
}

.bx-shape-triangle:before {
  content: "\ec01";
}

.bx-share:before {
  content: "\ec02";
}

.bx-share-alt:before {
  content: "\ec03";
}

.bx-shekel:before {
  content: "\ec04";
}

.bx-shield:before {
  content: "\ec05";
}

.bx-shield-alt:before {
  content: "\ec06";
}

.bx-shield-alt-2:before {
  content: "\ec07";
}

.bx-shield-quarter:before {
  content: "\ec08";
}

.bx-shield-x:before {
  content: "\ec09";
}

.bx-shocked:before {
  content: "\ec0a";
}

.bx-shopping-bag:before {
  content: "\ec0b";
}

.bx-show:before {
  content: "\ec0c";
}

.bx-show-alt:before {
  content: "\ec0d";
}

.bx-shuffle:before {
  content: "\ec0e";
}

.bx-sidebar:before {
  content: "\ec0f";
}

.bx-sitemap:before {
  content: "\ec10";
}

.bx-skip-next:before {
  content: "\ec11";
}

.bx-skip-next-circle:before {
  content: "\ec12";
}

.bx-skip-previous:before {
  content: "\ec13";
}

.bx-skip-previous-circle:before {
  content: "\ec14";
}

.bx-sleepy:before {
  content: "\ec15";
}

.bx-slider:before {
  content: "\ec16";
}

.bx-slider-alt:before {
  content: "\ec17";
}

.bx-slideshow:before {
  content: "\ec18";
}

.bx-smile:before {
  content: "\ec19";
}

.bx-sort:before {
  content: "\ec1a";
}

.bx-sort-alt-2:before {
  content: "\ec1b";
}

.bx-sort-a-z:before {
  content: "\ec1c";
}

.bx-sort-down:before {
  content: "\ec1d";
}

.bx-sort-up:before {
  content: "\ec1e";
}

.bx-sort-z-a:before {
  content: "\ec1f";
}

.bx-spa:before {
  content: "\ec20";
}

.bx-space-bar:before {
  content: "\ec21";
}

.bx-speaker:before {
  content: "\ec22";
}

.bx-spray-can:before {
  content: "\ec23";
}

.bx-spreadsheet:before {
  content: "\ec24";
}

.bx-square:before {
  content: "\ec25";
}

.bx-square-rounded:before {
  content: "\ec26";
}

.bx-star:before {
  content: "\ec27";
}

.bx-station:before {
  content: "\ec28";
}

.bx-stats:before {
  content: "\ec29";
}

.bx-sticker:before {
  content: "\ec2a";
}

.bx-stop:before {
  content: "\ec2b";
}

.bx-stop-circle:before {
  content: "\ec2c";
}

.bx-stopwatch:before {
  content: "\ec2d";
}

.bx-store:before {
  content: "\ec2e";
}

.bx-store-alt:before {
  content: "\ec2f";
}

.bx-street-view:before {
  content: "\ec30";
}

.bx-strikethrough:before {
  content: "\ec31";
}

.bx-subdirectory-left:before {
  content: "\ec32";
}

.bx-subdirectory-right:before {
  content: "\ec33";
}

.bx-sun:before {
  content: "\ec34";
}

.bx-support:before {
  content: "\ec35";
}

.bx-swim:before {
  content: "\ec36";
}

.bx-sync:before {
  content: "\ec37";
}

.bx-tab:before {
  content: "\ec38";
}

.bx-table:before {
  content: "\ec39";
}

.bx-tachometer:before {
  content: "\ec3a";
}

.bx-tag:before {
  content: "\ec3b";
}

.bx-tag-alt:before {
  content: "\ec3c";
}

.bx-target-lock:before {
  content: "\ec3d";
}

.bx-task:before {
  content: "\ec3e";
}

.bx-task-x:before {
  content: "\ec3f";
}

.bx-taxi:before {
  content: "\ec40";
}

.bx-tennis-ball:before {
  content: "\ec41";
}

.bx-terminal:before {
  content: "\ec42";
}

.bx-test-tube:before {
  content: "\ec43";
}

.bx-text:before {
  content: "\ec44";
}

.bx-time:before {
  content: "\ec45";
}

.bx-time-five:before {
  content: "\ec46";
}

.bx-timer:before {
  content: "\ec47";
}

.bx-tired:before {
  content: "\ec48";
}

.bx-toggle-left:before {
  content: "\ec49";
}

.bx-toggle-right:before {
  content: "\ec4a";
}

.bx-tone:before {
  content: "\ec4b";
}

.bx-traffic-cone:before {
  content: "\ec4c";
}

.bx-train:before {
  content: "\ec4d";
}

.bx-transfer:before {
  content: "\ec4e";
}

.bx-transfer-alt:before {
  content: "\ec4f";
}

.bx-trash:before {
  content: "\ec50";
}

.bx-trash-alt:before {
  content: "\ec51";
}

.bx-trending-down:before {
  content: "\ec52";
}

.bx-trending-up:before {
  content: "\ec53";
}

.bx-trim:before {
  content: "\ec54";
}

.bx-trip:before {
  content: "\ec55";
}

.bx-trophy:before {
  content: "\ec56";
}

.bx-tv:before {
  content: "\ec57";
}

.bx-underline:before {
  content: "\ec58";
}

.bx-undo:before {
  content: "\ec59";
}

.bx-unite:before {
  content: "\ec5a";
}

.bx-unlink:before {
  content: "\ec5b";
}

.bx-up-arrow:before {
  content: "\ec5c";
}

.bx-up-arrow-alt:before {
  content: "\ec5d";
}

.bx-up-arrow-circle:before {
  content: "\ec5e";
}

.bx-upload:before {
  content: "\ec5f";
}

.bx-upside-down:before {
  content: "\ec60";
}

.bx-upvote:before {
  content: "\ec61";
}

.bx-usb:before {
  content: "\ec62";
}

.bx-user:before {
  content: "\ec63";
}

.bx-user-check:before {
  content: "\ec64";
}

.bx-user-circle:before {
  content: "\ec65";
}

.bx-user-minus:before {
  content: "\ec66";
}

.bx-user-pin:before {
  content: "\ec67";
}

.bx-user-plus:before {
  content: "\ec68";
}

.bx-user-voice:before {
  content: "\ec69";
}

.bx-user-x:before {
  content: "\ec6a";
}

.bx-vector:before {
  content: "\ec6b";
}

.bx-vertical-center:before {
  content: "\ec6c";
}

.bx-vial:before {
  content: "\ec6d";
}

.bx-video:before {
  content: "\ec6e";
}

.bx-video-off:before {
  content: "\ec6f";
}

.bx-video-plus:before {
  content: "\ec70";
}

.bx-video-recording:before {
  content: "\ec71";
}

.bx-voicemail:before {
  content: "\ec72";
}

.bx-volume:before {
  content: "\ec73";
}

.bx-volume-full:before {
  content: "\ec74";
}

.bx-volume-low:before {
  content: "\ec75";
}

.bx-volume-mute:before {
  content: "\ec76";
}

.bx-walk:before {
  content: "\ec77";
}

.bx-wallet:before {
  content: "\ec78";
}

.bx-wallet-alt:before {
  content: "\ec79";
}

.bx-water:before {
  content: "\ec7a";
}

.bx-webcam:before {
  content: "\ec7b";
}

.bx-wifi:before {
  content: "\ec7c";
}

.bx-wifi-0:before {
  content: "\ec7d";
}

.bx-wifi-1:before {
  content: "\ec7e";
}

.bx-wifi-2:before {
  content: "\ec7f";
}

.bx-wifi-off:before {
  content: "\ec80";
}

.bx-wind:before {
  content: "\ec81";
}

.bx-window:before {
  content: "\ec82";
}

.bx-window-alt:before {
  content: "\ec83";
}

.bx-window-close:before {
  content: "\ec84";
}

.bx-window-open:before {
  content: "\ec85";
}

.bx-windows:before {
  content: "\ec86";
}

.bx-wine:before {
  content: "\ec87";
}

.bx-wink-smile:before {
  content: "\ec88";
}

.bx-wink-tongue:before {
  content: "\ec89";
}

.bx-won:before {
  content: "\ec8a";
}

.bx-world:before {
  content: "\ec8b";
}

.bx-wrench:before {
  content: "\ec8c";
}

.bx-x:before {
  content: "\ec8d";
}

.bx-x-circle:before {
  content: "\ec8e";
}

.bx-yen:before {
  content: "\ec8f";
}

.bx-zoom-in:before {
  content: "\ec90";
}

.bx-zoom-out:before {
  content: "\ec91";
}

.bxs-party:before {
  content: "\ec92";
}

.bxs-hot:before {
  content: "\ec93";
}

.bxs-droplet:before {
  content: "\ec94";
}

.bxs-cat:before {
  content: "\ec95";
}

.bxs-dog:before {
  content: "\ec96";
}

.bxs-injection:before {
  content: "\ec97";
}

.bxs-leaf:before {
  content: "\ec98";
}

.bxs-add-to-queue:before {
  content: "\ec99";
}

.bxs-adjust:before {
  content: "\ec9a";
}

.bxs-adjust-alt:before {
  content: "\ec9b";
}

.bxs-alarm:before {
  content: "\ec9c";
}

.bxs-alarm-add:before {
  content: "\ec9d";
}

.bxs-alarm-exclamation:before {
  content: "\ec9e";
}

.bxs-alarm-off:before {
  content: "\ec9f";
}

.bxs-alarm-snooze:before {
  content: "\eca0";
}

.bxs-album:before {
  content: "\eca1";
}

.bxs-ambulance:before {
  content: "\eca2";
}

.bxs-analyse:before {
  content: "\eca3";
}

.bxs-angry:before {
  content: "\eca4";
}

.bxs-arch:before {
  content: "\eca5";
}

.bxs-archive:before {
  content: "\eca6";
}

.bxs-archive-in:before {
  content: "\eca7";
}

.bxs-archive-out:before {
  content: "\eca8";
}

.bxs-area:before {
  content: "\eca9";
}

.bxs-arrow-from-bottom:before {
  content: "\ecaa";
}

.bxs-arrow-from-left:before {
  content: "\ecab";
}

.bxs-arrow-from-right:before {
  content: "\ecac";
}

.bxs-arrow-from-top:before {
  content: "\ecad";
}

.bxs-arrow-to-bottom:before {
  content: "\ecae";
}

.bxs-arrow-to-left:before {
  content: "\ecaf";
}

.bxs-arrow-to-right:before {
  content: "\ecb0";
}

.bxs-arrow-to-top:before {
  content: "\ecb1";
}

.bxs-award:before {
  content: "\ecb2";
}

.bxs-baby-carriage:before {
  content: "\ecb3";
}

.bxs-backpack:before {
  content: "\ecb4";
}

.bxs-badge:before {
  content: "\ecb5";
}

.bxs-badge-check:before {
  content: "\ecb6";
}

.bxs-badge-dollar:before {
  content: "\ecb7";
}

.bxs-ball:before {
  content: "\ecb8";
}

.bxs-band-aid:before {
  content: "\ecb9";
}

.bxs-bank:before {
  content: "\ecba";
}

.bxs-bar-chart-alt-2:before {
  content: "\ecbb";
}

.bxs-bar-chart-square:before {
  content: "\ecbc";
}

.bxs-barcode:before {
  content: "\ecbd";
}

.bxs-baseball:before {
  content: "\ecbe";
}

.bxs-basket:before {
  content: "\ecbf";
}

.bxs-basketball:before {
  content: "\ecc0";
}

.bxs-bath:before {
  content: "\ecc1";
}

.bxs-battery:before {
  content: "\ecc2";
}

.bxs-battery-charging:before {
  content: "\ecc3";
}

.bxs-battery-full:before {
  content: "\ecc4";
}

.bxs-battery-low:before {
  content: "\ecc5";
}

.bxs-bed:before {
  content: "\ecc6";
}

.bxs-been-here:before {
  content: "\ecc7";
}

.bxs-beer:before {
  content: "\ecc8";
}

.bxs-bell:before {
  content: "\ecc9";
}

.bxs-bell-minus:before {
  content: "\ecca";
}

.bxs-bell-off:before {
  content: "\eccb";
}

.bxs-bell-plus:before {
  content: "\eccc";
}

.bxs-bell-ring:before {
  content: "\eccd";
}

.bxs-bible:before {
  content: "\ecce";
}

.bxs-binoculars:before {
  content: "\eccf";
}

.bxs-blanket:before {
  content: "\ecd0";
}

.bxs-bolt:before {
  content: "\ecd1";
}

.bxs-bolt-circle:before {
  content: "\ecd2";
}

.bxs-bomb:before {
  content: "\ecd3";
}

.bxs-bone:before {
  content: "\ecd4";
}

.bxs-bong:before {
  content: "\ecd5";
}

.bxs-book:before {
  content: "\ecd6";
}

.bxs-book-add:before {
  content: "\ecd7";
}

.bxs-book-alt:before {
  content: "\ecd8";
}

.bxs-book-bookmark:before {
  content: "\ecd9";
}

.bxs-book-content:before {
  content: "\ecda";
}

.bxs-book-heart:before {
  content: "\ecdb";
}

.bxs-bookmark:before {
  content: "\ecdc";
}

.bxs-bookmark-alt:before {
  content: "\ecdd";
}

.bxs-bookmark-alt-minus:before {
  content: "\ecde";
}

.bxs-bookmark-alt-plus:before {
  content: "\ecdf";
}

.bxs-bookmark-heart:before {
  content: "\ece0";
}

.bxs-bookmark-minus:before {
  content: "\ece1";
}

.bxs-bookmark-plus:before {
  content: "\ece2";
}

.bxs-bookmarks:before {
  content: "\ece3";
}

.bxs-bookmark-star:before {
  content: "\ece4";
}

.bxs-book-open:before {
  content: "\ece5";
}

.bxs-book-reader:before {
  content: "\ece6";
}

.bxs-bot:before {
  content: "\ece7";
}

.bxs-bowling-ball:before {
  content: "\ece8";
}

.bxs-box:before {
  content: "\ece9";
}

.bxs-brain:before {
  content: "\ecea";
}

.bxs-briefcase:before {
  content: "\eceb";
}

.bxs-briefcase-alt:before {
  content: "\ecec";
}

.bxs-briefcase-alt-2:before {
  content: "\eced";
}

.bxs-brightness:before {
  content: "\ecee";
}

.bxs-brightness-half:before {
  content: "\ecef";
}

.bxs-brush:before {
  content: "\ecf0";
}

.bxs-brush-alt:before {
  content: "\ecf1";
}

.bxs-bug:before {
  content: "\ecf2";
}

.bxs-bug-alt:before {
  content: "\ecf3";
}

.bxs-building:before {
  content: "\ecf4";
}

.bxs-building-house:before {
  content: "\ecf5";
}

.bxs-buildings:before {
  content: "\ecf6";
}

.bxs-bulb:before {
  content: "\ecf7";
}

.bxs-bullseye:before {
  content: "\ecf8";
}

.bxs-buoy:before {
  content: "\ecf9";
}

.bxs-bus:before {
  content: "\ecfa";
}

.bxs-business:before {
  content: "\ecfb";
}

.bxs-bus-school:before {
  content: "\ecfc";
}

.bxs-cabinet:before {
  content: "\ecfd";
}

.bxs-cake:before {
  content: "\ecfe";
}

.bxs-calculator:before {
  content: "\ecff";
}

.bxs-calendar:before {
  content: "\ed00";
}

.bxs-calendar-alt:before {
  content: "\ed01";
}

.bxs-calendar-check:before {
  content: "\ed02";
}

.bxs-calendar-edit:before {
  content: "\ed03";
}

.bxs-calendar-event:before {
  content: "\ed04";
}

.bxs-calendar-exclamation:before {
  content: "\ed05";
}

.bxs-calendar-heart:before {
  content: "\ed06";
}

.bxs-calendar-minus:before {
  content: "\ed07";
}

.bxs-calendar-plus:before {
  content: "\ed08";
}

.bxs-calendar-star:before {
  content: "\ed09";
}

.bxs-calendar-week:before {
  content: "\ed0a";
}

.bxs-calendar-x:before {
  content: "\ed0b";
}

.bxs-camera:before {
  content: "\ed0c";
}

.bxs-camera-home:before {
  content: "\ed0d";
}

.bxs-camera-movie:before {
  content: "\ed0e";
}

.bxs-camera-off:before {
  content: "\ed0f";
}

.bxs-camera-plus:before {
  content: "\ed10";
}

.bxs-capsule:before {
  content: "\ed11";
}

.bxs-captions:before {
  content: "\ed12";
}

.bxs-car:before {
  content: "\ed13";
}

.bxs-car-battery:before {
  content: "\ed14";
}

.bxs-car-crash:before {
  content: "\ed15";
}

.bxs-card:before {
  content: "\ed16";
}

.bxs-caret-down-circle:before {
  content: "\ed17";
}

.bxs-caret-down-square:before {
  content: "\ed18";
}

.bxs-caret-left-circle:before {
  content: "\ed19";
}

.bxs-caret-left-square:before {
  content: "\ed1a";
}

.bxs-caret-right-circle:before {
  content: "\ed1b";
}

.bxs-caret-right-square:before {
  content: "\ed1c";
}

.bxs-caret-up-circle:before {
  content: "\ed1d";
}

.bxs-caret-up-square:before {
  content: "\ed1e";
}

.bxs-car-garage:before {
  content: "\ed1f";
}

.bxs-car-mechanic:before {
  content: "\ed20";
}

.bxs-carousel:before {
  content: "\ed21";
}

.bxs-cart:before {
  content: "\ed22";
}

.bxs-cart-add:before {
  content: "\ed23";
}

.bxs-cart-alt:before {
  content: "\ed24";
}

.bxs-cart-download:before {
  content: "\ed25";
}

.bxs-car-wash:before {
  content: "\ed26";
}

.bxs-category:before {
  content: "\ed27";
}

.bxs-category-alt:before {
  content: "\ed28";
}

.bxs-cctv:before {
  content: "\ed29";
}

.bxs-certification:before {
  content: "\ed2a";
}

.bxs-chalkboard:before {
  content: "\ed2b";
}

.bxs-chart:before {
  content: "\ed2c";
}

.bxs-chat:before {
  content: "\ed2d";
}

.bxs-checkbox:before {
  content: "\ed2e";
}

.bxs-checkbox-checked:before {
  content: "\ed2f";
}

.bxs-checkbox-minus:before {
  content: "\ed30";
}

.bxs-check-circle:before {
  content: "\ed31";
}

.bxs-check-shield:before {
  content: "\ed32";
}

.bxs-check-square:before {
  content: "\ed33";
}

.bxs-chess:before {
  content: "\ed34";
}

.bxs-chevron-down:before {
  content: "\ed35";
}

.bxs-chevron-down-circle:before {
  content: "\ed36";
}

.bxs-chevron-down-square:before {
  content: "\ed37";
}

.bxs-chevron-left:before {
  content: "\ed38";
}

.bxs-chevron-left-circle:before {
  content: "\ed39";
}

.bxs-chevron-left-square:before {
  content: "\ed3a";
}

.bxs-chevron-right:before {
  content: "\ed3b";
}

.bxs-chevron-right-circle:before {
  content: "\ed3c";
}

.bxs-chevron-right-square:before {
  content: "\ed3d";
}

.bxs-chevrons-down:before {
  content: "\ed3e";
}

.bxs-chevrons-left:before {
  content: "\ed3f";
}

.bxs-chevrons-right:before {
  content: "\ed40";
}

.bxs-chevrons-up:before {
  content: "\ed41";
}

.bxs-chevron-up:before {
  content: "\ed42";
}

.bxs-chevron-up-circle:before {
  content: "\ed43";
}

.bxs-chevron-up-square:before {
  content: "\ed44";
}

.bxs-chip:before {
  content: "\ed45";
}

.bxs-church:before {
  content: "\ed46";
}

.bxs-circle:before {
  content: "\ed47";
}

.bxs-city:before {
  content: "\ed48";
}

.bxs-clinic:before {
  content: "\ed49";
}

.bxs-cloud:before {
  content: "\ed4a";
}

.bxs-cloud-download:before {
  content: "\ed4b";
}

.bxs-cloud-lightning:before {
  content: "\ed4c";
}

.bxs-cloud-rain:before {
  content: "\ed4d";
}

.bxs-cloud-upload:before {
  content: "\ed4e";
}

.bxs-coffee:before {
  content: "\ed4f";
}

.bxs-coffee-alt:before {
  content: "\ed50";
}

.bxs-coffee-togo:before {
  content: "\ed51";
}

.bxs-cog:before {
  content: "\ed52";
}

.bxs-coin:before {
  content: "\ed53";
}

.bxs-coin-stack:before {
  content: "\ed54";
}

.bxs-collection:before {
  content: "\ed55";
}

.bxs-color-fill:before {
  content: "\ed56";
}

.bxs-comment:before {
  content: "\ed57";
}

.bxs-comment-add:before {
  content: "\ed58";
}

.bxs-comment-check:before {
  content: "\ed59";
}

.bxs-comment-detail:before {
  content: "\ed5a";
}

.bxs-comment-dots:before {
  content: "\ed5b";
}

.bxs-comment-edit:before {
  content: "\ed5c";
}

.bxs-comment-error:before {
  content: "\ed5d";
}

.bxs-comment-minus:before {
  content: "\ed5e";
}

.bxs-comment-x:before {
  content: "\ed5f";
}

.bxs-compass:before {
  content: "\ed60";
}

.bxs-component:before {
  content: "\ed61";
}

.bxs-confused:before {
  content: "\ed62";
}

.bxs-contact:before {
  content: "\ed63";
}

.bxs-conversation:before {
  content: "\ed64";
}

.bxs-cookie:before {
  content: "\ed65";
}

.bxs-cool:before {
  content: "\ed66";
}

.bxs-copy:before {
  content: "\ed67";
}

.bxs-copy-alt:before {
  content: "\ed68";
}

.bxs-copyright:before {
  content: "\ed69";
}

.bxs-coupon:before {
  content: "\ed6a";
}

.bxs-credit-card:before {
  content: "\ed6b";
}

.bxs-credit-card-alt:before {
  content: "\ed6c";
}

.bxs-credit-card-front:before {
  content: "\ed6d";
}

.bxs-crop:before {
  content: "\ed6e";
}

.bxs-crown:before {
  content: "\ed6f";
}

.bxs-cube:before {
  content: "\ed70";
}

.bxs-cube-alt:before {
  content: "\ed71";
}

.bxs-cuboid:before {
  content: "\ed72";
}

.bxs-customize:before {
  content: "\ed73";
}

.bxs-cylinder:before {
  content: "\ed74";
}

.bxs-dashboard:before {
  content: "\ed75";
}

.bxs-data:before {
  content: "\ed76";
}

.bxs-detail:before {
  content: "\ed77";
}

.bxs-devices:before {
  content: "\ed78";
}

.bxs-diamond:before {
  content: "\ed79";
}

.bxs-dice-1:before {
  content: "\ed7a";
}

.bxs-dice-2:before {
  content: "\ed7b";
}

.bxs-dice-3:before {
  content: "\ed7c";
}

.bxs-dice-4:before {
  content: "\ed7d";
}

.bxs-dice-5:before {
  content: "\ed7e";
}

.bxs-dice-6:before {
  content: "\ed7f";
}

.bxs-direction-left:before {
  content: "\ed80";
}

.bxs-direction-right:before {
  content: "\ed81";
}

.bxs-directions:before {
  content: "\ed82";
}

.bxs-disc:before {
  content: "\ed83";
}

.bxs-discount:before {
  content: "\ed84";
}

.bxs-dish:before {
  content: "\ed85";
}

.bxs-dislike:before {
  content: "\ed86";
}

.bxs-dizzy:before {
  content: "\ed87";
}

.bxs-dock-bottom:before {
  content: "\ed88";
}

.bxs-dock-left:before {
  content: "\ed89";
}

.bxs-dock-right:before {
  content: "\ed8a";
}

.bxs-dock-top:before {
  content: "\ed8b";
}

.bxs-dollar-circle:before {
  content: "\ed8c";
}

.bxs-donate-blood:before {
  content: "\ed8d";
}

.bxs-donate-heart:before {
  content: "\ed8e";
}

.bxs-door-open:before {
  content: "\ed8f";
}

.bxs-doughnut-chart:before {
  content: "\ed90";
}

.bxs-down-arrow:before {
  content: "\ed91";
}

.bxs-down-arrow-alt:before {
  content: "\ed92";
}

.bxs-down-arrow-circle:before {
  content: "\ed93";
}

.bxs-down-arrow-square:before {
  content: "\ed94";
}

.bxs-download:before {
  content: "\ed95";
}

.bxs-downvote:before {
  content: "\ed96";
}

.bxs-drink:before {
  content: "\ed97";
}

.bxs-droplet-half:before {
  content: "\ed98";
}

.bxs-dryer:before {
  content: "\ed99";
}

.bxs-duplicate:before {
  content: "\ed9a";
}

.bxs-edit:before {
  content: "\ed9b";
}

.bxs-edit-alt:before {
  content: "\ed9c";
}

.bxs-edit-location:before {
  content: "\ed9d";
}

.bxs-eject:before {
  content: "\ed9e";
}

.bxs-envelope:before {
  content: "\ed9f";
}

.bxs-envelope-open:before {
  content: "\eda0";
}

.bxs-eraser:before {
  content: "\eda1";
}

.bxs-error:before {
  content: "\eda2";
}

.bxs-error-alt:before {
  content: "\eda3";
}

.bxs-error-circle:before {
  content: "\eda4";
}

.bxs-ev-station:before {
  content: "\eda5";
}

.bxs-exit:before {
  content: "\eda6";
}

.bxs-extension:before {
  content: "\eda7";
}

.bxs-eyedropper:before {
  content: "\eda8";
}

.bxs-face:before {
  content: "\eda9";
}

.bxs-face-mask:before {
  content: "\edaa";
}

.bxs-factory:before {
  content: "\edab";
}

.bxs-fast-forward-circle:before {
  content: "\edac";
}

.bxs-file:before {
  content: "\edad";
}

.bxs-file-archive:before {
  content: "\edae";
}

.bxs-file-blank:before {
  content: "\edaf";
}

.bxs-file-css:before {
  content: "\edb0";
}

.bxs-file-doc:before {
  content: "\edb1";
}

.bxs-file-export:before {
  content: "\edb2";
}

.bxs-file-find:before {
  content: "\edb3";
}

.bxs-file-gif:before {
  content: "\edb4";
}

.bxs-file-html:before {
  content: "\edb5";
}

.bxs-file-image:before {
  content: "\edb6";
}

.bxs-file-import:before {
  content: "\edb7";
}

.bxs-file-jpg:before {
  content: "\edb8";
}

.bxs-file-js:before {
  content: "\edb9";
}

.bxs-file-json:before {
  content: "\edba";
}

.bxs-file-md:before {
  content: "\edbb";
}

.bxs-file-pdf:before {
  content: "\edbc";
}

.bxs-file-plus:before {
  content: "\edbd";
}

.bxs-file-png:before {
  content: "\edbe";
}

.bxs-file-txt:before {
  content: "\edbf";
}

.bxs-film:before {
  content: "\edc0";
}

.bxs-filter-alt:before {
  content: "\edc1";
}

.bxs-first-aid:before {
  content: "\edc2";
}

.bxs-flag:before {
  content: "\edc3";
}

.bxs-flag-alt:before {
  content: "\edc4";
}

.bxs-flag-checkered:before {
  content: "\edc5";
}

.bxs-flame:before {
  content: "\edc6";
}

.bxs-flask:before {
  content: "\edc7";
}

.bxs-florist:before {
  content: "\edc8";
}

.bxs-folder:before {
  content: "\edc9";
}

.bxs-folder-minus:before {
  content: "\edca";
}

.bxs-folder-open:before {
  content: "\edcb";
}

.bxs-folder-plus:before {
  content: "\edcc";
}

.bxs-food-menu:before {
  content: "\edcd";
}

.bxs-fridge:before {
  content: "\edce";
}

.bxs-game:before {
  content: "\edcf";
}

.bxs-gas-pump:before {
  content: "\edd0";
}

.bxs-ghost:before {
  content: "\edd1";
}

.bxs-gift:before {
  content: "\edd2";
}

.bxs-graduation:before {
  content: "\edd3";
}

.bxs-grid:before {
  content: "\edd4";
}

.bxs-grid-alt:before {
  content: "\edd5";
}

.bxs-group:before {
  content: "\edd6";
}

.bxs-guitar-amp:before {
  content: "\edd7";
}

.bxs-hand:before {
  content: "\edd8";
}

.bxs-hand-down:before {
  content: "\edd9";
}

.bxs-hand-left:before {
  content: "\edda";
}

.bxs-hand-right:before {
  content: "\eddb";
}

.bxs-hand-up:before {
  content: "\eddc";
}

.bxs-happy:before {
  content: "\eddd";
}

.bxs-happy-alt:before {
  content: "\edde";
}

.bxs-happy-beaming:before {
  content: "\eddf";
}

.bxs-happy-heart-eyes:before {
  content: "\ede0";
}

.bxs-hdd:before {
  content: "\ede1";
}

.bxs-heart:before {
  content: "\ede2";
}

.bxs-heart-circle:before {
  content: "\ede3";
}

.bxs-heart-square:before {
  content: "\ede4";
}

.bxs-help-circle:before {
  content: "\ede5";
}

.bxs-hide:before {
  content: "\ede6";
}

.bxs-home:before {
  content: "\ede7";
}

.bxs-home-circle:before {
  content: "\ede8";
}

.bxs-home-heart:before {
  content: "\ede9";
}

.bxs-home-smile:before {
  content: "\edea";
}

.bxs-hotel:before {
  content: "\edeb";
}

.bxs-hourglass:before {
  content: "\edec";
}

.bxs-hourglass-bottom:before {
  content: "\eded";
}

.bxs-hourglass-top:before {
  content: "\edee";
}

.bxs-id-card:before {
  content: "\edef";
}

.bxs-image:before {
  content: "\edf0";
}

.bxs-image-add:before {
  content: "\edf1";
}

.bxs-image-alt:before {
  content: "\edf2";
}

.bxs-inbox:before {
  content: "\edf3";
}

.bxs-info-circle:before {
  content: "\edf4";
}

.bxs-info-square:before {
  content: "\edf5";
}

.bxs-institution:before {
  content: "\edf6";
}

.bxs-joystick:before {
  content: "\edf7";
}

.bxs-joystick-alt:before {
  content: "\edf8";
}

.bxs-joystick-button:before {
  content: "\edf9";
}

.bxs-key:before {
  content: "\edfa";
}

.bxs-keyboard:before {
  content: "\edfb";
}

.bxs-label:before {
  content: "\edfc";
}

.bxs-landmark:before {
  content: "\edfd";
}

.bxs-landscape:before {
  content: "\edfe";
}

.bxs-laugh:before {
  content: "\edff";
}

.bxs-layer:before {
  content: "\ee00";
}

.bxs-layer-minus:before {
  content: "\ee01";
}

.bxs-layer-plus:before {
  content: "\ee02";
}

.bxs-layout:before {
  content: "\ee03";
}

.bxs-left-arrow:before {
  content: "\ee04";
}

.bxs-left-arrow-alt:before {
  content: "\ee05";
}

.bxs-left-arrow-circle:before {
  content: "\ee06";
}

.bxs-left-arrow-square:before {
  content: "\ee07";
}

.bxs-left-down-arrow-circle:before {
  content: "\ee08";
}

.bxs-left-top-arrow-circle:before {
  content: "\ee09";
}

.bxs-like:before {
  content: "\ee0a";
}

.bxs-location-plus:before {
  content: "\ee0b";
}

.bxs-lock:before {
  content: "\ee0c";
}

.bxs-lock-alt:before {
  content: "\ee0d";
}

.bxs-lock-open:before {
  content: "\ee0e";
}

.bxs-lock-open-alt:before {
  content: "\ee0f";
}

.bxs-log-in:before {
  content: "\ee10";
}

.bxs-log-in-circle:before {
  content: "\ee11";
}

.bxs-log-out:before {
  content: "\ee12";
}

.bxs-log-out-circle:before {
  content: "\ee13";
}

.bxs-low-vision:before {
  content: "\ee14";
}

.bxs-magic-wand:before {
  content: "\ee15";
}

.bxs-magnet:before {
  content: "\ee16";
}

.bxs-map:before {
  content: "\ee17";
}

.bxs-map-alt:before {
  content: "\ee18";
}

.bxs-map-pin:before {
  content: "\ee19";
}

.bxs-mask:before {
  content: "\ee1a";
}

.bxs-medal:before {
  content: "\ee1b";
}

.bxs-megaphone:before {
  content: "\ee1c";
}

.bxs-meh:before {
  content: "\ee1d";
}

.bxs-meh-alt:before {
  content: "\ee1e";
}

.bxs-meh-blank:before {
  content: "\ee1f";
}

.bxs-memory-card:before {
  content: "\ee20";
}

.bxs-message:before {
  content: "\ee21";
}

.bxs-message-add:before {
  content: "\ee22";
}

.bxs-message-alt:before {
  content: "\ee23";
}

.bxs-message-alt-add:before {
  content: "\ee24";
}

.bxs-message-alt-check:before {
  content: "\ee25";
}

.bxs-message-alt-detail:before {
  content: "\ee26";
}

.bxs-message-alt-dots:before {
  content: "\ee27";
}

.bxs-message-alt-edit:before {
  content: "\ee28";
}

.bxs-message-alt-error:before {
  content: "\ee29";
}

.bxs-message-alt-minus:before {
  content: "\ee2a";
}

.bxs-message-alt-x:before {
  content: "\ee2b";
}

.bxs-message-check:before {
  content: "\ee2c";
}

.bxs-message-detail:before {
  content: "\ee2d";
}

.bxs-message-dots:before {
  content: "\ee2e";
}

.bxs-message-edit:before {
  content: "\ee2f";
}

.bxs-message-error:before {
  content: "\ee30";
}

.bxs-message-minus:before {
  content: "\ee31";
}

.bxs-message-rounded:before {
  content: "\ee32";
}

.bxs-message-rounded-add:before {
  content: "\ee33";
}

.bxs-message-rounded-check:before {
  content: "\ee34";
}

.bxs-message-rounded-detail:before {
  content: "\ee35";
}

.bxs-message-rounded-dots:before {
  content: "\ee36";
}

.bxs-message-rounded-edit:before {
  content: "\ee37";
}

.bxs-message-rounded-error:before {
  content: "\ee38";
}

.bxs-message-rounded-minus:before {
  content: "\ee39";
}

.bxs-message-rounded-x:before {
  content: "\ee3a";
}

.bxs-message-square:before {
  content: "\ee3b";
}

.bxs-message-square-add:before {
  content: "\ee3c";
}

.bxs-message-square-check:before {
  content: "\ee3d";
}

.bxs-message-square-detail:before {
  content: "\ee3e";
}

.bxs-message-square-dots:before {
  content: "\ee3f";
}

.bxs-message-square-edit:before {
  content: "\ee40";
}

.bxs-message-square-error:before {
  content: "\ee41";
}

.bxs-message-square-minus:before {
  content: "\ee42";
}

.bxs-message-square-x:before {
  content: "\ee43";
}

.bxs-message-x:before {
  content: "\ee44";
}

.bxs-meteor:before {
  content: "\ee45";
}

.bxs-microchip:before {
  content: "\ee46";
}

.bxs-microphone:before {
  content: "\ee47";
}

.bxs-microphone-alt:before {
  content: "\ee48";
}

.bxs-microphone-off:before {
  content: "\ee49";
}

.bxs-minus-circle:before {
  content: "\ee4a";
}

.bxs-minus-square:before {
  content: "\ee4b";
}

.bxs-mobile:before {
  content: "\ee4c";
}

.bxs-mobile-vibration:before {
  content: "\ee4d";
}

.bxs-moon:before {
  content: "\ee4e";
}

.bxs-mouse:before {
  content: "\ee4f";
}

.bxs-mouse-alt:before {
  content: "\ee50";
}

.bxs-movie:before {
  content: "\ee51";
}

.bxs-movie-play:before {
  content: "\ee52";
}

.bxs-music:before {
  content: "\ee53";
}

.bxs-navigation:before {
  content: "\ee54";
}

.bxs-network-chart:before {
  content: "\ee55";
}

.bxs-news:before {
  content: "\ee56";
}

.bxs-no-entry:before {
  content: "\ee57";
}

.bxs-note:before {
  content: "\ee58";
}

.bxs-notepad:before {
  content: "\ee59";
}

.bxs-notification:before {
  content: "\ee5a";
}

.bxs-notification-off:before {
  content: "\ee5b";
}

.bxs-offer:before {
  content: "\ee5c";
}

.bxs-package:before {
  content: "\ee5d";
}

.bxs-paint:before {
  content: "\ee5e";
}

.bxs-paint-roll:before {
  content: "\ee5f";
}

.bxs-palette:before {
  content: "\ee60";
}

.bxs-paper-plane:before {
  content: "\ee61";
}

.bxs-parking:before {
  content: "\ee62";
}

.bxs-paste:before {
  content: "\ee63";
}

.bxs-pen:before {
  content: "\ee64";
}

.bxs-pencil:before {
  content: "\ee65";
}

.bxs-phone:before {
  content: "\ee66";
}

.bxs-phone-call:before {
  content: "\ee67";
}

.bxs-phone-incoming:before {
  content: "\ee68";
}

.bxs-phone-off:before {
  content: "\ee69";
}

.bxs-phone-outgoing:before {
  content: "\ee6a";
}

.bxs-photo-album:before {
  content: "\ee6b";
}

.bxs-piano:before {
  content: "\ee6c";
}

.bxs-pie-chart:before {
  content: "\ee6d";
}

.bxs-pie-chart-alt:before {
  content: "\ee6e";
}

.bxs-pie-chart-alt-2:before {
  content: "\ee6f";
}

.bxs-pin:before {
  content: "\ee70";
}

.bxs-pizza:before {
  content: "\ee71";
}

.bxs-plane:before {
  content: "\ee72";
}

.bxs-plane-alt:before {
  content: "\ee73";
}

.bxs-plane-land:before {
  content: "\ee74";
}

.bxs-planet:before {
  content: "\ee75";
}

.bxs-plane-take-off:before {
  content: "\ee76";
}

.bxs-playlist:before {
  content: "\ee77";
}

.bxs-plug:before {
  content: "\ee78";
}

.bxs-plus-circle:before {
  content: "\ee79";
}

.bxs-plus-square:before {
  content: "\ee7a";
}

.bxs-pointer:before {
  content: "\ee7b";
}

.bxs-polygon:before {
  content: "\ee7c";
}

.bxs-printer:before {
  content: "\ee7d";
}

.bxs-purchase-tag:before {
  content: "\ee7e";
}

.bxs-purchase-tag-alt:before {
  content: "\ee7f";
}

.bxs-pyramid:before {
  content: "\ee80";
}

.bxs-quote-alt-left:before {
  content: "\ee81";
}

.bxs-quote-alt-right:before {
  content: "\ee82";
}

.bxs-quote-left:before {
  content: "\ee83";
}

.bxs-quote-right:before {
  content: "\ee84";
}

.bxs-quote-single-left:before {
  content: "\ee85";
}

.bxs-quote-single-right:before {
  content: "\ee86";
}

.bxs-radiation:before {
  content: "\ee87";
}

.bxs-radio:before {
  content: "\ee88";
}

.bxs-receipt:before {
  content: "\ee89";
}

.bxs-rectangle:before {
  content: "\ee8a";
}

.bxs-registered:before {
  content: "\ee8b";
}

.bxs-rename:before {
  content: "\ee8c";
}

.bxs-report:before {
  content: "\ee8d";
}

.bxs-rewind-circle:before {
  content: "\ee8e";
}

.bxs-right-arrow:before {
  content: "\ee8f";
}

.bxs-right-arrow-alt:before {
  content: "\ee90";
}

.bxs-right-arrow-circle:before {
  content: "\ee91";
}

.bxs-right-arrow-square:before {
  content: "\ee92";
}

.bxs-right-down-arrow-circle:before {
  content: "\ee93";
}

.bxs-right-top-arrow-circle:before {
  content: "\ee94";
}

.bxs-rocket:before {
  content: "\ee95";
}

.bxs-ruler:before {
  content: "\ee96";
}

.bxs-sad:before {
  content: "\ee97";
}

.bxs-save:before {
  content: "\ee98";
}

.bxs-school:before {
  content: "\ee99";
}

.bxs-search:before {
  content: "\ee9a";
}

.bxs-search-alt-2:before {
  content: "\ee9b";
}

.bxs-select-multiple:before {
  content: "\ee9c";
}

.bxs-send:before {
  content: "\ee9d";
}

.bxs-server:before {
  content: "\ee9e";
}

.bxs-shapes:before {
  content: "\ee9f";
}

.bxs-share:before {
  content: "\eea0";
}

.bxs-share-alt:before {
  content: "\eea1";
}

.bxs-shield:before {
  content: "\eea2";
}

.bxs-shield-alt-2:before {
  content: "\eea3";
}

.bxs-shield-x:before {
  content: "\eea4";
}

.bxs-ship:before {
  content: "\eea5";
}

.bxs-shocked:before {
  content: "\eea6";
}

.bxs-shopping-bag:before {
  content: "\eea7";
}

.bxs-shopping-bag-alt:before {
  content: "\eea8";
}

.bxs-shopping-bags:before {
  content: "\eea9";
}

.bxs-show:before {
  content: "\eeaa";
}

.bxs-skip-next-circle:before {
  content: "\eeab";
}

.bxs-skip-previous-circle:before {
  content: "\eeac";
}

.bxs-skull:before {
  content: "\eead";
}

.bxs-sleepy:before {
  content: "\eeae";
}

.bxs-slideshow:before {
  content: "\eeaf";
}

.bxs-smile:before {
  content: "\eeb0";
}

.bxs-sort-alt:before {
  content: "\eeb1";
}

.bxs-spa:before {
  content: "\eeb2";
}

.bxs-speaker:before {
  content: "\eeb3";
}

.bxs-spray-can:before {
  content: "\eeb4";
}

.bxs-spreadsheet:before {
  content: "\eeb5";
}

.bxs-square:before {
  content: "\eeb6";
}

.bxs-square-rounded:before {
  content: "\eeb7";
}

.bxs-star:before {
  content: "\eeb8";
}

.bxs-star-half:before {
  content: "\eeb9";
}

.bxs-sticker:before {
  content: "\eeba";
}

.bxs-stopwatch:before {
  content: "\eebb";
}

.bxs-store:before {
  content: "\eebc";
}

.bxs-store-alt:before {
  content: "\eebd";
}

.bxs-sun:before {
  content: "\eebe";
}

.bxs-tachometer:before {
  content: "\eebf";
}

.bxs-tag:before {
  content: "\eec0";
}

.bxs-tag-alt:before {
  content: "\eec1";
}

.bxs-tag-x:before {
  content: "\eec2";
}

.bxs-taxi:before {
  content: "\eec3";
}

.bxs-tennis-ball:before {
  content: "\eec4";
}

.bxs-terminal:before {
  content: "\eec5";
}

.bxs-thermometer:before {
  content: "\eec6";
}

.bxs-time:before {
  content: "\eec7";
}

.bxs-time-five:before {
  content: "\eec8";
}

.bxs-timer:before {
  content: "\eec9";
}

.bxs-tired:before {
  content: "\eeca";
}

.bxs-toggle-left:before {
  content: "\eecb";
}

.bxs-toggle-right:before {
  content: "\eecc";
}

.bxs-tone:before {
  content: "\eecd";
}

.bxs-torch:before {
  content: "\eece";
}

.bxs-to-top:before {
  content: "\eecf";
}

.bxs-traffic:before {
  content: "\eed0";
}

.bxs-traffic-barrier:before {
  content: "\eed1";
}

.bxs-traffic-cone:before {
  content: "\eed2";
}

.bxs-train:before {
  content: "\eed3";
}

.bxs-trash:before {
  content: "\eed4";
}

.bxs-trash-alt:before {
  content: "\eed5";
}

.bxs-tree:before {
  content: "\eed6";
}

.bxs-trophy:before {
  content: "\eed7";
}

.bxs-truck:before {
  content: "\eed8";
}

.bxs-t-shirt:before {
  content: "\eed9";
}

.bxs-tv:before {
  content: "\eeda";
}

.bxs-up-arrow:before {
  content: "\eedb";
}

.bxs-up-arrow-alt:before {
  content: "\eedc";
}

.bxs-up-arrow-circle:before {
  content: "\eedd";
}

.bxs-up-arrow-square:before {
  content: "\eede";
}

.bxs-upside-down:before {
  content: "\eedf";
}

.bxs-upvote:before {
  content: "\eee0";
}

.bxs-user:before {
  content: "\eee1";
}

.bxs-user-account:before {
  content: "\eee2";
}

.bxs-user-badge:before {
  content: "\eee3";
}

.bxs-user-check:before {
  content: "\eee4";
}

.bxs-user-circle:before {
  content: "\eee5";
}

.bxs-user-detail:before {
  content: "\eee6";
}

.bxs-user-minus:before {
  content: "\eee7";
}

.bxs-user-pin:before {
  content: "\eee8";
}

.bxs-user-plus:before {
  content: "\eee9";
}

.bxs-user-rectangle:before {
  content: "\eeea";
}

.bxs-user-voice:before {
  content: "\eeeb";
}

.bxs-user-x:before {
  content: "\eeec";
}

.bxs-vector:before {
  content: "\eeed";
}

.bxs-vial:before {
  content: "\eeee";
}

.bxs-video:before {
  content: "\eeef";
}

.bxs-video-off:before {
  content: "\eef0";
}

.bxs-video-plus:before {
  content: "\eef1";
}

.bxs-video-recording:before {
  content: "\eef2";
}

.bxs-videos:before {
  content: "\eef3";
}

.bxs-virus:before {
  content: "\eef4";
}

.bxs-virus-block:before {
  content: "\eef5";
}

.bxs-volume:before {
  content: "\eef6";
}

.bxs-volume-full:before {
  content: "\eef7";
}

.bxs-volume-low:before {
  content: "\eef8";
}

.bxs-volume-mute:before {
  content: "\eef9";
}

.bxs-wallet:before {
  content: "\eefa";
}

.bxs-wallet-alt:before {
  content: "\eefb";
}

.bxs-washer:before {
  content: "\eefc";
}

.bxs-watch:before {
  content: "\eefd";
}

.bxs-watch-alt:before {
  content: "\eefe";
}

.bxs-webcam:before {
  content: "\eeff";
}

.bxs-widget:before {
  content: "\ef00";
}

.bxs-window-alt:before {
  content: "\ef01";
}

.bxs-wine:before {
  content: "\ef02";
}

.bxs-wink-smile:before {
  content: "\ef03";
}

.bxs-wink-tongue:before {
  content: "\ef04";
}

.bxs-wrench:before {
  content: "\ef05";
}

.bxs-x-circle:before {
  content: "\ef06";
}

.bxs-x-square:before {
  content: "\ef07";
}

.bxs-yin-yang:before {
  content: "\ef08";
}

.bxs-zap:before {
  content: "\ef09";
}

.bxs-zoom-in:before {
  content: "\ef0a";
}

.bxs-zoom-out:before {
  content: "\ef0b";
}

.bx {
  vertical-align: middle;
  font-size: 1.15rem;
  line-height: 1;
}

@font-face {
  font-family: "boxicons";
  font-weight: normal;
  font-style: normal;
  src: url(/assets/fonts/boxicons/boxicons-2d3fa28dcce05a1ab1c8492a20de63cddb79d2f186da4a77f5998b9a01218bf7.eot);
  src: url(/assets/fonts/boxicons/boxicons-2d3fa28dcce05a1ab1c8492a20de63cddb79d2f186da4a77f5998b9a01218bf7.eot) format("embedded-opentype"), url(/assets/fonts/boxicons/boxicons-954884195fc32dab2d3e83dcf44c8e0428d866ac995d35f2fa42200dd11ce069.woff2) format("woff2"), url(/assets/fonts/boxicons/boxicons-059197c12dfddf7a5b5beaa0bc86ea4eb71e5059b9ce31ffb385fcbb6af8322a.woff) format("woff"), url(/assets/fonts/boxicons/boxicons-8cb5d0cae415a9458094697065e24e235914a6b0702cd0783fc6110fb0bdde97.ttf) format("truetype"), url(/assets/fonts/boxicons/boxicons-22f6a1e5c72dcc7df98d0b0cf75ae4016ec84b504aed38af0587ca759d92be67.svg?#boxicons) format("svg");
}

.fib, .fi {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

.fi {
  position: relative;
  display: inline-block;
  width: 1.333333em;
  line-height: 1em;
}
.fi:before {
  content: " ";
}
.fi.fis {
  width: 1em;
}

.fi-xx {
  background-image: url(/assets/fonts/flags/4x3/xx-a813629de9f20b0cdbc6948ce4f33b07f95217ca14e5ca147b511cb5bab6970e.svg);
}
.fi-xx.fis {
  background-image: url(/assets/fonts/flags/1x1/xx-56f61f02261f777a728c25938c0ea7feb3812e06c31f5f5b40a71fabb07aa6b4.svg);
}

.fi-ad {
  background-image: url(/assets/fonts/flags/4x3/ad-dd2938b8368459ce73b2657dfbdb380d7f5d0f033a31f3f7864389393cabe4d5.svg);
}
.fi-ad.fis {
  background-image: url(/assets/fonts/flags/1x1/ad-9cc2b61afa35dcccae89a6117b359298145a5ccb734fb0ebd6f1dc0ad0ad472c.svg);
}

.fi-ae {
  background-image: url(/assets/fonts/flags/4x3/ae-1f2e0cf66dc7691f4578f269e2f8536e3a2ad835e84f97051162b5a9c04a0bf2.svg);
}
.fi-ae.fis {
  background-image: url(/assets/fonts/flags/1x1/ae-c85274495ff7b3cb0119a5cf813d97b40635e715eda9210800c1f3371a469f92.svg);
}

.fi-af {
  background-image: url(/assets/fonts/flags/4x3/af-2fb34e4dc9045128403bb25cd8c203bf4561eea5c5a4b454f4484fa0b865b274.svg);
}
.fi-af.fis {
  background-image: url(/assets/fonts/flags/1x1/af-dc1d39ad21dd9844db54ef98ef3e76bade9defa502bfa0a9a4aad245e56ac550.svg);
}

.fi-ag {
  background-image: url(/assets/fonts/flags/4x3/ag-0edc23523720e063af8744ccdaad5784bdb0198db00c4261911d202424b4bb3b.svg);
}
.fi-ag.fis {
  background-image: url(/assets/fonts/flags/1x1/ag-7bcb6dc9cef9e04ea16344694e2ecc42014b0924b57768783f91a705c3a4a0fa.svg);
}

.fi-ai {
  background-image: url(/assets/fonts/flags/4x3/ai-0cd573e55333a208a47d48cd82c523cf3f3e00c171f00b231a6ab6451b51b1cc.svg);
}
.fi-ai.fis {
  background-image: url(/assets/fonts/flags/1x1/ai-d64a1fe7f5090fc32c4763eb47ccf8c20b40c1cbdc5394c7325cbd73e234df94.svg);
}

.fi-al {
  background-image: url(/assets/fonts/flags/4x3/al-b0a69466b0f946943e1a82a7d6d92cb8479d59d43cbc8f872d37b1a35388ef55.svg);
}
.fi-al.fis {
  background-image: url(/assets/fonts/flags/1x1/al-f9f747add4e71c2db75de9170c34e9f9d2ea3c7d539fc579a35e90b0a1fd9868.svg);
}

.fi-am {
  background-image: url(/assets/fonts/flags/4x3/am-e4eed3dba61740ba03cb80bc42c9899c57be5ca3c9f5c61ca88a81b7dcc28e5b.svg);
}
.fi-am.fis {
  background-image: url(/assets/fonts/flags/1x1/am-f4ede0e92ae8d00c458e5a658c31de77aa1c4bc7fe54c3c8f9cd379bddd38ea0.svg);
}

.fi-ao {
  background-image: url(/assets/fonts/flags/4x3/ao-63424d9d73f336273e696e2794cc81b91444f7e25a8a6a3c8eb576af1c0f7924.svg);
}
.fi-ao.fis {
  background-image: url(/assets/fonts/flags/1x1/ao-ee5d92b2827067a3e97ed18c3bd8d5b9a6352c10df93b17d45657067701d8e61.svg);
}

.fi-aq {
  background-image: url(/assets/fonts/flags/4x3/aq-b9ed55eef21018b08e3e56dcfe1179e200242098828aee619265e56bc4bad26e.svg);
}
.fi-aq.fis {
  background-image: url(/assets/fonts/flags/1x1/aq-94a054b697302f7cf64e6df4756190249b07f2cf2d97729d51896b93e361bba0.svg);
}

.fi-ar {
  background-image: url(/assets/fonts/flags/4x3/ar-623c45f7a81f2b22caee64af2f3a144ac7e1210ffc450003d491eeb224aaf1c9.svg);
}
.fi-ar.fis {
  background-image: url(/assets/fonts/flags/1x1/ar-3412fc0bc801e4c4a0bdf87998433df2d0cd7088db41ced78bf1a01e995035ae.svg);
}

.fi-as {
  background-image: url(/assets/fonts/flags/4x3/as-e551bc51a421161346d623c6c0c0aefa0fe96eadebb71b1cb56d40d8a3c18edc.svg);
}
.fi-as.fis {
  background-image: url(/assets/fonts/flags/1x1/as-6df63dbbf00c3d052358b8818fc175dc8b05dc5b25f890c1dd6dc7f53a2c79c3.svg);
}

.fi-at {
  background-image: url(/assets/fonts/flags/4x3/at-e7f01824bd1c9589915d59814cc58f74c0042becd4d31354533b66e255c40136.svg);
}
.fi-at.fis {
  background-image: url(/assets/fonts/flags/1x1/at-76f3c16c11e2bc75806a53e5bfefc2ae565f4b0700ad4432490762404ebf8479.svg);
}

.fi-au {
  background-image: url(/assets/fonts/flags/4x3/au-27b47cfcbb9c576787dc60520a70b416432e06e0b48822d19b4cc85994e917b9.svg);
}
.fi-au.fis {
  background-image: url(/assets/fonts/flags/1x1/au-0154c2b9a4b4b6375b624ffae200daa2930036b7879a7526e53ab67d447069e2.svg);
}

.fi-aw {
  background-image: url(/assets/fonts/flags/4x3/aw-77751ae7a2a31912d00f6c3ba5f4ab7bce35714a4fbce33c7ea1924c52ae74c5.svg);
}
.fi-aw.fis {
  background-image: url(/assets/fonts/flags/1x1/aw-dd4e963e4afebdce5c5d77cf12f6d3d8c75194980bec8bbaf53de61510bfcc30.svg);
}

.fi-ax {
  background-image: url(/assets/fonts/flags/4x3/ax-c587b8b64e932f88b0ceee845cc9ec714b18b7e6a3e1813c27e8cfdf2f9405ec.svg);
}
.fi-ax.fis {
  background-image: url(/assets/fonts/flags/1x1/ax-c8184d0eb368aa95b49146d1b19219f5db00d390a5a8abcba59e2d46219c41cc.svg);
}

.fi-az {
  background-image: url(/assets/fonts/flags/4x3/az-45988117a496ff1c843bef3a394da8c60cd8cda6678aea180ece881a11b7b15f.svg);
}
.fi-az.fis {
  background-image: url(/assets/fonts/flags/1x1/az-3e0f710119f24c592ee009b1ce5ebd30dfbce0eb86fed7a2faa9bd96930d43ea.svg);
}

.fi-ba {
  background-image: url(/assets/fonts/flags/4x3/ba-9f3a8e612121d30e2fca2973b9dcac26fac0a861a1f779550e67df05a1bda00b.svg);
}
.fi-ba.fis {
  background-image: url(/assets/fonts/flags/1x1/ba-208c05b7dbd91cb99c3eabb46cd4ef8ba1ec855c4fe1fddb9ea7c2ed76802268.svg);
}

.fi-bb {
  background-image: url(/assets/fonts/flags/4x3/bb-bcf971b0d08b1074e3ef17dac8deca7d7729a77356a3c731029bb3ca75442eb4.svg);
}
.fi-bb.fis {
  background-image: url(/assets/fonts/flags/1x1/bb-517634df9aa18c76675d7599cfc25c8501b654842a63d5d95d50ce638eff1b6b.svg);
}

.fi-bd {
  background-image: url(/assets/fonts/flags/4x3/bd-bc1066d11f928b2455e60dfa1eeac3a0020875bc46153fe6912c3763d44d27fc.svg);
}
.fi-bd.fis {
  background-image: url(/assets/fonts/flags/1x1/bd-a67f76c66446ff58ce829957b9401a025716c57b4797180eb5ad8b26ee86de1b.svg);
}

.fi-be {
  background-image: url(/assets/fonts/flags/4x3/be-c0df5b5f1b7a28b9105e8c06ef88add42ca4bddbe908d458f52c6c07b1f470b8.svg);
}
.fi-be.fis {
  background-image: url(/assets/fonts/flags/1x1/be-d6e46ccb2b32238f82d730d464b2bf74617ee8a9318fa2167a18cf3aa488dee8.svg);
}

.fi-bf {
  background-image: url(/assets/fonts/flags/4x3/bf-65a693af0761a8ab7fe68fc31ccddf1d1f6d064f933c16598ab52f87acdb8800.svg);
}
.fi-bf.fis {
  background-image: url(/assets/fonts/flags/1x1/bf-c6cafebf1f3f8ac50976bc85f8b2022f5ebec4aa76481f1f5b20cc7d4b973032.svg);
}

.fi-bg {
  background-image: url(/assets/fonts/flags/4x3/bg-8889b3d298cc9b3a96655e92d884e3f064b7cae845d1f112165e6d17fabff272.svg);
}
.fi-bg.fis {
  background-image: url(/assets/fonts/flags/1x1/bg-5269513021798463e4ae7fd67b72549b374bac8513cf523bdf00ab853dd5737d.svg);
}

.fi-bh {
  background-image: url(/assets/fonts/flags/4x3/bh-fe4a6622faba388f75eb95ed01aeda03ddbb81d80f71f40ff0325aa98479a086.svg);
}
.fi-bh.fis {
  background-image: url(/assets/fonts/flags/1x1/bh-d014c3f4dad9b6217cda2aad8a6bcdb1e60bc6c4cbe01d56b3af01c0eed2f257.svg);
}

.fi-bi {
  background-image: url(/assets/fonts/flags/4x3/bi-e40d2442a6d5572e29b94a675ab99e644a5f0b91600da53963595ade58fdf936.svg);
}
.fi-bi.fis {
  background-image: url(/assets/fonts/flags/1x1/bi-29e98be3427a0d7bc8dc73168e498889ac3eaf5131798b16b47a08e8f94df2f8.svg);
}

.fi-bj {
  background-image: url(/assets/fonts/flags/4x3/bj-c7aca6fdef766f3fb819f879227d5cc48aadae87a04c55f1fc912fa3b2b13af9.svg);
}
.fi-bj.fis {
  background-image: url(/assets/fonts/flags/1x1/bj-bd55ae421a9b3ae9220020b3b1d2a53e901e5fb059084390a033e44ce8ca87ea.svg);
}

.fi-bl {
  background-image: url(/assets/fonts/flags/4x3/bl-e6fd20947cc19942800d4913c643872e6743341e490f460527a000900418346a.svg);
}
.fi-bl.fis {
  background-image: url(/assets/fonts/flags/1x1/bl-b54ecc9daf984936a447050820821f3791e99ceb45c5dc9f5df8490091264744.svg);
}

.fi-bm {
  background-image: url(/assets/fonts/flags/4x3/bm-a99bee8f1ff308b60871180166061826e82d3844c291202255eef6f02e5ff768.svg);
}
.fi-bm.fis {
  background-image: url(/assets/fonts/flags/1x1/bm-68decb2c44888f2f0ecb06a06b5d612b1b8100db5535bba3bf91d7fb372e2231.svg);
}

.fi-bn {
  background-image: url(/assets/fonts/flags/4x3/bn-7661c1dad9c1a8ddde57b7c9eb35e23273e6713a1cf9928973049ae14d5f6cba.svg);
}
.fi-bn.fis {
  background-image: url(/assets/fonts/flags/1x1/bn-fb9ee9e6689dfe68de71e772bf60b8f3c3d0b193adf466aad5af25eae01f62e4.svg);
}

.fi-bo {
  background-image: url(/assets/fonts/flags/4x3/bo-534fd3565e7229720c864984fcd15392de027172fa033b6b6e633221a9bd26d4.svg);
}
.fi-bo.fis {
  background-image: url(/assets/fonts/flags/1x1/bo-8958fdf3c08782a79dc976d8ea277eb11ad84abacb25ab1d4cbcfce21793960d.svg);
}

.fi-bq {
  background-image: url(/assets/fonts/flags/4x3/bq-13b850897ffd403a713fe415ef660edd29b14482d9a95cfe27a17d482824d166.svg);
}
.fi-bq.fis {
  background-image: url(/assets/fonts/flags/1x1/bq-936b5785db479cbd9869ca2ca9e2c6d6c1b1cc120af92629bb13ac93a787ab6c.svg);
}

.fi-br {
  background-image: url(/assets/fonts/flags/4x3/br-0998e20859f4012acbc22732f080e445226040a7dab00512fcf949fe4ef8a84e.svg);
}
.fi-br.fis {
  background-image: url(/assets/fonts/flags/1x1/br-a19f6dec542c83edfb1fe5744d139135be88a0bea7a9e85bf47b8a34b6e58375.svg);
}

.fi-bs {
  background-image: url(/assets/fonts/flags/4x3/bs-13fd2918809ac3f9ebcacbf470d6273f6fccd1f4e310be6c883f3a73b433d310.svg);
}
.fi-bs.fis {
  background-image: url(/assets/fonts/flags/1x1/bs-2dd870bde18e9c7b4cc662b6c9737baa4d865039c5a12103521f3c3bdd0480bf.svg);
}

.fi-bt {
  background-image: url(/assets/fonts/flags/4x3/bt-25829a5b8e440dc9f9f622e0dc65fb31057caf6601052546f3d6adaf81511fe5.svg);
}
.fi-bt.fis {
  background-image: url(/assets/fonts/flags/1x1/bt-edfd3b7edef89498850a4f1448fa0dbe4161b7df7b640e1947af7bc016d555c8.svg);
}

.fi-bv {
  background-image: url(/assets/fonts/flags/4x3/bv-2738e6c4c2ab4cd95bd029b6b95d785536f4386c779f8be4b6073c1cd8612c0e.svg);
}
.fi-bv.fis {
  background-image: url(/assets/fonts/flags/1x1/bv-13ea54901e8d274e9db719fc20d958be7960f749d28ce3a9f8566983e86e571c.svg);
}

.fi-bw {
  background-image: url(/assets/fonts/flags/4x3/bw-faf0995cd20e6f09ba4297bf5f4e14e6dd4654749ebae43af29cdf0097541f22.svg);
}
.fi-bw.fis {
  background-image: url(/assets/fonts/flags/1x1/bw-6dc77ea834b20ea29aec96fa971ed32614a92951ab1f0e6e2e5faad82918b6ca.svg);
}

.fi-by {
  background-image: url(/assets/fonts/flags/4x3/by-eff4ceb35c21471ad1a03273c49480a46984b4b07a0259355df3d755ff9abfd1.svg);
}
.fi-by.fis {
  background-image: url(/assets/fonts/flags/1x1/by-ae8856b3f552fbb7e5faca7030badba9b9c6a755551c7f24ce7ad2032ff835e8.svg);
}

.fi-bz {
  background-image: url(/assets/fonts/flags/4x3/bz-58e2199395bc2f3e74ea4d4ccac55b2322c868cab2c8525f7d106ec380eb21e2.svg);
}
.fi-bz.fis {
  background-image: url(/assets/fonts/flags/1x1/bz-67c2854d59e070743e0a3dc5be8fc30d998ae5f3e987d4563ffe94a88c461133.svg);
}

.fi-ca {
  background-image: url(/assets/fonts/flags/4x3/ca-e00dbdcc6f4f6f683dbaa9bf2b919e3add61e670f2077f93da3ffea76b26ddf7.svg);
}
.fi-ca.fis {
  background-image: url(/assets/fonts/flags/1x1/ca-4d49c68df57b17bbb9c068b0199b4499e223a2dc6777c2f851239cad78621039.svg);
}

.fi-cc {
  background-image: url(/assets/fonts/flags/4x3/cc-08685054dbe21e4e5c9a36087df695e7c17ab730d510b5acea7fa7aaacc9bbeb.svg);
}
.fi-cc.fis {
  background-image: url(/assets/fonts/flags/1x1/cc-67b76b4321a68b0ee7783dba7240ff1ec61f146843bad28e0bfc7047e391a38e.svg);
}

.fi-cd {
  background-image: url(/assets/fonts/flags/4x3/cd-928b55d1c8a27e5413390fda9d9d1f738d0c653b1270b631f50a47d046bf0a06.svg);
}
.fi-cd.fis {
  background-image: url(/assets/fonts/flags/1x1/cd-301c7a230ad52879f65a6b741775f86e06be03e0b47331e939adfa02173c6c1e.svg);
}

.fi-cf {
  background-image: url(/assets/fonts/flags/4x3/cf-2886e07b8d950be09e8e80370f32c6a1c40d3ee29a80c41929947974c83b4213.svg);
}
.fi-cf.fis {
  background-image: url(/assets/fonts/flags/1x1/cf-c580bd8fe1a895cf4542e4bed4b2cf1526a2483df3812e020a17e7002f8521d9.svg);
}

.fi-cg {
  background-image: url(/assets/fonts/flags/4x3/cg-45f3f84074a9f82daa6ce85994b3df2f60e9f08039a53daa5128a22af252b25a.svg);
}
.fi-cg.fis {
  background-image: url(/assets/fonts/flags/1x1/cg-c69c92d1298a18d04cb628d27f9a04f2921a6fa0ece0a665eae0dec9c9ebc02f.svg);
}

.fi-ch {
  background-image: url(/assets/fonts/flags/4x3/ch-494aaf20a2364b500c58b3e9766d27d487e9a99297ba1bb197729d28dd7d3f3c.svg);
}
.fi-ch.fis {
  background-image: url(/assets/fonts/flags/1x1/ch-f8acc0b0c2f73564a92ea42b2eb40cad259e721e0c28ee48a267e123330d8d67.svg);
}

.fi-ci {
  background-image: url(/assets/fonts/flags/4x3/ci-ef0acb74a1194d8ee7e33d912954dad510c3520ba677d57611c4b13b49b9da5c.svg);
}
.fi-ci.fis {
  background-image: url(/assets/fonts/flags/1x1/ci-3a167a42740d8bc88e8c51000d8c819a98890f7e1a367367e83441fa6db78e64.svg);
}

.fi-ck {
  background-image: url(/assets/fonts/flags/4x3/ck-b42ef10503c4c3d2b72c5cb379caa22b4b68bcbf4c5cffe7327c5d05b2e906b3.svg);
}
.fi-ck.fis {
  background-image: url(/assets/fonts/flags/1x1/ck-4c4055d2b2abf3eb375594b334c6eb62cbbdf4a5401846fc4faea8fcc5cf7c72.svg);
}

.fi-cl {
  background-image: url(/assets/fonts/flags/4x3/cl-9ce853c0009cd24ee28be3ddba853a122109858dbef31516eabad999c9a2ca5d.svg);
}
.fi-cl.fis {
  background-image: url(/assets/fonts/flags/1x1/cl-825f3be636dc1598745b9615349649bc923dc31f017cd67d8f843c3a9578c633.svg);
}

.fi-cm {
  background-image: url(/assets/fonts/flags/4x3/cm-4da75e728a7d2db0e53ee5bdd7188a0656bfcdd0ad04cdf91680279c2ee0a80d.svg);
}
.fi-cm.fis {
  background-image: url(/assets/fonts/flags/1x1/cm-6013ce3420dd69d7e22165c6572386ee02e3cce36ca343ece060e553e44bd7c1.svg);
}

.fi-cn {
  background-image: url(/assets/fonts/flags/4x3/cn-c54acf6480ccd539c3cb5616176068e0cd232946fbd4cf19c565eb930240b1e1.svg);
}
.fi-cn.fis {
  background-image: url(/assets/fonts/flags/1x1/cn-e6180b382fe42c9e91d719bd34eee1e2b1cde7d79e33ebe2a622e94efcf14318.svg);
}

.fi-co {
  background-image: url(/assets/fonts/flags/4x3/co-ceee11ca8f434de60033f892a22d60998e116284d1971243176fca1f0414917a.svg);
}
.fi-co.fis {
  background-image: url(/assets/fonts/flags/1x1/co-d742c7a8913c47c6bbbc23b64c1ec64c663202b3d4001b172c2f70b2e1ffca9b.svg);
}

.fi-cr {
  background-image: url(/assets/fonts/flags/4x3/cr-9a7ba3c0f176c4dc993593bb4426193cefeb44c65df78761ec14aacd497b9cdb.svg);
}
.fi-cr.fis {
  background-image: url(/assets/fonts/flags/1x1/cr-335f1b8fd41577e6426cfd4072b9bf46f97df9f8954181bb73c9c43f10e5e952.svg);
}

.fi-cu {
  background-image: url(/assets/fonts/flags/4x3/cu-b7b9f0a491fb826e1a78dae38fa2a99430d755517cb07f15eba3e71f5414fee7.svg);
}
.fi-cu.fis {
  background-image: url(/assets/fonts/flags/1x1/cu-537586a7d2fde73d35c4624469eb314d8306fd9e1192eb5f6dfc0c90db2ad7bc.svg);
}

.fi-cv {
  background-image: url(/assets/fonts/flags/4x3/cv-c620869e9f26e4e7b52b5e41f78386c0b99a68d8310facc91596f3a22f1aea3a.svg);
}
.fi-cv.fis {
  background-image: url(/assets/fonts/flags/1x1/cv-e0732fd041a755960702c0a93042643d7194784a3c066c5bcb3b3f12848e62e3.svg);
}

.fi-cw {
  background-image: url(/assets/fonts/flags/4x3/cw-a73c5f2b6b9af95ddfb9a018d8e58b7cc7dbb8d4258c46921e6f736d95866b9b.svg);
}
.fi-cw.fis {
  background-image: url(/assets/fonts/flags/1x1/cw-5748b2955b3d7c57bb94a71a32f5ad1da0415f02d3c6cff196f802716bb9e36b.svg);
}

.fi-cx {
  background-image: url(/assets/fonts/flags/4x3/cx-10c68a62e76b234193b0a6fafaef11cb0272c1ec3ffffd5bf19926fe21811d57.svg);
}
.fi-cx.fis {
  background-image: url(/assets/fonts/flags/1x1/cx-2e6a21b683e02fb620fadb043314cdf8150bd61b498ef19bfce464528a4a3b4b.svg);
}

.fi-cy {
  background-image: url(/assets/fonts/flags/4x3/cy-645a62f40a6ad5775e4e349a4a232e8c0ebac5b72084074e3a97152648d7373e.svg);
}
.fi-cy.fis {
  background-image: url(/assets/fonts/flags/1x1/cy-09dd84b97eeee1ea4c2cefa4b5100af8ddc376dfe20fe804f17db15b275973e7.svg);
}

.fi-cz {
  background-image: url(/assets/fonts/flags/4x3/cz-63b31c1a690fd76b0739d8a1fdb0e783c24ac61c2b723b35c58a1ad65342fd69.svg);
}
.fi-cz.fis {
  background-image: url(/assets/fonts/flags/1x1/cz-08c72686e956dcfa3aa35c606cfe587563cf213ad2f6bc7000eb40f12d41f09d.svg);
}

.fi-de {
  background-image: url(/assets/fonts/flags/4x3/de-9f772233e33a97a9cf17bba78a052e5a1d361ced925cd324afefe80e5b47b855.svg);
}
.fi-de.fis {
  background-image: url(/assets/fonts/flags/1x1/de-0153f908aa92ae7efe94d84b869bda78967d24a76434ca978da9883c641addd3.svg);
}

.fi-dj {
  background-image: url(/assets/fonts/flags/4x3/dj-154865cf0e83d962b1e7cee3bb9545106b231f8607b533c91924dca49cccd342.svg);
}
.fi-dj.fis {
  background-image: url(/assets/fonts/flags/1x1/dj-69fab6fe0d69fd368d40b2056eebb632766885391533a1ea92b3fe74c6723b1a.svg);
}

.fi-dk {
  background-image: url(/assets/fonts/flags/4x3/dk-d029254edefe2bdbf036a31972298f79b9b9d2d312b86d533b0ec3b8c89c3a8b.svg);
}
.fi-dk.fis {
  background-image: url(/assets/fonts/flags/1x1/dk-1939f09bed83b50c36b2c371535c536748d49224da8a98bc5b42f9f74ee2bc25.svg);
}

.fi-dm {
  background-image: url(/assets/fonts/flags/4x3/dm-7b974015869322ae93d89f121412b44217ef28c0919e45d198f680e3ed1e8ad5.svg);
}
.fi-dm.fis {
  background-image: url(/assets/fonts/flags/1x1/dm-23a9b703a057f8bff15568828375bcab7c8c305141b906a21ffe4f3f1ed634f7.svg);
}

.fi-do {
  background-image: url(/assets/fonts/flags/4x3/do-5ee1a263ae76878081be3f119dd211cb336f9d41fdf666e20d818b73b61f9527.svg);
}
.fi-do.fis {
  background-image: url(/assets/fonts/flags/1x1/do-4a23c285bfaea88f6173292c5351d91cd80b524512c7a2a7615f5c67fd855054.svg);
}

.fi-dz {
  background-image: url(/assets/fonts/flags/4x3/dz-c3663f769cd33e1919e1123df951257b770d3c4a3d6abdcc6859ce8135c8156e.svg);
}
.fi-dz.fis {
  background-image: url(/assets/fonts/flags/1x1/dz-f6d9cf72e86a69892a72c214051f61b364d3b935cd4bb64db818602d2523a1cd.svg);
}

.fi-ec {
  background-image: url(/assets/fonts/flags/4x3/ec-e3a7973bb36ccbac9d5bb4b5e0437340a61381cee6ba75752c572582f8f9226d.svg);
}
.fi-ec.fis {
  background-image: url(/assets/fonts/flags/1x1/ec-7c197b010ce38f40c5173e92adc44046fec508647a13f1fa8bb01c401d1bd379.svg);
}

.fi-ee {
  background-image: url(/assets/fonts/flags/4x3/ee-3843c728366bfe817acdada77e7128a502a6bf61e5745f77b30108b347c92e1a.svg);
}
.fi-ee.fis {
  background-image: url(/assets/fonts/flags/1x1/ee-16023533aca5af667c4452f3fed8d238809840fd266a4c42d5393865d26414a4.svg);
}

.fi-eg {
  background-image: url(/assets/fonts/flags/4x3/eg-23b0de3d8e20ff9b018dc87b01e091bb7fbfee8fe227b84153791418787e0511.svg);
}
.fi-eg.fis {
  background-image: url(/assets/fonts/flags/1x1/eg-0af95d06cbcefbd8a390a868918a73277f2b33ac9f7fd8d2f2fbdbd392baedbc.svg);
}

.fi-eh {
  background-image: url(/assets/fonts/flags/4x3/eh-0b7bfbcecebe4298cb34982aea7b6a36ce4e53d5392aaffd0db3ac9f62d8e825.svg);
}
.fi-eh.fis {
  background-image: url(/assets/fonts/flags/1x1/eh-1ee966442b49c6d668066f5f39294b76571d10080b789ae646bb39773b7f093f.svg);
}

.fi-er {
  background-image: url(/assets/fonts/flags/4x3/er-3c880eb6a9ea5147cb53a7b2fb65d61a5a213e6f5851c8a31ff65af0fef46118.svg);
}
.fi-er.fis {
  background-image: url(/assets/fonts/flags/1x1/er-69816374adcf748f0200a73bdd1bbc3fa6e1c58cb93f98ca343f5779fb954d87.svg);
}

.fi-es {
  background-image: url(/assets/fonts/flags/4x3/es-7a179d5affc8f3bc21342de9362bb9b73703e46a0cdcd637487bdaa59aaa1b70.svg);
}
.fi-es.fis {
  background-image: url(/assets/fonts/flags/1x1/es-e83b38755206b54685ba9ee03a8fa265e6ac51c13b3f6a218af68397bf9a45f0.svg);
}

.fi-et {
  background-image: url(/assets/fonts/flags/4x3/et-046eb51258e858102a8c9abd7c9fc6b96df4de88e3bfeaa99712ce59b00a1bcc.svg);
}
.fi-et.fis {
  background-image: url(/assets/fonts/flags/1x1/et-ea162fc4ee66880d46cd60c5b7ef375852af0087a32ee06720ff2cf22f61ecc4.svg);
}

.fi-fi {
  background-image: url(/assets/fonts/flags/4x3/fi-cd9e70150a4025922fe73860512e461b9102e08bd4960d4e778ab60b0714ef65.svg);
}
.fi-fi.fis {
  background-image: url(/assets/fonts/flags/1x1/fi-34506b50ad4f96e221b6981b827420a0aec035e97aaaeb78020bec6abe5ffe2b.svg);
}

.fi-fj {
  background-image: url(/assets/fonts/flags/4x3/fj-d6fb509f71628eb11db232a04b22f208e5fe1af1c9827ed5f15363c9906a52ac.svg);
}
.fi-fj.fis {
  background-image: url(/assets/fonts/flags/1x1/fj-d5cac1332171f64a9251ffb65b83757a9a93d8588b6a58eed01e956ed3fe374f.svg);
}

.fi-fk {
  background-image: url(/assets/fonts/flags/4x3/fk-be4756a40a131796867564961b5f2ce730d241a46034ab2e9bf03dde00f1f3bd.svg);
}
.fi-fk.fis {
  background-image: url(/assets/fonts/flags/1x1/fk-0f283e1ebebbe0ae284b245501fec956005c9d2fd333d5134794014a01ad47cd.svg);
}

.fi-fm {
  background-image: url(/assets/fonts/flags/4x3/fm-fc9ab520ffd7305a3a924236c1cf61e00a75fa8e064a56c1fe3ddb49111f0feb.svg);
}
.fi-fm.fis {
  background-image: url(/assets/fonts/flags/1x1/fm-429873cb599e356f1b2b5c1f65d2d6934244301d70bbcad80af362e080b4476d.svg);
}

.fi-fo {
  background-image: url(/assets/fonts/flags/4x3/fo-afa89a473ace28d28749c786308bb374593ff6ad22e1c2752bdd22af637edb35.svg);
}
.fi-fo.fis {
  background-image: url(/assets/fonts/flags/1x1/fo-94b279ebd9dee477e7f86866cf2aa4ed646d9db1f0beb2129f69d1361590055a.svg);
}

.fi-fr {
  background-image: url(/assets/fonts/flags/4x3/fr-d4d86c49befd82860e82a1a7538f0a57a5dd874d1696c75af9a3a8b3b6fa25c6.svg);
}
.fi-fr.fis {
  background-image: url(/assets/fonts/flags/1x1/fr-a5cff9948e5bf94b1dd7a0b84b3ce002d2a3b6b15beade32d15df3b144b715c3.svg);
}

.fi-ga {
  background-image: url(/assets/fonts/flags/4x3/ga-fd290033500f2256b2f290d8ab489cf067114fda50855ebd32d10d4cc47c139d.svg);
}
.fi-ga.fis {
  background-image: url(/assets/fonts/flags/1x1/ga-9d5615ce616baedf12f1e83589c880970b4218343a127a1f1a1f06d41f9a1001.svg);
}

.fi-gb {
  background-image: url(/assets/fonts/flags/4x3/gb-22872b953594b5b971b0aac4ad3066f97c7aa3732a0689ffcfc4ba802ab06e5e.svg);
}
.fi-gb.fis {
  background-image: url(/assets/fonts/flags/1x1/gb-abed00aa77707c0bee0d56501a7c9f60f8f899b004c4c73cba96d68c446f7246.svg);
}

.fi-gd {
  background-image: url(/assets/fonts/flags/4x3/gd-81824b39df56e605d747475936e492581f330cd4b4150c68295eb8df635d3750.svg);
}
.fi-gd.fis {
  background-image: url(/assets/fonts/flags/1x1/gd-8db003115404a0e557072ac436a4320addcd5acef278ad0eaea501e70759393c.svg);
}

.fi-ge {
  background-image: url(/assets/fonts/flags/4x3/ge-b59232cc20a9488f9d7a3dffb0427bbe9404128318641d95129019dddb2f00e9.svg);
}
.fi-ge.fis {
  background-image: url(/assets/fonts/flags/1x1/ge-34203d5aa193ed700e51bbb31c98ee6e450f11413ee6b65c0dd73abd5ee8eebb.svg);
}

.fi-gf {
  background-image: url(/assets/fonts/flags/4x3/gf-b81c44f39690168c40c7e100d5da4506e915ede9f424711c0570d5a8f47c6ce6.svg);
}
.fi-gf.fis {
  background-image: url(/assets/fonts/flags/1x1/gf-bffa8a618d850c5b2d7077862ed7b37794688d993c8fb7fe00e66e9e6915b3cd.svg);
}

.fi-gg {
  background-image: url(/assets/fonts/flags/4x3/gg-693462b6564e2964f626111fdf737d05b6d52a00b01d208dd2116242b1589649.svg);
}
.fi-gg.fis {
  background-image: url(/assets/fonts/flags/1x1/gg-706f1e9d5bdcd3d156607611b13b89e1afe783c038e4d2d17c43a36a0b8a92bb.svg);
}

.fi-gh {
  background-image: url(/assets/fonts/flags/4x3/gh-0651d6422197eb24e940541b14d4fa0aaaf802f0f494ae4843a8981293852f99.svg);
}
.fi-gh.fis {
  background-image: url(/assets/fonts/flags/1x1/gh-35bd50361e51949167e51d56a0b5775bc0ab6cce8b4a7fa2d3d33e0b03148f3c.svg);
}

.fi-gi {
  background-image: url(/assets/fonts/flags/4x3/gi-8aaf5580f5f6d1da760caa51067dfb1828872d00b01ccdce5b0e96547acb9661.svg);
}
.fi-gi.fis {
  background-image: url(/assets/fonts/flags/1x1/gi-ab79c40abb79e05cb7c7c7577435b7aed9cacf5336aee98f91cc812faa436ded.svg);
}

.fi-gl {
  background-image: url(/assets/fonts/flags/4x3/gl-1bccb3f0ec6e28c7199512af919eeeb5ced2257446b889e57ece4003c969079e.svg);
}
.fi-gl.fis {
  background-image: url(/assets/fonts/flags/1x1/gl-051b794cf266d3059be0ba43a9187e94d70686fa7e2ebf0fcc25b8d0a14dbde6.svg);
}

.fi-gm {
  background-image: url(/assets/fonts/flags/4x3/gm-174d8c007c4ca3abb3aa0c646c02092750245741df990347876db9cd3bd6d181.svg);
}
.fi-gm.fis {
  background-image: url(/assets/fonts/flags/1x1/gm-fc3f21001540f457059b1e21b6d13027a69ae4454c252ba95041bef48712d1e9.svg);
}

.fi-gn {
  background-image: url(/assets/fonts/flags/4x3/gn-247825059371c0e62cf96b23b4906f46bb492f60b4aee8c8042b3d51d74fac9b.svg);
}
.fi-gn.fis {
  background-image: url(/assets/fonts/flags/1x1/gn-e8c49b9c63413920f51c7c14ddddfb8bcc11120812563f39e98f25ab5b72b097.svg);
}

.fi-gp {
  background-image: url(/assets/fonts/flags/4x3/gp-33c1ddb1caea3c49a8930bb461acd7f3628af3f7d0a24685bcf2b1d9435cd761.svg);
}
.fi-gp.fis {
  background-image: url(/assets/fonts/flags/1x1/gp-1b766b57e7d7e4f44cc4aba2f68bfd98be491f92ff4e33747ca14e08889b9ab5.svg);
}

.fi-gq {
  background-image: url(/assets/fonts/flags/4x3/gq-30c020290424f1ae8dd18123968ae51994f620d15a698373b5544e67c0a78a7d.svg);
}
.fi-gq.fis {
  background-image: url(/assets/fonts/flags/1x1/gq-ed9dddc4fb1c694e45c8caadd7b2816160bcf186b97a99e83c638d6d2176287e.svg);
}

.fi-gr {
  background-image: url(/assets/fonts/flags/4x3/gr-844b5e175de071a2651c945362143e268844b3090ab1fbac3b21d47db63801a4.svg);
}
.fi-gr.fis {
  background-image: url(/assets/fonts/flags/1x1/gr-5503a9e96f8906c39b2f422a6f1390e3c2e3e471ddbbeec5c622f0de12027e30.svg);
}

.fi-gs {
  background-image: url(/assets/fonts/flags/4x3/gs-dd9fad25e401e11c97805c38f6998827005e0949fc774c20149f0bc397b8f841.svg);
}
.fi-gs.fis {
  background-image: url(/assets/fonts/flags/1x1/gs-a5d2f39a1b96796c90d6d33821125f24813e514a199afaee4e190ad5357c00d0.svg);
}

.fi-gt {
  background-image: url(/assets/fonts/flags/4x3/gt-7bef9894b365046d6bb9653bd52ed01df981c66dbf3c474e9b8dbef08ae1d8f4.svg);
}
.fi-gt.fis {
  background-image: url(/assets/fonts/flags/1x1/gt-bf76c420c380cfb0fc6776d8841f1c6fd7e53a85cc87a9fa970de0336cc05c04.svg);
}

.fi-gu {
  background-image: url(/assets/fonts/flags/4x3/gu-445bda859854c0a89815cb1cb6e7805cf64f2086d2044f1bfc4b7b8a84c3fa07.svg);
}
.fi-gu.fis {
  background-image: url(/assets/fonts/flags/1x1/gu-7d01cb5f25db5a552eba4bf9971dc96810a157a3609dec1d59f90e8dd983ef2f.svg);
}

.fi-gw {
  background-image: url(/assets/fonts/flags/4x3/gw-dd99a4e9b8fbe1840aa63e8302db3cb2bf5673d7890e04eb7227e391944760ed.svg);
}
.fi-gw.fis {
  background-image: url(/assets/fonts/flags/1x1/gw-231c73a4c98b0b73ec24ec2f9f6fbd7a22c4c032fb7f87d071ed7f8e7670e9ab.svg);
}

.fi-gy {
  background-image: url(/assets/fonts/flags/4x3/gy-fe156cd290612ed6b949f7765e9aa664c74d84868c4c0e93da70ecc4f9c73ae3.svg);
}
.fi-gy.fis {
  background-image: url(/assets/fonts/flags/1x1/gy-fb8f85d4c235532651907998688aa419469cdc9bebb8d2523dc8ce99d716eb77.svg);
}

.fi-hk {
  background-image: url(/assets/fonts/flags/4x3/hk-dbc2c4154807662e1966b465774431e040b954fe85e8e97f9289894517cbbdd1.svg);
}
.fi-hk.fis {
  background-image: url(/assets/fonts/flags/1x1/hk-749e7e5ad341486591da4e129a16c2853fe5dea078c41f337b16571f1af19c13.svg);
}

.fi-hm {
  background-image: url(/assets/fonts/flags/4x3/hm-c27862718f568b04905504db43b8d0a49935caf2df6454ebb4dee68ec3ebd34c.svg);
}
.fi-hm.fis {
  background-image: url(/assets/fonts/flags/1x1/hm-c7455d0052d4155dfbaaba3b8a1fccdb530780dcc4cac68b9b107d3d1a4822d1.svg);
}

.fi-hn {
  background-image: url(/assets/fonts/flags/4x3/hn-ad4dbc8566e25689923eeee6e4cb15c74428afcb8033c605f46afd0cb90e5191.svg);
}
.fi-hn.fis {
  background-image: url(/assets/fonts/flags/1x1/hn-006ada2071618181ff7847169fcf0ddcd1d28767341400c00fe8e1f8186e905b.svg);
}

.fi-hr {
  background-image: url(/assets/fonts/flags/4x3/hr-9eb1cefadb474162aba6b00b7d332be9db480b21c0bbf9004b96bed406fb8d4e.svg);
}
.fi-hr.fis {
  background-image: url(/assets/fonts/flags/1x1/hr-3dea3f4a73fb2916af5a2385348f3edace72445bc0e6a8485256a6bc5e4f6980.svg);
}

.fi-ht {
  background-image: url(/assets/fonts/flags/4x3/ht-6f6528da8ea3d050dab4c977ae03e0c4f350c04a536112269e339d6f62576de8.svg);
}
.fi-ht.fis {
  background-image: url(/assets/fonts/flags/1x1/ht-256d45e4e3726cfe051521178c8f260b8f755ca4e579e9d07a0fdfc8055e444b.svg);
}

.fi-hu {
  background-image: url(/assets/fonts/flags/4x3/hu-f3bd4ac505b57266bb33b0bd7e9792f8861e8c400c663af26f2df86a6b1abe42.svg);
}
.fi-hu.fis {
  background-image: url(/assets/fonts/flags/1x1/hu-87b2e06fd5f03ce08a724450bfc9cdb117c5def0852dc0a0e6842db8f51d215f.svg);
}

.fi-id {
  background-image: url(/assets/fonts/flags/4x3/id-f9126a89a1d58adbcd470fc97a8837ac82a3617a15c15ee6a0088502b5b4f62e.svg);
}
.fi-id.fis {
  background-image: url(/assets/fonts/flags/1x1/id-7f1bc7695edc43cc582db16ef3f77b36905743902711b22595826b2d02eb6617.svg);
}

.fi-ie {
  background-image: url(/assets/fonts/flags/4x3/ie-984dbd8f2684f16a202b253b78c642b977fa53efe1ca6232ca19284787e37036.svg);
}
.fi-ie.fis {
  background-image: url(/assets/fonts/flags/1x1/ie-98adc5efc8799133dd840997b345b81a6646fd3151638162c6be89f518a16bc8.svg);
}

.fi-il {
  background-image: url(/assets/fonts/flags/4x3/il-7afe20cac468949897213f1d8b1bdb19663c7e04253d1ec383d184f676708201.svg);
}
.fi-il.fis {
  background-image: url(/assets/fonts/flags/1x1/il-bdb7c54fc51ff95ea72c779d2287c65cf1b9944492fca916c027f121cac915cd.svg);
}

.fi-im {
  background-image: url(/assets/fonts/flags/4x3/im-81a39c7ad65d92145cb9fffc677dad3549239052562508a946d00f7848391471.svg);
}
.fi-im.fis {
  background-image: url(/assets/fonts/flags/1x1/im-298d95c5f8d299fb43b716fbe7d218f2f3f15316791193490274246a954ee3df.svg);
}

.fi-in {
  background-image: url(/assets/fonts/flags/4x3/in-54890ffdaeda0af879e87d6255be0a7ce9da882bae53c3b073d36dc61034dce6.svg);
}
.fi-in.fis {
  background-image: url(/assets/fonts/flags/1x1/in-8d1ff7e153b74f3c190f43e41a4726dcd42be53805b31cdc6fd5db9f01807376.svg);
}

.fi-io {
  background-image: url(/assets/fonts/flags/4x3/io-47e573916c8be74d3c2f5becbf412ca7f353840bcb0cb4071d4f841b50ee3222.svg);
}
.fi-io.fis {
  background-image: url(/assets/fonts/flags/1x1/io-d8d7b3d48611dca1ce43caa847bbd2cbbd57fde420fe8d476df8427132161010.svg);
}

.fi-iq {
  background-image: url(/assets/fonts/flags/4x3/iq-54e8c4313689f9b5c906d2029c41e256b361ec9378464364d3ad1f46333024f4.svg);
}
.fi-iq.fis {
  background-image: url(/assets/fonts/flags/1x1/iq-a9918b44206dfb71c67386781e6cb401f307ccbe67c4c5ad43725f3db7eb3e5a.svg);
}

.fi-ir {
  background-image: url(/assets/fonts/flags/4x3/ir-7b7c42e784ddb5906ff8f1ff489e1ae49cf2613a6cb3dbc4b7a39581ff46ffb7.svg);
}
.fi-ir.fis {
  background-image: url(/assets/fonts/flags/1x1/ir-d8c2968d96a0397dc170d97d02aec790585541a5dcd6f709329f694daf32aaf6.svg);
}

.fi-is {
  background-image: url(/assets/fonts/flags/4x3/is-9560934e480ab556b58033b15b1fe87a2fd8d686c8df4b68b267ec85e325c547.svg);
}
.fi-is.fis {
  background-image: url(/assets/fonts/flags/1x1/is-37141b8ac264fe310c4c33ee4216f3793dfec34815ce512f1a64f43d3a9d6ca6.svg);
}

.fi-it {
  background-image: url(/assets/fonts/flags/4x3/it-18b5598a8330ca17f91b5eb713e5cd2f2d5a0f8b2a637217aa93e6ddabe878d0.svg);
}
.fi-it.fis {
  background-image: url(/assets/fonts/flags/1x1/it-4f9044e9adaa8fdc9cc45611059109d13c804f653d70b3c0bc57173aee4fb9be.svg);
}

.fi-je {
  background-image: url(/assets/fonts/flags/4x3/je-7cff22f2d3220f013609d02fb8f1aa70d28689b47a6609a1a505cc91642e1a65.svg);
}
.fi-je.fis {
  background-image: url(/assets/fonts/flags/1x1/je-195b0550e6afaad612c5e0238bec303d56a9611fee6e25abd99aa7679ebc02a2.svg);
}

.fi-jm {
  background-image: url(/assets/fonts/flags/4x3/jm-64262d26bd2275d0361245942fa3fc1a6b3ce181d81fedf9130657785e34e902.svg);
}
.fi-jm.fis {
  background-image: url(/assets/fonts/flags/1x1/jm-e0b831a41e9e9ab13f14584add9b3b5833ceec14264f7da90654afa1c654ae02.svg);
}

.fi-jo {
  background-image: url(/assets/fonts/flags/4x3/jo-b720d27dd23385838cb6a55611add7d7be414d885fd7bf7c9583e64eab658f30.svg);
}
.fi-jo.fis {
  background-image: url(/assets/fonts/flags/1x1/jo-596cc16daae6d0d8ca7dc41534a95fcb12898c9019f4590c9eb244409468b8d9.svg);
}

.fi-jp {
  background-image: url(/assets/fonts/flags/4x3/jp-f2d7475ec35f8f72782e35d573633888545697b45ca528da7d51496898253d9a.svg);
}
.fi-jp.fis {
  background-image: url(/assets/fonts/flags/1x1/jp-ded99109b7df4a0cc9c9ed06e1819682dd3d37c947ab09aa38e8ab656d51fbc6.svg);
}

.fi-ke {
  background-image: url(/assets/fonts/flags/4x3/ke-dc7f6e786d9f3fbd0fa3f23d1f0e1db797d308a01ae0722e763ae83a79d3e1be.svg);
}
.fi-ke.fis {
  background-image: url(/assets/fonts/flags/1x1/ke-ad276335c3d67d94880022ed9cb02f1d71d0ab57ad5373d87c05f1347bda8299.svg);
}

.fi-kg {
  background-image: url(/assets/fonts/flags/4x3/kg-d99b8cd0d41913841de45939769941c9fc2e6f9cc28d38198d1a689e71abd6d4.svg);
}
.fi-kg.fis {
  background-image: url(/assets/fonts/flags/1x1/kg-69867faf3c18d3363f26b92a0c0e7eaf38fb27f4b33c8d319574e605151f8613.svg);
}

.fi-kh {
  background-image: url(/assets/fonts/flags/4x3/kh-d92b2c466f5d8a98e5f92b3df0b27d98d3ce8d214984f6401d98f6d5214b2f80.svg);
}
.fi-kh.fis {
  background-image: url(/assets/fonts/flags/1x1/kh-3765ce53c5da346c708bf4b9e1e73fa0789833ea9284a9568a62848cf0ae2a81.svg);
}

.fi-ki {
  background-image: url(/assets/fonts/flags/4x3/ki-9b3c3271a720da40f0144280a8ad934d2cc42357edc1c02efcb262db33b96577.svg);
}
.fi-ki.fis {
  background-image: url(/assets/fonts/flags/1x1/ki-859ee866d0ee0ff763b6b5bd4021caf8772b0cc635c1010dc14fecf8ea4afb3c.svg);
}

.fi-km {
  background-image: url(/assets/fonts/flags/4x3/km-acf72c50ca27f790cc4ec1c476bcfa27bec625255cbb1fa3b489acfcfc3d89a0.svg);
}
.fi-km.fis {
  background-image: url(/assets/fonts/flags/1x1/km-c7c6cb70edc90395b249b753c1552f10754a1331a42f0f862bec0f4dccc654ea.svg);
}

.fi-kn {
  background-image: url(/assets/fonts/flags/4x3/kn-77b8719061029e18ea4e1323e066e9f794eaf08b44c78ebfbac1c6096c74ef80.svg);
}
.fi-kn.fis {
  background-image: url(/assets/fonts/flags/1x1/kn-824f6a79eeea0ddc3cacd4ff8b3c279b948716b408633f98dcf2a2a3dab0f640.svg);
}

.fi-kp {
  background-image: url(/assets/fonts/flags/4x3/kp-e5039531bb3e4c8b30436211ecd9db4ce9bde72c8991356f675b5e0873c2da7f.svg);
}
.fi-kp.fis {
  background-image: url(/assets/fonts/flags/1x1/kp-47fe6e31046bfb1d0f68e51dd18af2a3a2c1ec4adfe251fa5ab341e66393be96.svg);
}

.fi-kr {
  background-image: url(/assets/fonts/flags/4x3/kr-e103e4e249a1cccc14bcf78275eb4729c12b628260c9b4a6d569fb048de32239.svg);
}
.fi-kr.fis {
  background-image: url(/assets/fonts/flags/1x1/kr-c09df30386592fb0d3a74d292dced5ffbf5bcd975ee1ed0cc5220ca9a8f8bb15.svg);
}

.fi-kw {
  background-image: url(/assets/fonts/flags/4x3/kw-40c118bb592750cc645164b4447db6e096a4a55119f3b2bc2be1b6e7eb60bdc0.svg);
}
.fi-kw.fis {
  background-image: url(/assets/fonts/flags/1x1/kw-a1c049da326f9790f03478315a5fe840bf51b714be698f58b29fd7b63065199b.svg);
}

.fi-ky {
  background-image: url(/assets/fonts/flags/4x3/ky-5540b069bcb85f7a4667294f97c0158177feb76e71843b86b4fc9cc9e2dc872c.svg);
}
.fi-ky.fis {
  background-image: url(/assets/fonts/flags/1x1/ky-436bbbe3baa8543bf285291f7116f5077a794daaf37597a4fd466845a59e2e65.svg);
}

.fi-kz {
  background-image: url(/assets/fonts/flags/4x3/kz-2e44996f0f38621e8d4d00325435c05d7614742d01d4e40ff7dae81fd9266ea3.svg);
}
.fi-kz.fis {
  background-image: url(/assets/fonts/flags/1x1/kz-47809a7550f79f1bedcc2b918ff99cc1fb7d302979ccbb75106c0006bbc3b911.svg);
}

.fi-la {
  background-image: url(/assets/fonts/flags/4x3/la-2eb01619bb5474782d79623c4f3010d80eecd03395dc9840f54327e6ec38ff1e.svg);
}
.fi-la.fis {
  background-image: url(/assets/fonts/flags/1x1/la-98bde9ae7c3dd4f70615a7e37e8d2e23c03063c3bc62e6ea00bbb5d9d3f8b266.svg);
}

.fi-lb {
  background-image: url(/assets/fonts/flags/4x3/lb-df5eafde08a3f0f70cde8dadfedcd30c0ce41b2f404152c796b9449bdbe10761.svg);
}
.fi-lb.fis {
  background-image: url(/assets/fonts/flags/1x1/lb-9fb99bd38577db29e64c94eae8c7ca903d86ba8624516ee861fba98d46016b5c.svg);
}

.fi-lc {
  background-image: url(/assets/fonts/flags/4x3/lc-19e5ce66524817e9d5b16fcdd6b1aef3252d67ad9c3250f4a34745bdad0be53e.svg);
}
.fi-lc.fis {
  background-image: url(/assets/fonts/flags/1x1/lc-47cbda8dc553171741c1c9cf6b586ba38866b69e931ed6c0bf1beb5f64188650.svg);
}

.fi-li {
  background-image: url(/assets/fonts/flags/4x3/li-8b0395f0cb8398488d2857f0db8863971a259e5f53d686a61e03baf75dc3d9c9.svg);
}
.fi-li.fis {
  background-image: url(/assets/fonts/flags/1x1/li-22ec7c8865106937f3307681ada77fbdacfd11e25c18ce60ae92d0d6e1d9e0e4.svg);
}

.fi-lk {
  background-image: url(/assets/fonts/flags/4x3/lk-4d58db96a9c314a0675f53ce99c5320312d189ec2add458c627007247627c930.svg);
}
.fi-lk.fis {
  background-image: url(/assets/fonts/flags/1x1/lk-3cbc6737cbe17f4140bde739e1369c8af04a2e0cea3338baca6ff29461846897.svg);
}

.fi-lr {
  background-image: url(/assets/fonts/flags/4x3/lr-7d114b0c00c457328f9293bf9bfa43ffe16fc1e43759c265267ea8fc221e62da.svg);
}
.fi-lr.fis {
  background-image: url(/assets/fonts/flags/1x1/lr-74cb5cec7b54a73747c15cf827461d1268fc73cca5f1e25f77eb280f3531a4f8.svg);
}

.fi-ls {
  background-image: url(/assets/fonts/flags/4x3/ls-ca89725a3915e1ba3547c295cd320ed391f99a6fc1de2ce6d2ff987418e11bb5.svg);
}
.fi-ls.fis {
  background-image: url(/assets/fonts/flags/1x1/ls-e860c83a5d18a694aa6a9df0e16a803323c3e206f23fe6812d419483de6f80d3.svg);
}

.fi-lt {
  background-image: url(/assets/fonts/flags/4x3/lt-40e4621e95f15811d8b8d91202a5426a6f9c6abeebbb29eaad38688c6a10c020.svg);
}
.fi-lt.fis {
  background-image: url(/assets/fonts/flags/1x1/lt-e9f5256119b90046cfc83c79e2cd9287050277f751d2bb708b5a90976c3ce166.svg);
}

.fi-lu {
  background-image: url(/assets/fonts/flags/4x3/lu-9107fd2df253b84693890e25264cba2d950c472a981481e86f6c4829c086bf27.svg);
}
.fi-lu.fis {
  background-image: url(/assets/fonts/flags/1x1/lu-3b9367763519427adc03dd160cac8ceb55defae3bf6aaffa0d4bcf9493a89712.svg);
}

.fi-lv {
  background-image: url(/assets/fonts/flags/4x3/lv-8f30f222ac7f38c9428c0668cd4c458ce777527393d8eaf0ae3c3c825ae8642d.svg);
}
.fi-lv.fis {
  background-image: url(/assets/fonts/flags/1x1/lv-0ddeded407b564f8186aca64792e4774258f9f9e75f5471c5d32b37fe2423494.svg);
}

.fi-ly {
  background-image: url(/assets/fonts/flags/4x3/ly-db5b6839a750d605c86ed8bffb4a0d8ac22a4aec45fac2286a28df107efd42b3.svg);
}
.fi-ly.fis {
  background-image: url(/assets/fonts/flags/1x1/ly-5fea13d140ec6576ba443cfd1301dc2689325074e79f4b46003f72b36a8d00ea.svg);
}

.fi-ma {
  background-image: url(/assets/fonts/flags/4x3/ma-20d49a6be6a8fb88acdbf79d11cdd373d43d32db5e227b3a3c734e2520b855d8.svg);
}
.fi-ma.fis {
  background-image: url(/assets/fonts/flags/1x1/ma-6b2260d0ae76c72e4650f9095cf82d1fd3e876a0791813e03ec76b46828d7a21.svg);
}

.fi-mc {
  background-image: url(/assets/fonts/flags/4x3/mc-37b96c5f40c07c9e84bba52f16a18125344248599d193adec273739b3cc853b2.svg);
}
.fi-mc.fis {
  background-image: url(/assets/fonts/flags/1x1/mc-bd478304b13d520c92844e823723dee786b70b394bb7337b5ea8d126f0737b3e.svg);
}

.fi-md {
  background-image: url(/assets/fonts/flags/4x3/md-ffba2d322cccf82366cc306d0ec79d2ba09a5de636a455e0f9718559f75f1427.svg);
}
.fi-md.fis {
  background-image: url(/assets/fonts/flags/1x1/md-6bfd8500611371eca86c17f07bdb669a26f2ab872fb9d2c29e05b5f4a4da7edf.svg);
}

.fi-me {
  background-image: url(/assets/fonts/flags/4x3/me-eeeccd0bab8061d60cc6b3a981c18f76c50f97a84645a53da92290b5953ab6db.svg);
}
.fi-me.fis {
  background-image: url(/assets/fonts/flags/1x1/me-c37d9c98190903d5fcdcac9a7ef931a64fd7cdb3b8d041c7b206d84b994f9a4e.svg);
}

.fi-mf {
  background-image: url(/assets/fonts/flags/4x3/mf-69a401f8df7081bf4d4180f1a9816155f499507c56224b10db3ca50793aa081c.svg);
}
.fi-mf.fis {
  background-image: url(/assets/fonts/flags/1x1/mf-7e736feb9869d969c07c01065f7c4d29ede6d36325499fa8957669e70e5b75db.svg);
}

.fi-mg {
  background-image: url(/assets/fonts/flags/4x3/mg-31ead0e07bf3727fdc6811e43a3c84681ad6d2ea96fbcd77c4a7780bb48a1b47.svg);
}
.fi-mg.fis {
  background-image: url(/assets/fonts/flags/1x1/mg-cd74a2074dec282662e4d2918cc50e969b899f613d5deec787b1459a78d6db8a.svg);
}

.fi-mh {
  background-image: url(/assets/fonts/flags/4x3/mh-5eb82b135356640355a94b2e518ff790c89b51c06430a3c9d3ae9af3ff1e2ab3.svg);
}
.fi-mh.fis {
  background-image: url(/assets/fonts/flags/1x1/mh-339d08d56f4fd85c4d124f25a327ea429dd5baecb7b110a446ed17a4ed2ec7dc.svg);
}

.fi-mk {
  background-image: url(/assets/fonts/flags/4x3/mk-c6f844f849c909b09770ac44e43020b85dffca746ec3718cfbf75421297dc191.svg);
}
.fi-mk.fis {
  background-image: url(/assets/fonts/flags/1x1/mk-91c11bf3e7a1df78b474a3dc469252158e85c9b80a8087b3d5c403d046c75631.svg);
}

.fi-ml {
  background-image: url(/assets/fonts/flags/4x3/ml-4cfe7b4d5b723c1d0268b62f1d100a195534bd5572b8c66393d6f36072d0e642.svg);
}
.fi-ml.fis {
  background-image: url(/assets/fonts/flags/1x1/ml-0117b98faa006a0c80626e5586c7db8c98c404b9d1637f5e4e62d8731964dbc5.svg);
}

.fi-mm {
  background-image: url(/assets/fonts/flags/4x3/mm-7cec99025a0d98a975a6e70fb45fb75a10b50b2ac51d0a945a15c3476bef93b7.svg);
}
.fi-mm.fis {
  background-image: url(/assets/fonts/flags/1x1/mm-df6b04fb1c2f0d9059c1c5eee1eb867ddb5aaee1e2494991b9bcc3b7e31a6167.svg);
}

.fi-mn {
  background-image: url(/assets/fonts/flags/4x3/mn-797739d2d224c0c9ea290467a881b87b305db736a3ca51feab7da326ce6fb62b.svg);
}
.fi-mn.fis {
  background-image: url(/assets/fonts/flags/1x1/mn-c0af2339fe2671b4ffb88a2b17e20778cc430e4fbc76e3832b4c42916cca4e7b.svg);
}

.fi-mo {
  background-image: url(/assets/fonts/flags/4x3/mo-6119f66dd10afb984f49f3059e155afcaea94e14a46710ada5248991ee39a162.svg);
}
.fi-mo.fis {
  background-image: url(/assets/fonts/flags/1x1/mo-a164ee56878a231ae4a3a613443b3d30c8ed4d0c9d6ae29c38b3c81cf578d859.svg);
}

.fi-mp {
  background-image: url(/assets/fonts/flags/4x3/mp-97e090c775055f73be8722bc47d3ebbb15f67dbb4c867fea748fd4de303f0cd4.svg);
}
.fi-mp.fis {
  background-image: url(/assets/fonts/flags/1x1/mp-2efcfe1c459c7dcf4c5a6c8b91a742d4c3e68db446e23353d807a395ad53c2e6.svg);
}

.fi-mq {
  background-image: url(/assets/fonts/flags/4x3/mq-d87a7b9ce6d83db9a6b99f3c75401e92ab8364ade29576d75f1b1163000db3e0.svg);
}
.fi-mq.fis {
  background-image: url(/assets/fonts/flags/1x1/mq-4c87f5b01eac4445fba3728ddba2a291f70b1abccd7ea3148cfdf05ee5ec85ac.svg);
}

.fi-mr {
  background-image: url(/assets/fonts/flags/4x3/mr-47cce28adcbfbdb14e094695b19860acf742ec0cbde5aced0fe586d3eeeeb5f8.svg);
}
.fi-mr.fis {
  background-image: url(/assets/fonts/flags/1x1/mr-e8ab89d4c0b8fce38c8ed86d967bf354d2c7e68c15b26c3db974848b4c0ce57a.svg);
}

.fi-ms {
  background-image: url(/assets/fonts/flags/4x3/ms-48825c6aa93b2147543380bb6c10d755be53c48381be14ccf59622b54b932620.svg);
}
.fi-ms.fis {
  background-image: url(/assets/fonts/flags/1x1/ms-e448ec2df0662a19325212c1a1857c3b43db85dc7d8bb902934c6c0c9bc46863.svg);
}

.fi-mt {
  background-image: url(/assets/fonts/flags/4x3/mt-697e7773167255e86a02e3cb2b444b8c4090065132ea48d1e9f7141af246e0b9.svg);
}
.fi-mt.fis {
  background-image: url(/assets/fonts/flags/1x1/mt-d050aea8053f33017433b7d1f004a14ae7afc959ba931139538ce95f0579558c.svg);
}

.fi-mu {
  background-image: url(/assets/fonts/flags/4x3/mu-5e51e1b408dd833eb95bfb5a5b6f45dfcdb1080f2e5da83be138d733fdb14f58.svg);
}
.fi-mu.fis {
  background-image: url(/assets/fonts/flags/1x1/mu-4f899617d6d5076b01a57eda1ee6c0e21c551f8fbead12e90970cf85ac4ddc0e.svg);
}

.fi-mv {
  background-image: url(/assets/fonts/flags/4x3/mv-7cf27beaa30a4b9b7253f4bb40ae02454627f0a3711fc6c65bf147adb1ab925d.svg);
}
.fi-mv.fis {
  background-image: url(/assets/fonts/flags/1x1/mv-60ae1256d8e357309e05d0a79a23f241415e94976612af17919cd4fc0c7a45a0.svg);
}

.fi-mw {
  background-image: url(/assets/fonts/flags/4x3/mw-252269657134556d2f273b6e476a93cfaf9b4f0de29ef9f208407e85e5786122.svg);
}
.fi-mw.fis {
  background-image: url(/assets/fonts/flags/1x1/mw-4423007c685cc75a4139fa0a6c9e8c9e2c306f50dbeb0c657539177ddf37a1bc.svg);
}

.fi-mx {
  background-image: url(/assets/fonts/flags/4x3/mx-ee620c6e566078fb06c532286ae61ccce02484e7a1921e3233e74c64a85d5c16.svg);
}
.fi-mx.fis {
  background-image: url(/assets/fonts/flags/1x1/mx-fb4cb9798b1f53ec18d7ff2da38552d76e580c0e65261ab4980e87a49fe807a6.svg);
}

.fi-my {
  background-image: url(/assets/fonts/flags/4x3/my-94e4219287ea9580e37bfb2079b77f3f3c3a7a8868e2a81fc679dd068bb82a8e.svg);
}
.fi-my.fis {
  background-image: url(/assets/fonts/flags/1x1/my-c42cc8515f4dc1cffaf7653136ffaa07ab0dbe603fcc4ad4440d6186b4a62564.svg);
}

.fi-mz {
  background-image: url(/assets/fonts/flags/4x3/mz-6c3923206d60bd98bda4fa811d0478b7868768f3b44438c135deb448513f89b3.svg);
}
.fi-mz.fis {
  background-image: url(/assets/fonts/flags/1x1/mz-34dd5b1d692bee4c03dd60dfdb927873556e00daeb280e2021dc985dd96d809c.svg);
}

.fi-na {
  background-image: url(/assets/fonts/flags/4x3/na-3f920d2976e97eeb0f22934d0af346bbdd2a30318ff359a0d067c5bf8be994be.svg);
}
.fi-na.fis {
  background-image: url(/assets/fonts/flags/1x1/na-d0ec6ea6a2b9cbe41e4d3cb1302915937dac145bdc7c289cb22bd8969cf95687.svg);
}

.fi-nc {
  background-image: url(/assets/fonts/flags/4x3/nc-748f5d9efdf9b7f300f3e62532a9d49e5bfa260efb024c29d67c1820840a9791.svg);
}
.fi-nc.fis {
  background-image: url(/assets/fonts/flags/1x1/nc-f3723756c6d783aa1f63fb66e67ea7d7dcf3ec99a420c4e88c74b2b446fefb6f.svg);
}

.fi-ne {
  background-image: url(/assets/fonts/flags/4x3/ne-3f77ea180b5908caaf12b96b908642b775acdec78f6d5f09d4c9ce8b973b076f.svg);
}
.fi-ne.fis {
  background-image: url(/assets/fonts/flags/1x1/ne-43c511140edef8923b315a15a944c69f34546f3c3b89763f6b32f81f44509b2f.svg);
}

.fi-nf {
  background-image: url(/assets/fonts/flags/4x3/nf-833d5ac8c10f332d53f0088cabf23f06c2e15e3cab7b171d9ac38db6bbaf28c5.svg);
}
.fi-nf.fis {
  background-image: url(/assets/fonts/flags/1x1/nf-d486310a7931c76e3df1fce7f18af5c42beeb7c513b7f8bf145278aa3df37038.svg);
}

.fi-ng {
  background-image: url(/assets/fonts/flags/4x3/ng-dbc714870715eb414ef56d3f21a5f62b91f4658cac04c131d61a87701836bdf4.svg);
}
.fi-ng.fis {
  background-image: url(/assets/fonts/flags/1x1/ng-1391d50edb8054e7815a4958c45de8261d0ca85ff0df1af13fdbfa26c9392497.svg);
}

.fi-ni {
  background-image: url(/assets/fonts/flags/4x3/ni-1133f6460f9e0b0ce0368e5a6e8fb61cae489cda071729a447f545f3898da46b.svg);
}
.fi-ni.fis {
  background-image: url(/assets/fonts/flags/1x1/ni-517df248d384d0ac8c686371d4f3673e47f8f6e12cebe7bd4a8cb8c22268de4c.svg);
}

.fi-nl {
  background-image: url(/assets/fonts/flags/4x3/nl-865c829f57e65782ba0c5af761564844d58337d832104fd319428eb256e7567c.svg);
}
.fi-nl.fis {
  background-image: url(/assets/fonts/flags/1x1/nl-8c4b8e8cac349922764e0fd2b8e3e88ada3f60887fbd8f91b75e687216b1324e.svg);
}

.fi-no {
  background-image: url(/assets/fonts/flags/4x3/no-e7717d5f756ef22a2b2305caa1dbbc65f7236d384322a29f95e786b22bf0a6c2.svg);
}
.fi-no.fis {
  background-image: url(/assets/fonts/flags/1x1/no-f80da84baafe84c785aabcfeb4d8f7e567839962814cd046d4363ec64d6ea14e.svg);
}

.fi-np {
  background-image: url(/assets/fonts/flags/4x3/np-0476beb455a17f0042fd28d3d746ea718a4301f263175c7f8eba46fed04272b1.svg);
}
.fi-np.fis {
  background-image: url(/assets/fonts/flags/1x1/np-9e5679ff0ed30ef4f4069d99ba2e5ea75144c518eded8112dd60cf1647486e52.svg);
}

.fi-nr {
  background-image: url(/assets/fonts/flags/4x3/nr-6223109463df3e214a3c44fb035125e9f9f1cd19cb501949e0278ac6994a5300.svg);
}
.fi-nr.fis {
  background-image: url(/assets/fonts/flags/1x1/nr-8f1316db90a094b35629d567e5287fcff99407e8c37a63d41964a866a323f343.svg);
}

.fi-nu {
  background-image: url(/assets/fonts/flags/4x3/nu-b88bc229e459d96bf8850ab674b7faa9cfea19492cc4ec33ef2554ebbe1c1c42.svg);
}
.fi-nu.fis {
  background-image: url(/assets/fonts/flags/1x1/nu-34b422bde2d443bc0054277b4909bd026663cd722736c3dbf59891b487790e13.svg);
}

.fi-nz {
  background-image: url(/assets/fonts/flags/4x3/nz-98e86d7db74a04138b4c9f9738ce30625507074866dea24943d174dd46321a90.svg);
}
.fi-nz.fis {
  background-image: url(/assets/fonts/flags/1x1/nz-fef463146651035641606d0fef44f64af39f040c2d694b3775c2ecbcbd347a4b.svg);
}

.fi-om {
  background-image: url(/assets/fonts/flags/4x3/om-7a80265066b29561b2bc1e3db82637abc5f1f984a9efd6cd3618f715f16cca35.svg);
}
.fi-om.fis {
  background-image: url(/assets/fonts/flags/1x1/om-755195b800269d8f86e866af90ff25a9abecbc4a775f645a34d2abb7b67b8d6f.svg);
}

.fi-pa {
  background-image: url(/assets/fonts/flags/4x3/pa-67b9a1b0680b3c312d4d70ba84a81c10e749bef8dab4e92daf416d8b01207ea0.svg);
}
.fi-pa.fis {
  background-image: url(/assets/fonts/flags/1x1/pa-2aac153d7bec423b6ee9a595156ab1a1bdcd79e4ee9311d69ec9250a1e013e21.svg);
}

.fi-pe {
  background-image: url(/assets/fonts/flags/4x3/pe-66b5d8062d7ba06e381b7d95a615ceafbd2d4a3902ff75fe7efd7b638061731f.svg);
}
.fi-pe.fis {
  background-image: url(/assets/fonts/flags/1x1/pe-f187c17cd406f144971a3c79b8c8f0f894c4241b42cd66501bb656b4dadd2d7d.svg);
}

.fi-pf {
  background-image: url(/assets/fonts/flags/4x3/pf-3c9d4edda12b6a7cf862b6d3d75cd82db51715b516a8c491e85cfbc915f0784b.svg);
}
.fi-pf.fis {
  background-image: url(/assets/fonts/flags/1x1/pf-8ac0cb8efd198183339ff825ccd91c8bdc006e147347aef12b27041298faa7c2.svg);
}

.fi-pg {
  background-image: url(/assets/fonts/flags/4x3/pg-03c74b1c54f6574ba230bee726a42946ec0201bf4eb92e7c734d70e0a8a92886.svg);
}
.fi-pg.fis {
  background-image: url(/assets/fonts/flags/1x1/pg-b52e6e1d38d1dbec25b20de251d8a537f728dd25df70cf6e1903a3330c420ff8.svg);
}

.fi-ph {
  background-image: url(/assets/fonts/flags/4x3/ph-b69101e0129fe70bb8debb81bb95b61aed56e75463e2cf51a00aafc6ef2e7575.svg);
}
.fi-ph.fis {
  background-image: url(/assets/fonts/flags/1x1/ph-bcf983ce38dce6f170e43fff39e75238c1f95e0fde99d655687458fb85bfce40.svg);
}

.fi-pk {
  background-image: url(/assets/fonts/flags/4x3/pk-754c2e5e0af06353ab0f8eefeb77ef787d544db2f3cd0b55e73b1f45510932d4.svg);
}
.fi-pk.fis {
  background-image: url(/assets/fonts/flags/1x1/pk-68a08c57c7c40bff536f2721b8f4df504aa6833f878e90285dfb14bfcff4a528.svg);
}

.fi-pl {
  background-image: url(/assets/fonts/flags/4x3/pl-12b5f10c1812241013d42e1d20143776e9f79e83232877690873f3d8e4b84ba3.svg);
}
.fi-pl.fis {
  background-image: url(/assets/fonts/flags/1x1/pl-598b7d2f215e94526173dba8141fb1d692e292fcf73abb191ce9ae3b023f2268.svg);
}

.fi-pm {
  background-image: url(/assets/fonts/flags/4x3/pm-95073e96bfbaa048999bd8dad34926e09c3f0e9baa3cedc0e8fd9ce667c1664d.svg);
}
.fi-pm.fis {
  background-image: url(/assets/fonts/flags/1x1/pm-bd0a710805c21e761870a707ecaada46ada05f96e547cb975dd497d40bee7950.svg);
}

.fi-pn {
  background-image: url(/assets/fonts/flags/4x3/pn-b533ee766603c915fde322e8372fcd1bfbd859f87bd365d42e62365aa0878687.svg);
}
.fi-pn.fis {
  background-image: url(/assets/fonts/flags/1x1/pn-90ea33398da5fbe5c0b791ad596f4660006329057696875a27e36621c76d7384.svg);
}

.fi-pr {
  background-image: url(/assets/fonts/flags/4x3/pr-60c19886d62932bf8ac67d37019ee4f5237e89d906a9018f876bec856a233ab3.svg);
}
.fi-pr.fis {
  background-image: url(/assets/fonts/flags/1x1/pr-8837efbc8c192e2260ab7dd7c4cd900edacdc664ec8e5d0310800f7cccd44172.svg);
}

.fi-ps {
  background-image: url(/assets/fonts/flags/4x3/ps-d2b0284d13d2081fa21c2b062bf1f614fabf943580ada89768d1445312019aa2.svg);
}
.fi-ps.fis {
  background-image: url(/assets/fonts/flags/1x1/ps-2d3b933513e38d605698138b82689086a12de8a9342ccf55f3d5e4a655c4f32f.svg);
}

.fi-pt {
  background-image: url(/assets/fonts/flags/4x3/pt-633fcd90ce1a225952f063853912032fecb8d3c5b7b869550ac46045a5123fa0.svg);
}
.fi-pt.fis {
  background-image: url(/assets/fonts/flags/1x1/pt-ab595d5efd6a3e75928474d7f976edbd7dbe63aea1f1216f017515301e59ed63.svg);
}

.fi-pw {
  background-image: url(/assets/fonts/flags/4x3/pw-7ef468b020740170b54862236f5d31139e1380d461ed583f31ead9039e4022f4.svg);
}
.fi-pw.fis {
  background-image: url(/assets/fonts/flags/1x1/pw-b4f30d0e6d61289b5371dff43c716bd499d8542cbcfb220dd2be5ecadefe03eb.svg);
}

.fi-py {
  background-image: url(/assets/fonts/flags/4x3/py-3877f92d2e6953ee6b019b0b77c9f5ac63876223a39d582d495c7608088ea482.svg);
}
.fi-py.fis {
  background-image: url(/assets/fonts/flags/1x1/py-fe93015d330803fae92983b9dfc9cf34419836889042d9df2247b97418fc28a7.svg);
}

.fi-qa {
  background-image: url(/assets/fonts/flags/4x3/qa-308a91743ab3848a4ca4dd29ba1eed2bb09458f82aded9f7acbedcc02df155ea.svg);
}
.fi-qa.fis {
  background-image: url(/assets/fonts/flags/1x1/qa-cbe18cf34e1ad019fd2fb3b70d67aae8a6186c3b1a5f70dd29a8b0aae92138f9.svg);
}

.fi-re {
  background-image: url(/assets/fonts/flags/4x3/re-9193458bbb3397e2c58713f0692bcde9706169e62ae1899471b1f6e57ec6cbf9.svg);
}
.fi-re.fis {
  background-image: url(/assets/fonts/flags/1x1/re-454197f190d5030d183e4695624aaec73d26246a3ef92c648352d1ab27c67b0e.svg);
}

.fi-ro {
  background-image: url(/assets/fonts/flags/4x3/ro-0956747efa4d23deb3fefe9bbdea021e97df45aa2b6b6f2c12e54a55d2fb85a7.svg);
}
.fi-ro.fis {
  background-image: url(/assets/fonts/flags/1x1/ro-23b11aeca7cac91ba0577a9e72b94282bd0620b344c8dd8d34479c44ee29aa86.svg);
}

.fi-rs {
  background-image: url(/assets/fonts/flags/4x3/rs-0a31addcd26a6667ef80739de2032c9c8270215ab4c3241636f18e4fd97ee6e8.svg);
}
.fi-rs.fis {
  background-image: url(/assets/fonts/flags/1x1/rs-3795d4f810e515d333add8e1b0680ac232da48e144d398df10ad1d2703c3513a.svg);
}

.fi-ru {
  background-image: url(/assets/fonts/flags/4x3/ru-fd69e6a48e47233ef8712bc1ac2664ccddac603979b5626756f06aa176eabce8.svg);
}
.fi-ru.fis {
  background-image: url(/assets/fonts/flags/1x1/ru-25cf3cb7df7d0035f46b5ff7a36f7ea87e4ac5ecb7e88bc8b0633d63f978d255.svg);
}

.fi-rw {
  background-image: url(/assets/fonts/flags/4x3/rw-e5dc4485cf127250eda6e4fdaac145f7c82d5cbea78308ebe2442d736ba19e47.svg);
}
.fi-rw.fis {
  background-image: url(/assets/fonts/flags/1x1/rw-280d4479ca84ab08b284b1dc98bb95c5ecf22b07bb6e5cdcba277a8ca4c4c7f6.svg);
}

.fi-sa {
  background-image: url(/assets/fonts/flags/4x3/sa-a73a3c1c68a5ac0e61b6f369b0adb5caefc347f86ebab247b0e62df9780b01f1.svg);
}
.fi-sa.fis {
  background-image: url(/assets/fonts/flags/1x1/sa-9d74866e41412a616278bf29c1e619f53c441a77e1030370c286ad14c82550a8.svg);
}

.fi-sb {
  background-image: url(/assets/fonts/flags/4x3/sb-e7e23676640b66e45f3c3d716e68bed2e366263111c3d028db18f68240a28497.svg);
}
.fi-sb.fis {
  background-image: url(/assets/fonts/flags/1x1/sb-559d856a3706a8308922f66c0ddb320bf375eeca3310007cad67fa955843a24e.svg);
}

.fi-sc {
  background-image: url(/assets/fonts/flags/4x3/sc-f0ab38686da9c21a4b937e76ef81cc0c881fcb761214fc45879b2c1f0fd19e06.svg);
}
.fi-sc.fis {
  background-image: url(/assets/fonts/flags/1x1/sc-e8f0f47ec6109b4c9af517c04fb95412098a3a5894fad9d7607c7c13dbdf6fe1.svg);
}

.fi-sd {
  background-image: url(/assets/fonts/flags/4x3/sd-9b6d7890ffd73efe02b2f6c5a02a5517f3cd21a3d393b38bbe8eabeb5f6dfed2.svg);
}
.fi-sd.fis {
  background-image: url(/assets/fonts/flags/1x1/sd-9adfadfa23db1b8b2b3a6bbaf70d2ae7257fe0696abed9664c0cd1b698036267.svg);
}

.fi-se {
  background-image: url(/assets/fonts/flags/4x3/se-924e041ca0766cdfbd6ff7c0c3544f99e7c39512adf6aeeff9bca7ebaf5b5eb8.svg);
}
.fi-se.fis {
  background-image: url(/assets/fonts/flags/1x1/se-66e88fa578c2393f3a6722b0cfb661c8577d46a34c8bbe4d3b3ccbcfdd8c2bc6.svg);
}

.fi-sg {
  background-image: url(/assets/fonts/flags/4x3/sg-cbd2223db33d88e094700ea9d95d70f09cb1eb589f54dbdb19de5972b8821d95.svg);
}
.fi-sg.fis {
  background-image: url(/assets/fonts/flags/1x1/sg-9a7c4fc31cd5d5fe5e8dc52e771484074ef5b40a9ccd33dec80e272bfe269c75.svg);
}

.fi-sh {
  background-image: url(/assets/fonts/flags/4x3/sh-e1e20b1ddd8ce27e94b7f032af8b78d53c7795ed7d0741d3ffb9047cae90ca50.svg);
}
.fi-sh.fis {
  background-image: url(/assets/fonts/flags/1x1/sh-2336e58af5b8568d571ec1beddd7fa630bcbe350507184e65bebff24154ef846.svg);
}

.fi-si {
  background-image: url(/assets/fonts/flags/4x3/si-4bbb5f2bd427abe7d2b941ffe3900071d55ba262bbff5cb49314b86df5eb6de9.svg);
}
.fi-si.fis {
  background-image: url(/assets/fonts/flags/1x1/si-3389b1fd4277c24cd8ea9b7b3b95c68116423ba147a1fe76bcff4cb3a0ecfcfe.svg);
}

.fi-sj {
  background-image: url(/assets/fonts/flags/4x3/sj-783f67f2d90c056a412f1496acd7bbba49432b8f069e8d2c0d4a6f2f6e1f07f6.svg);
}
.fi-sj.fis {
  background-image: url(/assets/fonts/flags/1x1/sj-e9facf1497df0ee7b43130e867d13c41ae5c1380341d9d71405180653d456246.svg);
}

.fi-sk {
  background-image: url(/assets/fonts/flags/4x3/sk-b0f8c6abb6c9dd154ce503ee84234b7f35a456e4fa4336791c1544156a314e29.svg);
}
.fi-sk.fis {
  background-image: url(/assets/fonts/flags/1x1/sk-3f3c96a828e131ae928fb484df2db955a195eb7e4439ce3045c00c3cf6ac1b9e.svg);
}

.fi-sl {
  background-image: url(/assets/fonts/flags/4x3/sl-b3d217cc06a27a82b303921ee7b88aad9639ffb9a53b82ba866a5698606cb2a5.svg);
}
.fi-sl.fis {
  background-image: url(/assets/fonts/flags/1x1/sl-e9681a8e651fd8b2319d29b38da0e0c4137ca294963ae226aaa0a735d51cd422.svg);
}

.fi-sm {
  background-image: url(/assets/fonts/flags/4x3/sm-6e5ce9b73a69b3178a0f02552fafbf558a43aed2e878a0788b6040ce9939b96b.svg);
}
.fi-sm.fis {
  background-image: url(/assets/fonts/flags/1x1/sm-d84312610af12a8490804308fa8a446f4653f603e017582db339cc25ccb0d57e.svg);
}

.fi-sn {
  background-image: url(/assets/fonts/flags/4x3/sn-c2f87dd0ab9739d4ea56183159ad6cc4b232f2f3343aa751e12ea24c98e50ae1.svg);
}
.fi-sn.fis {
  background-image: url(/assets/fonts/flags/1x1/sn-cc9e7c794617da522023dd66046197b1db14e447b9435b43a3eadc2ce98d07f0.svg);
}

.fi-so {
  background-image: url(/assets/fonts/flags/4x3/so-c66b539afa39e6d1b4b8b432fdb5fbfbb16f07d26977772fa4419a1fcf371d96.svg);
}
.fi-so.fis {
  background-image: url(/assets/fonts/flags/1x1/so-8200397ef451815bb0584300c07a27a637543bba01932982cd1db50d93e25a0a.svg);
}

.fi-sr {
  background-image: url(/assets/fonts/flags/4x3/sr-98bce4c729e9d7dd00c5fd3031049e56ce891f2081cffff6eb0286eef69f7469.svg);
}
.fi-sr.fis {
  background-image: url(/assets/fonts/flags/1x1/sr-f020e4c51f8e1303253515d4f99bbf8d791e790621978137a999e6b1714276a0.svg);
}

.fi-ss {
  background-image: url(/assets/fonts/flags/4x3/ss-cf98c5e095d67dc04ef3216a3737cfa43c85cb059d525dde8094b54cb5dff58d.svg);
}
.fi-ss.fis {
  background-image: url(/assets/fonts/flags/1x1/ss-e976e4d83f0f0edfbc43678b7e2d4e7bd82fc6d4d883de815ffff309b5df6ead.svg);
}

.fi-st {
  background-image: url(/assets/fonts/flags/4x3/st-e70db690bf11463c6ce9593292a69ca50b39440150e76f9add0329113cf4dc27.svg);
}
.fi-st.fis {
  background-image: url(/assets/fonts/flags/1x1/st-5e1071b682c148da8fa45db2b737654fbee560d81393653133adad28a0950e9b.svg);
}

.fi-sv {
  background-image: url(/assets/fonts/flags/4x3/sv-647940fe91688fa019cd499bbb8dcaedb8be95385a1f726633c49621a0236e74.svg);
}
.fi-sv.fis {
  background-image: url(/assets/fonts/flags/1x1/sv-7baa3cda8ef009a9d1e1c13338fc318a93310666c6c2c667b7d2e7d24e62844c.svg);
}

.fi-sx {
  background-image: url(/assets/fonts/flags/4x3/sx-33982705fa538678cad5943267f23af4df462509708f1cac26795a50165135cd.svg);
}
.fi-sx.fis {
  background-image: url(/assets/fonts/flags/1x1/sx-30270854c8899460168e3fe04c7eff66778738ae4df5563496e5af6385015b62.svg);
}

.fi-sy {
  background-image: url(/assets/fonts/flags/4x3/sy-894e1f8b70929b9e16b1ee46fcfc440094aca3e10a6759ae9ef367be5a97ddbf.svg);
}
.fi-sy.fis {
  background-image: url(/assets/fonts/flags/1x1/sy-91a4c4178b3532a5477f3ba52e05acbd0717ed08a22348464c2d4ea51605874d.svg);
}

.fi-sz {
  background-image: url(/assets/fonts/flags/4x3/sz-aa38db76c7221cd5547e9cafdf1aa6c51369fa5ce9b1b2578807bea6220ff322.svg);
}
.fi-sz.fis {
  background-image: url(/assets/fonts/flags/1x1/sz-5ae34213a418823b5b6a02650cda0c21530431e8d1c576162540bdb2766b0853.svg);
}

.fi-tc {
  background-image: url(/assets/fonts/flags/4x3/tc-b5358008bd27a5e75212b9e748e7061dfc35ac419105e397d3d1fdacc90a3f77.svg);
}
.fi-tc.fis {
  background-image: url(/assets/fonts/flags/1x1/tc-b72cfd04ec6992977287fff74972e8c4662dd739abc3546ae38a8fcdadbb77c9.svg);
}

.fi-td {
  background-image: url(/assets/fonts/flags/4x3/td-bba989bbc88eae9cec723e68e5b4323e3bcbbd62e685fa542fdf018a3ebe1cbe.svg);
}
.fi-td.fis {
  background-image: url(/assets/fonts/flags/1x1/td-49eb8a8b34abba707d7d854a46ea9d2c7103d66ec22d9d1fbea212c6dd11dc53.svg);
}

.fi-tf {
  background-image: url(/assets/fonts/flags/4x3/tf-8e828a054faf990e2f7155fafb6bae33f4087e227a49dd31825e52f505690b51.svg);
}
.fi-tf.fis {
  background-image: url(/assets/fonts/flags/1x1/tf-53a1f88742e7e92212ce3fcd376ed664b926400094293a133de4bc3ddfc2a3d9.svg);
}

.fi-tg {
  background-image: url(/assets/fonts/flags/4x3/tg-8f95cd53d83b24bea6e231293d7eb7f49521df351b9eda6e54cbe289faf7b663.svg);
}
.fi-tg.fis {
  background-image: url(/assets/fonts/flags/1x1/tg-da1b57c5040913e52e5be7e1e90ae12be6d6d1c452d43b94ef84bd4755ab239c.svg);
}

.fi-th {
  background-image: url(/assets/fonts/flags/4x3/th-ad13b66787c4acd416664aad77079e650dbade61ce77d8f64deaef62e6e80a1e.svg);
}
.fi-th.fis {
  background-image: url(/assets/fonts/flags/1x1/th-150aa7cbc0e1879e8f0d44963fc1db013b3f42394d8639b10a90c254f52ce457.svg);
}

.fi-tj {
  background-image: url(/assets/fonts/flags/4x3/tj-0b7e2f83de329ddac15b8d7e48f67a6a03587f6ebf58f6d64e90e405da724c15.svg);
}
.fi-tj.fis {
  background-image: url(/assets/fonts/flags/1x1/tj-0228faa21bfa2e67732af278cecc85d09e4ba3493b7cf49ae691f9f7bf594120.svg);
}

.fi-tk {
  background-image: url(/assets/fonts/flags/4x3/tk-04eae540582b7e9b4e252bcf61b9357336f0e44fe07c760b7a434e01e2b646ce.svg);
}
.fi-tk.fis {
  background-image: url(/assets/fonts/flags/1x1/tk-01cdb82a7c39f7bf56640f74b921aa05cfe5cd005772cf365d7a66412dbe0e1f.svg);
}

.fi-tl {
  background-image: url(/assets/fonts/flags/4x3/tl-682547fdff841104d2f619c30963a2e1acf483176d33b75952b83a4754854175.svg);
}
.fi-tl.fis {
  background-image: url(/assets/fonts/flags/1x1/tl-48bbab1ef6e063ffda3e68fef95ff7790d17fcb87954c4878ba6db59cc34cec1.svg);
}

.fi-tm {
  background-image: url(/assets/fonts/flags/4x3/tm-700892c1541e37a20c7f46be37c76699c2b4221e1c576ae2fa19f4edf90af5c7.svg);
}
.fi-tm.fis {
  background-image: url(/assets/fonts/flags/1x1/tm-0bd234809ca11b55d62dea1ce8ce4b8725d28a6825126009e45ba0bd6d7b83b9.svg);
}

.fi-tn {
  background-image: url(/assets/fonts/flags/4x3/tn-83f81c7c53959290be538c506c8525bac454ece650dbb18ddca84c48c9c329ff.svg);
}
.fi-tn.fis {
  background-image: url(/assets/fonts/flags/1x1/tn-9793884b1bf9b10fa4cfcfe8816670287d48679cc9e15a906893892cf62619a0.svg);
}

.fi-to {
  background-image: url(/assets/fonts/flags/4x3/to-166178f0e88bbf3d9733751ed8e05ed308d9c7546cb0392a46329fda9be7628c.svg);
}
.fi-to.fis {
  background-image: url(/assets/fonts/flags/1x1/to-bc8971e49834d1609cb11d4963f0f59edef7d22b58dd93ab4aa95644a5a48958.svg);
}

.fi-tr {
  background-image: url(/assets/fonts/flags/4x3/tr-d94ad8569e08dbbe44bddb1a7fd90a42a73cca77e3939f34ff44030235dc7fbc.svg);
}
.fi-tr.fis {
  background-image: url(/assets/fonts/flags/1x1/tr-e922912c77a616c1b99de25b392bf95b33bd3a0a3dc728c96c25874519f4c755.svg);
}

.fi-tt {
  background-image: url(/assets/fonts/flags/4x3/tt-0d5a4d4c23610813744854a29521778b141c4cdcb8164d30bfc7981c178e54e9.svg);
}
.fi-tt.fis {
  background-image: url(/assets/fonts/flags/1x1/tt-5c5569aed488dfee0eda1e01565b36eb94e090c43b5eee29127469a12da17b23.svg);
}

.fi-tv {
  background-image: url(/assets/fonts/flags/4x3/tv-a09af507b6c5ccd8999d8709aa6973ddaa23b8e51e0be562f6367407783542e4.svg);
}
.fi-tv.fis {
  background-image: url(/assets/fonts/flags/1x1/tv-2e5ed7e539dd7c80fef27337361433f423b46cb7f8b6ef621649543e0ece5667.svg);
}

.fi-tw {
  background-image: url(/assets/fonts/flags/4x3/tw-50f005c161ed5eeb5522919c2336ee7541cd019e25a980d526acc195b9e3b8aa.svg);
}
.fi-tw.fis {
  background-image: url(/assets/fonts/flags/1x1/tw-ff5b8b7435be74c7b081824d4cdfff1b4ab4088d4f50962ba0cf7c144490df56.svg);
}

.fi-tz {
  background-image: url(/assets/fonts/flags/4x3/tz-62b9c672fd030d3ff19412c2ae09d2d37ef8c5694bfdb99f34eb60ed8567cb0c.svg);
}
.fi-tz.fis {
  background-image: url(/assets/fonts/flags/1x1/tz-79284d690f1a5a93622887c5aa46398a2949ba10c76fb05716c74ddfe5436cba.svg);
}

.fi-ua {
  background-image: url(/assets/fonts/flags/4x3/ua-947a53289b21b5110de4df5a2e77ea64be27af896a5ac1e1bcd3d009941277fa.svg);
}
.fi-ua.fis {
  background-image: url(/assets/fonts/flags/1x1/ua-be5d99b3f36e23f9c4e6ad0155e51808a75a690cb78c60b8d9cef40140881be0.svg);
}

.fi-ug {
  background-image: url(/assets/fonts/flags/4x3/ug-dec05c1ae69e9f7613d0278cf2d9e1ad0e4e59f10c3f2772c282f1de611d7bec.svg);
}
.fi-ug.fis {
  background-image: url(/assets/fonts/flags/1x1/ug-ff0c3d926d66d244875a2af6b52e41d6a08ca5cb8277bc6a9c042052a701a602.svg);
}

.fi-um {
  background-image: url(/assets/fonts/flags/4x3/um-aa7704aa7381eb8914c33cb5355b3b00e29f3dcb5fee63db9afe8ba0b261d954.svg);
}
.fi-um.fis {
  background-image: url(/assets/fonts/flags/1x1/um-8a93cecbb1fdb881c33a89dd54bc13ed403199032fedcf2e6a2ef42e82658d78.svg);
}

.fi-us {
  background-image: url(/assets/fonts/flags/4x3/us-72e38cad7281dfcc2865f1fb8521978958bc4868ff3b492f524b3c9347876cff.svg);
}
.fi-us.fis {
  background-image: url(/assets/fonts/flags/1x1/us-935fbc117e2ccf037b67a4e1d1296f3b45e7fb18960090af375f9acf2ed13049.svg);
}

.fi-uy {
  background-image: url(/assets/fonts/flags/4x3/uy-6f99132e6cea3742c33a22a059d8ef3d6f10698f44c6d0082a842167b2a0db4c.svg);
}
.fi-uy.fis {
  background-image: url(/assets/fonts/flags/1x1/uy-889f93bd0a7ee610ec020166c0c8f46674c8227cf0c1c9e498e48cf210fbfc34.svg);
}

.fi-uz {
  background-image: url(/assets/fonts/flags/4x3/uz-fd8a0d4589b847dea7b604dd8ca8c562ba5ee956bc954a783eac1633dd8d454e.svg);
}
.fi-uz.fis {
  background-image: url(/assets/fonts/flags/1x1/uz-d43406ffeb11120de504588d7dabee7133bd487271f9997a12b08880d9892f37.svg);
}

.fi-va {
  background-image: url(/assets/fonts/flags/4x3/va-fefa0fc1f53424789347d796d033a69ecc8dc980144df0f7437fb1f84379ba28.svg);
}
.fi-va.fis {
  background-image: url(/assets/fonts/flags/1x1/va-c0e484861b461f48feb4a159baca477385aca6e8a4f1dafb2f08d493b1597ba6.svg);
}

.fi-vc {
  background-image: url(/assets/fonts/flags/4x3/vc-51d6921f7b663adc606eef71f7533bb0e2c04f3b75674feba657ce53987e24a9.svg);
}
.fi-vc.fis {
  background-image: url(/assets/fonts/flags/1x1/vc-f5a498976d946658e8f81c212d2fd72ab72de185bc19cf4d1f5c6401e7816094.svg);
}

.fi-ve {
  background-image: url(/assets/fonts/flags/4x3/ve-a444d0bdebcb6337090841aaab439add6de327a9dfdf9fd327a399c6a0214d20.svg);
}
.fi-ve.fis {
  background-image: url(/assets/fonts/flags/1x1/ve-9f8e2a2f3a418e6eb471b12367c2268f046baf6e78bd1dbd089a043b71ad35ff.svg);
}

.fi-vg {
  background-image: url(/assets/fonts/flags/4x3/vg-1a2430c7935b7cd6104be3f82c73e28d3c4f1f5d8a53871f10a6e4b44222b5c1.svg);
}
.fi-vg.fis {
  background-image: url(/assets/fonts/flags/1x1/vg-7c944056b399f469505e372698e37bdf78d830ecdd826ee0dc165ef9afce7e0c.svg);
}

.fi-vi {
  background-image: url(/assets/fonts/flags/4x3/vi-a96789e8cae0906688d96e01fe2b8be85e988eb366a376ffdc1e8c4c8e9344f5.svg);
}
.fi-vi.fis {
  background-image: url(/assets/fonts/flags/1x1/vi-75546f8c0e922faffc330e0d991caf1097be95543de469d36e65d76274e22d4d.svg);
}

.fi-vn {
  background-image: url(/assets/fonts/flags/4x3/vn-7b358ce6029e39ce59c898af45bd771872ca7c96cffc49c45d0709df04d8dd55.svg);
}
.fi-vn.fis {
  background-image: url(/assets/fonts/flags/1x1/vn-932888c8344621c83a164da66a755221fbc3b394d64beaab3bdd41965022d80b.svg);
}

.fi-vu {
  background-image: url(/assets/fonts/flags/4x3/vu-4c64ea11e40a16c0d84dd81f8c2eb5cc750797d92b8115e99af8db3eb3401720.svg);
}
.fi-vu.fis {
  background-image: url(/assets/fonts/flags/1x1/vu-81db70a877b0b88a2e9ff185a45215db3dc6047864cce10d379d9a3e9f24fb9d.svg);
}

.fi-wf {
  background-image: url(/assets/fonts/flags/4x3/wf-7043f9ab30b4c76e5a6bb908558425087a6e459145e2734330e0c1a094312805.svg);
}
.fi-wf.fis {
  background-image: url(/assets/fonts/flags/1x1/wf-0c41e92c9a3763033032fc32ecb635fbd50bfb92ec979a202ab03e30b53b54f4.svg);
}

.fi-ws {
  background-image: url(/assets/fonts/flags/4x3/ws-d643a8c3510b7040fad7b24b8e34554027c13a989690489443c9cc7f7798eb6b.svg);
}
.fi-ws.fis {
  background-image: url(/assets/fonts/flags/1x1/ws-63b609d41d6ad29cda93aad16d61f96f7b59265fa841c9ffc8433214a28e20eb.svg);
}

.fi-ye {
  background-image: url(/assets/fonts/flags/4x3/ye-c6566e554526648455919c53e973a9305eb83f7cd561769687a6e770142e61fe.svg);
}
.fi-ye.fis {
  background-image: url(/assets/fonts/flags/1x1/ye-28c74b72d2e725aa0d913229a0a46170e7d9ab87a63b1a602903e3af91fa0cfd.svg);
}

.fi-yt {
  background-image: url(/assets/fonts/flags/4x3/yt-3cf8e55084653e507584e9fe4bd02a4686424ea575c9c922962c055d29de1cf8.svg);
}
.fi-yt.fis {
  background-image: url(/assets/fonts/flags/1x1/yt-2024a194a17420cbc299e57352819eb3c59fa7ff485352e44a8901db47f77f11.svg);
}

.fi-za {
  background-image: url(/assets/fonts/flags/4x3/za-26e66badc99e82396bde684b10ba5f254b5f2cf0de0c145ab2f4f722f00161b3.svg);
}
.fi-za.fis {
  background-image: url(/assets/fonts/flags/1x1/za-9310c8e15248454f7f81245795130cfa924c0c022017ab45b7c59adba0c9e26a.svg);
}

.fi-zm {
  background-image: url(/assets/fonts/flags/4x3/zm-2b421e3fa9ff3ca7f3d700500233d6c2c4d09da6b25afa123bc46d949478a1da.svg);
}
.fi-zm.fis {
  background-image: url(/assets/fonts/flags/1x1/zm-2ec01da415f6cf293149176ccf305fe6ff1113a3feb13fb31ab94479417f7ff5.svg);
}

.fi-zw {
  background-image: url(/assets/fonts/flags/4x3/zw-c0f5c96d600364fad53095be0940db859f26ef372c2c94b84e2496a3e0c06205.svg);
}
.fi-zw.fis {
  background-image: url(/assets/fonts/flags/1x1/zw-065f87b4dc872d13d7504de8f943c5e873af684660cac0fbd66ed3382727fe96.svg);
}

.fi-arab {
  background-image: url(/assets/fonts/flags/4x3/arab-f429f3c797feafa59f707bc67935a3ab2ee7ca8d8e197e7fe86acf7642386d92.svg);
}
.fi-arab.fis {
  background-image: url(/assets/fonts/flags/1x1/arab-7f2aca63c498d33c3956478862917ed9527d3ca1c62bef4969c56a76aff2481b.svg);
}

.fi-cefta {
  background-image: url(/assets/fonts/flags/4x3/cefta-867364d869861df61b2b0a394b366bc8a4761947cccef8e9624bac12ff95ff3b.svg);
}
.fi-cefta.fis {
  background-image: url(/assets/fonts/flags/1x1/cefta-25b9bd8036ee597fa69b212db79371b035e17e8108cd30721b18c26399f3eda5.svg);
}

.fi-cp {
  background-image: url(/assets/fonts/flags/4x3/cp-8ed73f01367c627cb5a37beb019c02042187826744e89d3905c7f6f4588e5729.svg);
}
.fi-cp.fis {
  background-image: url(/assets/fonts/flags/1x1/cp-10d734229f69fc76b6b600eb05d445144f45fb340b28fdd3f77c96eeef477da6.svg);
}

.fi-dg {
  background-image: url(/assets/fonts/flags/4x3/dg-fcf8fd81b8527a2f3230bb2445b13a02f9e5cbe72d32dc28680f7c5c9f603681.svg);
}
.fi-dg.fis {
  background-image: url(/assets/fonts/flags/1x1/dg-6b9d71d44738d7083ae2b558c8b2e51fb5dca006ca73ded50f7b537c35b1f48f.svg);
}

.fi-eac {
  background-image: url(/assets/fonts/flags/4x3/eac-a14778a5e966d43596d8298ed7f92e7a5a6c10c6b7016211f550e0778e9d1c99.svg);
}
.fi-eac.fis {
  background-image: url(/assets/fonts/flags/1x1/eac-ef1e17c78f3fa7618380d0229ea4787b355a2208f6f9fe4f4a11d09962e61f5e.svg);
}

.fi-es-ct {
  background-image: url(/assets/fonts/flags/4x3/es-ct-240591c9cc3764f6f920bfde31d3ffac444aa244e93dfccbca9c986463a85d4f.svg);
}
.fi-es-ct.fis {
  background-image: url(/assets/fonts/flags/1x1/es-ct-d3900a66331a7a75a4b17d702a737020f3652abfac507b2495c0903c947b3c28.svg);
}

.fi-es-ga {
  background-image: url(/assets/fonts/flags/4x3/es-ga-b6f51f5c82038c5f68fd81cc442716e379143fca9f5a66d8d7c0580f5ba924e3.svg);
}
.fi-es-ga.fis {
  background-image: url(/assets/fonts/flags/1x1/es-ga-34904696e5e9723900121a7b8c5206a4c88e7026cd7bc61abdb9ee50b41343d6.svg);
}

.fi-es-pv {
  background-image: url(/assets/fonts/flags/4x3/es-pv-54e79a21b278a6e9d661cd803922618465b1db07b1d14f825760aa3d8d9c624b.svg);
}
.fi-es-pv.fis {
  background-image: url(/assets/fonts/flags/1x1/es-pv-05f785b318666dc0fa2b7f2eb6f5b1aff413cb4be3282bc4113f5dc4f11c2ce8.svg);
}

.fi-eu {
  background-image: url(/assets/fonts/flags/4x3/eu-e739e56b709ddfcb5a39a2a31cdd34369511c9e09679c64a092d36400fa4ecf4.svg);
}
.fi-eu.fis {
  background-image: url(/assets/fonts/flags/1x1/eu-ac1124dfb8a4a82aecb48b9b8b6bfc02f05443a67c10c868e2a7c0baf0039ebc.svg);
}

.fi-gb-eng {
  background-image: url(/assets/fonts/flags/4x3/gb-eng-e8c55e220a05fb89ed59b58a9913c3bb8d662f15b4f2bf728378e11ae2a4c2d1.svg);
}
.fi-gb-eng.fis {
  background-image: url(/assets/fonts/flags/1x1/gb-eng-85eb4d382714b52737f191fa1d8306dacc370ecece0f5ce7cce8d6b7595fff85.svg);
}

.fi-gb-nir {
  background-image: url(/assets/fonts/flags/4x3/gb-nir-029e23b8012ff376ee01bf58c9a3b6736f4decaa037ec189056e60bf3d5cb72a.svg);
}
.fi-gb-nir.fis {
  background-image: url(/assets/fonts/flags/1x1/gb-nir-2356d1c5ca5d9d50e25cad398907862e13e6aed1fbf7332e1d5d8264bdbbd149.svg);
}

.fi-gb-sct {
  background-image: url(/assets/fonts/flags/4x3/gb-sct-31406cb90ac44078859182cfd50cfbc0a963dc5735b77e44af1c60f2e868540f.svg);
}
.fi-gb-sct.fis {
  background-image: url(/assets/fonts/flags/1x1/gb-sct-3bcd72df9cd42df0763dd2231db0231d648ef06fd73cb34ddf46c6ae1a82ec60.svg);
}

.fi-gb-wls {
  background-image: url(/assets/fonts/flags/4x3/gb-wls-0ac81c3a28266dc2d5d71f9e2e8461f6f248232606a6f19e7884240a5349469e.svg);
}
.fi-gb-wls.fis {
  background-image: url(/assets/fonts/flags/1x1/gb-wls-0d9db3c3ab757e08a59b0a9d11f7885fd09107cda8bef9d9ab5599216af0dd80.svg);
}

.fi-ic {
  background-image: url(/assets/fonts/flags/4x3/ic-f7683ea8b5857e57394b071ee9577534c96990467212e5aa8e1d269b69eb6b09.svg);
}
.fi-ic.fis {
  background-image: url(/assets/fonts/flags/1x1/ic-4275bee55980f50c61961237426c605e5a9a8a236d374995845b2333a8466c35.svg);
}

.fi-pc {
  background-image: url(/assets/fonts/flags/4x3/pc-f0e4cdd322e96606827c97ff0062bdf7b7c82455df05d4c2c437880fa31f5e3d.svg);
}
.fi-pc.fis {
  background-image: url(/assets/fonts/flags/1x1/pc-dde89c63b96feaba4493c12b002cac316b9a39667845f0fd165b7e576331ade8.svg);
}

.fi-sh-ac {
  background-image: url(/assets/fonts/flags/4x3/sh-ac-63e9a6923b3a52ed5a1688c3eab252950fb8465e812acf9cc1e277c6d01a9679.svg);
}
.fi-sh-ac.fis {
  background-image: url(/assets/fonts/flags/1x1/sh-ac-5477a5146aa9632d1dd6c7de39b3905dd375c8eeb3a849f94ba28004ff3fb98a.svg);
}

.fi-sh-hl {
  background-image: url(/assets/fonts/flags/4x3/sh-hl-7d677452321a5d4ce6f2e941a42f8f06513a145fb9fa4e6641d54650113399dc.svg);
}
.fi-sh-hl.fis {
  background-image: url(/assets/fonts/flags/1x1/sh-hl-3b2aa6f6016e4892997765325fc65c559b82f9ec4ed3b43e13c9a5953a46237e.svg);
}

.fi-sh-ta {
  background-image: url(/assets/fonts/flags/4x3/sh-ta-ce31fceeae8f6e9ed0c4d133143008cc10b9b4e2fe9508a2987e035f5fc7eae7.svg);
}
.fi-sh-ta.fis {
  background-image: url(/assets/fonts/flags/1x1/sh-ta-d58242972a3eb1e9f1a4ea16cff30591358dc57250b93006fec3cf0ec8cb69e0.svg);
}

.fi-un {
  background-image: url(/assets/fonts/flags/4x3/un-9016ed96105bc1a22294d2ab6373ce2ed2a3179356515726941f99ba6056355b.svg);
}
.fi-un.fis {
  background-image: url(/assets/fonts/flags/1x1/un-38be86f1933a78781ae73e0d23461380e84c947e34d9bce4e046bab0550d1625.svg);
}

.fi-xk {
  background-image: url(/assets/fonts/flags/4x3/xk-471c7ed35e1c1b5b453f68a3ca27c767b454f7dbe4d40f13f9714da277bfd7cf.svg);
}
.fi-xk.fis {
  background-image: url(/assets/fonts/flags/1x1/xk-baf8f24260ad8d76e81a27185169436a62251ef54a3f9a97d6db32b39b698b0c.svg);
}

.fi {
  vertical-align: middle;
}
/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
  font-family: "Font Awesome 6 Free";
}

.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands";
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, none));
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-0::before {
  content: "\30 ";
}

.fa-1::before {
  content: "\31 ";
}

.fa-2::before {
  content: "\32 ";
}

.fa-3::before {
  content: "\33 ";
}

.fa-4::before {
  content: "\34 ";
}

.fa-5::before {
  content: "\35 ";
}

.fa-6::before {
  content: "\36 ";
}

.fa-7::before {
  content: "\37 ";
}

.fa-8::before {
  content: "\38 ";
}

.fa-9::before {
  content: "\39 ";
}

.fa-fill-drip::before {
  content: "\f576";
}

.fa-arrows-to-circle::before {
  content: "\e4bd";
}

.fa-circle-chevron-right::before {
  content: "\f138";
}

.fa-chevron-circle-right::before {
  content: "\f138";
}

.fa-at::before {
  content: "\@";
}

.fa-trash-can::before {
  content: "\f2ed";
}

.fa-trash-alt::before {
  content: "\f2ed";
}

.fa-text-height::before {
  content: "\f034";
}

.fa-user-xmark::before {
  content: "\f235";
}

.fa-user-times::before {
  content: "\f235";
}

.fa-stethoscope::before {
  content: "\f0f1";
}

.fa-message::before {
  content: "\f27a";
}

.fa-comment-alt::before {
  content: "\f27a";
}

.fa-info::before {
  content: "\f129";
}

.fa-down-left-and-up-right-to-center::before {
  content: "\f422";
}

.fa-compress-alt::before {
  content: "\f422";
}

.fa-explosion::before {
  content: "\e4e9";
}

.fa-file-lines::before {
  content: "\f15c";
}

.fa-file-alt::before {
  content: "\f15c";
}

.fa-file-text::before {
  content: "\f15c";
}

.fa-wave-square::before {
  content: "\f83e";
}

.fa-ring::before {
  content: "\f70b";
}

.fa-building-un::before {
  content: "\e4d9";
}

.fa-dice-three::before {
  content: "\f527";
}

.fa-calendar-days::before {
  content: "\f073";
}

.fa-calendar-alt::before {
  content: "\f073";
}

.fa-anchor-circle-check::before {
  content: "\e4aa";
}

.fa-building-circle-arrow-right::before {
  content: "\e4d1";
}

.fa-volleyball::before {
  content: "\f45f";
}

.fa-volleyball-ball::before {
  content: "\f45f";
}

.fa-arrows-up-to-line::before {
  content: "\e4c2";
}

.fa-sort-down::before {
  content: "\f0dd";
}

.fa-sort-desc::before {
  content: "\f0dd";
}

.fa-circle-minus::before {
  content: "\f056";
}

.fa-minus-circle::before {
  content: "\f056";
}

.fa-door-open::before {
  content: "\f52b";
}

.fa-right-from-bracket::before {
  content: "\f2f5";
}

.fa-sign-out-alt::before {
  content: "\f2f5";
}

.fa-atom::before {
  content: "\f5d2";
}

.fa-soap::before {
  content: "\e06e";
}

.fa-icons::before {
  content: "\f86d";
}

.fa-heart-music-camera-bolt::before {
  content: "\f86d";
}

.fa-microphone-lines-slash::before {
  content: "\f539";
}

.fa-microphone-alt-slash::before {
  content: "\f539";
}

.fa-bridge-circle-check::before {
  content: "\e4c9";
}

.fa-pump-medical::before {
  content: "\e06a";
}

.fa-fingerprint::before {
  content: "\f577";
}

.fa-hand-point-right::before {
  content: "\f0a4";
}

.fa-magnifying-glass-location::before {
  content: "\f689";
}

.fa-search-location::before {
  content: "\f689";
}

.fa-forward-step::before {
  content: "\f051";
}

.fa-step-forward::before {
  content: "\f051";
}

.fa-face-smile-beam::before {
  content: "\f5b8";
}

.fa-smile-beam::before {
  content: "\f5b8";
}

.fa-flag-checkered::before {
  content: "\f11e";
}

.fa-football::before {
  content: "\f44e";
}

.fa-football-ball::before {
  content: "\f44e";
}

.fa-school-circle-exclamation::before {
  content: "\e56c";
}

.fa-crop::before {
  content: "\f125";
}

.fa-angles-down::before {
  content: "\f103";
}

.fa-angle-double-down::before {
  content: "\f103";
}

.fa-users-rectangle::before {
  content: "\e594";
}

.fa-people-roof::before {
  content: "\e537";
}

.fa-people-line::before {
  content: "\e534";
}

.fa-beer-mug-empty::before {
  content: "\f0fc";
}

.fa-beer::before {
  content: "\f0fc";
}

.fa-diagram-predecessor::before {
  content: "\e477";
}

.fa-arrow-up-long::before {
  content: "\f176";
}

.fa-long-arrow-up::before {
  content: "\f176";
}

.fa-fire-flame-simple::before {
  content: "\f46a";
}

.fa-burn::before {
  content: "\f46a";
}

.fa-person::before {
  content: "\f183";
}

.fa-male::before {
  content: "\f183";
}

.fa-laptop::before {
  content: "\f109";
}

.fa-file-csv::before {
  content: "\f6dd";
}

.fa-menorah::before {
  content: "\f676";
}

.fa-truck-plane::before {
  content: "\e58f";
}

.fa-record-vinyl::before {
  content: "\f8d9";
}

.fa-face-grin-stars::before {
  content: "\f587";
}

.fa-grin-stars::before {
  content: "\f587";
}

.fa-bong::before {
  content: "\f55c";
}

.fa-spaghetti-monster-flying::before {
  content: "\f67b";
}

.fa-pastafarianism::before {
  content: "\f67b";
}

.fa-arrow-down-up-across-line::before {
  content: "\e4af";
}

.fa-spoon::before {
  content: "\f2e5";
}

.fa-utensil-spoon::before {
  content: "\f2e5";
}

.fa-jar-wheat::before {
  content: "\e517";
}

.fa-envelopes-bulk::before {
  content: "\f674";
}

.fa-mail-bulk::before {
  content: "\f674";
}

.fa-file-circle-exclamation::before {
  content: "\e4eb";
}

.fa-circle-h::before {
  content: "\f47e";
}

.fa-hospital-symbol::before {
  content: "\f47e";
}

.fa-pager::before {
  content: "\f815";
}

.fa-address-book::before {
  content: "\f2b9";
}

.fa-contact-book::before {
  content: "\f2b9";
}

.fa-strikethrough::before {
  content: "\f0cc";
}

.fa-k::before {
  content: "K";
}

.fa-landmark-flag::before {
  content: "\e51c";
}

.fa-pencil::before {
  content: "\f303";
}

.fa-pencil-alt::before {
  content: "\f303";
}

.fa-backward::before {
  content: "\f04a";
}

.fa-caret-right::before {
  content: "\f0da";
}

.fa-comments::before {
  content: "\f086";
}

.fa-paste::before {
  content: "\f0ea";
}

.fa-file-clipboard::before {
  content: "\f0ea";
}

.fa-code-pull-request::before {
  content: "\e13c";
}

.fa-clipboard-list::before {
  content: "\f46d";
}

.fa-truck-ramp-box::before {
  content: "\f4de";
}

.fa-truck-loading::before {
  content: "\f4de";
}

.fa-user-check::before {
  content: "\f4fc";
}

.fa-vial-virus::before {
  content: "\e597";
}

.fa-sheet-plastic::before {
  content: "\e571";
}

.fa-blog::before {
  content: "\f781";
}

.fa-user-ninja::before {
  content: "\f504";
}

.fa-person-arrow-up-from-line::before {
  content: "\e539";
}

.fa-scroll-torah::before {
  content: "\f6a0";
}

.fa-torah::before {
  content: "\f6a0";
}

.fa-broom-ball::before {
  content: "\f458";
}

.fa-quidditch::before {
  content: "\f458";
}

.fa-quidditch-broom-ball::before {
  content: "\f458";
}

.fa-toggle-off::before {
  content: "\f204";
}

.fa-box-archive::before {
  content: "\f187";
}

.fa-archive::before {
  content: "\f187";
}

.fa-person-drowning::before {
  content: "\e545";
}

.fa-arrow-down-9-1::before {
  content: "\f886";
}

.fa-sort-numeric-desc::before {
  content: "\f886";
}

.fa-sort-numeric-down-alt::before {
  content: "\f886";
}

.fa-face-grin-tongue-squint::before {
  content: "\f58a";
}

.fa-grin-tongue-squint::before {
  content: "\f58a";
}

.fa-spray-can::before {
  content: "\f5bd";
}

.fa-truck-monster::before {
  content: "\f63b";
}

.fa-w::before {
  content: "W";
}

.fa-earth-africa::before {
  content: "\f57c";
}

.fa-globe-africa::before {
  content: "\f57c";
}

.fa-rainbow::before {
  content: "\f75b";
}

.fa-circle-notch::before {
  content: "\f1ce";
}

.fa-tablet-screen-button::before {
  content: "\f3fa";
}

.fa-tablet-alt::before {
  content: "\f3fa";
}

.fa-paw::before {
  content: "\f1b0";
}

.fa-cloud::before {
  content: "\f0c2";
}

.fa-trowel-bricks::before {
  content: "\e58a";
}

.fa-face-flushed::before {
  content: "\f579";
}

.fa-flushed::before {
  content: "\f579";
}

.fa-hospital-user::before {
  content: "\f80d";
}

.fa-tent-arrow-left-right::before {
  content: "\e57f";
}

.fa-gavel::before {
  content: "\f0e3";
}

.fa-legal::before {
  content: "\f0e3";
}

.fa-binoculars::before {
  content: "\f1e5";
}

.fa-microphone-slash::before {
  content: "\f131";
}

.fa-box-tissue::before {
  content: "\e05b";
}

.fa-motorcycle::before {
  content: "\f21c";
}

.fa-bell-concierge::before {
  content: "\f562";
}

.fa-concierge-bell::before {
  content: "\f562";
}

.fa-pen-ruler::before {
  content: "\f5ae";
}

.fa-pencil-ruler::before {
  content: "\f5ae";
}

.fa-people-arrows::before {
  content: "\e068";
}

.fa-people-arrows-left-right::before {
  content: "\e068";
}

.fa-mars-and-venus-burst::before {
  content: "\e523";
}

.fa-square-caret-right::before {
  content: "\f152";
}

.fa-caret-square-right::before {
  content: "\f152";
}

.fa-scissors::before {
  content: "\f0c4";
}

.fa-cut::before {
  content: "\f0c4";
}

.fa-sun-plant-wilt::before {
  content: "\e57a";
}

.fa-toilets-portable::before {
  content: "\e584";
}

.fa-hockey-puck::before {
  content: "\f453";
}

.fa-table::before {
  content: "\f0ce";
}

.fa-magnifying-glass-arrow-right::before {
  content: "\e521";
}

.fa-tachograph-digital::before {
  content: "\f566";
}

.fa-digital-tachograph::before {
  content: "\f566";
}

.fa-users-slash::before {
  content: "\e073";
}

.fa-clover::before {
  content: "\e139";
}

.fa-reply::before {
  content: "\f3e5";
}

.fa-mail-reply::before {
  content: "\f3e5";
}

.fa-star-and-crescent::before {
  content: "\f699";
}

.fa-house-fire::before {
  content: "\e50c";
}

.fa-square-minus::before {
  content: "\f146";
}

.fa-minus-square::before {
  content: "\f146";
}

.fa-helicopter::before {
  content: "\f533";
}

.fa-compass::before {
  content: "\f14e";
}

.fa-square-caret-down::before {
  content: "\f150";
}

.fa-caret-square-down::before {
  content: "\f150";
}

.fa-file-circle-question::before {
  content: "\e4ef";
}

.fa-laptop-code::before {
  content: "\f5fc";
}

.fa-swatchbook::before {
  content: "\f5c3";
}

.fa-prescription-bottle::before {
  content: "\f485";
}

.fa-bars::before {
  content: "\f0c9";
}

.fa-navicon::before {
  content: "\f0c9";
}

.fa-people-group::before {
  content: "\e533";
}

.fa-hourglass-end::before {
  content: "\f253";
}

.fa-hourglass-3::before {
  content: "\f253";
}

.fa-heart-crack::before {
  content: "\f7a9";
}

.fa-heart-broken::before {
  content: "\f7a9";
}

.fa-square-up-right::before {
  content: "\f360";
}

.fa-external-link-square-alt::before {
  content: "\f360";
}

.fa-face-kiss-beam::before {
  content: "\f597";
}

.fa-kiss-beam::before {
  content: "\f597";
}

.fa-film::before {
  content: "\f008";
}

.fa-ruler-horizontal::before {
  content: "\f547";
}

.fa-people-robbery::before {
  content: "\e536";
}

.fa-lightbulb::before {
  content: "\f0eb";
}

.fa-caret-left::before {
  content: "\f0d9";
}

.fa-circle-exclamation::before {
  content: "\f06a";
}

.fa-exclamation-circle::before {
  content: "\f06a";
}

.fa-school-circle-xmark::before {
  content: "\e56d";
}

.fa-arrow-right-from-bracket::before {
  content: "\f08b";
}

.fa-sign-out::before {
  content: "\f08b";
}

.fa-circle-chevron-down::before {
  content: "\f13a";
}

.fa-chevron-circle-down::before {
  content: "\f13a";
}

.fa-unlock-keyhole::before {
  content: "\f13e";
}

.fa-unlock-alt::before {
  content: "\f13e";
}

.fa-cloud-showers-heavy::before {
  content: "\f740";
}

.fa-headphones-simple::before {
  content: "\f58f";
}

.fa-headphones-alt::before {
  content: "\f58f";
}

.fa-sitemap::before {
  content: "\f0e8";
}

.fa-circle-dollar-to-slot::before {
  content: "\f4b9";
}

.fa-donate::before {
  content: "\f4b9";
}

.fa-memory::before {
  content: "\f538";
}

.fa-road-spikes::before {
  content: "\e568";
}

.fa-fire-burner::before {
  content: "\e4f1";
}

.fa-flag::before {
  content: "\f024";
}

.fa-hanukiah::before {
  content: "\f6e6";
}

.fa-feather::before {
  content: "\f52d";
}

.fa-volume-low::before {
  content: "\f027";
}

.fa-volume-down::before {
  content: "\f027";
}

.fa-comment-slash::before {
  content: "\f4b3";
}

.fa-cloud-sun-rain::before {
  content: "\f743";
}

.fa-compress::before {
  content: "\f066";
}

.fa-wheat-awn::before {
  content: "\e2cd";
}

.fa-wheat-alt::before {
  content: "\e2cd";
}

.fa-ankh::before {
  content: "\f644";
}

.fa-hands-holding-child::before {
  content: "\e4fa";
}

.fa-asterisk::before {
  content: "\*";
}

.fa-square-check::before {
  content: "\f14a";
}

.fa-check-square::before {
  content: "\f14a";
}

.fa-peseta-sign::before {
  content: "\e221";
}

.fa-heading::before {
  content: "\f1dc";
}

.fa-header::before {
  content: "\f1dc";
}

.fa-ghost::before {
  content: "\f6e2";
}

.fa-list::before {
  content: "\f03a";
}

.fa-list-squares::before {
  content: "\f03a";
}

.fa-square-phone-flip::before {
  content: "\f87b";
}

.fa-phone-square-alt::before {
  content: "\f87b";
}

.fa-cart-plus::before {
  content: "\f217";
}

.fa-gamepad::before {
  content: "\f11b";
}

.fa-circle-dot::before {
  content: "\f192";
}

.fa-dot-circle::before {
  content: "\f192";
}

.fa-face-dizzy::before {
  content: "\f567";
}

.fa-dizzy::before {
  content: "\f567";
}

.fa-egg::before {
  content: "\f7fb";
}

.fa-house-medical-circle-xmark::before {
  content: "\e513";
}

.fa-campground::before {
  content: "\f6bb";
}

.fa-folder-plus::before {
  content: "\f65e";
}

.fa-futbol::before {
  content: "\f1e3";
}

.fa-futbol-ball::before {
  content: "\f1e3";
}

.fa-soccer-ball::before {
  content: "\f1e3";
}

.fa-paintbrush::before {
  content: "\f1fc";
}

.fa-paint-brush::before {
  content: "\f1fc";
}

.fa-lock::before {
  content: "\f023";
}

.fa-gas-pump::before {
  content: "\f52f";
}

.fa-hot-tub-person::before {
  content: "\f593";
}

.fa-hot-tub::before {
  content: "\f593";
}

.fa-map-location::before {
  content: "\f59f";
}

.fa-map-marked::before {
  content: "\f59f";
}

.fa-house-flood-water::before {
  content: "\e50e";
}

.fa-tree::before {
  content: "\f1bb";
}

.fa-bridge-lock::before {
  content: "\e4cc";
}

.fa-sack-dollar::before {
  content: "\f81d";
}

.fa-pen-to-square::before {
  content: "\f044";
}

.fa-edit::before {
  content: "\f044";
}

.fa-car-side::before {
  content: "\f5e4";
}

.fa-share-nodes::before {
  content: "\f1e0";
}

.fa-share-alt::before {
  content: "\f1e0";
}

.fa-heart-circle-minus::before {
  content: "\e4ff";
}

.fa-hourglass-half::before {
  content: "\f252";
}

.fa-hourglass-2::before {
  content: "\f252";
}

.fa-microscope::before {
  content: "\f610";
}

.fa-sink::before {
  content: "\e06d";
}

.fa-bag-shopping::before {
  content: "\f290";
}

.fa-shopping-bag::before {
  content: "\f290";
}

.fa-arrow-down-z-a::before {
  content: "\f881";
}

.fa-sort-alpha-desc::before {
  content: "\f881";
}

.fa-sort-alpha-down-alt::before {
  content: "\f881";
}

.fa-mitten::before {
  content: "\f7b5";
}

.fa-person-rays::before {
  content: "\e54d";
}

.fa-users::before {
  content: "\f0c0";
}

.fa-eye-slash::before {
  content: "\f070";
}

.fa-flask-vial::before {
  content: "\e4f3";
}

.fa-hand::before {
  content: "\f256";
}

.fa-hand-paper::before {
  content: "\f256";
}

.fa-om::before {
  content: "\f679";
}

.fa-worm::before {
  content: "\e599";
}

.fa-house-circle-xmark::before {
  content: "\e50b";
}

.fa-plug::before {
  content: "\f1e6";
}

.fa-chevron-up::before {
  content: "\f077";
}

.fa-hand-spock::before {
  content: "\f259";
}

.fa-stopwatch::before {
  content: "\f2f2";
}

.fa-face-kiss::before {
  content: "\f596";
}

.fa-kiss::before {
  content: "\f596";
}

.fa-bridge-circle-xmark::before {
  content: "\e4cb";
}

.fa-face-grin-tongue::before {
  content: "\f589";
}

.fa-grin-tongue::before {
  content: "\f589";
}

.fa-chess-bishop::before {
  content: "\f43a";
}

.fa-face-grin-wink::before {
  content: "\f58c";
}

.fa-grin-wink::before {
  content: "\f58c";
}

.fa-ear-deaf::before {
  content: "\f2a4";
}

.fa-deaf::before {
  content: "\f2a4";
}

.fa-deafness::before {
  content: "\f2a4";
}

.fa-hard-of-hearing::before {
  content: "\f2a4";
}

.fa-road-circle-check::before {
  content: "\e564";
}

.fa-dice-five::before {
  content: "\f523";
}

.fa-square-rss::before {
  content: "\f143";
}

.fa-rss-square::before {
  content: "\f143";
}

.fa-land-mine-on::before {
  content: "\e51b";
}

.fa-i-cursor::before {
  content: "\f246";
}

.fa-stamp::before {
  content: "\f5bf";
}

.fa-stairs::before {
  content: "\e289";
}

.fa-i::before {
  content: "I";
}

.fa-hryvnia-sign::before {
  content: "\f6f2";
}

.fa-hryvnia::before {
  content: "\f6f2";
}

.fa-pills::before {
  content: "\f484";
}

.fa-face-grin-wide::before {
  content: "\f581";
}

.fa-grin-alt::before {
  content: "\f581";
}

.fa-tooth::before {
  content: "\f5c9";
}

.fa-v::before {
  content: "V";
}

.fa-bangladeshi-taka-sign::before {
  content: "\e2e6";
}

.fa-bicycle::before {
  content: "\f206";
}

.fa-staff-snake::before {
  content: "\e579";
}

.fa-rod-asclepius::before {
  content: "\e579";
}

.fa-rod-snake::before {
  content: "\e579";
}

.fa-staff-aesculapius::before {
  content: "\e579";
}

.fa-head-side-cough-slash::before {
  content: "\e062";
}

.fa-truck-medical::before {
  content: "\f0f9";
}

.fa-ambulance::before {
  content: "\f0f9";
}

.fa-wheat-awn-circle-exclamation::before {
  content: "\e598";
}

.fa-snowman::before {
  content: "\f7d0";
}

.fa-mortar-pestle::before {
  content: "\f5a7";
}

.fa-road-barrier::before {
  content: "\e562";
}

.fa-school::before {
  content: "\f549";
}

.fa-igloo::before {
  content: "\f7ae";
}

.fa-joint::before {
  content: "\f595";
}

.fa-angle-right::before {
  content: "\f105";
}

.fa-horse::before {
  content: "\f6f0";
}

.fa-q::before {
  content: "Q";
}

.fa-g::before {
  content: "G";
}

.fa-notes-medical::before {
  content: "\f481";
}

.fa-temperature-half::before {
  content: "\f2c9";
}

.fa-temperature-2::before {
  content: "\f2c9";
}

.fa-thermometer-2::before {
  content: "\f2c9";
}

.fa-thermometer-half::before {
  content: "\f2c9";
}

.fa-dong-sign::before {
  content: "\e169";
}

.fa-capsules::before {
  content: "\f46b";
}

.fa-poo-storm::before {
  content: "\f75a";
}

.fa-poo-bolt::before {
  content: "\f75a";
}

.fa-face-frown-open::before {
  content: "\f57a";
}

.fa-frown-open::before {
  content: "\f57a";
}

.fa-hand-point-up::before {
  content: "\f0a6";
}

.fa-money-bill::before {
  content: "\f0d6";
}

.fa-bookmark::before {
  content: "\f02e";
}

.fa-align-justify::before {
  content: "\f039";
}

.fa-umbrella-beach::before {
  content: "\f5ca";
}

.fa-helmet-un::before {
  content: "\e503";
}

.fa-bullseye::before {
  content: "\f140";
}

.fa-bacon::before {
  content: "\f7e5";
}

.fa-hand-point-down::before {
  content: "\f0a7";
}

.fa-arrow-up-from-bracket::before {
  content: "\e09a";
}

.fa-folder::before {
  content: "\f07b";
}

.fa-folder-blank::before {
  content: "\f07b";
}

.fa-file-waveform::before {
  content: "\f478";
}

.fa-file-medical-alt::before {
  content: "\f478";
}

.fa-radiation::before {
  content: "\f7b9";
}

.fa-chart-simple::before {
  content: "\e473";
}

.fa-mars-stroke::before {
  content: "\f229";
}

.fa-vial::before {
  content: "\f492";
}

.fa-gauge::before {
  content: "\f624";
}

.fa-dashboard::before {
  content: "\f624";
}

.fa-gauge-med::before {
  content: "\f624";
}

.fa-tachometer-alt-average::before {
  content: "\f624";
}

.fa-wand-magic-sparkles::before {
  content: "\e2ca";
}

.fa-magic-wand-sparkles::before {
  content: "\e2ca";
}

.fa-e::before {
  content: "E";
}

.fa-pen-clip::before {
  content: "\f305";
}

.fa-pen-alt::before {
  content: "\f305";
}

.fa-bridge-circle-exclamation::before {
  content: "\e4ca";
}

.fa-user::before {
  content: "\f007";
}

.fa-school-circle-check::before {
  content: "\e56b";
}

.fa-dumpster::before {
  content: "\f793";
}

.fa-van-shuttle::before {
  content: "\f5b6";
}

.fa-shuttle-van::before {
  content: "\f5b6";
}

.fa-building-user::before {
  content: "\e4da";
}

.fa-square-caret-left::before {
  content: "\f191";
}

.fa-caret-square-left::before {
  content: "\f191";
}

.fa-highlighter::before {
  content: "\f591";
}

.fa-key::before {
  content: "\f084";
}

.fa-bullhorn::before {
  content: "\f0a1";
}

.fa-globe::before {
  content: "\f0ac";
}

.fa-synagogue::before {
  content: "\f69b";
}

.fa-person-half-dress::before {
  content: "\e548";
}

.fa-road-bridge::before {
  content: "\e563";
}

.fa-location-arrow::before {
  content: "\f124";
}

.fa-c::before {
  content: "C";
}

.fa-tablet-button::before {
  content: "\f10a";
}

.fa-building-lock::before {
  content: "\e4d6";
}

.fa-pizza-slice::before {
  content: "\f818";
}

.fa-money-bill-wave::before {
  content: "\f53a";
}

.fa-chart-area::before {
  content: "\f1fe";
}

.fa-area-chart::before {
  content: "\f1fe";
}

.fa-house-flag::before {
  content: "\e50d";
}

.fa-person-circle-minus::before {
  content: "\e540";
}

.fa-ban::before {
  content: "\f05e";
}

.fa-cancel::before {
  content: "\f05e";
}

.fa-camera-rotate::before {
  content: "\e0d8";
}

.fa-spray-can-sparkles::before {
  content: "\f5d0";
}

.fa-air-freshener::before {
  content: "\f5d0";
}

.fa-star::before {
  content: "\f005";
}

.fa-repeat::before {
  content: "\f363";
}

.fa-cross::before {
  content: "\f654";
}

.fa-box::before {
  content: "\f466";
}

.fa-venus-mars::before {
  content: "\f228";
}

.fa-arrow-pointer::before {
  content: "\f245";
}

.fa-mouse-pointer::before {
  content: "\f245";
}

.fa-maximize::before {
  content: "\f31e";
}

.fa-expand-arrows-alt::before {
  content: "\f31e";
}

.fa-charging-station::before {
  content: "\f5e7";
}

.fa-shapes::before {
  content: "\f61f";
}

.fa-triangle-circle-square::before {
  content: "\f61f";
}

.fa-shuffle::before {
  content: "\f074";
}

.fa-random::before {
  content: "\f074";
}

.fa-person-running::before {
  content: "\f70c";
}

.fa-running::before {
  content: "\f70c";
}

.fa-mobile-retro::before {
  content: "\e527";
}

.fa-grip-lines-vertical::before {
  content: "\f7a5";
}

.fa-spider::before {
  content: "\f717";
}

.fa-hands-bound::before {
  content: "\e4f9";
}

.fa-file-invoice-dollar::before {
  content: "\f571";
}

.fa-plane-circle-exclamation::before {
  content: "\e556";
}

.fa-x-ray::before {
  content: "\f497";
}

.fa-spell-check::before {
  content: "\f891";
}

.fa-slash::before {
  content: "\f715";
}

.fa-computer-mouse::before {
  content: "\f8cc";
}

.fa-mouse::before {
  content: "\f8cc";
}

.fa-arrow-right-to-bracket::before {
  content: "\f090";
}

.fa-sign-in::before {
  content: "\f090";
}

.fa-shop-slash::before {
  content: "\e070";
}

.fa-store-alt-slash::before {
  content: "\e070";
}

.fa-server::before {
  content: "\f233";
}

.fa-virus-covid-slash::before {
  content: "\e4a9";
}

.fa-shop-lock::before {
  content: "\e4a5";
}

.fa-hourglass-start::before {
  content: "\f251";
}

.fa-hourglass-1::before {
  content: "\f251";
}

.fa-blender-phone::before {
  content: "\f6b6";
}

.fa-building-wheat::before {
  content: "\e4db";
}

.fa-person-breastfeeding::before {
  content: "\e53a";
}

.fa-right-to-bracket::before {
  content: "\f2f6";
}

.fa-sign-in-alt::before {
  content: "\f2f6";
}

.fa-venus::before {
  content: "\f221";
}

.fa-passport::before {
  content: "\f5ab";
}

.fa-heart-pulse::before {
  content: "\f21e";
}

.fa-heartbeat::before {
  content: "\f21e";
}

.fa-people-carry-box::before {
  content: "\f4ce";
}

.fa-people-carry::before {
  content: "\f4ce";
}

.fa-temperature-high::before {
  content: "\f769";
}

.fa-microchip::before {
  content: "\f2db";
}

.fa-crown::before {
  content: "\f521";
}

.fa-weight-hanging::before {
  content: "\f5cd";
}

.fa-xmarks-lines::before {
  content: "\e59a";
}

.fa-file-prescription::before {
  content: "\f572";
}

.fa-weight-scale::before {
  content: "\f496";
}

.fa-weight::before {
  content: "\f496";
}

.fa-user-group::before {
  content: "\f500";
}

.fa-user-friends::before {
  content: "\f500";
}

.fa-arrow-up-a-z::before {
  content: "\f15e";
}

.fa-sort-alpha-up::before {
  content: "\f15e";
}

.fa-chess-knight::before {
  content: "\f441";
}

.fa-face-laugh-squint::before {
  content: "\f59b";
}

.fa-laugh-squint::before {
  content: "\f59b";
}

.fa-wheelchair::before {
  content: "\f193";
}

.fa-circle-arrow-up::before {
  content: "\f0aa";
}

.fa-arrow-circle-up::before {
  content: "\f0aa";
}

.fa-toggle-on::before {
  content: "\f205";
}

.fa-person-walking::before {
  content: "\f554";
}

.fa-walking::before {
  content: "\f554";
}

.fa-l::before {
  content: "L";
}

.fa-fire::before {
  content: "\f06d";
}

.fa-bed-pulse::before {
  content: "\f487";
}

.fa-procedures::before {
  content: "\f487";
}

.fa-shuttle-space::before {
  content: "\f197";
}

.fa-space-shuttle::before {
  content: "\f197";
}

.fa-face-laugh::before {
  content: "\f599";
}

.fa-laugh::before {
  content: "\f599";
}

.fa-folder-open::before {
  content: "\f07c";
}

.fa-heart-circle-plus::before {
  content: "\e500";
}

.fa-code-fork::before {
  content: "\e13b";
}

.fa-city::before {
  content: "\f64f";
}

.fa-microphone-lines::before {
  content: "\f3c9";
}

.fa-microphone-alt::before {
  content: "\f3c9";
}

.fa-pepper-hot::before {
  content: "\f816";
}

.fa-unlock::before {
  content: "\f09c";
}

.fa-colon-sign::before {
  content: "\e140";
}

.fa-headset::before {
  content: "\f590";
}

.fa-store-slash::before {
  content: "\e071";
}

.fa-road-circle-xmark::before {
  content: "\e566";
}

.fa-user-minus::before {
  content: "\f503";
}

.fa-mars-stroke-up::before {
  content: "\f22a";
}

.fa-mars-stroke-v::before {
  content: "\f22a";
}

.fa-champagne-glasses::before {
  content: "\f79f";
}

.fa-glass-cheers::before {
  content: "\f79f";
}

.fa-clipboard::before {
  content: "\f328";
}

.fa-house-circle-exclamation::before {
  content: "\e50a";
}

.fa-file-arrow-up::before {
  content: "\f574";
}

.fa-file-upload::before {
  content: "\f574";
}

.fa-wifi::before {
  content: "\f1eb";
}

.fa-wifi-3::before {
  content: "\f1eb";
}

.fa-wifi-strong::before {
  content: "\f1eb";
}

.fa-bath::before {
  content: "\f2cd";
}

.fa-bathtub::before {
  content: "\f2cd";
}

.fa-underline::before {
  content: "\f0cd";
}

.fa-user-pen::before {
  content: "\f4ff";
}

.fa-user-edit::before {
  content: "\f4ff";
}

.fa-signature::before {
  content: "\f5b7";
}

.fa-stroopwafel::before {
  content: "\f551";
}

.fa-bold::before {
  content: "\f032";
}

.fa-anchor-lock::before {
  content: "\e4ad";
}

.fa-building-ngo::before {
  content: "\e4d7";
}

.fa-manat-sign::before {
  content: "\e1d5";
}

.fa-not-equal::before {
  content: "\f53e";
}

.fa-border-top-left::before {
  content: "\f853";
}

.fa-border-style::before {
  content: "\f853";
}

.fa-map-location-dot::before {
  content: "\f5a0";
}

.fa-map-marked-alt::before {
  content: "\f5a0";
}

.fa-jedi::before {
  content: "\f669";
}

.fa-square-poll-vertical::before {
  content: "\f681";
}

.fa-poll::before {
  content: "\f681";
}

.fa-mug-hot::before {
  content: "\f7b6";
}

.fa-car-battery::before {
  content: "\f5df";
}

.fa-battery-car::before {
  content: "\f5df";
}

.fa-gift::before {
  content: "\f06b";
}

.fa-dice-two::before {
  content: "\f528";
}

.fa-chess-queen::before {
  content: "\f445";
}

.fa-glasses::before {
  content: "\f530";
}

.fa-chess-board::before {
  content: "\f43c";
}

.fa-building-circle-check::before {
  content: "\e4d2";
}

.fa-person-chalkboard::before {
  content: "\e53d";
}

.fa-mars-stroke-right::before {
  content: "\f22b";
}

.fa-mars-stroke-h::before {
  content: "\f22b";
}

.fa-hand-back-fist::before {
  content: "\f255";
}

.fa-hand-rock::before {
  content: "\f255";
}

.fa-square-caret-up::before {
  content: "\f151";
}

.fa-caret-square-up::before {
  content: "\f151";
}

.fa-cloud-showers-water::before {
  content: "\e4e4";
}

.fa-chart-bar::before {
  content: "\f080";
}

.fa-bar-chart::before {
  content: "\f080";
}

.fa-hands-bubbles::before {
  content: "\e05e";
}

.fa-hands-wash::before {
  content: "\e05e";
}

.fa-less-than-equal::before {
  content: "\f537";
}

.fa-train::before {
  content: "\f238";
}

.fa-eye-low-vision::before {
  content: "\f2a8";
}

.fa-low-vision::before {
  content: "\f2a8";
}

.fa-crow::before {
  content: "\f520";
}

.fa-sailboat::before {
  content: "\e445";
}

.fa-window-restore::before {
  content: "\f2d2";
}

.fa-square-plus::before {
  content: "\f0fe";
}

.fa-plus-square::before {
  content: "\f0fe";
}

.fa-torii-gate::before {
  content: "\f6a1";
}

.fa-frog::before {
  content: "\f52e";
}

.fa-bucket::before {
  content: "\e4cf";
}

.fa-image::before {
  content: "\f03e";
}

.fa-microphone::before {
  content: "\f130";
}

.fa-cow::before {
  content: "\f6c8";
}

.fa-caret-up::before {
  content: "\f0d8";
}

.fa-screwdriver::before {
  content: "\f54a";
}

.fa-folder-closed::before {
  content: "\e185";
}

.fa-house-tsunami::before {
  content: "\e515";
}

.fa-square-nfi::before {
  content: "\e576";
}

.fa-arrow-up-from-ground-water::before {
  content: "\e4b5";
}

.fa-martini-glass::before {
  content: "\f57b";
}

.fa-glass-martini-alt::before {
  content: "\f57b";
}

.fa-rotate-left::before {
  content: "\f2ea";
}

.fa-rotate-back::before {
  content: "\f2ea";
}

.fa-rotate-backward::before {
  content: "\f2ea";
}

.fa-undo-alt::before {
  content: "\f2ea";
}

.fa-table-columns::before {
  content: "\f0db";
}

.fa-columns::before {
  content: "\f0db";
}

.fa-lemon::before {
  content: "\f094";
}

.fa-head-side-mask::before {
  content: "\e063";
}

.fa-handshake::before {
  content: "\f2b5";
}

.fa-gem::before {
  content: "\f3a5";
}

.fa-dolly::before {
  content: "\f472";
}

.fa-dolly-box::before {
  content: "\f472";
}

.fa-smoking::before {
  content: "\f48d";
}

.fa-minimize::before {
  content: "\f78c";
}

.fa-compress-arrows-alt::before {
  content: "\f78c";
}

.fa-monument::before {
  content: "\f5a6";
}

.fa-snowplow::before {
  content: "\f7d2";
}

.fa-angles-right::before {
  content: "\f101";
}

.fa-angle-double-right::before {
  content: "\f101";
}

.fa-cannabis::before {
  content: "\f55f";
}

.fa-circle-play::before {
  content: "\f144";
}

.fa-play-circle::before {
  content: "\f144";
}

.fa-tablets::before {
  content: "\f490";
}

.fa-ethernet::before {
  content: "\f796";
}

.fa-euro-sign::before {
  content: "\f153";
}

.fa-eur::before {
  content: "\f153";
}

.fa-euro::before {
  content: "\f153";
}

.fa-chair::before {
  content: "\f6c0";
}

.fa-circle-check::before {
  content: "\f058";
}

.fa-check-circle::before {
  content: "\f058";
}

.fa-circle-stop::before {
  content: "\f28d";
}

.fa-stop-circle::before {
  content: "\f28d";
}

.fa-compass-drafting::before {
  content: "\f568";
}

.fa-drafting-compass::before {
  content: "\f568";
}

.fa-plate-wheat::before {
  content: "\e55a";
}

.fa-icicles::before {
  content: "\f7ad";
}

.fa-person-shelter::before {
  content: "\e54f";
}

.fa-neuter::before {
  content: "\f22c";
}

.fa-id-badge::before {
  content: "\f2c1";
}

.fa-marker::before {
  content: "\f5a1";
}

.fa-face-laugh-beam::before {
  content: "\f59a";
}

.fa-laugh-beam::before {
  content: "\f59a";
}

.fa-helicopter-symbol::before {
  content: "\e502";
}

.fa-universal-access::before {
  content: "\f29a";
}

.fa-circle-chevron-up::before {
  content: "\f139";
}

.fa-chevron-circle-up::before {
  content: "\f139";
}

.fa-lari-sign::before {
  content: "\e1c8";
}

.fa-volcano::before {
  content: "\f770";
}

.fa-person-walking-dashed-line-arrow-right::before {
  content: "\e553";
}

.fa-sterling-sign::before {
  content: "\f154";
}

.fa-gbp::before {
  content: "\f154";
}

.fa-pound-sign::before {
  content: "\f154";
}

.fa-viruses::before {
  content: "\e076";
}

.fa-square-person-confined::before {
  content: "\e577";
}

.fa-user-tie::before {
  content: "\f508";
}

.fa-arrow-down-long::before {
  content: "\f175";
}

.fa-long-arrow-down::before {
  content: "\f175";
}

.fa-tent-arrow-down-to-line::before {
  content: "\e57e";
}

.fa-certificate::before {
  content: "\f0a3";
}

.fa-reply-all::before {
  content: "\f122";
}

.fa-mail-reply-all::before {
  content: "\f122";
}

.fa-suitcase::before {
  content: "\f0f2";
}

.fa-person-skating::before {
  content: "\f7c5";
}

.fa-skating::before {
  content: "\f7c5";
}

.fa-filter-circle-dollar::before {
  content: "\f662";
}

.fa-funnel-dollar::before {
  content: "\f662";
}

.fa-camera-retro::before {
  content: "\f083";
}

.fa-circle-arrow-down::before {
  content: "\f0ab";
}

.fa-arrow-circle-down::before {
  content: "\f0ab";
}

.fa-file-import::before {
  content: "\f56f";
}

.fa-arrow-right-to-file::before {
  content: "\f56f";
}

.fa-square-arrow-up-right::before {
  content: "\f14c";
}

.fa-external-link-square::before {
  content: "\f14c";
}

.fa-box-open::before {
  content: "\f49e";
}

.fa-scroll::before {
  content: "\f70e";
}

.fa-spa::before {
  content: "\f5bb";
}

.fa-location-pin-lock::before {
  content: "\e51f";
}

.fa-pause::before {
  content: "\f04c";
}

.fa-hill-avalanche::before {
  content: "\e507";
}

.fa-temperature-empty::before {
  content: "\f2cb";
}

.fa-temperature-0::before {
  content: "\f2cb";
}

.fa-thermometer-0::before {
  content: "\f2cb";
}

.fa-thermometer-empty::before {
  content: "\f2cb";
}

.fa-bomb::before {
  content: "\f1e2";
}

.fa-registered::before {
  content: "\f25d";
}

.fa-address-card::before {
  content: "\f2bb";
}

.fa-contact-card::before {
  content: "\f2bb";
}

.fa-vcard::before {
  content: "\f2bb";
}

.fa-scale-unbalanced-flip::before {
  content: "\f516";
}

.fa-balance-scale-right::before {
  content: "\f516";
}

.fa-subscript::before {
  content: "\f12c";
}

.fa-diamond-turn-right::before {
  content: "\f5eb";
}

.fa-directions::before {
  content: "\f5eb";
}

.fa-burst::before {
  content: "\e4dc";
}

.fa-house-laptop::before {
  content: "\e066";
}

.fa-laptop-house::before {
  content: "\e066";
}

.fa-face-tired::before {
  content: "\f5c8";
}

.fa-tired::before {
  content: "\f5c8";
}

.fa-money-bills::before {
  content: "\e1f3";
}

.fa-smog::before {
  content: "\f75f";
}

.fa-crutch::before {
  content: "\f7f7";
}

.fa-cloud-arrow-up::before {
  content: "\f0ee";
}

.fa-cloud-upload::before {
  content: "\f0ee";
}

.fa-cloud-upload-alt::before {
  content: "\f0ee";
}

.fa-palette::before {
  content: "\f53f";
}

.fa-arrows-turn-right::before {
  content: "\e4c0";
}

.fa-vest::before {
  content: "\e085";
}

.fa-ferry::before {
  content: "\e4ea";
}

.fa-arrows-down-to-people::before {
  content: "\e4b9";
}

.fa-seedling::before {
  content: "\f4d8";
}

.fa-sprout::before {
  content: "\f4d8";
}

.fa-left-right::before {
  content: "\f337";
}

.fa-arrows-alt-h::before {
  content: "\f337";
}

.fa-boxes-packing::before {
  content: "\e4c7";
}

.fa-circle-arrow-left::before {
  content: "\f0a8";
}

.fa-arrow-circle-left::before {
  content: "\f0a8";
}

.fa-group-arrows-rotate::before {
  content: "\e4f6";
}

.fa-bowl-food::before {
  content: "\e4c6";
}

.fa-candy-cane::before {
  content: "\f786";
}

.fa-arrow-down-wide-short::before {
  content: "\f160";
}

.fa-sort-amount-asc::before {
  content: "\f160";
}

.fa-sort-amount-down::before {
  content: "\f160";
}

.fa-cloud-bolt::before {
  content: "\f76c";
}

.fa-thunderstorm::before {
  content: "\f76c";
}

.fa-text-slash::before {
  content: "\f87d";
}

.fa-remove-format::before {
  content: "\f87d";
}

.fa-face-smile-wink::before {
  content: "\f4da";
}

.fa-smile-wink::before {
  content: "\f4da";
}

.fa-file-word::before {
  content: "\f1c2";
}

.fa-file-powerpoint::before {
  content: "\f1c4";
}

.fa-arrows-left-right::before {
  content: "\f07e";
}

.fa-arrows-h::before {
  content: "\f07e";
}

.fa-house-lock::before {
  content: "\e510";
}

.fa-cloud-arrow-down::before {
  content: "\f0ed";
}

.fa-cloud-download::before {
  content: "\f0ed";
}

.fa-cloud-download-alt::before {
  content: "\f0ed";
}

.fa-children::before {
  content: "\e4e1";
}

.fa-chalkboard::before {
  content: "\f51b";
}

.fa-blackboard::before {
  content: "\f51b";
}

.fa-user-large-slash::before {
  content: "\f4fa";
}

.fa-user-alt-slash::before {
  content: "\f4fa";
}

.fa-envelope-open::before {
  content: "\f2b6";
}

.fa-handshake-simple-slash::before {
  content: "\e05f";
}

.fa-handshake-alt-slash::before {
  content: "\e05f";
}

.fa-mattress-pillow::before {
  content: "\e525";
}

.fa-guarani-sign::before {
  content: "\e19a";
}

.fa-arrows-rotate::before {
  content: "\f021";
}

.fa-refresh::before {
  content: "\f021";
}

.fa-sync::before {
  content: "\f021";
}

.fa-fire-extinguisher::before {
  content: "\f134";
}

.fa-cruzeiro-sign::before {
  content: "\e152";
}

.fa-greater-than-equal::before {
  content: "\f532";
}

.fa-shield-halved::before {
  content: "\f3ed";
}

.fa-shield-alt::before {
  content: "\f3ed";
}

.fa-book-atlas::before {
  content: "\f558";
}

.fa-atlas::before {
  content: "\f558";
}

.fa-virus::before {
  content: "\e074";
}

.fa-envelope-circle-check::before {
  content: "\e4e8";
}

.fa-layer-group::before {
  content: "\f5fd";
}

.fa-arrows-to-dot::before {
  content: "\e4be";
}

.fa-archway::before {
  content: "\f557";
}

.fa-heart-circle-check::before {
  content: "\e4fd";
}

.fa-house-chimney-crack::before {
  content: "\f6f1";
}

.fa-house-damage::before {
  content: "\f6f1";
}

.fa-file-zipper::before {
  content: "\f1c6";
}

.fa-file-archive::before {
  content: "\f1c6";
}

.fa-square::before {
  content: "\f0c8";
}

.fa-martini-glass-empty::before {
  content: "\f000";
}

.fa-glass-martini::before {
  content: "\f000";
}

.fa-couch::before {
  content: "\f4b8";
}

.fa-cedi-sign::before {
  content: "\e0df";
}

.fa-italic::before {
  content: "\f033";
}

.fa-church::before {
  content: "\f51d";
}

.fa-comments-dollar::before {
  content: "\f653";
}

.fa-democrat::before {
  content: "\f747";
}

.fa-z::before {
  content: "Z";
}

.fa-person-skiing::before {
  content: "\f7c9";
}

.fa-skiing::before {
  content: "\f7c9";
}

.fa-road-lock::before {
  content: "\e567";
}

.fa-a::before {
  content: "A";
}

.fa-temperature-arrow-down::before {
  content: "\e03f";
}

.fa-temperature-down::before {
  content: "\e03f";
}

.fa-feather-pointed::before {
  content: "\f56b";
}

.fa-feather-alt::before {
  content: "\f56b";
}

.fa-p::before {
  content: "P";
}

.fa-snowflake::before {
  content: "\f2dc";
}

.fa-newspaper::before {
  content: "\f1ea";
}

.fa-rectangle-ad::before {
  content: "\f641";
}

.fa-ad::before {
  content: "\f641";
}

.fa-circle-arrow-right::before {
  content: "\f0a9";
}

.fa-arrow-circle-right::before {
  content: "\f0a9";
}

.fa-filter-circle-xmark::before {
  content: "\e17b";
}

.fa-locust::before {
  content: "\e520";
}

.fa-sort::before {
  content: "\f0dc";
}

.fa-unsorted::before {
  content: "\f0dc";
}

.fa-list-ol::before {
  content: "\f0cb";
}

.fa-list-1-2::before {
  content: "\f0cb";
}

.fa-list-numeric::before {
  content: "\f0cb";
}

.fa-person-dress-burst::before {
  content: "\e544";
}

.fa-money-check-dollar::before {
  content: "\f53d";
}

.fa-money-check-alt::before {
  content: "\f53d";
}

.fa-vector-square::before {
  content: "\f5cb";
}

.fa-bread-slice::before {
  content: "\f7ec";
}

.fa-language::before {
  content: "\f1ab";
}

.fa-face-kiss-wink-heart::before {
  content: "\f598";
}

.fa-kiss-wink-heart::before {
  content: "\f598";
}

.fa-filter::before {
  content: "\f0b0";
}

.fa-question::before {
  content: "\?";
}

.fa-file-signature::before {
  content: "\f573";
}

.fa-up-down-left-right::before {
  content: "\f0b2";
}

.fa-arrows-alt::before {
  content: "\f0b2";
}

.fa-house-chimney-user::before {
  content: "\e065";
}

.fa-hand-holding-heart::before {
  content: "\f4be";
}

.fa-puzzle-piece::before {
  content: "\f12e";
}

.fa-money-check::before {
  content: "\f53c";
}

.fa-star-half-stroke::before {
  content: "\f5c0";
}

.fa-star-half-alt::before {
  content: "\f5c0";
}

.fa-code::before {
  content: "\f121";
}

.fa-whiskey-glass::before {
  content: "\f7a0";
}

.fa-glass-whiskey::before {
  content: "\f7a0";
}

.fa-building-circle-exclamation::before {
  content: "\e4d3";
}

.fa-magnifying-glass-chart::before {
  content: "\e522";
}

.fa-arrow-up-right-from-square::before {
  content: "\f08e";
}

.fa-external-link::before {
  content: "\f08e";
}

.fa-cubes-stacked::before {
  content: "\e4e6";
}

.fa-won-sign::before {
  content: "\f159";
}

.fa-krw::before {
  content: "\f159";
}

.fa-won::before {
  content: "\f159";
}

.fa-virus-covid::before {
  content: "\e4a8";
}

.fa-austral-sign::before {
  content: "\e0a9";
}

.fa-f::before {
  content: "F";
}

.fa-leaf::before {
  content: "\f06c";
}

.fa-road::before {
  content: "\f018";
}

.fa-taxi::before {
  content: "\f1ba";
}

.fa-cab::before {
  content: "\f1ba";
}

.fa-person-circle-plus::before {
  content: "\e541";
}

.fa-chart-pie::before {
  content: "\f200";
}

.fa-pie-chart::before {
  content: "\f200";
}

.fa-bolt-lightning::before {
  content: "\e0b7";
}

.fa-sack-xmark::before {
  content: "\e56a";
}

.fa-file-excel::before {
  content: "\f1c3";
}

.fa-file-contract::before {
  content: "\f56c";
}

.fa-fish-fins::before {
  content: "\e4f2";
}

.fa-building-flag::before {
  content: "\e4d5";
}

.fa-face-grin-beam::before {
  content: "\f582";
}

.fa-grin-beam::before {
  content: "\f582";
}

.fa-object-ungroup::before {
  content: "\f248";
}

.fa-poop::before {
  content: "\f619";
}

.fa-location-pin::before {
  content: "\f041";
}

.fa-map-marker::before {
  content: "\f041";
}

.fa-kaaba::before {
  content: "\f66b";
}

.fa-toilet-paper::before {
  content: "\f71e";
}

.fa-helmet-safety::before {
  content: "\f807";
}

.fa-hard-hat::before {
  content: "\f807";
}

.fa-hat-hard::before {
  content: "\f807";
}

.fa-eject::before {
  content: "\f052";
}

.fa-circle-right::before {
  content: "\f35a";
}

.fa-arrow-alt-circle-right::before {
  content: "\f35a";
}

.fa-plane-circle-check::before {
  content: "\e555";
}

.fa-face-rolling-eyes::before {
  content: "\f5a5";
}

.fa-meh-rolling-eyes::before {
  content: "\f5a5";
}

.fa-object-group::before {
  content: "\f247";
}

.fa-chart-line::before {
  content: "\f201";
}

.fa-line-chart::before {
  content: "\f201";
}

.fa-mask-ventilator::before {
  content: "\e524";
}

.fa-arrow-right::before {
  content: "\f061";
}

.fa-signs-post::before {
  content: "\f277";
}

.fa-map-signs::before {
  content: "\f277";
}

.fa-cash-register::before {
  content: "\f788";
}

.fa-person-circle-question::before {
  content: "\e542";
}

.fa-h::before {
  content: "H";
}

.fa-tarp::before {
  content: "\e57b";
}

.fa-screwdriver-wrench::before {
  content: "\f7d9";
}

.fa-tools::before {
  content: "\f7d9";
}

.fa-arrows-to-eye::before {
  content: "\e4bf";
}

.fa-plug-circle-bolt::before {
  content: "\e55b";
}

.fa-heart::before {
  content: "\f004";
}

.fa-mars-and-venus::before {
  content: "\f224";
}

.fa-house-user::before {
  content: "\e1b0";
}

.fa-home-user::before {
  content: "\e1b0";
}

.fa-dumpster-fire::before {
  content: "\f794";
}

.fa-house-crack::before {
  content: "\e3b1";
}

.fa-martini-glass-citrus::before {
  content: "\f561";
}

.fa-cocktail::before {
  content: "\f561";
}

.fa-face-surprise::before {
  content: "\f5c2";
}

.fa-surprise::before {
  content: "\f5c2";
}

.fa-bottle-water::before {
  content: "\e4c5";
}

.fa-circle-pause::before {
  content: "\f28b";
}

.fa-pause-circle::before {
  content: "\f28b";
}

.fa-toilet-paper-slash::before {
  content: "\e072";
}

.fa-apple-whole::before {
  content: "\f5d1";
}

.fa-apple-alt::before {
  content: "\f5d1";
}

.fa-kitchen-set::before {
  content: "\e51a";
}

.fa-r::before {
  content: "R";
}

.fa-temperature-quarter::before {
  content: "\f2ca";
}

.fa-temperature-1::before {
  content: "\f2ca";
}

.fa-thermometer-1::before {
  content: "\f2ca";
}

.fa-thermometer-quarter::before {
  content: "\f2ca";
}

.fa-cube::before {
  content: "\f1b2";
}

.fa-bitcoin-sign::before {
  content: "\e0b4";
}

.fa-shield-dog::before {
  content: "\e573";
}

.fa-solar-panel::before {
  content: "\f5ba";
}

.fa-lock-open::before {
  content: "\f3c1";
}

.fa-elevator::before {
  content: "\e16d";
}

.fa-money-bill-transfer::before {
  content: "\e528";
}

.fa-money-bill-trend-up::before {
  content: "\e529";
}

.fa-house-flood-water-circle-arrow-right::before {
  content: "\e50f";
}

.fa-square-poll-horizontal::before {
  content: "\f682";
}

.fa-poll-h::before {
  content: "\f682";
}

.fa-circle::before {
  content: "\f111";
}

.fa-backward-fast::before {
  content: "\f049";
}

.fa-fast-backward::before {
  content: "\f049";
}

.fa-recycle::before {
  content: "\f1b8";
}

.fa-user-astronaut::before {
  content: "\f4fb";
}

.fa-plane-slash::before {
  content: "\e069";
}

.fa-trademark::before {
  content: "\f25c";
}

.fa-basketball::before {
  content: "\f434";
}

.fa-basketball-ball::before {
  content: "\f434";
}

.fa-satellite-dish::before {
  content: "\f7c0";
}

.fa-circle-up::before {
  content: "\f35b";
}

.fa-arrow-alt-circle-up::before {
  content: "\f35b";
}

.fa-mobile-screen-button::before {
  content: "\f3cd";
}

.fa-mobile-alt::before {
  content: "\f3cd";
}

.fa-volume-high::before {
  content: "\f028";
}

.fa-volume-up::before {
  content: "\f028";
}

.fa-users-rays::before {
  content: "\e593";
}

.fa-wallet::before {
  content: "\f555";
}

.fa-clipboard-check::before {
  content: "\f46c";
}

.fa-file-audio::before {
  content: "\f1c7";
}

.fa-burger::before {
  content: "\f805";
}

.fa-hamburger::before {
  content: "\f805";
}

.fa-wrench::before {
  content: "\f0ad";
}

.fa-bugs::before {
  content: "\e4d0";
}

.fa-rupee-sign::before {
  content: "\f156";
}

.fa-rupee::before {
  content: "\f156";
}

.fa-file-image::before {
  content: "\f1c5";
}

.fa-circle-question::before {
  content: "\f059";
}

.fa-question-circle::before {
  content: "\f059";
}

.fa-plane-departure::before {
  content: "\f5b0";
}

.fa-handshake-slash::before {
  content: "\e060";
}

.fa-book-bookmark::before {
  content: "\e0bb";
}

.fa-code-branch::before {
  content: "\f126";
}

.fa-hat-cowboy::before {
  content: "\f8c0";
}

.fa-bridge::before {
  content: "\e4c8";
}

.fa-phone-flip::before {
  content: "\f879";
}

.fa-phone-alt::before {
  content: "\f879";
}

.fa-truck-front::before {
  content: "\e2b7";
}

.fa-cat::before {
  content: "\f6be";
}

.fa-anchor-circle-exclamation::before {
  content: "\e4ab";
}

.fa-truck-field::before {
  content: "\e58d";
}

.fa-route::before {
  content: "\f4d7";
}

.fa-clipboard-question::before {
  content: "\e4e3";
}

.fa-panorama::before {
  content: "\e209";
}

.fa-comment-medical::before {
  content: "\f7f5";
}

.fa-teeth-open::before {
  content: "\f62f";
}

.fa-file-circle-minus::before {
  content: "\e4ed";
}

.fa-tags::before {
  content: "\f02c";
}

.fa-wine-glass::before {
  content: "\f4e3";
}

.fa-forward-fast::before {
  content: "\f050";
}

.fa-fast-forward::before {
  content: "\f050";
}

.fa-face-meh-blank::before {
  content: "\f5a4";
}

.fa-meh-blank::before {
  content: "\f5a4";
}

.fa-square-parking::before {
  content: "\f540";
}

.fa-parking::before {
  content: "\f540";
}

.fa-house-signal::before {
  content: "\e012";
}

.fa-bars-progress::before {
  content: "\f828";
}

.fa-tasks-alt::before {
  content: "\f828";
}

.fa-faucet-drip::before {
  content: "\e006";
}

.fa-cart-flatbed::before {
  content: "\f474";
}

.fa-dolly-flatbed::before {
  content: "\f474";
}

.fa-ban-smoking::before {
  content: "\f54d";
}

.fa-smoking-ban::before {
  content: "\f54d";
}

.fa-terminal::before {
  content: "\f120";
}

.fa-mobile-button::before {
  content: "\f10b";
}

.fa-house-medical-flag::before {
  content: "\e514";
}

.fa-basket-shopping::before {
  content: "\f291";
}

.fa-shopping-basket::before {
  content: "\f291";
}

.fa-tape::before {
  content: "\f4db";
}

.fa-bus-simple::before {
  content: "\f55e";
}

.fa-bus-alt::before {
  content: "\f55e";
}

.fa-eye::before {
  content: "\f06e";
}

.fa-face-sad-cry::before {
  content: "\f5b3";
}

.fa-sad-cry::before {
  content: "\f5b3";
}

.fa-audio-description::before {
  content: "\f29e";
}

.fa-person-military-to-person::before {
  content: "\e54c";
}

.fa-file-shield::before {
  content: "\e4f0";
}

.fa-user-slash::before {
  content: "\f506";
}

.fa-pen::before {
  content: "\f304";
}

.fa-tower-observation::before {
  content: "\e586";
}

.fa-file-code::before {
  content: "\f1c9";
}

.fa-signal::before {
  content: "\f012";
}

.fa-signal-5::before {
  content: "\f012";
}

.fa-signal-perfect::before {
  content: "\f012";
}

.fa-bus::before {
  content: "\f207";
}

.fa-heart-circle-xmark::before {
  content: "\e501";
}

.fa-house-chimney::before {
  content: "\e3af";
}

.fa-home-lg::before {
  content: "\e3af";
}

.fa-window-maximize::before {
  content: "\f2d0";
}

.fa-face-frown::before {
  content: "\f119";
}

.fa-frown::before {
  content: "\f119";
}

.fa-prescription::before {
  content: "\f5b1";
}

.fa-shop::before {
  content: "\f54f";
}

.fa-store-alt::before {
  content: "\f54f";
}

.fa-floppy-disk::before {
  content: "\f0c7";
}

.fa-save::before {
  content: "\f0c7";
}

.fa-vihara::before {
  content: "\f6a7";
}

.fa-scale-unbalanced::before {
  content: "\f515";
}

.fa-balance-scale-left::before {
  content: "\f515";
}

.fa-sort-up::before {
  content: "\f0de";
}

.fa-sort-asc::before {
  content: "\f0de";
}

.fa-comment-dots::before {
  content: "\f4ad";
}

.fa-commenting::before {
  content: "\f4ad";
}

.fa-plant-wilt::before {
  content: "\e5aa";
}

.fa-diamond::before {
  content: "\f219";
}

.fa-face-grin-squint::before {
  content: "\f585";
}

.fa-grin-squint::before {
  content: "\f585";
}

.fa-hand-holding-dollar::before {
  content: "\f4c0";
}

.fa-hand-holding-usd::before {
  content: "\f4c0";
}

.fa-bacterium::before {
  content: "\e05a";
}

.fa-hand-pointer::before {
  content: "\f25a";
}

.fa-drum-steelpan::before {
  content: "\f56a";
}

.fa-hand-scissors::before {
  content: "\f257";
}

.fa-hands-praying::before {
  content: "\f684";
}

.fa-praying-hands::before {
  content: "\f684";
}

.fa-arrow-rotate-right::before {
  content: "\f01e";
}

.fa-arrow-right-rotate::before {
  content: "\f01e";
}

.fa-arrow-rotate-forward::before {
  content: "\f01e";
}

.fa-redo::before {
  content: "\f01e";
}

.fa-biohazard::before {
  content: "\f780";
}

.fa-location-crosshairs::before {
  content: "\f601";
}

.fa-location::before {
  content: "\f601";
}

.fa-mars-double::before {
  content: "\f227";
}

.fa-child-dress::before {
  content: "\e59c";
}

.fa-users-between-lines::before {
  content: "\e591";
}

.fa-lungs-virus::before {
  content: "\e067";
}

.fa-face-grin-tears::before {
  content: "\f588";
}

.fa-grin-tears::before {
  content: "\f588";
}

.fa-phone::before {
  content: "\f095";
}

.fa-calendar-xmark::before {
  content: "\f273";
}

.fa-calendar-times::before {
  content: "\f273";
}

.fa-child-reaching::before {
  content: "\e59d";
}

.fa-head-side-virus::before {
  content: "\e064";
}

.fa-user-gear::before {
  content: "\f4fe";
}

.fa-user-cog::before {
  content: "\f4fe";
}

.fa-arrow-up-1-9::before {
  content: "\f163";
}

.fa-sort-numeric-up::before {
  content: "\f163";
}

.fa-door-closed::before {
  content: "\f52a";
}

.fa-shield-virus::before {
  content: "\e06c";
}

.fa-dice-six::before {
  content: "\f526";
}

.fa-mosquito-net::before {
  content: "\e52c";
}

.fa-bridge-water::before {
  content: "\e4ce";
}

.fa-person-booth::before {
  content: "\f756";
}

.fa-text-width::before {
  content: "\f035";
}

.fa-hat-wizard::before {
  content: "\f6e8";
}

.fa-pen-fancy::before {
  content: "\f5ac";
}

.fa-person-digging::before {
  content: "\f85e";
}

.fa-digging::before {
  content: "\f85e";
}

.fa-trash::before {
  content: "\f1f8";
}

.fa-gauge-simple::before {
  content: "\f629";
}

.fa-gauge-simple-med::before {
  content: "\f629";
}

.fa-tachometer-average::before {
  content: "\f629";
}

.fa-book-medical::before {
  content: "\f7e6";
}

.fa-poo::before {
  content: "\f2fe";
}

.fa-quote-right::before {
  content: "\f10e";
}

.fa-quote-right-alt::before {
  content: "\f10e";
}

.fa-shirt::before {
  content: "\f553";
}

.fa-t-shirt::before {
  content: "\f553";
}

.fa-tshirt::before {
  content: "\f553";
}

.fa-cubes::before {
  content: "\f1b3";
}

.fa-divide::before {
  content: "\f529";
}

.fa-tenge-sign::before {
  content: "\f7d7";
}

.fa-tenge::before {
  content: "\f7d7";
}

.fa-headphones::before {
  content: "\f025";
}

.fa-hands-holding::before {
  content: "\f4c2";
}

.fa-hands-clapping::before {
  content: "\e1a8";
}

.fa-republican::before {
  content: "\f75e";
}

.fa-arrow-left::before {
  content: "\f060";
}

.fa-person-circle-xmark::before {
  content: "\e543";
}

.fa-ruler::before {
  content: "\f545";
}

.fa-align-left::before {
  content: "\f036";
}

.fa-dice-d6::before {
  content: "\f6d1";
}

.fa-restroom::before {
  content: "\f7bd";
}

.fa-j::before {
  content: "J";
}

.fa-users-viewfinder::before {
  content: "\e595";
}

.fa-file-video::before {
  content: "\f1c8";
}

.fa-up-right-from-square::before {
  content: "\f35d";
}

.fa-external-link-alt::before {
  content: "\f35d";
}

.fa-table-cells::before {
  content: "\f00a";
}

.fa-th::before {
  content: "\f00a";
}

.fa-file-pdf::before {
  content: "\f1c1";
}

.fa-book-bible::before {
  content: "\f647";
}

.fa-bible::before {
  content: "\f647";
}

.fa-o::before {
  content: "O";
}

.fa-suitcase-medical::before {
  content: "\f0fa";
}

.fa-medkit::before {
  content: "\f0fa";
}

.fa-user-secret::before {
  content: "\f21b";
}

.fa-otter::before {
  content: "\f700";
}

.fa-person-dress::before {
  content: "\f182";
}

.fa-female::before {
  content: "\f182";
}

.fa-comment-dollar::before {
  content: "\f651";
}

.fa-business-time::before {
  content: "\f64a";
}

.fa-briefcase-clock::before {
  content: "\f64a";
}

.fa-table-cells-large::before {
  content: "\f009";
}

.fa-th-large::before {
  content: "\f009";
}

.fa-book-tanakh::before {
  content: "\f827";
}

.fa-tanakh::before {
  content: "\f827";
}

.fa-phone-volume::before {
  content: "\f2a0";
}

.fa-volume-control-phone::before {
  content: "\f2a0";
}

.fa-hat-cowboy-side::before {
  content: "\f8c1";
}

.fa-clipboard-user::before {
  content: "\f7f3";
}

.fa-child::before {
  content: "\f1ae";
}

.fa-lira-sign::before {
  content: "\f195";
}

.fa-satellite::before {
  content: "\f7bf";
}

.fa-plane-lock::before {
  content: "\e558";
}

.fa-tag::before {
  content: "\f02b";
}

.fa-comment::before {
  content: "\f075";
}

.fa-cake-candles::before {
  content: "\f1fd";
}

.fa-birthday-cake::before {
  content: "\f1fd";
}

.fa-cake::before {
  content: "\f1fd";
}

.fa-envelope::before {
  content: "\f0e0";
}

.fa-angles-up::before {
  content: "\f102";
}

.fa-angle-double-up::before {
  content: "\f102";
}

.fa-paperclip::before {
  content: "\f0c6";
}

.fa-arrow-right-to-city::before {
  content: "\e4b3";
}

.fa-ribbon::before {
  content: "\f4d6";
}

.fa-lungs::before {
  content: "\f604";
}

.fa-arrow-up-9-1::before {
  content: "\f887";
}

.fa-sort-numeric-up-alt::before {
  content: "\f887";
}

.fa-litecoin-sign::before {
  content: "\e1d3";
}

.fa-border-none::before {
  content: "\f850";
}

.fa-circle-nodes::before {
  content: "\e4e2";
}

.fa-parachute-box::before {
  content: "\f4cd";
}

.fa-indent::before {
  content: "\f03c";
}

.fa-truck-field-un::before {
  content: "\e58e";
}

.fa-hourglass::before {
  content: "\f254";
}

.fa-hourglass-empty::before {
  content: "\f254";
}

.fa-mountain::before {
  content: "\f6fc";
}

.fa-user-doctor::before {
  content: "\f0f0";
}

.fa-user-md::before {
  content: "\f0f0";
}

.fa-circle-info::before {
  content: "\f05a";
}

.fa-info-circle::before {
  content: "\f05a";
}

.fa-cloud-meatball::before {
  content: "\f73b";
}

.fa-camera::before {
  content: "\f030";
}

.fa-camera-alt::before {
  content: "\f030";
}

.fa-square-virus::before {
  content: "\e578";
}

.fa-meteor::before {
  content: "\f753";
}

.fa-car-on::before {
  content: "\e4dd";
}

.fa-sleigh::before {
  content: "\f7cc";
}

.fa-arrow-down-1-9::before {
  content: "\f162";
}

.fa-sort-numeric-asc::before {
  content: "\f162";
}

.fa-sort-numeric-down::before {
  content: "\f162";
}

.fa-hand-holding-droplet::before {
  content: "\f4c1";
}

.fa-hand-holding-water::before {
  content: "\f4c1";
}

.fa-water::before {
  content: "\f773";
}

.fa-calendar-check::before {
  content: "\f274";
}

.fa-braille::before {
  content: "\f2a1";
}

.fa-prescription-bottle-medical::before {
  content: "\f486";
}

.fa-prescription-bottle-alt::before {
  content: "\f486";
}

.fa-landmark::before {
  content: "\f66f";
}

.fa-truck::before {
  content: "\f0d1";
}

.fa-crosshairs::before {
  content: "\f05b";
}

.fa-person-cane::before {
  content: "\e53c";
}

.fa-tent::before {
  content: "\e57d";
}

.fa-vest-patches::before {
  content: "\e086";
}

.fa-check-double::before {
  content: "\f560";
}

.fa-arrow-down-a-z::before {
  content: "\f15d";
}

.fa-sort-alpha-asc::before {
  content: "\f15d";
}

.fa-sort-alpha-down::before {
  content: "\f15d";
}

.fa-money-bill-wheat::before {
  content: "\e52a";
}

.fa-cookie::before {
  content: "\f563";
}

.fa-arrow-rotate-left::before {
  content: "\f0e2";
}

.fa-arrow-left-rotate::before {
  content: "\f0e2";
}

.fa-arrow-rotate-back::before {
  content: "\f0e2";
}

.fa-arrow-rotate-backward::before {
  content: "\f0e2";
}

.fa-undo::before {
  content: "\f0e2";
}

.fa-hard-drive::before {
  content: "\f0a0";
}

.fa-hdd::before {
  content: "\f0a0";
}

.fa-face-grin-squint-tears::before {
  content: "\f586";
}

.fa-grin-squint-tears::before {
  content: "\f586";
}

.fa-dumbbell::before {
  content: "\f44b";
}

.fa-rectangle-list::before {
  content: "\f022";
}

.fa-list-alt::before {
  content: "\f022";
}

.fa-tarp-droplet::before {
  content: "\e57c";
}

.fa-house-medical-circle-check::before {
  content: "\e511";
}

.fa-person-skiing-nordic::before {
  content: "\f7ca";
}

.fa-skiing-nordic::before {
  content: "\f7ca";
}

.fa-calendar-plus::before {
  content: "\f271";
}

.fa-plane-arrival::before {
  content: "\f5af";
}

.fa-circle-left::before {
  content: "\f359";
}

.fa-arrow-alt-circle-left::before {
  content: "\f359";
}

.fa-train-subway::before {
  content: "\f239";
}

.fa-subway::before {
  content: "\f239";
}

.fa-chart-gantt::before {
  content: "\e0e4";
}

.fa-indian-rupee-sign::before {
  content: "\e1bc";
}

.fa-indian-rupee::before {
  content: "\e1bc";
}

.fa-inr::before {
  content: "\e1bc";
}

.fa-crop-simple::before {
  content: "\f565";
}

.fa-crop-alt::before {
  content: "\f565";
}

.fa-money-bill-1::before {
  content: "\f3d1";
}

.fa-money-bill-alt::before {
  content: "\f3d1";
}

.fa-left-long::before {
  content: "\f30a";
}

.fa-long-arrow-alt-left::before {
  content: "\f30a";
}

.fa-dna::before {
  content: "\f471";
}

.fa-virus-slash::before {
  content: "\e075";
}

.fa-minus::before {
  content: "\f068";
}

.fa-subtract::before {
  content: "\f068";
}

.fa-chess::before {
  content: "\f439";
}

.fa-arrow-left-long::before {
  content: "\f177";
}

.fa-long-arrow-left::before {
  content: "\f177";
}

.fa-plug-circle-check::before {
  content: "\e55c";
}

.fa-street-view::before {
  content: "\f21d";
}

.fa-franc-sign::before {
  content: "\e18f";
}

.fa-volume-off::before {
  content: "\f026";
}

.fa-hands-asl-interpreting::before {
  content: "\f2a3";
}

.fa-american-sign-language-interpreting::before {
  content: "\f2a3";
}

.fa-asl-interpreting::before {
  content: "\f2a3";
}

.fa-hands-american-sign-language-interpreting::before {
  content: "\f2a3";
}

.fa-gear::before {
  content: "\f013";
}

.fa-cog::before {
  content: "\f013";
}

.fa-droplet-slash::before {
  content: "\f5c7";
}

.fa-tint-slash::before {
  content: "\f5c7";
}

.fa-mosque::before {
  content: "\f678";
}

.fa-mosquito::before {
  content: "\e52b";
}

.fa-star-of-david::before {
  content: "\f69a";
}

.fa-person-military-rifle::before {
  content: "\e54b";
}

.fa-cart-shopping::before {
  content: "\f07a";
}

.fa-shopping-cart::before {
  content: "\f07a";
}

.fa-vials::before {
  content: "\f493";
}

.fa-plug-circle-plus::before {
  content: "\e55f";
}

.fa-place-of-worship::before {
  content: "\f67f";
}

.fa-grip-vertical::before {
  content: "\f58e";
}

.fa-arrow-turn-up::before {
  content: "\f148";
}

.fa-level-up::before {
  content: "\f148";
}

.fa-u::before {
  content: "U";
}

.fa-square-root-variable::before {
  content: "\f698";
}

.fa-square-root-alt::before {
  content: "\f698";
}

.fa-clock::before {
  content: "\f017";
}

.fa-clock-four::before {
  content: "\f017";
}

.fa-backward-step::before {
  content: "\f048";
}

.fa-step-backward::before {
  content: "\f048";
}

.fa-pallet::before {
  content: "\f482";
}

.fa-faucet::before {
  content: "\e005";
}

.fa-baseball-bat-ball::before {
  content: "\f432";
}

.fa-s::before {
  content: "S";
}

.fa-timeline::before {
  content: "\e29c";
}

.fa-keyboard::before {
  content: "\f11c";
}

.fa-caret-down::before {
  content: "\f0d7";
}

.fa-house-chimney-medical::before {
  content: "\f7f2";
}

.fa-clinic-medical::before {
  content: "\f7f2";
}

.fa-temperature-three-quarters::before {
  content: "\f2c8";
}

.fa-temperature-3::before {
  content: "\f2c8";
}

.fa-thermometer-3::before {
  content: "\f2c8";
}

.fa-thermometer-three-quarters::before {
  content: "\f2c8";
}

.fa-mobile-screen::before {
  content: "\f3cf";
}

.fa-mobile-android-alt::before {
  content: "\f3cf";
}

.fa-plane-up::before {
  content: "\e22d";
}

.fa-piggy-bank::before {
  content: "\f4d3";
}

.fa-battery-half::before {
  content: "\f242";
}

.fa-battery-3::before {
  content: "\f242";
}

.fa-mountain-city::before {
  content: "\e52e";
}

.fa-coins::before {
  content: "\f51e";
}

.fa-khanda::before {
  content: "\f66d";
}

.fa-sliders::before {
  content: "\f1de";
}

.fa-sliders-h::before {
  content: "\f1de";
}

.fa-folder-tree::before {
  content: "\f802";
}

.fa-network-wired::before {
  content: "\f6ff";
}

.fa-map-pin::before {
  content: "\f276";
}

.fa-hamsa::before {
  content: "\f665";
}

.fa-cent-sign::before {
  content: "\e3f5";
}

.fa-flask::before {
  content: "\f0c3";
}

.fa-person-pregnant::before {
  content: "\e31e";
}

.fa-wand-sparkles::before {
  content: "\f72b";
}

.fa-ellipsis-vertical::before {
  content: "\f142";
}

.fa-ellipsis-v::before {
  content: "\f142";
}

.fa-ticket::before {
  content: "\f145";
}

.fa-power-off::before {
  content: "\f011";
}

.fa-right-long::before {
  content: "\f30b";
}

.fa-long-arrow-alt-right::before {
  content: "\f30b";
}

.fa-flag-usa::before {
  content: "\f74d";
}

.fa-laptop-file::before {
  content: "\e51d";
}

.fa-tty::before {
  content: "\f1e4";
}

.fa-teletype::before {
  content: "\f1e4";
}

.fa-diagram-next::before {
  content: "\e476";
}

.fa-person-rifle::before {
  content: "\e54e";
}

.fa-house-medical-circle-exclamation::before {
  content: "\e512";
}

.fa-closed-captioning::before {
  content: "\f20a";
}

.fa-person-hiking::before {
  content: "\f6ec";
}

.fa-hiking::before {
  content: "\f6ec";
}

.fa-venus-double::before {
  content: "\f226";
}

.fa-images::before {
  content: "\f302";
}

.fa-calculator::before {
  content: "\f1ec";
}

.fa-people-pulling::before {
  content: "\e535";
}

.fa-n::before {
  content: "N";
}

.fa-cable-car::before {
  content: "\f7da";
}

.fa-tram::before {
  content: "\f7da";
}

.fa-cloud-rain::before {
  content: "\f73d";
}

.fa-building-circle-xmark::before {
  content: "\e4d4";
}

.fa-ship::before {
  content: "\f21a";
}

.fa-arrows-down-to-line::before {
  content: "\e4b8";
}

.fa-download::before {
  content: "\f019";
}

.fa-face-grin::before {
  content: "\f580";
}

.fa-grin::before {
  content: "\f580";
}

.fa-delete-left::before {
  content: "\f55a";
}

.fa-backspace::before {
  content: "\f55a";
}

.fa-eye-dropper::before {
  content: "\f1fb";
}

.fa-eye-dropper-empty::before {
  content: "\f1fb";
}

.fa-eyedropper::before {
  content: "\f1fb";
}

.fa-file-circle-check::before {
  content: "\e5a0";
}

.fa-forward::before {
  content: "\f04e";
}

.fa-mobile::before {
  content: "\f3ce";
}

.fa-mobile-android::before {
  content: "\f3ce";
}

.fa-mobile-phone::before {
  content: "\f3ce";
}

.fa-face-meh::before {
  content: "\f11a";
}

.fa-meh::before {
  content: "\f11a";
}

.fa-align-center::before {
  content: "\f037";
}

.fa-book-skull::before {
  content: "\f6b7";
}

.fa-book-dead::before {
  content: "\f6b7";
}

.fa-id-card::before {
  content: "\f2c2";
}

.fa-drivers-license::before {
  content: "\f2c2";
}

.fa-outdent::before {
  content: "\f03b";
}

.fa-dedent::before {
  content: "\f03b";
}

.fa-heart-circle-exclamation::before {
  content: "\e4fe";
}

.fa-house::before {
  content: "\f015";
}

.fa-home::before {
  content: "\f015";
}

.fa-home-alt::before {
  content: "\f015";
}

.fa-home-lg-alt::before {
  content: "\f015";
}

.fa-calendar-week::before {
  content: "\f784";
}

.fa-laptop-medical::before {
  content: "\f812";
}

.fa-b::before {
  content: "B";
}

.fa-file-medical::before {
  content: "\f477";
}

.fa-dice-one::before {
  content: "\f525";
}

.fa-kiwi-bird::before {
  content: "\f535";
}

.fa-arrow-right-arrow-left::before {
  content: "\f0ec";
}

.fa-exchange::before {
  content: "\f0ec";
}

.fa-rotate-right::before {
  content: "\f2f9";
}

.fa-redo-alt::before {
  content: "\f2f9";
}

.fa-rotate-forward::before {
  content: "\f2f9";
}

.fa-utensils::before {
  content: "\f2e7";
}

.fa-cutlery::before {
  content: "\f2e7";
}

.fa-arrow-up-wide-short::before {
  content: "\f161";
}

.fa-sort-amount-up::before {
  content: "\f161";
}

.fa-mill-sign::before {
  content: "\e1ed";
}

.fa-bowl-rice::before {
  content: "\e2eb";
}

.fa-skull::before {
  content: "\f54c";
}

.fa-tower-broadcast::before {
  content: "\f519";
}

.fa-broadcast-tower::before {
  content: "\f519";
}

.fa-truck-pickup::before {
  content: "\f63c";
}

.fa-up-long::before {
  content: "\f30c";
}

.fa-long-arrow-alt-up::before {
  content: "\f30c";
}

.fa-stop::before {
  content: "\f04d";
}

.fa-code-merge::before {
  content: "\f387";
}

.fa-upload::before {
  content: "\f093";
}

.fa-hurricane::before {
  content: "\f751";
}

.fa-mound::before {
  content: "\e52d";
}

.fa-toilet-portable::before {
  content: "\e583";
}

.fa-compact-disc::before {
  content: "\f51f";
}

.fa-file-arrow-down::before {
  content: "\f56d";
}

.fa-file-download::before {
  content: "\f56d";
}

.fa-caravan::before {
  content: "\f8ff";
}

.fa-shield-cat::before {
  content: "\e572";
}

.fa-bolt::before {
  content: "\f0e7";
}

.fa-zap::before {
  content: "\f0e7";
}

.fa-glass-water::before {
  content: "\e4f4";
}

.fa-oil-well::before {
  content: "\e532";
}

.fa-vault::before {
  content: "\e2c5";
}

.fa-mars::before {
  content: "\f222";
}

.fa-toilet::before {
  content: "\f7d8";
}

.fa-plane-circle-xmark::before {
  content: "\e557";
}

.fa-yen-sign::before {
  content: "\f157";
}

.fa-cny::before {
  content: "\f157";
}

.fa-jpy::before {
  content: "\f157";
}

.fa-rmb::before {
  content: "\f157";
}

.fa-yen::before {
  content: "\f157";
}

.fa-ruble-sign::before {
  content: "\f158";
}

.fa-rouble::before {
  content: "\f158";
}

.fa-rub::before {
  content: "\f158";
}

.fa-ruble::before {
  content: "\f158";
}

.fa-sun::before {
  content: "\f185";
}

.fa-guitar::before {
  content: "\f7a6";
}

.fa-face-laugh-wink::before {
  content: "\f59c";
}

.fa-laugh-wink::before {
  content: "\f59c";
}

.fa-horse-head::before {
  content: "\f7ab";
}

.fa-bore-hole::before {
  content: "\e4c3";
}

.fa-industry::before {
  content: "\f275";
}

.fa-circle-down::before {
  content: "\f358";
}

.fa-arrow-alt-circle-down::before {
  content: "\f358";
}

.fa-arrows-turn-to-dots::before {
  content: "\e4c1";
}

.fa-florin-sign::before {
  content: "\e184";
}

.fa-arrow-down-short-wide::before {
  content: "\f884";
}

.fa-sort-amount-desc::before {
  content: "\f884";
}

.fa-sort-amount-down-alt::before {
  content: "\f884";
}

.fa-less-than::before {
  content: "\<";
}

.fa-angle-down::before {
  content: "\f107";
}

.fa-car-tunnel::before {
  content: "\e4de";
}

.fa-head-side-cough::before {
  content: "\e061";
}

.fa-grip-lines::before {
  content: "\f7a4";
}

.fa-thumbs-down::before {
  content: "\f165";
}

.fa-user-lock::before {
  content: "\f502";
}

.fa-arrow-right-long::before {
  content: "\f178";
}

.fa-long-arrow-right::before {
  content: "\f178";
}

.fa-anchor-circle-xmark::before {
  content: "\e4ac";
}

.fa-ellipsis::before {
  content: "\f141";
}

.fa-ellipsis-h::before {
  content: "\f141";
}

.fa-chess-pawn::before {
  content: "\f443";
}

.fa-kit-medical::before {
  content: "\f479";
}

.fa-first-aid::before {
  content: "\f479";
}

.fa-person-through-window::before {
  content: "\e5a9";
}

.fa-toolbox::before {
  content: "\f552";
}

.fa-hands-holding-circle::before {
  content: "\e4fb";
}

.fa-bug::before {
  content: "\f188";
}

.fa-credit-card::before {
  content: "\f09d";
}

.fa-credit-card-alt::before {
  content: "\f09d";
}

.fa-car::before {
  content: "\f1b9";
}

.fa-automobile::before {
  content: "\f1b9";
}

.fa-hand-holding-hand::before {
  content: "\e4f7";
}

.fa-book-open-reader::before {
  content: "\f5da";
}

.fa-book-reader::before {
  content: "\f5da";
}

.fa-mountain-sun::before {
  content: "\e52f";
}

.fa-arrows-left-right-to-line::before {
  content: "\e4ba";
}

.fa-dice-d20::before {
  content: "\f6cf";
}

.fa-truck-droplet::before {
  content: "\e58c";
}

.fa-file-circle-xmark::before {
  content: "\e5a1";
}

.fa-temperature-arrow-up::before {
  content: "\e040";
}

.fa-temperature-up::before {
  content: "\e040";
}

.fa-medal::before {
  content: "\f5a2";
}

.fa-bed::before {
  content: "\f236";
}

.fa-square-h::before {
  content: "\f0fd";
}

.fa-h-square::before {
  content: "\f0fd";
}

.fa-podcast::before {
  content: "\f2ce";
}

.fa-temperature-full::before {
  content: "\f2c7";
}

.fa-temperature-4::before {
  content: "\f2c7";
}

.fa-thermometer-4::before {
  content: "\f2c7";
}

.fa-thermometer-full::before {
  content: "\f2c7";
}

.fa-bell::before {
  content: "\f0f3";
}

.fa-superscript::before {
  content: "\f12b";
}

.fa-plug-circle-xmark::before {
  content: "\e560";
}

.fa-star-of-life::before {
  content: "\f621";
}

.fa-phone-slash::before {
  content: "\f3dd";
}

.fa-paint-roller::before {
  content: "\f5aa";
}

.fa-handshake-angle::before {
  content: "\f4c4";
}

.fa-hands-helping::before {
  content: "\f4c4";
}

.fa-location-dot::before {
  content: "\f3c5";
}

.fa-map-marker-alt::before {
  content: "\f3c5";
}

.fa-file::before {
  content: "\f15b";
}

.fa-greater-than::before {
  content: "\>";
}

.fa-person-swimming::before {
  content: "\f5c4";
}

.fa-swimmer::before {
  content: "\f5c4";
}

.fa-arrow-down::before {
  content: "\f063";
}

.fa-droplet::before {
  content: "\f043";
}

.fa-tint::before {
  content: "\f043";
}

.fa-eraser::before {
  content: "\f12d";
}

.fa-earth-americas::before {
  content: "\f57d";
}

.fa-earth::before {
  content: "\f57d";
}

.fa-earth-america::before {
  content: "\f57d";
}

.fa-globe-americas::before {
  content: "\f57d";
}

.fa-person-burst::before {
  content: "\e53b";
}

.fa-dove::before {
  content: "\f4ba";
}

.fa-battery-empty::before {
  content: "\f244";
}

.fa-battery-0::before {
  content: "\f244";
}

.fa-socks::before {
  content: "\f696";
}

.fa-inbox::before {
  content: "\f01c";
}

.fa-section::before {
  content: "\e447";
}

.fa-gauge-high::before {
  content: "\f625";
}

.fa-tachometer-alt::before {
  content: "\f625";
}

.fa-tachometer-alt-fast::before {
  content: "\f625";
}

.fa-envelope-open-text::before {
  content: "\f658";
}

.fa-hospital::before {
  content: "\f0f8";
}

.fa-hospital-alt::before {
  content: "\f0f8";
}

.fa-hospital-wide::before {
  content: "\f0f8";
}

.fa-wine-bottle::before {
  content: "\f72f";
}

.fa-chess-rook::before {
  content: "\f447";
}

.fa-bars-staggered::before {
  content: "\f550";
}

.fa-reorder::before {
  content: "\f550";
}

.fa-stream::before {
  content: "\f550";
}

.fa-dharmachakra::before {
  content: "\f655";
}

.fa-hotdog::before {
  content: "\f80f";
}

.fa-person-walking-with-cane::before {
  content: "\f29d";
}

.fa-blind::before {
  content: "\f29d";
}

.fa-drum::before {
  content: "\f569";
}

.fa-ice-cream::before {
  content: "\f810";
}

.fa-heart-circle-bolt::before {
  content: "\e4fc";
}

.fa-fax::before {
  content: "\f1ac";
}

.fa-paragraph::before {
  content: "\f1dd";
}

.fa-check-to-slot::before {
  content: "\f772";
}

.fa-vote-yea::before {
  content: "\f772";
}

.fa-star-half::before {
  content: "\f089";
}

.fa-boxes-stacked::before {
  content: "\f468";
}

.fa-boxes::before {
  content: "\f468";
}

.fa-boxes-alt::before {
  content: "\f468";
}

.fa-link::before {
  content: "\f0c1";
}

.fa-chain::before {
  content: "\f0c1";
}

.fa-ear-listen::before {
  content: "\f2a2";
}

.fa-assistive-listening-systems::before {
  content: "\f2a2";
}

.fa-tree-city::before {
  content: "\e587";
}

.fa-play::before {
  content: "\f04b";
}

.fa-font::before {
  content: "\f031";
}

.fa-rupiah-sign::before {
  content: "\e23d";
}

.fa-magnifying-glass::before {
  content: "\f002";
}

.fa-search::before {
  content: "\f002";
}

.fa-table-tennis-paddle-ball::before {
  content: "\f45d";
}

.fa-ping-pong-paddle-ball::before {
  content: "\f45d";
}

.fa-table-tennis::before {
  content: "\f45d";
}

.fa-person-dots-from-line::before {
  content: "\f470";
}

.fa-diagnoses::before {
  content: "\f470";
}

.fa-trash-can-arrow-up::before {
  content: "\f82a";
}

.fa-trash-restore-alt::before {
  content: "\f82a";
}

.fa-naira-sign::before {
  content: "\e1f6";
}

.fa-cart-arrow-down::before {
  content: "\f218";
}

.fa-walkie-talkie::before {
  content: "\f8ef";
}

.fa-file-pen::before {
  content: "\f31c";
}

.fa-file-edit::before {
  content: "\f31c";
}

.fa-receipt::before {
  content: "\f543";
}

.fa-square-pen::before {
  content: "\f14b";
}

.fa-pen-square::before {
  content: "\f14b";
}

.fa-pencil-square::before {
  content: "\f14b";
}

.fa-suitcase-rolling::before {
  content: "\f5c1";
}

.fa-person-circle-exclamation::before {
  content: "\e53f";
}

.fa-chevron-down::before {
  content: "\f078";
}

.fa-battery-full::before {
  content: "\f240";
}

.fa-battery::before {
  content: "\f240";
}

.fa-battery-5::before {
  content: "\f240";
}

.fa-skull-crossbones::before {
  content: "\f714";
}

.fa-code-compare::before {
  content: "\e13a";
}

.fa-list-ul::before {
  content: "\f0ca";
}

.fa-list-dots::before {
  content: "\f0ca";
}

.fa-school-lock::before {
  content: "\e56f";
}

.fa-tower-cell::before {
  content: "\e585";
}

.fa-down-long::before {
  content: "\f309";
}

.fa-long-arrow-alt-down::before {
  content: "\f309";
}

.fa-ranking-star::before {
  content: "\e561";
}

.fa-chess-king::before {
  content: "\f43f";
}

.fa-person-harassing::before {
  content: "\e549";
}

.fa-brazilian-real-sign::before {
  content: "\e46c";
}

.fa-landmark-dome::before {
  content: "\f752";
}

.fa-landmark-alt::before {
  content: "\f752";
}

.fa-arrow-up::before {
  content: "\f062";
}

.fa-tv::before {
  content: "\f26c";
}

.fa-television::before {
  content: "\f26c";
}

.fa-tv-alt::before {
  content: "\f26c";
}

.fa-shrimp::before {
  content: "\e448";
}

.fa-list-check::before {
  content: "\f0ae";
}

.fa-tasks::before {
  content: "\f0ae";
}

.fa-jug-detergent::before {
  content: "\e519";
}

.fa-circle-user::before {
  content: "\f2bd";
}

.fa-user-circle::before {
  content: "\f2bd";
}

.fa-user-shield::before {
  content: "\f505";
}

.fa-wind::before {
  content: "\f72e";
}

.fa-car-burst::before {
  content: "\f5e1";
}

.fa-car-crash::before {
  content: "\f5e1";
}

.fa-y::before {
  content: "Y";
}

.fa-person-snowboarding::before {
  content: "\f7ce";
}

.fa-snowboarding::before {
  content: "\f7ce";
}

.fa-truck-fast::before {
  content: "\f48b";
}

.fa-shipping-fast::before {
  content: "\f48b";
}

.fa-fish::before {
  content: "\f578";
}

.fa-user-graduate::before {
  content: "\f501";
}

.fa-circle-half-stroke::before {
  content: "\f042";
}

.fa-adjust::before {
  content: "\f042";
}

.fa-clapperboard::before {
  content: "\e131";
}

.fa-circle-radiation::before {
  content: "\f7ba";
}

.fa-radiation-alt::before {
  content: "\f7ba";
}

.fa-baseball::before {
  content: "\f433";
}

.fa-baseball-ball::before {
  content: "\f433";
}

.fa-jet-fighter-up::before {
  content: "\e518";
}

.fa-diagram-project::before {
  content: "\f542";
}

.fa-project-diagram::before {
  content: "\f542";
}

.fa-copy::before {
  content: "\f0c5";
}

.fa-volume-xmark::before {
  content: "\f6a9";
}

.fa-volume-mute::before {
  content: "\f6a9";
}

.fa-volume-times::before {
  content: "\f6a9";
}

.fa-hand-sparkles::before {
  content: "\e05d";
}

.fa-grip::before {
  content: "\f58d";
}

.fa-grip-horizontal::before {
  content: "\f58d";
}

.fa-share-from-square::before {
  content: "\f14d";
}

.fa-share-square::before {
  content: "\f14d";
}

.fa-child-combatant::before {
  content: "\e4e0";
}

.fa-child-rifle::before {
  content: "\e4e0";
}

.fa-gun::before {
  content: "\e19b";
}

.fa-square-phone::before {
  content: "\f098";
}

.fa-phone-square::before {
  content: "\f098";
}

.fa-plus::before {
  content: "\+";
}

.fa-add::before {
  content: "\+";
}

.fa-expand::before {
  content: "\f065";
}

.fa-computer::before {
  content: "\e4e5";
}

.fa-xmark::before {
  content: "\f00d";
}

.fa-close::before {
  content: "\f00d";
}

.fa-multiply::before {
  content: "\f00d";
}

.fa-remove::before {
  content: "\f00d";
}

.fa-times::before {
  content: "\f00d";
}

.fa-arrows-up-down-left-right::before {
  content: "\f047";
}

.fa-arrows::before {
  content: "\f047";
}

.fa-chalkboard-user::before {
  content: "\f51c";
}

.fa-chalkboard-teacher::before {
  content: "\f51c";
}

.fa-peso-sign::before {
  content: "\e222";
}

.fa-building-shield::before {
  content: "\e4d8";
}

.fa-baby::before {
  content: "\f77c";
}

.fa-users-line::before {
  content: "\e592";
}

.fa-quote-left::before {
  content: "\f10d";
}

.fa-quote-left-alt::before {
  content: "\f10d";
}

.fa-tractor::before {
  content: "\f722";
}

.fa-trash-arrow-up::before {
  content: "\f829";
}

.fa-trash-restore::before {
  content: "\f829";
}

.fa-arrow-down-up-lock::before {
  content: "\e4b0";
}

.fa-lines-leaning::before {
  content: "\e51e";
}

.fa-ruler-combined::before {
  content: "\f546";
}

.fa-copyright::before {
  content: "\f1f9";
}

.fa-equals::before {
  content: "\=";
}

.fa-blender::before {
  content: "\f517";
}

.fa-teeth::before {
  content: "\f62e";
}

.fa-shekel-sign::before {
  content: "\f20b";
}

.fa-ils::before {
  content: "\f20b";
}

.fa-shekel::before {
  content: "\f20b";
}

.fa-sheqel::before {
  content: "\f20b";
}

.fa-sheqel-sign::before {
  content: "\f20b";
}

.fa-map::before {
  content: "\f279";
}

.fa-rocket::before {
  content: "\f135";
}

.fa-photo-film::before {
  content: "\f87c";
}

.fa-photo-video::before {
  content: "\f87c";
}

.fa-folder-minus::before {
  content: "\f65d";
}

.fa-store::before {
  content: "\f54e";
}

.fa-arrow-trend-up::before {
  content: "\e098";
}

.fa-plug-circle-minus::before {
  content: "\e55e";
}

.fa-sign-hanging::before {
  content: "\f4d9";
}

.fa-sign::before {
  content: "\f4d9";
}

.fa-bezier-curve::before {
  content: "\f55b";
}

.fa-bell-slash::before {
  content: "\f1f6";
}

.fa-tablet::before {
  content: "\f3fb";
}

.fa-tablet-android::before {
  content: "\f3fb";
}

.fa-school-flag::before {
  content: "\e56e";
}

.fa-fill::before {
  content: "\f575";
}

.fa-angle-up::before {
  content: "\f106";
}

.fa-drumstick-bite::before {
  content: "\f6d7";
}

.fa-holly-berry::before {
  content: "\f7aa";
}

.fa-chevron-left::before {
  content: "\f053";
}

.fa-bacteria::before {
  content: "\e059";
}

.fa-hand-lizard::before {
  content: "\f258";
}

.fa-notdef::before {
  content: "\e1fe";
}

.fa-disease::before {
  content: "\f7fa";
}

.fa-briefcase-medical::before {
  content: "\f469";
}

.fa-genderless::before {
  content: "\f22d";
}

.fa-chevron-right::before {
  content: "\f054";
}

.fa-retweet::before {
  content: "\f079";
}

.fa-car-rear::before {
  content: "\f5de";
}

.fa-car-alt::before {
  content: "\f5de";
}

.fa-pump-soap::before {
  content: "\e06b";
}

.fa-video-slash::before {
  content: "\f4e2";
}

.fa-battery-quarter::before {
  content: "\f243";
}

.fa-battery-2::before {
  content: "\f243";
}

.fa-radio::before {
  content: "\f8d7";
}

.fa-baby-carriage::before {
  content: "\f77d";
}

.fa-carriage-baby::before {
  content: "\f77d";
}

.fa-traffic-light::before {
  content: "\f637";
}

.fa-thermometer::before {
  content: "\f491";
}

.fa-vr-cardboard::before {
  content: "\f729";
}

.fa-hand-middle-finger::before {
  content: "\f806";
}

.fa-percent::before {
  content: "\%";
}

.fa-percentage::before {
  content: "\%";
}

.fa-truck-moving::before {
  content: "\f4df";
}

.fa-glass-water-droplet::before {
  content: "\e4f5";
}

.fa-display::before {
  content: "\e163";
}

.fa-face-smile::before {
  content: "\f118";
}

.fa-smile::before {
  content: "\f118";
}

.fa-thumbtack::before {
  content: "\f08d";
}

.fa-thumb-tack::before {
  content: "\f08d";
}

.fa-trophy::before {
  content: "\f091";
}

.fa-person-praying::before {
  content: "\f683";
}

.fa-pray::before {
  content: "\f683";
}

.fa-hammer::before {
  content: "\f6e3";
}

.fa-hand-peace::before {
  content: "\f25b";
}

.fa-rotate::before {
  content: "\f2f1";
}

.fa-sync-alt::before {
  content: "\f2f1";
}

.fa-spinner::before {
  content: "\f110";
}

.fa-robot::before {
  content: "\f544";
}

.fa-peace::before {
  content: "\f67c";
}

.fa-gears::before {
  content: "\f085";
}

.fa-cogs::before {
  content: "\f085";
}

.fa-warehouse::before {
  content: "\f494";
}

.fa-arrow-up-right-dots::before {
  content: "\e4b7";
}

.fa-splotch::before {
  content: "\f5bc";
}

.fa-face-grin-hearts::before {
  content: "\f584";
}

.fa-grin-hearts::before {
  content: "\f584";
}

.fa-dice-four::before {
  content: "\f524";
}

.fa-sim-card::before {
  content: "\f7c4";
}

.fa-transgender::before {
  content: "\f225";
}

.fa-transgender-alt::before {
  content: "\f225";
}

.fa-mercury::before {
  content: "\f223";
}

.fa-arrow-turn-down::before {
  content: "\f149";
}

.fa-level-down::before {
  content: "\f149";
}

.fa-person-falling-burst::before {
  content: "\e547";
}

.fa-award::before {
  content: "\f559";
}

.fa-ticket-simple::before {
  content: "\f3ff";
}

.fa-ticket-alt::before {
  content: "\f3ff";
}

.fa-building::before {
  content: "\f1ad";
}

.fa-angles-left::before {
  content: "\f100";
}

.fa-angle-double-left::before {
  content: "\f100";
}

.fa-qrcode::before {
  content: "\f029";
}

.fa-clock-rotate-left::before {
  content: "\f1da";
}

.fa-history::before {
  content: "\f1da";
}

.fa-face-grin-beam-sweat::before {
  content: "\f583";
}

.fa-grin-beam-sweat::before {
  content: "\f583";
}

.fa-file-export::before {
  content: "\f56e";
}

.fa-arrow-right-from-file::before {
  content: "\f56e";
}

.fa-shield::before {
  content: "\f132";
}

.fa-shield-blank::before {
  content: "\f132";
}

.fa-arrow-up-short-wide::before {
  content: "\f885";
}

.fa-sort-amount-up-alt::before {
  content: "\f885";
}

.fa-house-medical::before {
  content: "\e3b2";
}

.fa-golf-ball-tee::before {
  content: "\f450";
}

.fa-golf-ball::before {
  content: "\f450";
}

.fa-circle-chevron-left::before {
  content: "\f137";
}

.fa-chevron-circle-left::before {
  content: "\f137";
}

.fa-house-chimney-window::before {
  content: "\e00d";
}

.fa-pen-nib::before {
  content: "\f5ad";
}

.fa-tent-arrow-turn-left::before {
  content: "\e580";
}

.fa-tents::before {
  content: "\e582";
}

.fa-wand-magic::before {
  content: "\f0d0";
}

.fa-magic::before {
  content: "\f0d0";
}

.fa-dog::before {
  content: "\f6d3";
}

.fa-carrot::before {
  content: "\f787";
}

.fa-moon::before {
  content: "\f186";
}

.fa-wine-glass-empty::before {
  content: "\f5ce";
}

.fa-wine-glass-alt::before {
  content: "\f5ce";
}

.fa-cheese::before {
  content: "\f7ef";
}

.fa-yin-yang::before {
  content: "\f6ad";
}

.fa-music::before {
  content: "\f001";
}

.fa-code-commit::before {
  content: "\f386";
}

.fa-temperature-low::before {
  content: "\f76b";
}

.fa-person-biking::before {
  content: "\f84a";
}

.fa-biking::before {
  content: "\f84a";
}

.fa-broom::before {
  content: "\f51a";
}

.fa-shield-heart::before {
  content: "\e574";
}

.fa-gopuram::before {
  content: "\f664";
}

.fa-earth-oceania::before {
  content: "\e47b";
}

.fa-globe-oceania::before {
  content: "\e47b";
}

.fa-square-xmark::before {
  content: "\f2d3";
}

.fa-times-square::before {
  content: "\f2d3";
}

.fa-xmark-square::before {
  content: "\f2d3";
}

.fa-hashtag::before {
  content: "\#";
}

.fa-up-right-and-down-left-from-center::before {
  content: "\f424";
}

.fa-expand-alt::before {
  content: "\f424";
}

.fa-oil-can::before {
  content: "\f613";
}

.fa-t::before {
  content: "T";
}

.fa-hippo::before {
  content: "\f6ed";
}

.fa-chart-column::before {
  content: "\e0e3";
}

.fa-infinity::before {
  content: "\f534";
}

.fa-vial-circle-check::before {
  content: "\e596";
}

.fa-person-arrow-down-to-line::before {
  content: "\e538";
}

.fa-voicemail::before {
  content: "\f897";
}

.fa-fan::before {
  content: "\f863";
}

.fa-person-walking-luggage::before {
  content: "\e554";
}

.fa-up-down::before {
  content: "\f338";
}

.fa-arrows-alt-v::before {
  content: "\f338";
}

.fa-cloud-moon-rain::before {
  content: "\f73c";
}

.fa-calendar::before {
  content: "\f133";
}

.fa-trailer::before {
  content: "\e041";
}

.fa-bahai::before {
  content: "\f666";
}

.fa-haykal::before {
  content: "\f666";
}

.fa-sd-card::before {
  content: "\f7c2";
}

.fa-dragon::before {
  content: "\f6d5";
}

.fa-shoe-prints::before {
  content: "\f54b";
}

.fa-circle-plus::before {
  content: "\f055";
}

.fa-plus-circle::before {
  content: "\f055";
}

.fa-face-grin-tongue-wink::before {
  content: "\f58b";
}

.fa-grin-tongue-wink::before {
  content: "\f58b";
}

.fa-hand-holding::before {
  content: "\f4bd";
}

.fa-plug-circle-exclamation::before {
  content: "\e55d";
}

.fa-link-slash::before {
  content: "\f127";
}

.fa-chain-broken::before {
  content: "\f127";
}

.fa-chain-slash::before {
  content: "\f127";
}

.fa-unlink::before {
  content: "\f127";
}

.fa-clone::before {
  content: "\f24d";
}

.fa-person-walking-arrow-loop-left::before {
  content: "\e551";
}

.fa-arrow-up-z-a::before {
  content: "\f882";
}

.fa-sort-alpha-up-alt::before {
  content: "\f882";
}

.fa-fire-flame-curved::before {
  content: "\f7e4";
}

.fa-fire-alt::before {
  content: "\f7e4";
}

.fa-tornado::before {
  content: "\f76f";
}

.fa-file-circle-plus::before {
  content: "\e494";
}

.fa-book-quran::before {
  content: "\f687";
}

.fa-quran::before {
  content: "\f687";
}

.fa-anchor::before {
  content: "\f13d";
}

.fa-border-all::before {
  content: "\f84c";
}

.fa-face-angry::before {
  content: "\f556";
}

.fa-angry::before {
  content: "\f556";
}

.fa-cookie-bite::before {
  content: "\f564";
}

.fa-arrow-trend-down::before {
  content: "\e097";
}

.fa-rss::before {
  content: "\f09e";
}

.fa-feed::before {
  content: "\f09e";
}

.fa-draw-polygon::before {
  content: "\f5ee";
}

.fa-scale-balanced::before {
  content: "\f24e";
}

.fa-balance-scale::before {
  content: "\f24e";
}

.fa-gauge-simple-high::before {
  content: "\f62a";
}

.fa-tachometer::before {
  content: "\f62a";
}

.fa-tachometer-fast::before {
  content: "\f62a";
}

.fa-shower::before {
  content: "\f2cc";
}

.fa-desktop::before {
  content: "\f390";
}

.fa-desktop-alt::before {
  content: "\f390";
}

.fa-m::before {
  content: "M";
}

.fa-table-list::before {
  content: "\f00b";
}

.fa-th-list::before {
  content: "\f00b";
}

.fa-comment-sms::before {
  content: "\f7cd";
}

.fa-sms::before {
  content: "\f7cd";
}

.fa-book::before {
  content: "\f02d";
}

.fa-user-plus::before {
  content: "\f234";
}

.fa-check::before {
  content: "\f00c";
}

.fa-battery-three-quarters::before {
  content: "\f241";
}

.fa-battery-4::before {
  content: "\f241";
}

.fa-house-circle-check::before {
  content: "\e509";
}

.fa-angle-left::before {
  content: "\f104";
}

.fa-diagram-successor::before {
  content: "\e47a";
}

.fa-truck-arrow-right::before {
  content: "\e58b";
}

.fa-arrows-split-up-and-left::before {
  content: "\e4bc";
}

.fa-hand-fist::before {
  content: "\f6de";
}

.fa-fist-raised::before {
  content: "\f6de";
}

.fa-cloud-moon::before {
  content: "\f6c3";
}

.fa-briefcase::before {
  content: "\f0b1";
}

.fa-person-falling::before {
  content: "\e546";
}

.fa-image-portrait::before {
  content: "\f3e0";
}

.fa-portrait::before {
  content: "\f3e0";
}

.fa-user-tag::before {
  content: "\f507";
}

.fa-rug::before {
  content: "\e569";
}

.fa-earth-europe::before {
  content: "\f7a2";
}

.fa-globe-europe::before {
  content: "\f7a2";
}

.fa-cart-flatbed-suitcase::before {
  content: "\f59d";
}

.fa-luggage-cart::before {
  content: "\f59d";
}

.fa-rectangle-xmark::before {
  content: "\f410";
}

.fa-rectangle-times::before {
  content: "\f410";
}

.fa-times-rectangle::before {
  content: "\f410";
}

.fa-window-close::before {
  content: "\f410";
}

.fa-baht-sign::before {
  content: "\e0ac";
}

.fa-book-open::before {
  content: "\f518";
}

.fa-book-journal-whills::before {
  content: "\f66a";
}

.fa-journal-whills::before {
  content: "\f66a";
}

.fa-handcuffs::before {
  content: "\e4f8";
}

.fa-triangle-exclamation::before {
  content: "\f071";
}

.fa-exclamation-triangle::before {
  content: "\f071";
}

.fa-warning::before {
  content: "\f071";
}

.fa-database::before {
  content: "\f1c0";
}

.fa-share::before {
  content: "\f064";
}

.fa-arrow-turn-right::before {
  content: "\f064";
}

.fa-mail-forward::before {
  content: "\f064";
}

.fa-bottle-droplet::before {
  content: "\e4c4";
}

.fa-mask-face::before {
  content: "\e1d7";
}

.fa-hill-rockslide::before {
  content: "\e508";
}

.fa-right-left::before {
  content: "\f362";
}

.fa-exchange-alt::before {
  content: "\f362";
}

.fa-paper-plane::before {
  content: "\f1d8";
}

.fa-road-circle-exclamation::before {
  content: "\e565";
}

.fa-dungeon::before {
  content: "\f6d9";
}

.fa-align-right::before {
  content: "\f038";
}

.fa-money-bill-1-wave::before {
  content: "\f53b";
}

.fa-money-bill-wave-alt::before {
  content: "\f53b";
}

.fa-life-ring::before {
  content: "\f1cd";
}

.fa-hands::before {
  content: "\f2a7";
}

.fa-sign-language::before {
  content: "\f2a7";
}

.fa-signing::before {
  content: "\f2a7";
}

.fa-calendar-day::before {
  content: "\f783";
}

.fa-water-ladder::before {
  content: "\f5c5";
}

.fa-ladder-water::before {
  content: "\f5c5";
}

.fa-swimming-pool::before {
  content: "\f5c5";
}

.fa-arrows-up-down::before {
  content: "\f07d";
}

.fa-arrows-v::before {
  content: "\f07d";
}

.fa-face-grimace::before {
  content: "\f57f";
}

.fa-grimace::before {
  content: "\f57f";
}

.fa-wheelchair-move::before {
  content: "\e2ce";
}

.fa-wheelchair-alt::before {
  content: "\e2ce";
}

.fa-turn-down::before {
  content: "\f3be";
}

.fa-level-down-alt::before {
  content: "\f3be";
}

.fa-person-walking-arrow-right::before {
  content: "\e552";
}

.fa-square-envelope::before {
  content: "\f199";
}

.fa-envelope-square::before {
  content: "\f199";
}

.fa-dice::before {
  content: "\f522";
}

.fa-bowling-ball::before {
  content: "\f436";
}

.fa-brain::before {
  content: "\f5dc";
}

.fa-bandage::before {
  content: "\f462";
}

.fa-band-aid::before {
  content: "\f462";
}

.fa-calendar-minus::before {
  content: "\f272";
}

.fa-circle-xmark::before {
  content: "\f057";
}

.fa-times-circle::before {
  content: "\f057";
}

.fa-xmark-circle::before {
  content: "\f057";
}

.fa-gifts::before {
  content: "\f79c";
}

.fa-hotel::before {
  content: "\f594";
}

.fa-earth-asia::before {
  content: "\f57e";
}

.fa-globe-asia::before {
  content: "\f57e";
}

.fa-id-card-clip::before {
  content: "\f47f";
}

.fa-id-card-alt::before {
  content: "\f47f";
}

.fa-magnifying-glass-plus::before {
  content: "\f00e";
}

.fa-search-plus::before {
  content: "\f00e";
}

.fa-thumbs-up::before {
  content: "\f164";
}

.fa-user-clock::before {
  content: "\f4fd";
}

.fa-hand-dots::before {
  content: "\f461";
}

.fa-allergies::before {
  content: "\f461";
}

.fa-file-invoice::before {
  content: "\f570";
}

.fa-window-minimize::before {
  content: "\f2d1";
}

.fa-mug-saucer::before {
  content: "\f0f4";
}

.fa-coffee::before {
  content: "\f0f4";
}

.fa-brush::before {
  content: "\f55d";
}

.fa-mask::before {
  content: "\f6fa";
}

.fa-magnifying-glass-minus::before {
  content: "\f010";
}

.fa-search-minus::before {
  content: "\f010";
}

.fa-ruler-vertical::before {
  content: "\f548";
}

.fa-user-large::before {
  content: "\f406";
}

.fa-user-alt::before {
  content: "\f406";
}

.fa-train-tram::before {
  content: "\e5b4";
}

.fa-user-nurse::before {
  content: "\f82f";
}

.fa-syringe::before {
  content: "\f48e";
}

.fa-cloud-sun::before {
  content: "\f6c4";
}

.fa-stopwatch-20::before {
  content: "\e06f";
}

.fa-square-full::before {
  content: "\f45c";
}

.fa-magnet::before {
  content: "\f076";
}

.fa-jar::before {
  content: "\e516";
}

.fa-note-sticky::before {
  content: "\f249";
}

.fa-sticky-note::before {
  content: "\f249";
}

.fa-bug-slash::before {
  content: "\e490";
}

.fa-arrow-up-from-water-pump::before {
  content: "\e4b6";
}

.fa-bone::before {
  content: "\f5d7";
}

.fa-user-injured::before {
  content: "\f728";
}

.fa-face-sad-tear::before {
  content: "\f5b4";
}

.fa-sad-tear::before {
  content: "\f5b4";
}

.fa-plane::before {
  content: "\f072";
}

.fa-tent-arrows-down::before {
  content: "\e581";
}

.fa-exclamation::before {
  content: "\!";
}

.fa-arrows-spin::before {
  content: "\e4bb";
}

.fa-print::before {
  content: "\f02f";
}

.fa-turkish-lira-sign::before {
  content: "\e2bb";
}

.fa-try::before {
  content: "\e2bb";
}

.fa-turkish-lira::before {
  content: "\e2bb";
}

.fa-dollar-sign::before {
  content: "\$";
}

.fa-dollar::before {
  content: "\$";
}

.fa-usd::before {
  content: "\$";
}

.fa-x::before {
  content: "X";
}

.fa-magnifying-glass-dollar::before {
  content: "\f688";
}

.fa-search-dollar::before {
  content: "\f688";
}

.fa-users-gear::before {
  content: "\f509";
}

.fa-users-cog::before {
  content: "\f509";
}

.fa-person-military-pointing::before {
  content: "\e54a";
}

.fa-building-columns::before {
  content: "\f19c";
}

.fa-bank::before {
  content: "\f19c";
}

.fa-institution::before {
  content: "\f19c";
}

.fa-museum::before {
  content: "\f19c";
}

.fa-university::before {
  content: "\f19c";
}

.fa-umbrella::before {
  content: "\f0e9";
}

.fa-trowel::before {
  content: "\e589";
}

.fa-d::before {
  content: "D";
}

.fa-stapler::before {
  content: "\e5af";
}

.fa-masks-theater::before {
  content: "\f630";
}

.fa-theater-masks::before {
  content: "\f630";
}

.fa-kip-sign::before {
  content: "\e1c4";
}

.fa-hand-point-left::before {
  content: "\f0a5";
}

.fa-handshake-simple::before {
  content: "\f4c6";
}

.fa-handshake-alt::before {
  content: "\f4c6";
}

.fa-jet-fighter::before {
  content: "\f0fb";
}

.fa-fighter-jet::before {
  content: "\f0fb";
}

.fa-square-share-nodes::before {
  content: "\f1e1";
}

.fa-share-alt-square::before {
  content: "\f1e1";
}

.fa-barcode::before {
  content: "\f02a";
}

.fa-plus-minus::before {
  content: "\e43c";
}

.fa-video::before {
  content: "\f03d";
}

.fa-video-camera::before {
  content: "\f03d";
}

.fa-graduation-cap::before {
  content: "\f19d";
}

.fa-mortar-board::before {
  content: "\f19d";
}

.fa-hand-holding-medical::before {
  content: "\e05c";
}

.fa-person-circle-check::before {
  content: "\e53e";
}

.fa-turn-up::before {
  content: "\f3bf";
}

.fa-level-up-alt::before {
  content: "\f3bf";
}

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/fontawesome/fa-regular-400.woff2) format("woff2"), url(/fontawesome/fa-regular-400.ttf) format("truetype");
}
.far,
.fa-regular {
  font-weight: 400;
}

/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/fontawesome/fa-solid-900.woff2) format("woff2"), url(/fontawesome/fa-solid-900.ttf) format("truetype");
}
.fas,
.fa-solid {
  font-weight: 900;
}

/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/fontawesome/fa-brands-400.woff2) format("woff2"), url(/fontawesome/fa-brands-400.ttf) format("truetype");
}
.fab,
.fa-brands {
  font-weight: 400;
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-aws:before {
  content: "\f375";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-cloudflare:before {
  content: "\e07d";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-modx:before {
  content: "\f285";
}

.fa-guilded:before {
  content: "\e07e";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-square-js:before {
  content: "\f3b9";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-orcid:before {
  content: "\f8d2";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-unity:before {
  content: "\e049";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-vk:before {
  content: "\f189";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-square-reddit:before {
  content: "\f1a2";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-square-font-awesome:before {
  content: "\e5ad";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-square-instagram:before {
  content: "\e055";
}

.fa-instagram-square:before {
  content: "\e055";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-square-hacker-news:before {
  content: "\f3af";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-edge:before {
  content: "\f282";
}

.fa-threads:before {
  content: "\e618";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-square-snapchat:before {
  content: "\f2ad";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-safari:before {
  content: "\f267";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-square-font-awesome-stroke:before {
  content: "\f35c";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-watchman-monitoring:before {
  content: "\e087";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-square-viadeo:before {
  content: "\f2aa";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-centos:before {
  content: "\f789";
}

.fa-adn:before {
  content: "\f170";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-square-dribbble:before {
  content: "\f397";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-node:before {
  content: "\f419";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-debian:before {
  content: "\e60b";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-instalod:before {
  content: "\e081";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-square-twitter:before {
  content: "\f081";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-golang:before {
  content: "\e40f";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-uncharted:before {
  content: "\e084";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-square-youtube:before {
  content: "\f431";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-rendact:before {
  content: "\f3e4";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-nfc-directional:before {
  content: "\e530";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-meta:before {
  content: "\e49b";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-hips:before {
  content: "\f452";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-discord:before {
  content: "\f392";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-mdb:before {
  content: "\f8ca";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-unsplash:before {
  content: "\e07c";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-square-steam:before {
  content: "\f1b7";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-square-vimeo:before {
  content: "\f194";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-flag:before {
  content: "\f2b4";
}

.fa-font-awesome-logo-full:before {
  content: "\f2b4";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-apple:before {
  content: "\f179";
}

.fa-hive:before {
  content: "\e07f";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-padlet:before {
  content: "\e4a0";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-square-github:before {
  content: "\f092";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-shopify:before {
  content: "\e057";
}

.fa-neos:before {
  content: "\f612";
}

.fa-square-threads:before {
  content: "\e619";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-angular:before {
  content: "\f420";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envira:before {
  content: "\f299";
}

.fa-square-gitlab:before {
  content: "\e5ae";
}

.fa-gitlab-square:before {
  content: "\e5ae";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-square-odnoklassniki:before {
  content: "\f264";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-sith:before {
  content: "\f512";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-hashnode:before {
  content: "\e499";
}

.fa-react:before {
  content: "\f41b";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-gg:before {
  content: "\f260";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-square-pinterest:before {
  content: "\f0d3";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-xing:before {
  content: "\f168";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-less:before {
  content: "\f41d";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-dailymotion:before {
  content: "\e052";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-nfc-symbol:before {
  content: "\e531";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-square-google-plus:before {
  content: "\f0d4";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-square-xing:before {
  content: "\f169";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-fly:before {
  content: "\f417";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-viber:before {
  content: "\f409";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-audible:before {
  content: "\f373";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-bilibili:before {
  content: "\e3d9";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-x-twitter:before {
  content: "\e61b";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-42-group:before {
  content: "\e080";
}

.fa-innosoft:before {
  content: "\e080";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-square-pied-piper:before {
  content: "\e01e";
}

.fa-pied-piper-square:before {
  content: "\e01e";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-tiktok:before {
  content: "\e07b";
}

.fa-square-facebook:before {
  content: "\f082";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-mixer:before {
  content: "\e056";
}

.fa-square-lastfm:before {
  content: "\f203";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-figma:before {
  content: "\f799";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-cmplid:before {
  content: "\e360";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-deezer:before {
  content: "\e077";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-docker:before {
  content: "\f395";
}

.fa-screenpal:before {
  content: "\e570";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-microblog:before {
  content: "\e01a";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-wirsindhandwerk:before {
  content: "\e2d0";
}

.fa-wsh:before {
  content: "\e2d0";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-octopus-deploy:before {
  content: "\e082";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-apper:before {
  content: "\f371";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ab";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-rust:before {
  content: "\e07a";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-square-behance:before {
  content: "\f1b5";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-space-awesome:before {
  content: "\e5ac";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-square-git:before {
  content: "\f1d2";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-square-tumblr:before {
  content: "\f174";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-trello:before {
  content: "\f181";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-perbyte:before {
  content: "\e083";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-android:before {
  content: "\f17b";
}

.fa-bots:before {
  content: "\e340";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-ideal:before {
  content: "\e013";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-uber:before {
  content: "\f402";
}

.fa-github:before {
  content: "\f09b";
}

.fa-php:before {
  content: "\f457";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-firefox-browser:before {
  content: "\e007";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-stubber:before {
  content: "\e5c7";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f2c6";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-odysee:before {
  content: "\e5c6";
}

.fa-square-whatsapp:before {
  content: "\f40c";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-edge-legacy:before {
  content: "\e078";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f198";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-usb:before {
  content: "\f287";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-square-x-twitter:before {
  content: "\e61a";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f23a";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-sitrox:before {
  content: "\e44a";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-strava:before {
  content: "\f428";
}

.fa-ember:before {
  content: "\f423";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-wodu:before {
  content: "\e088";
}

.fa-google-pay:before {
  content: "\e079";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-zhihu:before {
  content: "\f63f";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-pix:before {
  content: "\e43a";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}
/* line 1, app/assets/stylesheets/notifications.scss */
.notifications-header {
  border-bottom: 1px solid #e3e6f0;
  background-color: #f8f9fc;
}

/* line 6, app/assets/stylesheets/notifications.scss */
.notifications-body {
  max-height: 400px;
  overflow-y: auto;
}

/* line 11, app/assets/stylesheets/notifications.scss */
.dropdown-list {
  min-width: 350px;
  max-width: 350px;
  padding: 0;
}

/* line 16, app/assets/stylesheets/notifications.scss */
.dropdown-list .dropdown-item {
  white-space: normal;
  padding: 1rem;
  border-bottom: 1px solid #e3e6f0;
}

/* line 21, app/assets/stylesheets/notifications.scss */
.dropdown-list .dropdown-item:last-child {
  border-bottom: none;
}

/* line 25, app/assets/stylesheets/notifications.scss */
.dropdown-list .dropdown-item.unread {
  background-color: #f8f9fc;
}

/* line 28, app/assets/stylesheets/notifications.scss */
.dropdown-list .dropdown-item.unread:hover {
  background-color: #eaecf4;
}

/* line 35, app/assets/stylesheets/notifications.scss */
.notification-indicator {
  width: 10px;
  height: 10px;
  flex-shrink: 0;
}

/* line 41, app/assets/stylesheets/notifications.scss */
.notification-present {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #e74a3b;
}

/* line 49, app/assets/stylesheets/notifications.scss */
.notification-content {
  flex-grow: 1;
  min-width: 0;
}

/* line 53, app/assets/stylesheets/notifications.scss */
.notification-content .small {
  color: #858796;
}


/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */

.pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
    content: " ";
    display: table;
}
.pika-single:after { clear: both }

.pika-single.is-hidden {
    display: none;
}

.pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);
}

.pika-lendar {
    float: left;
    width: 240px;
    margin: 8px;
}

.pika-title {
    position: relative;
    text-align: center;
}

.pika-label {
    display: inline-block;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
}
.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    opacity: 0;
}

.pika-prev,
.pika-next {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    /* hide text using text-indent trick, using width value (it's enough) */
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: .5;
}

.pika-prev:hover,
.pika-next:hover {
    opacity: 1;
}

.pika-prev,
.is-rtl .pika-next {
    float: left;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');
}

.pika-next,
.is-rtl .pika-prev {
    float: right;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
    cursor: default;
    opacity: .2;
}

.pika-select {
    display: inline-block;
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

.pika-table th,
.pika-table td {
    width: 14.285714285714286%;
    padding: 0;
}

.pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
}

.pika-button {
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    background: #f5f5f5;
    height: initial;
}

.pika-week {
    font-size: 11px;
    color: #999;
}

.is-today .pika-button {
    color: #33aaff;
    font-weight: bold;
}

.is-selected .pika-button,
.has-event .pika-button {
    color: #fff;
    font-weight: bold;
    background: #33aaff;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px;
}

.has-event .pika-button {
    background: #005da9;
    box-shadow: inset 0 1px 3px #0076c9;
}

.is-disabled .pika-button,
.is-inrange .pika-button {
    background: #D5E9F7;
}

.is-startrange .pika-button {
    color: #fff;
    background: #6CB31D;
    box-shadow: none;
    border-radius: 3px;
}

.is-endrange .pika-button {
    color: #fff;
    background: #33aaff;
    box-shadow: none;
    border-radius: 3px;
}

.is-disabled .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3;
}

.is-outside-current-month .pika-button {
    color: #999;
    opacity: .3;
}

.is-selection-disabled {
    pointer-events: none;
    cursor: default;
}

.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
    color: #fff;
    background: #ff8000;
    box-shadow: none;
    border-radius: 3px;
}

/* styling for abbr */
.pika-table abbr {
    border-bottom: none;
    cursor: help;
}
/* Styles specific to SortableJS drag-and-drop behavior */

.sortable-ghost {
  opacity: 0.5;
  background-color: #f8f9fa !important;
}

.sortable-chosen {
  background-color: #d3f8e2 !important;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
} 
@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.
 *


 */
/*!
 * Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
@import url(/assets/css/pages/global-a0c4775ffed2ca1533c231f8c167f9337d1f7ad43d698ae15c4d5cbc6f7d0b25.css);
@import url(/assets/css/packages/tom-select-37fc2440b978f54bdb7aebd4b102d5a55cabd1e0c41ee0ed3747892e92a793f1.css);
@import url(/assets/css/packages/tom_select_custom-80c316fe3fad1059dbfe45360afa78404299de359a57e680946bca3f7c6b639a.css);
/* line 4, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_core.scss */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

/* line 9, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_core.scss */
.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

/* line 19, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_core.scss */
.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
  font-family: 'Font Awesome 6 Free';
}

/* line 23, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_core.scss */
.fab,
.fa-brands {
  font-family: 'Font Awesome 6 Brands';
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_sizing.scss */
.fa-1x {
  font-size: 1em;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_sizing.scss */
.fa-2x {
  font-size: 2em;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_sizing.scss */
.fa-3x {
  font-size: 3em;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_sizing.scss */
.fa-4x {
  font-size: 4em;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_sizing.scss */
.fa-5x {
  font-size: 5em;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_sizing.scss */
.fa-6x {
  font-size: 6em;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_sizing.scss */
.fa-7x {
  font-size: 7em;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_sizing.scss */
.fa-8x {
  font-size: 8em;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_sizing.scss */
.fa-9x {
  font-size: 9em;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_sizing.scss */
.fa-10x {
  font-size: 10em;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_sizing.scss */
.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_sizing.scss */
.fa-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_sizing.scss */
.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_sizing.scss */
.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_sizing.scss */
.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_sizing.scss */
.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

/* line 4, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_fixed-width.scss */
.fa-fw {
  text-align: center;
  width: 1.25em;
}

/* line 4, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_list.scss */
.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}

/* line 9, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_list.scss */
.fa-ul > li {
  position: relative;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_list.scss */
.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

/* line 4, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

/* line 4, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_animated.scss */
.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_animated.scss */
.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

/* line 22, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_animated.scss */
.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

/* line 31, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_animated.scss */
.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

/* line 40, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_animated.scss */
.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

/* line 49, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_animated.scss */
.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

/* line 58, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_animated.scss */
.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_animated.scss */
.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

/* line 71, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_animated.scss */
.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  /* line 83, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_animated.scss */
  .fa-beat,
.fa-bounce,
.fa-fade,
.fa-beat-fade,
.fa-flip,
.fa-pulse,
.fa-shake,
.fa-spin,
.fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}

@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}

@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}

@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}

@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}

@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}

@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* line 4, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-90 {
  transform: rotate(90deg);
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-180 {
  transform: rotate(180deg);
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-270 {
  transform: rotate(270deg);
}

/* line 16, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-flip-horizontal {
  transform: scale(-1, 1);
}

/* line 20, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-flip-vertical {
  transform: scale(1, -1);
}

/* line 24, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, none));
}

/* line 4, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

/* line 21, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 25, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 29, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_stacked.scss */
.fa-inverse {
  color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-0::before {
  content: "\30";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-1::before {
  content: "\31";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-2::before {
  content: "\32";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-3::before {
  content: "\33";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-4::before {
  content: "\34";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-5::before {
  content: "\35";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-6::before {
  content: "\36";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-7::before {
  content: "\37";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-8::before {
  content: "\38";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-9::before {
  content: "\39";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fill-drip::before {
  content: "\f576";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-to-circle::before {
  content: "\e4bd";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-chevron-right::before {
  content: "\f138";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-right::before {
  content: "\f138";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-at::before {
  content: "\40";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-can::before {
  content: "\f2ed";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-alt::before {
  content: "\f2ed";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-text-height::before {
  content: "\f034";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-xmark::before {
  content: "\f235";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-times::before {
  content: "\f235";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stethoscope::before {
  content: "\f0f1";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-message::before {
  content: "\f27a";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-alt::before {
  content: "\f27a";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-info::before {
  content: "\f129";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-down-left-and-up-right-to-center::before {
  content: "\f422";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-compress-alt::before {
  content: "\f422";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-explosion::before {
  content: "\e4e9";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-lines::before {
  content: "\f15c";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-alt::before {
  content: "\f15c";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-text::before {
  content: "\f15c";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wave-square::before {
  content: "\f83e";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ring::before {
  content: "\f70b";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-un::before {
  content: "\e4d9";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-three::before {
  content: "\f527";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-days::before {
  content: "\f073";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-alt::before {
  content: "\f073";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-anchor-circle-check::before {
  content: "\e4aa";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-circle-arrow-right::before {
  content: "\e4d1";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-volleyball::before {
  content: "\f45f";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-volleyball-ball::before {
  content: "\f45f";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-up-to-line::before {
  content: "\e4c2";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-down::before {
  content: "\f0dd";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-desc::before {
  content: "\f0dd";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-minus::before {
  content: "\f056";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus-circle::before {
  content: "\f056";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-door-open::before {
  content: "\f52b";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-right-from-bracket::before {
  content: "\f2f5";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-out-alt::before {
  content: "\f2f5";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-atom::before {
  content: "\f5d2";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-soap::before {
  content: "\e06e";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-icons::before {
  content: "\f86d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-music-camera-bolt::before {
  content: "\f86d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-lines-slash::before {
  content: "\f539";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-alt-slash::before {
  content: "\f539";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bridge-circle-check::before {
  content: "\e4c9";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pump-medical::before {
  content: "\e06a";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fingerprint::before {
  content: "\f577";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-point-right::before {
  content: "\f0a4";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnifying-glass-location::before {
  content: "\f689";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-location::before {
  content: "\f689";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-forward-step::before {
  content: "\f051";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-step-forward::before {
  content: "\f051";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-smile-beam::before {
  content: "\f5b8";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-smile-beam::before {
  content: "\f5b8";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag-checkered::before {
  content: "\f11e";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-football::before {
  content: "\f44e";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-football-ball::before {
  content: "\f44e";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-school-circle-exclamation::before {
  content: "\e56c";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-crop::before {
  content: "\f125";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angles-down::before {
  content: "\f103";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-down::before {
  content: "\f103";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-rectangle::before {
  content: "\e594";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-roof::before {
  content: "\e537";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-line::before {
  content: "\e534";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-beer-mug-empty::before {
  content: "\f0fc";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-beer::before {
  content: "\f0fc";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-diagram-predecessor::before {
  content: "\e477";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-long::before {
  content: "\f176";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-up::before {
  content: "\f176";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire-flame-simple::before {
  content: "\f46a";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-burn::before {
  content: "\f46a";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person::before {
  content: "\f183";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-male::before {
  content: "\f183";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop::before {
  content: "\f109";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-csv::before {
  content: "\f6dd";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-menorah::before {
  content: "\f676";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-plane::before {
  content: "\e58f";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-record-vinyl::before {
  content: "\f8d9";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-stars::before {
  content: "\f587";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-stars::before {
  content: "\f587";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bong::before {
  content: "\f55c";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-spaghetti-monster-flying::before {
  content: "\f67b";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pastafarianism::before {
  content: "\f67b";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-up-across-line::before {
  content: "\e4af";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-spoon::before {
  content: "\f2e5";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-utensil-spoon::before {
  content: "\f2e5";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-jar-wheat::before {
  content: "\e517";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelopes-bulk::before {
  content: "\f674";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mail-bulk::before {
  content: "\f674";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-circle-exclamation::before {
  content: "\e4eb";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-h::before {
  content: "\f47e";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital-symbol::before {
  content: "\f47e";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pager::before {
  content: "\f815";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-address-book::before {
  content: "\f2b9";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-contact-book::before {
  content: "\f2b9";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-strikethrough::before {
  content: "\f0cc";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-k::before {
  content: "\4b";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-landmark-flag::before {
  content: "\e51c";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pencil::before {
  content: "\f303";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pencil-alt::before {
  content: "\f303";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-backward::before {
  content: "\f04a";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-right::before {
  content: "\f0da";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-comments::before {
  content: "\f086";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-paste::before {
  content: "\f0ea";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-clipboard::before {
  content: "\f0ea";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-code-pull-request::before {
  content: "\e13c";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-clipboard-list::before {
  content: "\f46d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-ramp-box::before {
  content: "\f4de";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-loading::before {
  content: "\f4de";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-check::before {
  content: "\f4fc";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vial-virus::before {
  content: "\e597";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sheet-plastic::before {
  content: "\e571";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-blog::before {
  content: "\f781";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-ninja::before {
  content: "\f504";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-arrow-up-from-line::before {
  content: "\e539";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-scroll-torah::before {
  content: "\f6a0";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-torah::before {
  content: "\f6a0";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-broom-ball::before {
  content: "\f458";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-quidditch::before {
  content: "\f458";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-quidditch-broom-ball::before {
  content: "\f458";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-off::before {
  content: "\f204";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-box-archive::before {
  content: "\f187";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-archive::before {
  content: "\f187";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-drowning::before {
  content: "\e545";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-9-1::before {
  content: "\f886";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-desc::before {
  content: "\f886";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-down-alt::before {
  content: "\f886";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-tongue-squint::before {
  content: "\f58a";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-tongue-squint::before {
  content: "\f58a";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-spray-can::before {
  content: "\f5bd";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-monster::before {
  content: "\f63b";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-w::before {
  content: "\57";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-earth-africa::before {
  content: "\f57c";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-africa::before {
  content: "\f57c";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rainbow::before {
  content: "\f75b";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-notch::before {
  content: "\f1ce";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablet-screen-button::before {
  content: "\f3fa";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablet-alt::before {
  content: "\f3fa";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-paw::before {
  content: "\f1b0";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud::before {
  content: "\f0c2";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trowel-bricks::before {
  content: "\e58a";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-flushed::before {
  content: "\f579";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-flushed::before {
  content: "\f579";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital-user::before {
  content: "\f80d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tent-arrow-left-right::before {
  content: "\e57f";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gavel::before {
  content: "\f0e3";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-legal::before {
  content: "\f0e3";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-binoculars::before {
  content: "\f1e5";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-slash::before {
  content: "\f131";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-box-tissue::before {
  content: "\e05b";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-motorcycle::before {
  content: "\f21c";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell-concierge::before {
  content: "\f562";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-concierge-bell::before {
  content: "\f562";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-ruler::before {
  content: "\f5ae";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pencil-ruler::before {
  content: "\f5ae";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-arrows::before {
  content: "\e068";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-arrows-left-right::before {
  content: "\e068";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-and-venus-burst::before {
  content: "\e523";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-caret-right::before {
  content: "\f152";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-square-right::before {
  content: "\f152";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-scissors::before {
  content: "\f0c4";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cut::before {
  content: "\f0c4";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sun-plant-wilt::before {
  content: "\e57a";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-toilets-portable::before {
  content: "\e584";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hockey-puck::before {
  content: "\f453";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-table::before {
  content: "\f0ce";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnifying-glass-arrow-right::before {
  content: "\e521";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tachograph-digital::before {
  content: "\f566";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-digital-tachograph::before {
  content: "\f566";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-slash::before {
  content: "\e073";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-clover::before {
  content: "\e139";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-reply::before {
  content: "\f3e5";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mail-reply::before {
  content: "\f3e5";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-and-crescent::before {
  content: "\f699";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-fire::before {
  content: "\e50c";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-minus::before {
  content: "\f146";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus-square::before {
  content: "\f146";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-helicopter::before {
  content: "\f533";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-compass::before {
  content: "\f14e";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-caret-down::before {
  content: "\f150";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-square-down::before {
  content: "\f150";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-circle-question::before {
  content: "\e4ef";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop-code::before {
  content: "\f5fc";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-swatchbook::before {
  content: "\f5c3";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-prescription-bottle::before {
  content: "\f485";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bars::before {
  content: "\f0c9";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-navicon::before {
  content: "\f0c9";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-group::before {
  content: "\e533";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-end::before {
  content: "\f253";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-3::before {
  content: "\f253";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-crack::before {
  content: "\f7a9";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-broken::before {
  content: "\f7a9";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-up-right::before {
  content: "\f360";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-external-link-square-alt::before {
  content: "\f360";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-kiss-beam::before {
  content: "\f597";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-kiss-beam::before {
  content: "\f597";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-film::before {
  content: "\f008";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruler-horizontal::before {
  content: "\f547";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-robbery::before {
  content: "\e536";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lightbulb::before {
  content: "\f0eb";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-left::before {
  content: "\f0d9";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-exclamation::before {
  content: "\f06a";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-exclamation-circle::before {
  content: "\f06a";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-school-circle-xmark::before {
  content: "\e56d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right-from-bracket::before {
  content: "\f08b";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-out::before {
  content: "\f08b";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-chevron-down::before {
  content: "\f13a";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-down::before {
  content: "\f13a";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlock-keyhole::before {
  content: "\f13e";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlock-alt::before {
  content: "\f13e";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-showers-heavy::before {
  content: "\f740";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-headphones-simple::before {
  content: "\f58f";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-headphones-alt::before {
  content: "\f58f";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sitemap::before {
  content: "\f0e8";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-dollar-to-slot::before {
  content: "\f4b9";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-donate::before {
  content: "\f4b9";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-memory::before {
  content: "\f538";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-road-spikes::before {
  content: "\e568";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire-burner::before {
  content: "\e4f1";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag::before {
  content: "\f024";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hanukiah::before {
  content: "\f6e6";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-feather::before {
  content: "\f52d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-low::before {
  content: "\f027";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-down::before {
  content: "\f027";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-slash::before {
  content: "\f4b3";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-sun-rain::before {
  content: "\f743";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-compress::before {
  content: "\f066";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheat-awn::before {
  content: "\e2cd";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheat-alt::before {
  content: "\e2cd";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ankh::before {
  content: "\f644";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-holding-child::before {
  content: "\e4fa";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-asterisk::before {
  content: "\2a";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-check::before {
  content: "\f14a";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-square::before {
  content: "\f14a";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-peseta-sign::before {
  content: "\e221";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-heading::before {
  content: "\f1dc";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-header::before {
  content: "\f1dc";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ghost::before {
  content: "\f6e2";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-list::before {
  content: "\f03a";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-squares::before {
  content: "\f03a";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-phone-flip::before {
  content: "\f87b";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-square-alt::before {
  content: "\f87b";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-plus::before {
  content: "\f217";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gamepad::before {
  content: "\f11b";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-dot::before {
  content: "\f192";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dot-circle::before {
  content: "\f192";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-dizzy::before {
  content: "\f567";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dizzy::before {
  content: "\f567";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-egg::before {
  content: "\f7fb";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-medical-circle-xmark::before {
  content: "\e513";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-campground::before {
  content: "\f6bb";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-plus::before {
  content: "\f65e";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-futbol::before {
  content: "\f1e3";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-futbol-ball::before {
  content: "\f1e3";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-soccer-ball::before {
  content: "\f1e3";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-paintbrush::before {
  content: "\f1fc";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-paint-brush::before {
  content: "\f1fc";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lock::before {
  content: "\f023";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gas-pump::before {
  content: "\f52f";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hot-tub-person::before {
  content: "\f593";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hot-tub::before {
  content: "\f593";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-location::before {
  content: "\f59f";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marked::before {
  content: "\f59f";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-flood-water::before {
  content: "\e50e";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tree::before {
  content: "\f1bb";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bridge-lock::before {
  content: "\e4cc";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sack-dollar::before {
  content: "\f81d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-to-square::before {
  content: "\f044";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-edit::before {
  content: "\f044";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-side::before {
  content: "\f5e4";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-nodes::before {
  content: "\f1e0";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-alt::before {
  content: "\f1e0";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-circle-minus::before {
  content: "\e4ff";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-half::before {
  content: "\f252";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-2::before {
  content: "\f252";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-microscope::before {
  content: "\f610";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sink::before {
  content: "\e06d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bag-shopping::before {
  content: "\f290";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-bag::before {
  content: "\f290";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-z-a::before {
  content: "\f881";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-desc::before {
  content: "\f881";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-down-alt::before {
  content: "\f881";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mitten::before {
  content: "\f7b5";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-rays::before {
  content: "\e54d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-users::before {
  content: "\f0c0";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye-slash::before {
  content: "\f070";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-flask-vial::before {
  content: "\e4f3";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand::before {
  content: "\f256";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-paper::before {
  content: "\f256";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-om::before {
  content: "\f679";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-worm::before {
  content: "\e599";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-circle-xmark::before {
  content: "\e50b";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug::before {
  content: "\f1e6";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-up::before {
  content: "\f077";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-spock::before {
  content: "\f259";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stopwatch::before {
  content: "\f2f2";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-kiss::before {
  content: "\f596";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-kiss::before {
  content: "\f596";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bridge-circle-xmark::before {
  content: "\e4cb";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-tongue::before {
  content: "\f589";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-tongue::before {
  content: "\f589";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-bishop::before {
  content: "\f43a";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-wink::before {
  content: "\f58c";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-wink::before {
  content: "\f58c";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ear-deaf::before {
  content: "\f2a4";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-deaf::before {
  content: "\f2a4";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-deafness::before {
  content: "\f2a4";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hard-of-hearing::before {
  content: "\f2a4";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-road-circle-check::before {
  content: "\e564";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-five::before {
  content: "\f523";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-rss::before {
  content: "\f143";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rss-square::before {
  content: "\f143";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-land-mine-on::before {
  content: "\e51b";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-i-cursor::before {
  content: "\f246";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stamp::before {
  content: "\f5bf";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stairs::before {
  content: "\e289";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-i::before {
  content: "\49";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hryvnia-sign::before {
  content: "\f6f2";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hryvnia::before {
  content: "\f6f2";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pills::before {
  content: "\f484";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-wide::before {
  content: "\f581";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-alt::before {
  content: "\f581";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tooth::before {
  content: "\f5c9";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-v::before {
  content: "\56";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bangladeshi-taka-sign::before {
  content: "\e2e6";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bicycle::before {
  content: "\f206";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-staff-snake::before {
  content: "\e579";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rod-asclepius::before {
  content: "\e579";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rod-snake::before {
  content: "\e579";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-staff-aesculapius::before {
  content: "\e579";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-head-side-cough-slash::before {
  content: "\e062";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-medical::before {
  content: "\f0f9";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ambulance::before {
  content: "\f0f9";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheat-awn-circle-exclamation::before {
  content: "\e598";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-snowman::before {
  content: "\f7d0";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mortar-pestle::before {
  content: "\f5a7";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-road-barrier::before {
  content: "\e562";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-school::before {
  content: "\f549";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-igloo::before {
  content: "\f7ae";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-joint::before {
  content: "\f595";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-right::before {
  content: "\f105";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-horse::before {
  content: "\f6f0";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-q::before {
  content: "\51";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-g::before {
  content: "\47";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-notes-medical::before {
  content: "\f481";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-half::before {
  content: "\f2c9";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-2::before {
  content: "\f2c9";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-2::before {
  content: "\f2c9";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-half::before {
  content: "\f2c9";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dong-sign::before {
  content: "\e169";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-capsules::before {
  content: "\f46b";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-poo-storm::before {
  content: "\f75a";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-poo-bolt::before {
  content: "\f75a";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-frown-open::before {
  content: "\f57a";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-frown-open::before {
  content: "\f57a";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-point-up::before {
  content: "\f0a6";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill::before {
  content: "\f0d6";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bookmark::before {
  content: "\f02e";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-justify::before {
  content: "\f039";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-umbrella-beach::before {
  content: "\f5ca";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-helmet-un::before {
  content: "\e503";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bullseye::before {
  content: "\f140";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bacon::before {
  content: "\f7e5";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-point-down::before {
  content: "\f0a7";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-from-bracket::before {
  content: "\e09a";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder::before {
  content: "\f07b";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-blank::before {
  content: "\f07b";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-waveform::before {
  content: "\f478";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-medical-alt::before {
  content: "\f478";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-radiation::before {
  content: "\f7b9";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-simple::before {
  content: "\e473";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke::before {
  content: "\f229";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vial::before {
  content: "\f492";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gauge::before {
  content: "\f624";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dashboard::before {
  content: "\f624";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gauge-med::before {
  content: "\f624";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tachometer-alt-average::before {
  content: "\f624";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wand-magic-sparkles::before {
  content: "\e2ca";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-magic-wand-sparkles::before {
  content: "\e2ca";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-e::before {
  content: "\45";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-clip::before {
  content: "\f305";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-alt::before {
  content: "\f305";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bridge-circle-exclamation::before {
  content: "\e4ca";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user::before {
  content: "\f007";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-school-circle-check::before {
  content: "\e56b";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dumpster::before {
  content: "\f793";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-van-shuttle::before {
  content: "\f5b6";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shuttle-van::before {
  content: "\f5b6";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-user::before {
  content: "\e4da";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-caret-left::before {
  content: "\f191";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-square-left::before {
  content: "\f191";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-highlighter::before {
  content: "\f591";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-key::before {
  content: "\f084";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bullhorn::before {
  content: "\f0a1";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe::before {
  content: "\f0ac";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-synagogue::before {
  content: "\f69b";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-half-dress::before {
  content: "\e548";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-road-bridge::before {
  content: "\e563";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-location-arrow::before {
  content: "\f124";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-c::before {
  content: "\43";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablet-button::before {
  content: "\f10a";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-lock::before {
  content: "\e4d6";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pizza-slice::before {
  content: "\f818";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-wave::before {
  content: "\f53a";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-area::before {
  content: "\f1fe";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-area-chart::before {
  content: "\f1fe";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-flag::before {
  content: "\e50d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-circle-minus::before {
  content: "\e540";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ban::before {
  content: "\f05e";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cancel::before {
  content: "\f05e";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-camera-rotate::before {
  content: "\e0d8";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-spray-can-sparkles::before {
  content: "\f5d0";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-air-freshener::before {
  content: "\f5d0";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-star::before {
  content: "\f005";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-repeat::before {
  content: "\f363";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cross::before {
  content: "\f654";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-box::before {
  content: "\f466";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus-mars::before {
  content: "\f228";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-pointer::before {
  content: "\f245";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mouse-pointer::before {
  content: "\f245";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-maximize::before {
  content: "\f31e";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-expand-arrows-alt::before {
  content: "\f31e";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-charging-station::before {
  content: "\f5e7";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shapes::before {
  content: "\f61f";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-triangle-circle-square::before {
  content: "\f61f";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shuffle::before {
  content: "\f074";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-random::before {
  content: "\f074";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-running::before {
  content: "\f70c";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-running::before {
  content: "\f70c";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-retro::before {
  content: "\e527";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grip-lines-vertical::before {
  content: "\f7a5";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-spider::before {
  content: "\f717";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-bound::before {
  content: "\e4f9";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-invoice-dollar::before {
  content: "\f571";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-circle-exclamation::before {
  content: "\e556";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-x-ray::before {
  content: "\f497";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-spell-check::before {
  content: "\f891";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-slash::before {
  content: "\f715";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-computer-mouse::before {
  content: "\f8cc";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mouse::before {
  content: "\f8cc";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right-to-bracket::before {
  content: "\f090";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-in::before {
  content: "\f090";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shop-slash::before {
  content: "\e070";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-store-alt-slash::before {
  content: "\e070";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-server::before {
  content: "\f233";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-virus-covid-slash::before {
  content: "\e4a9";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shop-lock::before {
  content: "\e4a5";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-start::before {
  content: "\f251";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-1::before {
  content: "\f251";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-blender-phone::before {
  content: "\f6b6";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-wheat::before {
  content: "\e4db";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-breastfeeding::before {
  content: "\e53a";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-right-to-bracket::before {
  content: "\f2f6";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-in-alt::before {
  content: "\f2f6";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus::before {
  content: "\f221";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-passport::before {
  content: "\f5ab";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-pulse::before {
  content: "\f21e";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-heartbeat::before {
  content: "\f21e";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-carry-box::before {
  content: "\f4ce";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-carry::before {
  content: "\f4ce";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-high::before {
  content: "\f769";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-microchip::before {
  content: "\f2db";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-crown::before {
  content: "\f521";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-weight-hanging::before {
  content: "\f5cd";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-xmarks-lines::before {
  content: "\e59a";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-prescription::before {
  content: "\f572";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-weight-scale::before {
  content: "\f496";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-weight::before {
  content: "\f496";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-group::before {
  content: "\f500";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-friends::before {
  content: "\f500";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-a-z::before {
  content: "\f15e";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-up::before {
  content: "\f15e";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-knight::before {
  content: "\f441";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-laugh-squint::before {
  content: "\f59b";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-laugh-squint::before {
  content: "\f59b";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheelchair::before {
  content: "\f193";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-arrow-up::before {
  content: "\f0aa";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-up::before {
  content: "\f0aa";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-on::before {
  content: "\f205";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-walking::before {
  content: "\f554";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-walking::before {
  content: "\f554";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-l::before {
  content: "\4c";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire::before {
  content: "\f06d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bed-pulse::before {
  content: "\f487";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-procedures::before {
  content: "\f487";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shuttle-space::before {
  content: "\f197";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-space-shuttle::before {
  content: "\f197";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-laugh::before {
  content: "\f599";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-laugh::before {
  content: "\f599";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-open::before {
  content: "\f07c";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-circle-plus::before {
  content: "\e500";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-code-fork::before {
  content: "\e13b";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-city::before {
  content: "\f64f";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-lines::before {
  content: "\f3c9";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-alt::before {
  content: "\f3c9";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pepper-hot::before {
  content: "\f816";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlock::before {
  content: "\f09c";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-colon-sign::before {
  content: "\e140";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-headset::before {
  content: "\f590";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-store-slash::before {
  content: "\e071";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-road-circle-xmark::before {
  content: "\e566";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-minus::before {
  content: "\f503";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke-up::before {
  content: "\f22a";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke-v::before {
  content: "\f22a";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-champagne-glasses::before {
  content: "\f79f";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-cheers::before {
  content: "\f79f";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-clipboard::before {
  content: "\f328";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-circle-exclamation::before {
  content: "\e50a";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-arrow-up::before {
  content: "\f574";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-upload::before {
  content: "\f574";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wifi::before {
  content: "\f1eb";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wifi-3::before {
  content: "\f1eb";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wifi-strong::before {
  content: "\f1eb";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bath::before {
  content: "\f2cd";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bathtub::before {
  content: "\f2cd";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-underline::before {
  content: "\f0cd";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-pen::before {
  content: "\f4ff";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-edit::before {
  content: "\f4ff";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-signature::before {
  content: "\f5b7";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stroopwafel::before {
  content: "\f551";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bold::before {
  content: "\f032";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-anchor-lock::before {
  content: "\e4ad";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-ngo::before {
  content: "\e4d7";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-manat-sign::before {
  content: "\e1d5";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-not-equal::before {
  content: "\f53e";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-border-top-left::before {
  content: "\f853";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-border-style::before {
  content: "\f853";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-location-dot::before {
  content: "\f5a0";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marked-alt::before {
  content: "\f5a0";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-jedi::before {
  content: "\f669";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-poll-vertical::before {
  content: "\f681";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-poll::before {
  content: "\f681";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mug-hot::before {
  content: "\f7b6";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-battery::before {
  content: "\f5df";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-car::before {
  content: "\f5df";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gift::before {
  content: "\f06b";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-two::before {
  content: "\f528";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-queen::before {
  content: "\f445";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-glasses::before {
  content: "\f530";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-board::before {
  content: "\f43c";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-circle-check::before {
  content: "\e4d2";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-chalkboard::before {
  content: "\e53d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke-right::before {
  content: "\f22b";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke-h::before {
  content: "\f22b";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-back-fist::before {
  content: "\f255";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-rock::before {
  content: "\f255";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-caret-up::before {
  content: "\f151";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-square-up::before {
  content: "\f151";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-showers-water::before {
  content: "\e4e4";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-bar::before {
  content: "\f080";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bar-chart::before {
  content: "\f080";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-bubbles::before {
  content: "\e05e";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-wash::before {
  content: "\e05e";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-less-than-equal::before {
  content: "\f537";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-train::before {
  content: "\f238";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye-low-vision::before {
  content: "\f2a8";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-low-vision::before {
  content: "\f2a8";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-crow::before {
  content: "\f520";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sailboat::before {
  content: "\e445";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-restore::before {
  content: "\f2d2";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-plus::before {
  content: "\f0fe";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus-square::before {
  content: "\f0fe";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-torii-gate::before {
  content: "\f6a1";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-frog::before {
  content: "\f52e";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bucket::before {
  content: "\e4cf";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-image::before {
  content: "\f03e";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone::before {
  content: "\f130";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cow::before {
  content: "\f6c8";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-up::before {
  content: "\f0d8";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-screwdriver::before {
  content: "\f54a";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-closed::before {
  content: "\e185";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-tsunami::before {
  content: "\e515";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-nfi::before {
  content: "\e576";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-from-ground-water::before {
  content: "\e4b5";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-martini-glass::before {
  content: "\f57b";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-martini-alt::before {
  content: "\f57b";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rotate-left::before {
  content: "\f2ea";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rotate-back::before {
  content: "\f2ea";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rotate-backward::before {
  content: "\f2ea";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-undo-alt::before {
  content: "\f2ea";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-columns::before {
  content: "\f0db";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-columns::before {
  content: "\f0db";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lemon::before {
  content: "\f094";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-head-side-mask::before {
  content: "\e063";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake::before {
  content: "\f2b5";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gem::before {
  content: "\f3a5";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dolly::before {
  content: "\f472";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dolly-box::before {
  content: "\f472";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-smoking::before {
  content: "\f48d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-minimize::before {
  content: "\f78c";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-compress-arrows-alt::before {
  content: "\f78c";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-monument::before {
  content: "\f5a6";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-snowplow::before {
  content: "\f7d2";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angles-right::before {
  content: "\f101";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-right::before {
  content: "\f101";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cannabis::before {
  content: "\f55f";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-play::before {
  content: "\f144";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-play-circle::before {
  content: "\f144";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablets::before {
  content: "\f490";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ethernet::before {
  content: "\f796";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-euro-sign::before {
  content: "\f153";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-eur::before {
  content: "\f153";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-euro::before {
  content: "\f153";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chair::before {
  content: "\f6c0";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-check::before {
  content: "\f058";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-circle::before {
  content: "\f058";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-stop::before {
  content: "\f28d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stop-circle::before {
  content: "\f28d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-compass-drafting::before {
  content: "\f568";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-drafting-compass::before {
  content: "\f568";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plate-wheat::before {
  content: "\e55a";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-icicles::before {
  content: "\f7ad";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-shelter::before {
  content: "\e54f";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-neuter::before {
  content: "\f22c";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-id-badge::before {
  content: "\f2c1";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-marker::before {
  content: "\f5a1";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-laugh-beam::before {
  content: "\f59a";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-laugh-beam::before {
  content: "\f59a";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-helicopter-symbol::before {
  content: "\e502";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-universal-access::before {
  content: "\f29a";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-chevron-up::before {
  content: "\f139";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-up::before {
  content: "\f139";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lari-sign::before {
  content: "\e1c8";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-volcano::before {
  content: "\f770";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-walking-dashed-line-arrow-right::before {
  content: "\e553";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sterling-sign::before {
  content: "\f154";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gbp::before {
  content: "\f154";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pound-sign::before {
  content: "\f154";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-viruses::before {
  content: "\e076";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-person-confined::before {
  content: "\e577";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-tie::before {
  content: "\f508";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-long::before {
  content: "\f175";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-down::before {
  content: "\f175";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tent-arrow-down-to-line::before {
  content: "\e57e";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-certificate::before {
  content: "\f0a3";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-reply-all::before {
  content: "\f122";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mail-reply-all::before {
  content: "\f122";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-suitcase::before {
  content: "\f0f2";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-skating::before {
  content: "\f7c5";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-skating::before {
  content: "\f7c5";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-filter-circle-dollar::before {
  content: "\f662";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-funnel-dollar::before {
  content: "\f662";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-camera-retro::before {
  content: "\f083";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-arrow-down::before {
  content: "\f0ab";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-down::before {
  content: "\f0ab";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-import::before {
  content: "\f56f";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right-to-file::before {
  content: "\f56f";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-arrow-up-right::before {
  content: "\f14c";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-external-link-square::before {
  content: "\f14c";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-box-open::before {
  content: "\f49e";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-scroll::before {
  content: "\f70e";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-spa::before {
  content: "\f5bb";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-location-pin-lock::before {
  content: "\e51f";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pause::before {
  content: "\f04c";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hill-avalanche::before {
  content: "\e507";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-empty::before {
  content: "\f2cb";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-0::before {
  content: "\f2cb";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-0::before {
  content: "\f2cb";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-empty::before {
  content: "\f2cb";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bomb::before {
  content: "\f1e2";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-registered::before {
  content: "\f25d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-address-card::before {
  content: "\f2bb";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-contact-card::before {
  content: "\f2bb";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vcard::before {
  content: "\f2bb";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-scale-unbalanced-flip::before {
  content: "\f516";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-balance-scale-right::before {
  content: "\f516";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-subscript::before {
  content: "\f12c";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-diamond-turn-right::before {
  content: "\f5eb";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-directions::before {
  content: "\f5eb";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-burst::before {
  content: "\e4dc";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-laptop::before {
  content: "\e066";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop-house::before {
  content: "\e066";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-tired::before {
  content: "\f5c8";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tired::before {
  content: "\f5c8";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bills::before {
  content: "\e1f3";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-smog::before {
  content: "\f75f";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-crutch::before {
  content: "\f7f7";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-arrow-up::before {
  content: "\f0ee";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-upload::before {
  content: "\f0ee";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-upload-alt::before {
  content: "\f0ee";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-palette::before {
  content: "\f53f";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-turn-right::before {
  content: "\e4c0";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vest::before {
  content: "\e085";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ferry::before {
  content: "\e4ea";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-down-to-people::before {
  content: "\e4b9";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-seedling::before {
  content: "\f4d8";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sprout::before {
  content: "\f4d8";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-left-right::before {
  content: "\f337";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-alt-h::before {
  content: "\f337";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-boxes-packing::before {
  content: "\e4c7";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-arrow-left::before {
  content: "\f0a8";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-left::before {
  content: "\f0a8";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-group-arrows-rotate::before {
  content: "\e4f6";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bowl-food::before {
  content: "\e4c6";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-candy-cane::before {
  content: "\f786";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-wide-short::before {
  content: "\f160";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-asc::before {
  content: "\f160";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-down::before {
  content: "\f160";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-bolt::before {
  content: "\f76c";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thunderstorm::before {
  content: "\f76c";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-text-slash::before {
  content: "\f87d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-remove-format::before {
  content: "\f87d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-smile-wink::before {
  content: "\f4da";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-smile-wink::before {
  content: "\f4da";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-word::before {
  content: "\f1c2";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-powerpoint::before {
  content: "\f1c4";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-left-right::before {
  content: "\f07e";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-h::before {
  content: "\f07e";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-lock::before {
  content: "\e510";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-arrow-down::before {
  content: "\f0ed";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-download::before {
  content: "\f0ed";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-download-alt::before {
  content: "\f0ed";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-children::before {
  content: "\e4e1";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chalkboard::before {
  content: "\f51b";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-blackboard::before {
  content: "\f51b";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-large-slash::before {
  content: "\f4fa";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-alt-slash::before {
  content: "\f4fa";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-open::before {
  content: "\f2b6";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake-simple-slash::before {
  content: "\e05f";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake-alt-slash::before {
  content: "\e05f";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mattress-pillow::before {
  content: "\e525";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-guarani-sign::before {
  content: "\e19a";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-rotate::before {
  content: "\f021";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-refresh::before {
  content: "\f021";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sync::before {
  content: "\f021";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire-extinguisher::before {
  content: "\f134";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cruzeiro-sign::before {
  content: "\e152";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-greater-than-equal::before {
  content: "\f532";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-halved::before {
  content: "\f3ed";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-alt::before {
  content: "\f3ed";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-atlas::before {
  content: "\f558";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-atlas::before {
  content: "\f558";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-virus::before {
  content: "\e074";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-circle-check::before {
  content: "\e4e8";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-layer-group::before {
  content: "\f5fd";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-to-dot::before {
  content: "\e4be";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-archway::before {
  content: "\f557";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-circle-check::before {
  content: "\e4fd";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-chimney-crack::before {
  content: "\f6f1";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-damage::before {
  content: "\f6f1";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-zipper::before {
  content: "\f1c6";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-archive::before {
  content: "\f1c6";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-square::before {
  content: "\f0c8";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-martini-glass-empty::before {
  content: "\f000";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-martini::before {
  content: "\f000";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-couch::before {
  content: "\f4b8";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cedi-sign::before {
  content: "\e0df";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-italic::before {
  content: "\f033";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-church::before {
  content: "\f51d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-comments-dollar::before {
  content: "\f653";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-democrat::before {
  content: "\f747";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-z::before {
  content: "\5a";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-skiing::before {
  content: "\f7c9";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-skiing::before {
  content: "\f7c9";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-road-lock::before {
  content: "\e567";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-a::before {
  content: "\41";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-arrow-down::before {
  content: "\e03f";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-down::before {
  content: "\e03f";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-feather-pointed::before {
  content: "\f56b";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-feather-alt::before {
  content: "\f56b";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-p::before {
  content: "\50";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-snowflake::before {
  content: "\f2dc";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-newspaper::before {
  content: "\f1ea";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rectangle-ad::before {
  content: "\f641";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ad::before {
  content: "\f641";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-arrow-right::before {
  content: "\f0a9";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-right::before {
  content: "\f0a9";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-filter-circle-xmark::before {
  content: "\e17b";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-locust::before {
  content: "\e520";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort::before {
  content: "\f0dc";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-unsorted::before {
  content: "\f0dc";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-ol::before {
  content: "\f0cb";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-1-2::before {
  content: "\f0cb";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-numeric::before {
  content: "\f0cb";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-dress-burst::before {
  content: "\e544";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-check-dollar::before {
  content: "\f53d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-check-alt::before {
  content: "\f53d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vector-square::before {
  content: "\f5cb";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bread-slice::before {
  content: "\f7ec";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-language::before {
  content: "\f1ab";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-kiss-wink-heart::before {
  content: "\f598";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-kiss-wink-heart::before {
  content: "\f598";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-filter::before {
  content: "\f0b0";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-question::before {
  content: "\3f";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-signature::before {
  content: "\f573";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-up-down-left-right::before {
  content: "\f0b2";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-alt::before {
  content: "\f0b2";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-chimney-user::before {
  content: "\e065";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-heart::before {
  content: "\f4be";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-puzzle-piece::before {
  content: "\f12e";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-check::before {
  content: "\f53c";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-half-stroke::before {
  content: "\f5c0";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-half-alt::before {
  content: "\f5c0";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-code::before {
  content: "\f121";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-whiskey-glass::before {
  content: "\f7a0";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-whiskey::before {
  content: "\f7a0";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-circle-exclamation::before {
  content: "\e4d3";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnifying-glass-chart::before {
  content: "\e522";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-right-from-square::before {
  content: "\f08e";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-external-link::before {
  content: "\f08e";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cubes-stacked::before {
  content: "\e4e6";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-won-sign::before {
  content: "\f159";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-krw::before {
  content: "\f159";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-won::before {
  content: "\f159";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-virus-covid::before {
  content: "\e4a8";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-austral-sign::before {
  content: "\e0a9";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-f::before {
  content: "\46";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-leaf::before {
  content: "\f06c";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-road::before {
  content: "\f018";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-taxi::before {
  content: "\f1ba";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cab::before {
  content: "\f1ba";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-circle-plus::before {
  content: "\e541";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-pie::before {
  content: "\f200";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pie-chart::before {
  content: "\f200";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bolt-lightning::before {
  content: "\e0b7";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sack-xmark::before {
  content: "\e56a";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-excel::before {
  content: "\f1c3";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-contract::before {
  content: "\f56c";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fish-fins::before {
  content: "\e4f2";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-flag::before {
  content: "\e4d5";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-beam::before {
  content: "\f582";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-beam::before {
  content: "\f582";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-object-ungroup::before {
  content: "\f248";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-poop::before {
  content: "\f619";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-location-pin::before {
  content: "\f041";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marker::before {
  content: "\f041";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-kaaba::before {
  content: "\f66b";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-toilet-paper::before {
  content: "\f71e";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-helmet-safety::before {
  content: "\f807";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hard-hat::before {
  content: "\f807";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hat-hard::before {
  content: "\f807";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-eject::before {
  content: "\f052";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-right::before {
  content: "\f35a";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-alt-circle-right::before {
  content: "\f35a";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-circle-check::before {
  content: "\e555";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-rolling-eyes::before {
  content: "\f5a5";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-meh-rolling-eyes::before {
  content: "\f5a5";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-object-group::before {
  content: "\f247";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-line::before {
  content: "\f201";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-line-chart::before {
  content: "\f201";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mask-ventilator::before {
  content: "\e524";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right::before {
  content: "\f061";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-signs-post::before {
  content: "\f277";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-signs::before {
  content: "\f277";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cash-register::before {
  content: "\f788";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-circle-question::before {
  content: "\e542";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-h::before {
  content: "\48";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tarp::before {
  content: "\e57b";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-screwdriver-wrench::before {
  content: "\f7d9";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tools::before {
  content: "\f7d9";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-to-eye::before {
  content: "\e4bf";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug-circle-bolt::before {
  content: "\e55b";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart::before {
  content: "\f004";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-and-venus::before {
  content: "\f224";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-user::before {
  content: "\e1b0";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-home-user::before {
  content: "\e1b0";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dumpster-fire::before {
  content: "\f794";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-crack::before {
  content: "\e3b1";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-martini-glass-citrus::before {
  content: "\f561";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cocktail::before {
  content: "\f561";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-surprise::before {
  content: "\f5c2";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-surprise::before {
  content: "\f5c2";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bottle-water::before {
  content: "\e4c5";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-pause::before {
  content: "\f28b";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pause-circle::before {
  content: "\f28b";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-toilet-paper-slash::before {
  content: "\e072";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-apple-whole::before {
  content: "\f5d1";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-apple-alt::before {
  content: "\f5d1";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-kitchen-set::before {
  content: "\e51a";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-r::before {
  content: "\52";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-quarter::before {
  content: "\f2ca";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-1::before {
  content: "\f2ca";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-1::before {
  content: "\f2ca";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-quarter::before {
  content: "\f2ca";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cube::before {
  content: "\f1b2";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bitcoin-sign::before {
  content: "\e0b4";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-dog::before {
  content: "\e573";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-solar-panel::before {
  content: "\f5ba";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lock-open::before {
  content: "\f3c1";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-elevator::before {
  content: "\e16d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-transfer::before {
  content: "\e528";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-trend-up::before {
  content: "\e529";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-flood-water-circle-arrow-right::before {
  content: "\e50f";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-poll-horizontal::before {
  content: "\f682";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-poll-h::before {
  content: "\f682";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle::before {
  content: "\f111";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-backward-fast::before {
  content: "\f049";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fast-backward::before {
  content: "\f049";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-recycle::before {
  content: "\f1b8";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-astronaut::before {
  content: "\f4fb";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-slash::before {
  content: "\e069";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trademark::before {
  content: "\f25c";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-basketball::before {
  content: "\f434";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-basketball-ball::before {
  content: "\f434";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-satellite-dish::before {
  content: "\f7c0";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-up::before {
  content: "\f35b";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-alt-circle-up::before {
  content: "\f35b";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-screen-button::before {
  content: "\f3cd";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-alt::before {
  content: "\f3cd";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-high::before {
  content: "\f028";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-up::before {
  content: "\f028";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-rays::before {
  content: "\e593";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wallet::before {
  content: "\f555";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-clipboard-check::before {
  content: "\f46c";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-audio::before {
  content: "\f1c7";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-burger::before {
  content: "\f805";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hamburger::before {
  content: "\f805";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wrench::before {
  content: "\f0ad";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bugs::before {
  content: "\e4d0";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rupee-sign::before {
  content: "\f156";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rupee::before {
  content: "\f156";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-image::before {
  content: "\f1c5";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-question::before {
  content: "\f059";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-question-circle::before {
  content: "\f059";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-departure::before {
  content: "\f5b0";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake-slash::before {
  content: "\e060";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-bookmark::before {
  content: "\e0bb";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-code-branch::before {
  content: "\f126";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hat-cowboy::before {
  content: "\f8c0";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bridge::before {
  content: "\e4c8";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-flip::before {
  content: "\f879";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-alt::before {
  content: "\f879";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-front::before {
  content: "\e2b7";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cat::before {
  content: "\f6be";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-anchor-circle-exclamation::before {
  content: "\e4ab";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-field::before {
  content: "\e58d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-route::before {
  content: "\f4d7";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-clipboard-question::before {
  content: "\e4e3";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-panorama::before {
  content: "\e209";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-medical::before {
  content: "\f7f5";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-teeth-open::before {
  content: "\f62f";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-circle-minus::before {
  content: "\e4ed";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tags::before {
  content: "\f02c";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wine-glass::before {
  content: "\f4e3";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-forward-fast::before {
  content: "\f050";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fast-forward::before {
  content: "\f050";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-meh-blank::before {
  content: "\f5a4";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-meh-blank::before {
  content: "\f5a4";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-parking::before {
  content: "\f540";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-parking::before {
  content: "\f540";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-signal::before {
  content: "\e012";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bars-progress::before {
  content: "\f828";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tasks-alt::before {
  content: "\f828";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-faucet-drip::before {
  content: "\e006";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-flatbed::before {
  content: "\f474";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dolly-flatbed::before {
  content: "\f474";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ban-smoking::before {
  content: "\f54d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-smoking-ban::before {
  content: "\f54d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-terminal::before {
  content: "\f120";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-button::before {
  content: "\f10b";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-medical-flag::before {
  content: "\e514";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-basket-shopping::before {
  content: "\f291";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-basket::before {
  content: "\f291";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tape::before {
  content: "\f4db";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bus-simple::before {
  content: "\f55e";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bus-alt::before {
  content: "\f55e";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye::before {
  content: "\f06e";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-sad-cry::before {
  content: "\f5b3";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sad-cry::before {
  content: "\f5b3";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-audio-description::before {
  content: "\f29e";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-military-to-person::before {
  content: "\e54c";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-shield::before {
  content: "\e4f0";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-slash::before {
  content: "\f506";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen::before {
  content: "\f304";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tower-observation::before {
  content: "\e586";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-code::before {
  content: "\f1c9";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-signal::before {
  content: "\f012";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-signal-5::before {
  content: "\f012";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-signal-perfect::before {
  content: "\f012";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bus::before {
  content: "\f207";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-circle-xmark::before {
  content: "\e501";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-chimney::before {
  content: "\e3af";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-home-lg::before {
  content: "\e3af";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-maximize::before {
  content: "\f2d0";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-frown::before {
  content: "\f119";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-frown::before {
  content: "\f119";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-prescription::before {
  content: "\f5b1";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shop::before {
  content: "\f54f";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-store-alt::before {
  content: "\f54f";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-floppy-disk::before {
  content: "\f0c7";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-save::before {
  content: "\f0c7";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vihara::before {
  content: "\f6a7";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-scale-unbalanced::before {
  content: "\f515";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-balance-scale-left::before {
  content: "\f515";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-up::before {
  content: "\f0de";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-asc::before {
  content: "\f0de";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-dots::before {
  content: "\f4ad";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-commenting::before {
  content: "\f4ad";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plant-wilt::before {
  content: "\e5aa";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-diamond::before {
  content: "\f219";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-squint::before {
  content: "\f585";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-squint::before {
  content: "\f585";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-dollar::before {
  content: "\f4c0";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-usd::before {
  content: "\f4c0";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bacterium::before {
  content: "\e05a";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-pointer::before {
  content: "\f25a";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-drum-steelpan::before {
  content: "\f56a";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-scissors::before {
  content: "\f257";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-praying::before {
  content: "\f684";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-praying-hands::before {
  content: "\f684";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-rotate-right::before {
  content: "\f01e";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right-rotate::before {
  content: "\f01e";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-rotate-forward::before {
  content: "\f01e";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-redo::before {
  content: "\f01e";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-biohazard::before {
  content: "\f780";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-location-crosshairs::before {
  content: "\f601";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-location::before {
  content: "\f601";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-double::before {
  content: "\f227";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-child-dress::before {
  content: "\e59c";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-between-lines::before {
  content: "\e591";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lungs-virus::before {
  content: "\e067";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-tears::before {
  content: "\f588";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-tears::before {
  content: "\f588";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone::before {
  content: "\f095";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-xmark::before {
  content: "\f273";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-times::before {
  content: "\f273";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-child-reaching::before {
  content: "\e59d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-head-side-virus::before {
  content: "\e064";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-gear::before {
  content: "\f4fe";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-cog::before {
  content: "\f4fe";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-1-9::before {
  content: "\f163";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-up::before {
  content: "\f163";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-door-closed::before {
  content: "\f52a";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-virus::before {
  content: "\e06c";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-six::before {
  content: "\f526";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mosquito-net::before {
  content: "\e52c";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bridge-water::before {
  content: "\e4ce";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-booth::before {
  content: "\f756";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-text-width::before {
  content: "\f035";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hat-wizard::before {
  content: "\f6e8";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-fancy::before {
  content: "\f5ac";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-digging::before {
  content: "\f85e";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-digging::before {
  content: "\f85e";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash::before {
  content: "\f1f8";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gauge-simple::before {
  content: "\f629";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gauge-simple-med::before {
  content: "\f629";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tachometer-average::before {
  content: "\f629";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-medical::before {
  content: "\f7e6";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-poo::before {
  content: "\f2fe";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-quote-right::before {
  content: "\f10e";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-quote-right-alt::before {
  content: "\f10e";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shirt::before {
  content: "\f553";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-t-shirt::before {
  content: "\f553";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tshirt::before {
  content: "\f553";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cubes::before {
  content: "\f1b3";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-divide::before {
  content: "\f529";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tenge-sign::before {
  content: "\f7d7";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tenge::before {
  content: "\f7d7";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-headphones::before {
  content: "\f025";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-holding::before {
  content: "\f4c2";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-clapping::before {
  content: "\e1a8";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-republican::before {
  content: "\f75e";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-left::before {
  content: "\f060";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-circle-xmark::before {
  content: "\e543";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruler::before {
  content: "\f545";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-left::before {
  content: "\f036";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-d6::before {
  content: "\f6d1";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-restroom::before {
  content: "\f7bd";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-j::before {
  content: "\4a";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-viewfinder::before {
  content: "\e595";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-video::before {
  content: "\f1c8";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-up-right-from-square::before {
  content: "\f35d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-external-link-alt::before {
  content: "\f35d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-cells::before {
  content: "\f00a";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-th::before {
  content: "\f00a";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-pdf::before {
  content: "\f1c1";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-bible::before {
  content: "\f647";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bible::before {
  content: "\f647";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-o::before {
  content: "\4f";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-suitcase-medical::before {
  content: "\f0fa";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-medkit::before {
  content: "\f0fa";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-secret::before {
  content: "\f21b";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-otter::before {
  content: "\f700";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-dress::before {
  content: "\f182";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-female::before {
  content: "\f182";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-dollar::before {
  content: "\f651";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-business-time::before {
  content: "\f64a";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-briefcase-clock::before {
  content: "\f64a";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-cells-large::before {
  content: "\f009";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-th-large::before {
  content: "\f009";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-tanakh::before {
  content: "\f827";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tanakh::before {
  content: "\f827";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-volume::before {
  content: "\f2a0";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-control-phone::before {
  content: "\f2a0";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hat-cowboy-side::before {
  content: "\f8c1";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-clipboard-user::before {
  content: "\f7f3";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-child::before {
  content: "\f1ae";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lira-sign::before {
  content: "\f195";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-satellite::before {
  content: "\f7bf";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-lock::before {
  content: "\e558";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tag::before {
  content: "\f02b";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment::before {
  content: "\f075";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cake-candles::before {
  content: "\f1fd";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-birthday-cake::before {
  content: "\f1fd";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cake::before {
  content: "\f1fd";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope::before {
  content: "\f0e0";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angles-up::before {
  content: "\f102";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-up::before {
  content: "\f102";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-paperclip::before {
  content: "\f0c6";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right-to-city::before {
  content: "\e4b3";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ribbon::before {
  content: "\f4d6";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lungs::before {
  content: "\f604";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-9-1::before {
  content: "\f887";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-up-alt::before {
  content: "\f887";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-litecoin-sign::before {
  content: "\e1d3";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-border-none::before {
  content: "\f850";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-nodes::before {
  content: "\e4e2";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-parachute-box::before {
  content: "\f4cd";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-indent::before {
  content: "\f03c";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-field-un::before {
  content: "\e58e";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass::before {
  content: "\f254";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-empty::before {
  content: "\f254";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mountain::before {
  content: "\f6fc";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-doctor::before {
  content: "\f0f0";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-md::before {
  content: "\f0f0";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-info::before {
  content: "\f05a";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-info-circle::before {
  content: "\f05a";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-meatball::before {
  content: "\f73b";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-camera::before {
  content: "\f030";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-camera-alt::before {
  content: "\f030";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-virus::before {
  content: "\e578";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-meteor::before {
  content: "\f753";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-on::before {
  content: "\e4dd";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sleigh::before {
  content: "\f7cc";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-1-9::before {
  content: "\f162";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-asc::before {
  content: "\f162";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-down::before {
  content: "\f162";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-droplet::before {
  content: "\f4c1";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-water::before {
  content: "\f4c1";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-water::before {
  content: "\f773";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-check::before {
  content: "\f274";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-braille::before {
  content: "\f2a1";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-prescription-bottle-medical::before {
  content: "\f486";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-prescription-bottle-alt::before {
  content: "\f486";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-landmark::before {
  content: "\f66f";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck::before {
  content: "\f0d1";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-crosshairs::before {
  content: "\f05b";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-cane::before {
  content: "\e53c";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tent::before {
  content: "\e57d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vest-patches::before {
  content: "\e086";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-double::before {
  content: "\f560";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-a-z::before {
  content: "\f15d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-asc::before {
  content: "\f15d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-down::before {
  content: "\f15d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-wheat::before {
  content: "\e52a";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cookie::before {
  content: "\f563";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-rotate-left::before {
  content: "\f0e2";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-left-rotate::before {
  content: "\f0e2";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-rotate-back::before {
  content: "\f0e2";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-rotate-backward::before {
  content: "\f0e2";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-undo::before {
  content: "\f0e2";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hard-drive::before {
  content: "\f0a0";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hdd::before {
  content: "\f0a0";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-squint-tears::before {
  content: "\f586";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-squint-tears::before {
  content: "\f586";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dumbbell::before {
  content: "\f44b";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rectangle-list::before {
  content: "\f022";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-alt::before {
  content: "\f022";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tarp-droplet::before {
  content: "\e57c";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-medical-circle-check::before {
  content: "\e511";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-skiing-nordic::before {
  content: "\f7ca";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-skiing-nordic::before {
  content: "\f7ca";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-plus::before {
  content: "\f271";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-arrival::before {
  content: "\f5af";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-left::before {
  content: "\f359";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-alt-circle-left::before {
  content: "\f359";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-train-subway::before {
  content: "\f239";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-subway::before {
  content: "\f239";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-gantt::before {
  content: "\e0e4";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-indian-rupee-sign::before {
  content: "\e1bc";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-indian-rupee::before {
  content: "\e1bc";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-inr::before {
  content: "\e1bc";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-crop-simple::before {
  content: "\f565";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-crop-alt::before {
  content: "\f565";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-1::before {
  content: "\f3d1";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-alt::before {
  content: "\f3d1";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-left-long::before {
  content: "\f30a";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-alt-left::before {
  content: "\f30a";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dna::before {
  content: "\f471";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-virus-slash::before {
  content: "\e075";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus::before {
  content: "\f068";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-subtract::before {
  content: "\f068";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess::before {
  content: "\f439";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-left-long::before {
  content: "\f177";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-left::before {
  content: "\f177";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug-circle-check::before {
  content: "\e55c";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-street-view::before {
  content: "\f21d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-franc-sign::before {
  content: "\e18f";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-off::before {
  content: "\f026";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-asl-interpreting::before {
  content: "\f2a3";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-american-sign-language-interpreting::before {
  content: "\f2a3";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-asl-interpreting::before {
  content: "\f2a3";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-american-sign-language-interpreting::before {
  content: "\f2a3";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gear::before {
  content: "\f013";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cog::before {
  content: "\f013";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-droplet-slash::before {
  content: "\f5c7";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tint-slash::before {
  content: "\f5c7";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mosque::before {
  content: "\f678";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mosquito::before {
  content: "\e52b";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-of-david::before {
  content: "\f69a";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-military-rifle::before {
  content: "\e54b";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-shopping::before {
  content: "\f07a";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-cart::before {
  content: "\f07a";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vials::before {
  content: "\f493";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug-circle-plus::before {
  content: "\e55f";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-place-of-worship::before {
  content: "\f67f";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grip-vertical::before {
  content: "\f58e";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-turn-up::before {
  content: "\f148";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-level-up::before {
  content: "\f148";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-u::before {
  content: "\55";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-root-variable::before {
  content: "\f698";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-root-alt::before {
  content: "\f698";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-clock::before {
  content: "\f017";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-clock-four::before {
  content: "\f017";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-backward-step::before {
  content: "\f048";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-step-backward::before {
  content: "\f048";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pallet::before {
  content: "\f482";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-faucet::before {
  content: "\e005";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-baseball-bat-ball::before {
  content: "\f432";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-s::before {
  content: "\53";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-timeline::before {
  content: "\e29c";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-keyboard::before {
  content: "\f11c";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-down::before {
  content: "\f0d7";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-chimney-medical::before {
  content: "\f7f2";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-clinic-medical::before {
  content: "\f7f2";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-three-quarters::before {
  content: "\f2c8";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-3::before {
  content: "\f2c8";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-3::before {
  content: "\f2c8";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-three-quarters::before {
  content: "\f2c8";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-screen::before {
  content: "\f3cf";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-android-alt::before {
  content: "\f3cf";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-up::before {
  content: "\e22d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-piggy-bank::before {
  content: "\f4d3";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-half::before {
  content: "\f242";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-3::before {
  content: "\f242";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mountain-city::before {
  content: "\e52e";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-coins::before {
  content: "\f51e";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-khanda::before {
  content: "\f66d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sliders::before {
  content: "\f1de";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sliders-h::before {
  content: "\f1de";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-tree::before {
  content: "\f802";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-network-wired::before {
  content: "\f6ff";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-pin::before {
  content: "\f276";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hamsa::before {
  content: "\f665";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cent-sign::before {
  content: "\e3f5";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-flask::before {
  content: "\f0c3";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-pregnant::before {
  content: "\e31e";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wand-sparkles::before {
  content: "\f72b";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ellipsis-vertical::before {
  content: "\f142";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ellipsis-v::before {
  content: "\f142";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ticket::before {
  content: "\f145";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-power-off::before {
  content: "\f011";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-right-long::before {
  content: "\f30b";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-alt-right::before {
  content: "\f30b";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag-usa::before {
  content: "\f74d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop-file::before {
  content: "\e51d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tty::before {
  content: "\f1e4";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-teletype::before {
  content: "\f1e4";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-diagram-next::before {
  content: "\e476";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-rifle::before {
  content: "\e54e";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-medical-circle-exclamation::before {
  content: "\e512";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-closed-captioning::before {
  content: "\f20a";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-hiking::before {
  content: "\f6ec";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hiking::before {
  content: "\f6ec";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus-double::before {
  content: "\f226";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-images::before {
  content: "\f302";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calculator::before {
  content: "\f1ec";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-pulling::before {
  content: "\e535";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-n::before {
  content: "\4e";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cable-car::before {
  content: "\f7da";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tram::before {
  content: "\f7da";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-rain::before {
  content: "\f73d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-circle-xmark::before {
  content: "\e4d4";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ship::before {
  content: "\f21a";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-down-to-line::before {
  content: "\e4b8";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-download::before {
  content: "\f019";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin::before {
  content: "\f580";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin::before {
  content: "\f580";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-delete-left::before {
  content: "\f55a";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-backspace::before {
  content: "\f55a";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye-dropper::before {
  content: "\f1fb";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye-dropper-empty::before {
  content: "\f1fb";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-eyedropper::before {
  content: "\f1fb";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-circle-check::before {
  content: "\e5a0";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-forward::before {
  content: "\f04e";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile::before {
  content: "\f3ce";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-android::before {
  content: "\f3ce";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-phone::before {
  content: "\f3ce";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-meh::before {
  content: "\f11a";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-meh::before {
  content: "\f11a";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-center::before {
  content: "\f037";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-skull::before {
  content: "\f6b7";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-dead::before {
  content: "\f6b7";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-id-card::before {
  content: "\f2c2";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-drivers-license::before {
  content: "\f2c2";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-outdent::before {
  content: "\f03b";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dedent::before {
  content: "\f03b";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-circle-exclamation::before {
  content: "\e4fe";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-house::before {
  content: "\f015";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-home::before {
  content: "\f015";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-home-alt::before {
  content: "\f015";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-home-lg-alt::before {
  content: "\f015";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-week::before {
  content: "\f784";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop-medical::before {
  content: "\f812";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-b::before {
  content: "\42";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-medical::before {
  content: "\f477";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-one::before {
  content: "\f525";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-kiwi-bird::before {
  content: "\f535";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right-arrow-left::before {
  content: "\f0ec";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-exchange::before {
  content: "\f0ec";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rotate-right::before {
  content: "\f2f9";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-redo-alt::before {
  content: "\f2f9";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rotate-forward::before {
  content: "\f2f9";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-utensils::before {
  content: "\f2e7";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cutlery::before {
  content: "\f2e7";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-wide-short::before {
  content: "\f161";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-up::before {
  content: "\f161";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mill-sign::before {
  content: "\e1ed";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bowl-rice::before {
  content: "\e2eb";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-skull::before {
  content: "\f54c";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tower-broadcast::before {
  content: "\f519";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-broadcast-tower::before {
  content: "\f519";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-pickup::before {
  content: "\f63c";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-up-long::before {
  content: "\f30c";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-alt-up::before {
  content: "\f30c";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stop::before {
  content: "\f04d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-code-merge::before {
  content: "\f387";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-upload::before {
  content: "\f093";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hurricane::before {
  content: "\f751";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mound::before {
  content: "\e52d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-toilet-portable::before {
  content: "\e583";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-compact-disc::before {
  content: "\f51f";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-arrow-down::before {
  content: "\f56d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-download::before {
  content: "\f56d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caravan::before {
  content: "\f8ff";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-cat::before {
  content: "\e572";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bolt::before {
  content: "\f0e7";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-zap::before {
  content: "\f0e7";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-water::before {
  content: "\e4f4";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-oil-well::before {
  content: "\e532";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vault::before {
  content: "\e2c5";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars::before {
  content: "\f222";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-toilet::before {
  content: "\f7d8";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-circle-xmark::before {
  content: "\e557";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-yen-sign::before {
  content: "\f157";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cny::before {
  content: "\f157";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-jpy::before {
  content: "\f157";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rmb::before {
  content: "\f157";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-yen::before {
  content: "\f157";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruble-sign::before {
  content: "\f158";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rouble::before {
  content: "\f158";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rub::before {
  content: "\f158";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruble::before {
  content: "\f158";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sun::before {
  content: "\f185";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-guitar::before {
  content: "\f7a6";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-laugh-wink::before {
  content: "\f59c";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-laugh-wink::before {
  content: "\f59c";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-horse-head::before {
  content: "\f7ab";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bore-hole::before {
  content: "\e4c3";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-industry::before {
  content: "\f275";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-down::before {
  content: "\f358";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-alt-circle-down::before {
  content: "\f358";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-turn-to-dots::before {
  content: "\e4c1";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-florin-sign::before {
  content: "\e184";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-short-wide::before {
  content: "\f884";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-desc::before {
  content: "\f884";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-down-alt::before {
  content: "\f884";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-less-than::before {
  content: "\3c";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-down::before {
  content: "\f107";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-tunnel::before {
  content: "\e4de";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-head-side-cough::before {
  content: "\e061";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grip-lines::before {
  content: "\f7a4";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbs-down::before {
  content: "\f165";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-lock::before {
  content: "\f502";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right-long::before {
  content: "\f178";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-right::before {
  content: "\f178";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-anchor-circle-xmark::before {
  content: "\e4ac";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ellipsis::before {
  content: "\f141";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ellipsis-h::before {
  content: "\f141";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-pawn::before {
  content: "\f443";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-kit-medical::before {
  content: "\f479";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-first-aid::before {
  content: "\f479";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-through-window::before {
  content: "\e5a9";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-toolbox::before {
  content: "\f552";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-holding-circle::before {
  content: "\e4fb";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bug::before {
  content: "\f188";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-credit-card::before {
  content: "\f09d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-credit-card-alt::before {
  content: "\f09d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-car::before {
  content: "\f1b9";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-automobile::before {
  content: "\f1b9";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-hand::before {
  content: "\e4f7";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-open-reader::before {
  content: "\f5da";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-reader::before {
  content: "\f5da";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mountain-sun::before {
  content: "\e52f";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-left-right-to-line::before {
  content: "\e4ba";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-d20::before {
  content: "\f6cf";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-droplet::before {
  content: "\e58c";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-circle-xmark::before {
  content: "\e5a1";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-arrow-up::before {
  content: "\e040";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-up::before {
  content: "\e040";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-medal::before {
  content: "\f5a2";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bed::before {
  content: "\f236";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-h::before {
  content: "\f0fd";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-h-square::before {
  content: "\f0fd";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-podcast::before {
  content: "\f2ce";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-full::before {
  content: "\f2c7";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-4::before {
  content: "\f2c7";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-4::before {
  content: "\f2c7";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-full::before {
  content: "\f2c7";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell::before {
  content: "\f0f3";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-superscript::before {
  content: "\f12b";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug-circle-xmark::before {
  content: "\e560";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-of-life::before {
  content: "\f621";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-slash::before {
  content: "\f3dd";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-paint-roller::before {
  content: "\f5aa";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake-angle::before {
  content: "\f4c4";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-helping::before {
  content: "\f4c4";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-location-dot::before {
  content: "\f3c5";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marker-alt::before {
  content: "\f3c5";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file::before {
  content: "\f15b";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-greater-than::before {
  content: "\3e";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-swimming::before {
  content: "\f5c4";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-swimmer::before {
  content: "\f5c4";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down::before {
  content: "\f063";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-droplet::before {
  content: "\f043";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tint::before {
  content: "\f043";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-eraser::before {
  content: "\f12d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-earth-americas::before {
  content: "\f57d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-earth::before {
  content: "\f57d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-earth-america::before {
  content: "\f57d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-americas::before {
  content: "\f57d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-burst::before {
  content: "\e53b";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dove::before {
  content: "\f4ba";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-empty::before {
  content: "\f244";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-0::before {
  content: "\f244";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-socks::before {
  content: "\f696";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-inbox::before {
  content: "\f01c";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-section::before {
  content: "\e447";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gauge-high::before {
  content: "\f625";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tachometer-alt::before {
  content: "\f625";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tachometer-alt-fast::before {
  content: "\f625";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-open-text::before {
  content: "\f658";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital::before {
  content: "\f0f8";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital-alt::before {
  content: "\f0f8";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital-wide::before {
  content: "\f0f8";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wine-bottle::before {
  content: "\f72f";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-rook::before {
  content: "\f447";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bars-staggered::before {
  content: "\f550";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-reorder::before {
  content: "\f550";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stream::before {
  content: "\f550";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dharmachakra::before {
  content: "\f655";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hotdog::before {
  content: "\f80f";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-walking-with-cane::before {
  content: "\f29d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-blind::before {
  content: "\f29d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-drum::before {
  content: "\f569";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ice-cream::before {
  content: "\f810";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-circle-bolt::before {
  content: "\e4fc";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fax::before {
  content: "\f1ac";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-paragraph::before {
  content: "\f1dd";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-to-slot::before {
  content: "\f772";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vote-yea::before {
  content: "\f772";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-half::before {
  content: "\f089";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-boxes-stacked::before {
  content: "\f468";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-boxes::before {
  content: "\f468";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-boxes-alt::before {
  content: "\f468";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-link::before {
  content: "\f0c1";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chain::before {
  content: "\f0c1";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ear-listen::before {
  content: "\f2a2";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-assistive-listening-systems::before {
  content: "\f2a2";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tree-city::before {
  content: "\e587";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-play::before {
  content: "\f04b";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-font::before {
  content: "\f031";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rupiah-sign::before {
  content: "\e23d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnifying-glass::before {
  content: "\f002";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-search::before {
  content: "\f002";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-tennis-paddle-ball::before {
  content: "\f45d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ping-pong-paddle-ball::before {
  content: "\f45d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-tennis::before {
  content: "\f45d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-dots-from-line::before {
  content: "\f470";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-diagnoses::before {
  content: "\f470";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-can-arrow-up::before {
  content: "\f82a";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-restore-alt::before {
  content: "\f82a";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-naira-sign::before {
  content: "\e1f6";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-arrow-down::before {
  content: "\f218";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-walkie-talkie::before {
  content: "\f8ef";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-pen::before {
  content: "\f31c";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-edit::before {
  content: "\f31c";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-receipt::before {
  content: "\f543";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-pen::before {
  content: "\f14b";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-square::before {
  content: "\f14b";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pencil-square::before {
  content: "\f14b";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-suitcase-rolling::before {
  content: "\f5c1";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-circle-exclamation::before {
  content: "\e53f";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-down::before {
  content: "\f078";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-full::before {
  content: "\f240";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery::before {
  content: "\f240";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-5::before {
  content: "\f240";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-skull-crossbones::before {
  content: "\f714";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-code-compare::before {
  content: "\e13a";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-ul::before {
  content: "\f0ca";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-dots::before {
  content: "\f0ca";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-school-lock::before {
  content: "\e56f";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tower-cell::before {
  content: "\e585";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-down-long::before {
  content: "\f309";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-alt-down::before {
  content: "\f309";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ranking-star::before {
  content: "\e561";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-king::before {
  content: "\f43f";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-harassing::before {
  content: "\e549";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-brazilian-real-sign::before {
  content: "\e46c";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-landmark-dome::before {
  content: "\f752";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-landmark-alt::before {
  content: "\f752";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up::before {
  content: "\f062";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tv::before {
  content: "\f26c";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-television::before {
  content: "\f26c";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tv-alt::before {
  content: "\f26c";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shrimp::before {
  content: "\e448";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-check::before {
  content: "\f0ae";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tasks::before {
  content: "\f0ae";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-jug-detergent::before {
  content: "\e519";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-user::before {
  content: "\f2bd";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-circle::before {
  content: "\f2bd";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-shield::before {
  content: "\f505";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wind::before {
  content: "\f72e";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-burst::before {
  content: "\f5e1";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-crash::before {
  content: "\f5e1";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-y::before {
  content: "\59";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-snowboarding::before {
  content: "\f7ce";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-snowboarding::before {
  content: "\f7ce";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-fast::before {
  content: "\f48b";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shipping-fast::before {
  content: "\f48b";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fish::before {
  content: "\f578";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-graduate::before {
  content: "\f501";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-half-stroke::before {
  content: "\f042";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-adjust::before {
  content: "\f042";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-clapperboard::before {
  content: "\e131";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-radiation::before {
  content: "\f7ba";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-radiation-alt::before {
  content: "\f7ba";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-baseball::before {
  content: "\f433";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-baseball-ball::before {
  content: "\f433";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-jet-fighter-up::before {
  content: "\e518";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-diagram-project::before {
  content: "\f542";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-project-diagram::before {
  content: "\f542";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-copy::before {
  content: "\f0c5";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-xmark::before {
  content: "\f6a9";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-mute::before {
  content: "\f6a9";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-times::before {
  content: "\f6a9";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-sparkles::before {
  content: "\e05d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grip::before {
  content: "\f58d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grip-horizontal::before {
  content: "\f58d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-from-square::before {
  content: "\f14d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-square::before {
  content: "\f14d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-child-combatant::before {
  content: "\e4e0";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-child-rifle::before {
  content: "\e4e0";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gun::before {
  content: "\e19b";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-phone::before {
  content: "\f098";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-square::before {
  content: "\f098";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus::before {
  content: "\2b";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-add::before {
  content: "\2b";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-expand::before {
  content: "\f065";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-computer::before {
  content: "\e4e5";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-xmark::before {
  content: "\f00d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-close::before {
  content: "\f00d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-multiply::before {
  content: "\f00d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-remove::before {
  content: "\f00d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-times::before {
  content: "\f00d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-up-down-left-right::before {
  content: "\f047";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows::before {
  content: "\f047";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chalkboard-user::before {
  content: "\f51c";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chalkboard-teacher::before {
  content: "\f51c";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-peso-sign::before {
  content: "\e222";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-shield::before {
  content: "\e4d8";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-baby::before {
  content: "\f77c";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-line::before {
  content: "\e592";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-quote-left::before {
  content: "\f10d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-quote-left-alt::before {
  content: "\f10d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tractor::before {
  content: "\f722";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-arrow-up::before {
  content: "\f829";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-restore::before {
  content: "\f829";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-up-lock::before {
  content: "\e4b0";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lines-leaning::before {
  content: "\e51e";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruler-combined::before {
  content: "\f546";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-copyright::before {
  content: "\f1f9";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-equals::before {
  content: "\3d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-blender::before {
  content: "\f517";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-teeth::before {
  content: "\f62e";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shekel-sign::before {
  content: "\f20b";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ils::before {
  content: "\f20b";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shekel::before {
  content: "\f20b";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sheqel::before {
  content: "\f20b";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sheqel-sign::before {
  content: "\f20b";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-map::before {
  content: "\f279";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rocket::before {
  content: "\f135";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-photo-film::before {
  content: "\f87c";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-photo-video::before {
  content: "\f87c";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-minus::before {
  content: "\f65d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-store::before {
  content: "\f54e";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-trend-up::before {
  content: "\e098";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug-circle-minus::before {
  content: "\e55e";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-hanging::before {
  content: "\f4d9";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign::before {
  content: "\f4d9";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bezier-curve::before {
  content: "\f55b";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell-slash::before {
  content: "\f1f6";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablet::before {
  content: "\f3fb";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablet-android::before {
  content: "\f3fb";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-school-flag::before {
  content: "\e56e";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fill::before {
  content: "\f575";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-up::before {
  content: "\f106";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-drumstick-bite::before {
  content: "\f6d7";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-holly-berry::before {
  content: "\f7aa";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-left::before {
  content: "\f053";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bacteria::before {
  content: "\e059";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-lizard::before {
  content: "\f258";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-notdef::before {
  content: "\e1fe";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-disease::before {
  content: "\f7fa";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-briefcase-medical::before {
  content: "\f469";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-genderless::before {
  content: "\f22d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-right::before {
  content: "\f054";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-retweet::before {
  content: "\f079";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-rear::before {
  content: "\f5de";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-alt::before {
  content: "\f5de";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pump-soap::before {
  content: "\e06b";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-video-slash::before {
  content: "\f4e2";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-quarter::before {
  content: "\f243";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-2::before {
  content: "\f243";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-radio::before {
  content: "\f8d7";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-baby-carriage::before {
  content: "\f77d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-carriage-baby::before {
  content: "\f77d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-traffic-light::before {
  content: "\f637";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer::before {
  content: "\f491";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vr-cardboard::before {
  content: "\f729";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-middle-finger::before {
  content: "\f806";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-percent::before {
  content: "\25";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-percentage::before {
  content: "\25";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-moving::before {
  content: "\f4df";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-water-droplet::before {
  content: "\e4f5";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-display::before {
  content: "\e163";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-smile::before {
  content: "\f118";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-smile::before {
  content: "\f118";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbtack::before {
  content: "\f08d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumb-tack::before {
  content: "\f08d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trophy::before {
  content: "\f091";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-praying::before {
  content: "\f683";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pray::before {
  content: "\f683";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hammer::before {
  content: "\f6e3";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-peace::before {
  content: "\f25b";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rotate::before {
  content: "\f2f1";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sync-alt::before {
  content: "\f2f1";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-spinner::before {
  content: "\f110";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-robot::before {
  content: "\f544";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-peace::before {
  content: "\f67c";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gears::before {
  content: "\f085";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cogs::before {
  content: "\f085";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-warehouse::before {
  content: "\f494";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-right-dots::before {
  content: "\e4b7";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-splotch::before {
  content: "\f5bc";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-hearts::before {
  content: "\f584";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-hearts::before {
  content: "\f584";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-four::before {
  content: "\f524";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sim-card::before {
  content: "\f7c4";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-transgender::before {
  content: "\f225";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-transgender-alt::before {
  content: "\f225";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mercury::before {
  content: "\f223";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-turn-down::before {
  content: "\f149";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-level-down::before {
  content: "\f149";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-falling-burst::before {
  content: "\e547";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-award::before {
  content: "\f559";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ticket-simple::before {
  content: "\f3ff";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ticket-alt::before {
  content: "\f3ff";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-building::before {
  content: "\f1ad";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angles-left::before {
  content: "\f100";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-left::before {
  content: "\f100";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-qrcode::before {
  content: "\f029";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-clock-rotate-left::before {
  content: "\f1da";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-history::before {
  content: "\f1da";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-beam-sweat::before {
  content: "\f583";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-beam-sweat::before {
  content: "\f583";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-export::before {
  content: "\f56e";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right-from-file::before {
  content: "\f56e";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield::before {
  content: "\f132";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-blank::before {
  content: "\f132";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-short-wide::before {
  content: "\f885";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-up-alt::before {
  content: "\f885";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-medical::before {
  content: "\e3b2";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-golf-ball-tee::before {
  content: "\f450";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-golf-ball::before {
  content: "\f450";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-chevron-left::before {
  content: "\f137";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-left::before {
  content: "\f137";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-chimney-window::before {
  content: "\e00d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-nib::before {
  content: "\f5ad";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tent-arrow-turn-left::before {
  content: "\e580";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tents::before {
  content: "\e582";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wand-magic::before {
  content: "\f0d0";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-magic::before {
  content: "\f0d0";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dog::before {
  content: "\f6d3";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-carrot::before {
  content: "\f787";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-moon::before {
  content: "\f186";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wine-glass-empty::before {
  content: "\f5ce";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wine-glass-alt::before {
  content: "\f5ce";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cheese::before {
  content: "\f7ef";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-yin-yang::before {
  content: "\f6ad";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-music::before {
  content: "\f001";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-code-commit::before {
  content: "\f386";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-low::before {
  content: "\f76b";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-biking::before {
  content: "\f84a";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-biking::before {
  content: "\f84a";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-broom::before {
  content: "\f51a";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-heart::before {
  content: "\e574";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gopuram::before {
  content: "\f664";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-earth-oceania::before {
  content: "\e47b";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-oceania::before {
  content: "\e47b";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-xmark::before {
  content: "\f2d3";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-times-square::before {
  content: "\f2d3";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-xmark-square::before {
  content: "\f2d3";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hashtag::before {
  content: "\23";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-up-right-and-down-left-from-center::before {
  content: "\f424";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-expand-alt::before {
  content: "\f424";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-oil-can::before {
  content: "\f613";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-t::before {
  content: "\54";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hippo::before {
  content: "\f6ed";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-column::before {
  content: "\e0e3";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-infinity::before {
  content: "\f534";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vial-circle-check::before {
  content: "\e596";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-arrow-down-to-line::before {
  content: "\e538";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-voicemail::before {
  content: "\f897";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fan::before {
  content: "\f863";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-walking-luggage::before {
  content: "\e554";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-up-down::before {
  content: "\f338";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-alt-v::before {
  content: "\f338";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-moon-rain::before {
  content: "\f73c";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar::before {
  content: "\f133";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trailer::before {
  content: "\e041";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bahai::before {
  content: "\f666";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-haykal::before {
  content: "\f666";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sd-card::before {
  content: "\f7c2";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dragon::before {
  content: "\f6d5";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shoe-prints::before {
  content: "\f54b";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-plus::before {
  content: "\f055";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus-circle::before {
  content: "\f055";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-tongue-wink::before {
  content: "\f58b";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-tongue-wink::before {
  content: "\f58b";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding::before {
  content: "\f4bd";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug-circle-exclamation::before {
  content: "\e55d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-link-slash::before {
  content: "\f127";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chain-broken::before {
  content: "\f127";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chain-slash::before {
  content: "\f127";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlink::before {
  content: "\f127";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-clone::before {
  content: "\f24d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-walking-arrow-loop-left::before {
  content: "\e551";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-z-a::before {
  content: "\f882";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-up-alt::before {
  content: "\f882";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire-flame-curved::before {
  content: "\f7e4";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire-alt::before {
  content: "\f7e4";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tornado::before {
  content: "\f76f";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-circle-plus::before {
  content: "\e494";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-quran::before {
  content: "\f687";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-quran::before {
  content: "\f687";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-anchor::before {
  content: "\f13d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-border-all::before {
  content: "\f84c";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-angry::before {
  content: "\f556";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angry::before {
  content: "\f556";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cookie-bite::before {
  content: "\f564";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-trend-down::before {
  content: "\e097";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rss::before {
  content: "\f09e";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-feed::before {
  content: "\f09e";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-draw-polygon::before {
  content: "\f5ee";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-scale-balanced::before {
  content: "\f24e";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-balance-scale::before {
  content: "\f24e";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gauge-simple-high::before {
  content: "\f62a";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tachometer::before {
  content: "\f62a";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tachometer-fast::before {
  content: "\f62a";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shower::before {
  content: "\f2cc";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-desktop::before {
  content: "\f390";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-desktop-alt::before {
  content: "\f390";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-m::before {
  content: "\4d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-list::before {
  content: "\f00b";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-th-list::before {
  content: "\f00b";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-sms::before {
  content: "\f7cd";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sms::before {
  content: "\f7cd";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-book::before {
  content: "\f02d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-plus::before {
  content: "\f234";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-check::before {
  content: "\f00c";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-three-quarters::before {
  content: "\f241";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-4::before {
  content: "\f241";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-circle-check::before {
  content: "\e509";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-left::before {
  content: "\f104";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-diagram-successor::before {
  content: "\e47a";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-arrow-right::before {
  content: "\e58b";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-split-up-and-left::before {
  content: "\e4bc";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-fist::before {
  content: "\f6de";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fist-raised::before {
  content: "\f6de";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-moon::before {
  content: "\f6c3";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-briefcase::before {
  content: "\f0b1";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-falling::before {
  content: "\e546";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-image-portrait::before {
  content: "\f3e0";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-portrait::before {
  content: "\f3e0";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-tag::before {
  content: "\f507";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rug::before {
  content: "\e569";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-earth-europe::before {
  content: "\f7a2";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-europe::before {
  content: "\f7a2";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-flatbed-suitcase::before {
  content: "\f59d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-luggage-cart::before {
  content: "\f59d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rectangle-xmark::before {
  content: "\f410";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rectangle-times::before {
  content: "\f410";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-times-rectangle::before {
  content: "\f410";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-close::before {
  content: "\f410";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-baht-sign::before {
  content: "\e0ac";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-open::before {
  content: "\f518";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-journal-whills::before {
  content: "\f66a";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-journal-whills::before {
  content: "\f66a";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-handcuffs::before {
  content: "\e4f8";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-triangle-exclamation::before {
  content: "\f071";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-exclamation-triangle::before {
  content: "\f071";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-warning::before {
  content: "\f071";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-database::before {
  content: "\f1c0";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-share::before {
  content: "\f064";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mail-forward::before {
  content: "\f064";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bottle-droplet::before {
  content: "\e4c4";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mask-face::before {
  content: "\e1d7";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hill-rockslide::before {
  content: "\e508";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-right-left::before {
  content: "\f362";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-exchange-alt::before {
  content: "\f362";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-paper-plane::before {
  content: "\f1d8";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-road-circle-exclamation::before {
  content: "\e565";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dungeon::before {
  content: "\f6d9";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-right::before {
  content: "\f038";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-1-wave::before {
  content: "\f53b";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-wave-alt::before {
  content: "\f53b";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-life-ring::before {
  content: "\f1cd";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands::before {
  content: "\f2a7";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-language::before {
  content: "\f2a7";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-signing::before {
  content: "\f2a7";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-day::before {
  content: "\f783";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-water-ladder::before {
  content: "\f5c5";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ladder-water::before {
  content: "\f5c5";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-swimming-pool::before {
  content: "\f5c5";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-up-down::before {
  content: "\f07d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-v::before {
  content: "\f07d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grimace::before {
  content: "\f57f";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grimace::before {
  content: "\f57f";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheelchair-move::before {
  content: "\e2ce";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheelchair-alt::before {
  content: "\e2ce";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-turn-down::before {
  content: "\f3be";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-level-down-alt::before {
  content: "\f3be";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-walking-arrow-right::before {
  content: "\e552";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-envelope::before {
  content: "\f199";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-square::before {
  content: "\f199";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice::before {
  content: "\f522";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bowling-ball::before {
  content: "\f436";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-brain::before {
  content: "\f5dc";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bandage::before {
  content: "\f462";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-band-aid::before {
  content: "\f462";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-minus::before {
  content: "\f272";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-xmark::before {
  content: "\f057";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-times-circle::before {
  content: "\f057";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-xmark-circle::before {
  content: "\f057";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gifts::before {
  content: "\f79c";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hotel::before {
  content: "\f594";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-earth-asia::before {
  content: "\f57e";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-asia::before {
  content: "\f57e";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-id-card-clip::before {
  content: "\f47f";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-id-card-alt::before {
  content: "\f47f";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnifying-glass-plus::before {
  content: "\f00e";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-plus::before {
  content: "\f00e";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbs-up::before {
  content: "\f164";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-clock::before {
  content: "\f4fd";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-dots::before {
  content: "\f461";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-allergies::before {
  content: "\f461";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-invoice::before {
  content: "\f570";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-minimize::before {
  content: "\f2d1";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mug-saucer::before {
  content: "\f0f4";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-coffee::before {
  content: "\f0f4";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-brush::before {
  content: "\f55d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mask::before {
  content: "\f6fa";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnifying-glass-minus::before {
  content: "\f010";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-minus::before {
  content: "\f010";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruler-vertical::before {
  content: "\f548";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-large::before {
  content: "\f406";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-alt::before {
  content: "\f406";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-train-tram::before {
  content: "\e5b4";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-nurse::before {
  content: "\f82f";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-syringe::before {
  content: "\f48e";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-sun::before {
  content: "\f6c4";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stopwatch-20::before {
  content: "\e06f";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-full::before {
  content: "\f45c";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnet::before {
  content: "\f076";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-jar::before {
  content: "\e516";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-note-sticky::before {
  content: "\f249";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sticky-note::before {
  content: "\f249";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bug-slash::before {
  content: "\e490";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-from-water-pump::before {
  content: "\e4b6";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bone::before {
  content: "\f5d7";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-injured::before {
  content: "\f728";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-sad-tear::before {
  content: "\f5b4";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sad-tear::before {
  content: "\f5b4";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane::before {
  content: "\f072";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tent-arrows-down::before {
  content: "\e581";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-exclamation::before {
  content: "\21";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-spin::before {
  content: "\e4bb";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-print::before {
  content: "\f02f";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-turkish-lira-sign::before {
  content: "\e2bb";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-try::before {
  content: "\e2bb";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-turkish-lira::before {
  content: "\e2bb";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dollar-sign::before {
  content: "\24";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dollar::before {
  content: "\24";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-usd::before {
  content: "\24";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-x::before {
  content: "\58";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnifying-glass-dollar::before {
  content: "\f688";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-dollar::before {
  content: "\f688";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-gear::before {
  content: "\f509";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-cog::before {
  content: "\f509";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-military-pointing::before {
  content: "\e54a";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-columns::before {
  content: "\f19c";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bank::before {
  content: "\f19c";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-institution::before {
  content: "\f19c";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-museum::before {
  content: "\f19c";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-university::before {
  content: "\f19c";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-umbrella::before {
  content: "\f0e9";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trowel::before {
  content: "\e589";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-d::before {
  content: "\44";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stapler::before {
  content: "\e5af";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-masks-theater::before {
  content: "\f630";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-theater-masks::before {
  content: "\f630";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-kip-sign::before {
  content: "\e1c4";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-point-left::before {
  content: "\f0a5";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake-simple::before {
  content: "\f4c6";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake-alt::before {
  content: "\f4c6";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-jet-fighter::before {
  content: "\f0fb";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fighter-jet::before {
  content: "\f0fb";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-share-nodes::before {
  content: "\f1e1";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-alt-square::before {
  content: "\f1e1";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-barcode::before {
  content: "\f02a";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus-minus::before {
  content: "\e43c";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-video::before {
  content: "\f03d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-video-camera::before {
  content: "\f03d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-graduation-cap::before {
  content: "\f19d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mortar-board::before {
  content: "\f19d";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-medical::before {
  content: "\e05c";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-circle-check::before {
  content: "\e53e";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-turn-up::before {
  content: "\f3bf";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-level-up-alt::before {
  content: "\f3bf";
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_screen-reader.scss */
.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* line 39, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_mixins.scss */
.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/*!
 * Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
/* line 9, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_solid.scss */
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free';
}

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/assets/font-awesome/fa-solid-900-1264bbfd0a242cea274e9658ef866514f8014f85fbb0a69e747d04a0f61e25d2.woff2) format("woff2"), url(/assets/font-awesome/fa-solid-900-96b5ce81949b798ac7fd0b5d72266abfbcf1957ff99edaff5e10f87ccd5b55e2.ttf) format("truetype");
}

/* line 23, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_solid.scss */
.fas,
.fa-solid {
  font-weight: 900;
}

/*!
 * Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
/* line 9, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_regular.scss */
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free';
}

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/assets/font-awesome/fa-regular-400-b760f7d0b22d0d1affe2935597e0f7117db217488428ea047c38edcf78560d97.woff2) format("woff2"), url(/assets/font-awesome/fa-regular-400-e477506e462f3f0f8b474023431a8795fa8530588b8aa89ee2852c2d8c6251d4.ttf) format("truetype");
}

/* line 23, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_regular.scss */
.far,
.fa-regular {
  font-weight: 400;
}

/*!
 * Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
/* line 9, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
:root, :host {
  --fa-style-family-brands: 'Font Awesome 6 Brands';
  --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands';
}

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/assets/font-awesome/fa-brands-400-6cd699135550499d965cdecf7455c325dc331d5cf2fe0842566a5629089aa732.woff2) format("woff2"), url(/assets/font-awesome/fa-brands-400-f371f0d1e77d0639bfdab950e7a4abac4d365dc40ef0cb3c82420d5d60580a75.ttf) format("truetype");
}

/* line 23, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fab,
.fa-brands {
  font-weight: 400;
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-monero:before {
  content: "\f3d0";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-hooli:before {
  content: "\f427";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-shopware:before {
  content: "\f5b5";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-nc:before {
  content: "\f4e8";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-aws:before {
  content: "\f375";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-redhat:before {
  content: "\f7bc";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-cloudflare:before {
  content: "\e07d";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-ups:before {
  content: "\f7e0";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-pixiv:before {
  content: "\e640";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-dyalog:before {
  content: "\f399";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-bity:before {
  content: "\f37a";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-stackpath:before {
  content: "\f842";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-modx:before {
  content: "\f285";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-guilded:before {
  content: "\e07e";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-vnv:before {
  content: "\f40b";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-js:before {
  content: "\f3b9";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-js-square:before {
  content: "\f3b9";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-microsoft:before {
  content: "\f3ca";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-orcid:before {
  content: "\f8d2";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-java:before {
  content: "\f4e4";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-invision:before {
  content: "\f7b0";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-centercode:before {
  content: "\f380";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-hire-a-helper:before {
  content: "\f3b0";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-by:before {
  content: "\f4e7";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-unity:before {
  content: "\e049";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-whmcs:before {
  content: "\f40d";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-rocketchat:before {
  content: "\f3e8";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-untappd:before {
  content: "\f405";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-mailchimp:before {
  content: "\f59e";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-css3-alt:before {
  content: "\f38b";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-reddit:before {
  content: "\f1a2";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-vimeo-v:before {
  content: "\f27d";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-contao:before {
  content: "\f26d";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-font-awesome:before {
  content: "\e5ad";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-deskpro:before {
  content: "\f38f";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-brave:before {
  content: "\e63c";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-sistrix:before {
  content: "\f3ee";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-instagram:before {
  content: "\e055";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-instagram-square:before {
  content: "\e055";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-battle-net:before {
  content: "\f835";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-the-red-yeti:before {
  content: "\f69d";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-hacker-news:before {
  content: "\f3af";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-hacker-news-square:before {
  content: "\f3af";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-edge:before {
  content: "\f282";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-threads:before {
  content: "\e618";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-napster:before {
  content: "\f3d2";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-snapchat:before {
  content: "\f2ad";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-google-plus-g:before {
  content: "\f0d5";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-artstation:before {
  content: "\f77a";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-markdown:before {
  content: "\f60f";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-sourcetree:before {
  content: "\f7d3";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-google-plus:before {
  content: "\f2b3";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-diaspora:before {
  content: "\f791";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-phoenix-squadron:before {
  content: "\f511";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-algolia:before {
  content: "\f36c";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-red-river:before {
  content: "\f3e3";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-sa:before {
  content: "\f4ef";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-safari:before {
  content: "\f267";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-font-awesome-stroke:before {
  content: "\f35c";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-font-awesome-alt:before {
  content: "\f35c";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-atlassian:before {
  content: "\f77b";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-linkedin-in:before {
  content: "\f0e1";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-digital-ocean:before {
  content: "\f391";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-nimblr:before {
  content: "\f5a8";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-chromecast:before {
  content: "\f838";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-evernote:before {
  content: "\f839";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-adversal:before {
  content: "\f36a";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-watchman-monitoring:before {
  content: "\e087";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-fonticons:before {
  content: "\f280";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-weixin:before {
  content: "\f1d7";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-git-alt:before {
  content: "\f841";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-lyft:before {
  content: "\f3c3";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-rev:before {
  content: "\f5b2";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-wizards-of-the-coast:before {
  content: "\f730";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-viadeo:before {
  content: "\f2aa";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-centos:before {
  content: "\f789";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-cloudsmith:before {
  content: "\f384";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-opensuse:before {
  content: "\e62b";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-dribbble:before {
  content: "\f397";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-dribbble-square:before {
  content: "\f397";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-codiepie:before {
  content: "\f284";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-node:before {
  content: "\f419";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-mix:before {
  content: "\f3cb";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-apple-pay:before {
  content: "\f416";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-scribd:before {
  content: "\f28a";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-debian:before {
  content: "\e60b";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-instalod:before {
  content: "\e081";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-sellcast:before {
  content: "\f2da";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-twitter:before {
  content: "\f081";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-r-project:before {
  content: "\f4f7";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-freebsd:before {
  content: "\f3a4";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-vuejs:before {
  content: "\f41f";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-accusoft:before {
  content: "\f369";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-fonticons-fi:before {
  content: "\f3a2";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-app-store:before {
  content: "\f36f";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-itunes-note:before {
  content: "\f3b5";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-golang:before {
  content: "\e40f";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-kickstarter:before {
  content: "\f3bb";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-grav:before {
  content: "\f2d6";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-uncharted:before {
  content: "\e084";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-firstdraft:before {
  content: "\f3a1";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-youtube:before {
  content: "\f431";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-youtube-square:before {
  content: "\f431";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-wpressr:before {
  content: "\f3e4";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-rendact:before {
  content: "\f3e4";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-angellist:before {
  content: "\f209";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-galactic-republic:before {
  content: "\f50c";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-nfc-directional:before {
  content: "\e530";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-joget:before {
  content: "\f3b7";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-fedora:before {
  content: "\f798";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-stripe-s:before {
  content: "\f42a";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-meta:before {
  content: "\e49b";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-laravel:before {
  content: "\f3bd";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-hotjar:before {
  content: "\f3b1";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-letterboxd:before {
  content: "\e62e";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-sticker-mule:before {
  content: "\f3f7";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-zero:before {
  content: "\f4f3";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-hips:before {
  content: "\f452";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-discord:before {
  content: "\f392";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-chrome:before {
  content: "\f268";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-app-store-ios:before {
  content: "\f370";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-confluence:before {
  content: "\f78d";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-shoelace:before {
  content: "\e60c";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-mdb:before {
  content: "\f8ca";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-dochub:before {
  content: "\f394";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-accessible-icon:before {
  content: "\f368";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-ebay:before {
  content: "\f4f4";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-amazon:before {
  content: "\f270";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-unsplash:before {
  content: "\e07c";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-yarn:before {
  content: "\f7e3";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-steam:before {
  content: "\f1b7";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-500px:before {
  content: "\f26e";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-vimeo:before {
  content: "\f194";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-asymmetrik:before {
  content: "\f372";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-font-awesome-flag:before {
  content: "\f2b4";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-font-awesome-logo-full:before {
  content: "\f2b4";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-gratipay:before {
  content: "\f184";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-hive:before {
  content: "\e07f";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-gitkraken:before {
  content: "\f3a6";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-keybase:before {
  content: "\f4f5";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-apple-pay:before {
  content: "\f415";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-padlet:before {
  content: "\e4a0";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-amazon-pay:before {
  content: "\f42c";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-github:before {
  content: "\f092";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-fedex:before {
  content: "\f797";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-phoenix-framework:before {
  content: "\f3dc";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-shopify:before {
  content: "\e057";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-neos:before {
  content: "\f612";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-threads:before {
  content: "\e619";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-hackerrank:before {
  content: "\f5f7";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-researchgate:before {
  content: "\f4f8";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-swift:before {
  content: "\f8e1";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-angular:before {
  content: "\f420";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-speakap:before {
  content: "\f3f3";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-angrycreative:before {
  content: "\f36e";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-empire:before {
  content: "\f1d1";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-envira:before {
  content: "\f299";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-google-scholar:before {
  content: "\e63b";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-gitlab:before {
  content: "\e5ae";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-gitlab-square:before {
  content: "\e5ae";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-studiovinari:before {
  content: "\f3f8";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-firefox:before {
  content: "\f269";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-linode:before {
  content: "\f2b8";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-goodreads:before {
  content: "\f3a8";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-odnoklassniki:before {
  content: "\f264";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-sith:before {
  content: "\f512";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-page4:before {
  content: "\f3d7";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-hashnode:before {
  content: "\e499";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-react:before {
  content: "\f41b";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-squarespace:before {
  content: "\f5be";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-share:before {
  content: "\f4f2";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-bitcoin:before {
  content: "\f379";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-keycdn:before {
  content: "\f3ba";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-opera:before {
  content: "\f26a";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-itch-io:before {
  content: "\f83a";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-umbraco:before {
  content: "\f8e8";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-galactic-senate:before {
  content: "\f50d";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-ubuntu:before {
  content: "\f7df";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-draft2digital:before {
  content: "\f396";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-stripe:before {
  content: "\f429";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-houzz:before {
  content: "\f27c";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-gg:before {
  content: "\f260";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-dhl:before {
  content: "\f790";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-pinterest:before {
  content: "\f0d3";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-blackberry:before {
  content: "\f37b";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-pd:before {
  content: "\f4ec";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-playstation:before {
  content: "\f3df";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-quinscape:before {
  content: "\f459";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-less:before {
  content: "\f41d";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-blogger-b:before {
  content: "\f37d";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-opencart:before {
  content: "\f23d";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-signal-messenger:before {
  content: "\e663";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-gitlab:before {
  content: "\f296";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-typo3:before {
  content: "\f42b";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-dailymotion:before {
  content: "\e052";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-affiliatetheme:before {
  content: "\f36b";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-bootstrap:before {
  content: "\f836";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-nfc-symbol:before {
  content: "\e531";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-mintbit:before {
  content: "\e62f";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-ethereum:before {
  content: "\f42e";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-speaker-deck:before {
  content: "\f83c";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-patreon:before {
  content: "\f3d9";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-avianex:before {
  content: "\f374";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-ello:before {
  content: "\f5f1";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-gofore:before {
  content: "\f3a7";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-bimobject:before {
  content: "\f378";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-brave-reverse:before {
  content: "\e63d";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-facebook-f:before {
  content: "\f39e";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-google-plus:before {
  content: "\f0d4";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-mandalorian:before {
  content: "\f50f";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-first-order-alt:before {
  content: "\f50a";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-osi:before {
  content: "\f41a";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-periscope:before {
  content: "\f3da";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-fulcrum:before {
  content: "\f50b";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-cloudscale:before {
  content: "\f383";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-forumbee:before {
  content: "\f211";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-mizuni:before {
  content: "\f3cc";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-schlix:before {
  content: "\f3ea";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-xing:before {
  content: "\f169";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-wpforms:before {
  content: "\f298";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-cloudversify:before {
  content: "\f385";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-usps:before {
  content: "\f7e1";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-megaport:before {
  content: "\f5a3";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-magento:before {
  content: "\f3c4";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-fly:before {
  content: "\f417";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-aviato:before {
  content: "\f421";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-itunes:before {
  content: "\f3b4";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-cuttlefish:before {
  content: "\f38c";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-blogger:before {
  content: "\f37c";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-viber:before {
  content: "\f409";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-letterboxd:before {
  content: "\e62d";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-symfony:before {
  content: "\f83d";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-facebook-messenger:before {
  content: "\f39f";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-audible:before {
  content: "\f373";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-think-peaks:before {
  content: "\f731";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-bilibili:before {
  content: "\e3d9";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-erlang:before {
  content: "\f39d";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-x-twitter:before {
  content: "\e61b";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-cotton-bureau:before {
  content: "\f89e";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-dashcube:before {
  content: "\f210";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-42-group:before {
  content: "\e080";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-innosoft:before {
  content: "\e080";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-elementor:before {
  content: "\f430";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-pied-piper:before {
  content: "\e01e";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-pied-piper-square:before {
  content: "\e01e";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-nd:before {
  content: "\f4eb";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-palfed:before {
  content: "\f3d8";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-resolving:before {
  content: "\f3e7";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-xbox:before {
  content: "\f412";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-searchengin:before {
  content: "\f3eb";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-tiktok:before {
  content: "\e07b";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-facebook:before {
  content: "\f082";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-glide:before {
  content: "\f2a5";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-linkedin:before {
  content: "\f08c";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-hubspot:before {
  content: "\f3b2";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-deploydog:before {
  content: "\f38e";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-mixer:before {
  content: "\e056";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-lastfm:before {
  content: "\f203";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-vimeo:before {
  content: "\f40a";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-mendeley:before {
  content: "\f7b3";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-uniregistry:before {
  content: "\f404";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-figma:before {
  content: "\f799";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-remix:before {
  content: "\f4ee";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-amazon-pay:before {
  content: "\f42d";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-cmplid:before {
  content: "\e360";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-upwork:before {
  content: "\e641";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-facebook:before {
  content: "\f09a";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-gripfire:before {
  content: "\f3ac";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-jedi-order:before {
  content: "\f50e";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-uikit:before {
  content: "\f403";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-phabricator:before {
  content: "\f3db";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-ussunnah:before {
  content: "\f407";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-earlybirds:before {
  content: "\f39a";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-trade-federation:before {
  content: "\f513";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-autoprefixer:before {
  content: "\f41c";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-google-play:before {
  content: "\f3ab";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-line:before {
  content: "\f3c0";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-google-drive:before {
  content: "\f3aa";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-servicestack:before {
  content: "\f3ec";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-deezer:before {
  content: "\e077";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-raspberry-pi:before {
  content: "\f7bb";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-jira:before {
  content: "\f7b1";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-docker:before {
  content: "\f395";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-screenpal:before {
  content: "\e570";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-gitter:before {
  content: "\f426";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-d-and-d:before {
  content: "\f38d";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-microblog:before {
  content: "\e01a";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-pied-piper-hat:before {
  content: "\f4e5";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-kickstarter-k:before {
  content: "\f3bc";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-yandex:before {
  content: "\f413";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-readme:before {
  content: "\f4d5";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-sellsy:before {
  content: "\f213";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-sass:before {
  content: "\f41e";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-wirsindhandwerk:before {
  content: "\e2d0";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-wsh:before {
  content: "\e2d0";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-buromobelexperte:before {
  content: "\f37f";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-salesforce:before {
  content: "\f83b";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-octopus-deploy:before {
  content: "\e082";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-medapps:before {
  content: "\f3c6";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-ns8:before {
  content: "\f3d5";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-apper:before {
  content: "\f371";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-waze:before {
  content: "\f83f";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-snapchat-ghost:before {
  content: "\f2ab";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-rust:before {
  content: "\e07a";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-wix:before {
  content: "\f5cf";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-behance:before {
  content: "\f1b5";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-supple:before {
  content: "\f3f9";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-webflow:before {
  content: "\e65c";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-rebel:before {
  content: "\f1d0";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-staylinked:before {
  content: "\f3f5";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-kaggle:before {
  content: "\f5fa";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-space-awesome:before {
  content: "\e5ac";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-cpanel:before {
  content: "\f388";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-goodreads-g:before {
  content: "\f3a9";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-git:before {
  content: "\f1d2";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-tumblr:before {
  content: "\f174";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-perbyte:before {
  content: "\e083";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-grunt:before {
  content: "\f3ad";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-weebly:before {
  content: "\f5cc";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-leanpub:before {
  content: "\f212";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-themeco:before {
  content: "\f5c6";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-python:before {
  content: "\f3e2";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-bots:before {
  content: "\e340";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-hornbill:before {
  content: "\f592";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-js:before {
  content: "\f3b8";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-ideal:before {
  content: "\e013";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-dev:before {
  content: "\f6cc";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-sketch:before {
  content: "\f7c6";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-yandex-international:before {
  content: "\f414";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-uber:before {
  content: "\f402";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-php:before {
  content: "\f457";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-alipay:before {
  content: "\f642";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-firefox-browser:before {
  content: "\e007";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-replyd:before {
  content: "\f3e6";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-suse:before {
  content: "\f7d6";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-jenkins:before {
  content: "\f3b6";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-rockrms:before {
  content: "\f3e9";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-buffer:before {
  content: "\f837";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-npm:before {
  content: "\f3d4";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-yammer:before {
  content: "\f840";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-btc:before {
  content: "\f15a";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-stubber:before {
  content: "\e5c7";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-telegram-plane:before {
  content: "\f2c6";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-old-republic:before {
  content: "\f510";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-odysee:before {
  content: "\e5c6";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-whatsapp:before {
  content: "\f40c";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-whatsapp-square:before {
  content: "\f40c";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-node-js:before {
  content: "\f3d3";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-edge-legacy:before {
  content: "\e078";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-slack-hash:before {
  content: "\f198";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-medrt:before {
  content: "\f3c8";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-usb:before {
  content: "\f287";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-vaadin:before {
  content: "\f408";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-quora:before {
  content: "\f2c4";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-x-twitter:before {
  content: "\e61a";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-reacteurope:before {
  content: "\f75d";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-medium:before {
  content: "\f23a";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-medium-m:before {
  content: "\f23a";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-amilia:before {
  content: "\f36d";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-flipboard:before {
  content: "\f44d";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-viacoin:before {
  content: "\f237";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-critical-role:before {
  content: "\f6c9";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-sitrox:before {
  content: "\e44a";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-discourse:before {
  content: "\f393";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-mastodon:before {
  content: "\f4f6";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-airbnb:before {
  content: "\f834";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-wolf-pack-battalion:before {
  content: "\f514";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-buy-n-large:before {
  content: "\f8a6";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-gulp:before {
  content: "\f3ae";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-strava:before {
  content: "\f428";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-ember:before {
  content: "\f423";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-canadian-maple-leaf:before {
  content: "\f785";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-teamspeak:before {
  content: "\f4f9";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-pushed:before {
  content: "\f3e1";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-wordpress-simple:before {
  content: "\f411";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-nutritionix:before {
  content: "\f3d6";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-wodu:before {
  content: "\e088";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-google-pay:before {
  content: "\e079";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-intercom:before {
  content: "\f7af";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-zhihu:before {
  content: "\f63f";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-korvue:before {
  content: "\f42f";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-pix:before {
  content: "\e43a";
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/font-awesome-sass-6.5.1/assets/stylesheets/font-awesome/_brands.scss */
.fa-steam-symbol:before {
  content: "\f3f6";
}

/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
/* line 1, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_root.scss */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}

/* line 16, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  /* line 28, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
  :root {
    scroll-behavior: smooth;
  }
}

/* line 49, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 69, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

/* line 77, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
hr:not([size]) {
  height: 1px;
}

/* line 88, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

/* line 98, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  /* line 98, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
  h1, .h1 {
    font-size: 2.5rem;
  }
}

/* line 103, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  /* line 103, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
  h2, .h2 {
    font-size: 2rem;
  }
}

/* line 108, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  /* line 108, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
  h3, .h3 {
    font-size: 1.75rem;
  }
}

/* line 113, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  /* line 113, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
  h4, .h4 {
    font-size: 1.5rem;
  }
}

/* line 118, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
h5, .h5 {
  font-size: 1.25rem;
}

/* line 123, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
h6, .h6 {
  font-size: 1rem;
}

/* line 134, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 147, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

/* line 157, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 166, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
ol,
ul {
  padding-left: 2rem;
}

/* line 171, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 178, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 185, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
dt {
  font-weight: 700;
}

/* line 191, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 199, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 208, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
b,
strong {
  font-weight: bolder;
}

/* line 218, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
small, .small {
  font-size: 0.875em;
}

/* line 225, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/* line 236, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

/* line 244, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
sub {
  bottom: -.25em;
}

/* line 245, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
sup {
  top: -.5em;
}

/* line 250, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
a {
  color: #0d6efd;
  text-decoration: underline;
}

/* line 254, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
a:hover {
  color: #0a58ca;
}

/* line 266, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

/* line 276, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

/* line 290, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

/* line 299, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 306, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}

/* line 312, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
a > code {
  color: inherit;
}

/* line 317, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

/* line 324, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

/* line 336, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
figure {
  margin: 0 0 1rem;
}

/* line 343, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
img,
svg {
  vertical-align: middle;
}

/* line 353, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
table {
  caption-side: bottom;
  border-collapse: collapse;
}

/* line 358, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

/* line 369, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

/* line 375, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

/* line 391, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
label {
  display: inline-block;
}

/* line 398, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
button {
  border-radius: 0;
}

/* line 408, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
button:focus:not(:focus-visible) {
  outline: 0;
}

/* line 414, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 426, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
button,
select {
  text-transform: none;
}

/* line 433, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
[role="button"] {
  cursor: pointer;
}

/* line 437, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
select {
  word-wrap: normal;
}

/* line 443, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
select:disabled {
  opacity: 1;
}

/* line 451, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
[list]::-webkit-calendar-picker-indicator {
  display: none;
}

/* line 460, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 467, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

/* line 475, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 482, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
textarea {
  resize: vertical;
}

/* line 493, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 505, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_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 505, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
  legend {
    font-size: 1.5rem;
  }
}

/* line 514, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
legend + * {
  clear: left;
}

/* line 522, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_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 532, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-inner-spin-button {
  height: auto;
}

/* line 542, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
/* line 563, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 569, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-color-swatch-wrapper {
  padding: 0;
}

/* line 576, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
::file-selector-button {
  font: inherit;
}

/* line 583, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 590, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
output {
  display: inline-block;
}

/* line 596, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
iframe {
  border: 0;
}

/* line 604, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 614, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
progress {
  vertical-align: baseline;
}

/* line 623, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_reboot.scss */
[hidden] {
  display: none !important;
}

/* line 29, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 36, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
  .display-1 {
    font-size: 5rem;
  }
}

/* line 36, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
  .display-2 {
    font-size: 4.5rem;
  }
}

/* line 36, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
  .display-3 {
    font-size: 4rem;
  }
}

/* line 36, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
  .display-4 {
    font-size: 3.5rem;
  }
}

/* line 36, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
  .display-5 {
    font-size: 3rem;
  }
}

/* line 36, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
  .display-6 {
    font-size: 2.5rem;
  }
}

/* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 66, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item {
  display: inline-block;
}

/* line 69, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 80, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

/* line 86, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* line 90, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
.blockquote > :last-child {
  margin-bottom: 0;
}

/* line 95, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}

/* line 101, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer::before {
  content: "\2014\00A0";
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_images.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_images.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

/* line 29, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_images.scss */
.figure {
  display: inline-block;
}

/* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_images.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 39, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_images.scss */
.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_containers.scss */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_containers.scss */
  .container-sm, .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_containers.scss */
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_containers.scss */
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_containers.scss */
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  /* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_containers.scss */
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_grid.scss */
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

/* line 9, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_grid.scss */
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

/* line 74, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col {
  flex: 1 0 0%;
}

/* line 78, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

/* line 90, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

/* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

/* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

/* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

/* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

/* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

/* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

/* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

/* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

/* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

/* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

/* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

/* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

/* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-1 {
  margin-left: 8.33333333%;
}

/* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-2 {
  margin-left: 16.66666667%;
}

/* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-4 {
  margin-left: 33.33333333%;
}

/* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-5 {
  margin-left: 41.66666667%;
}

/* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-7 {
  margin-left: 58.33333333%;
}

/* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-8 {
  margin-left: 66.66666667%;
}

/* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-10 {
  margin-left: 83.33333333%;
}

/* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-11 {
  margin-left: 91.66666667%;
}

/* line 115, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

/* line 119, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

/* line 115, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

/* line 119, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

/* line 115, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

/* line 119, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

/* line 115, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

/* line 119, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

/* line 115, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

/* line 119, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

/* line 115, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

/* line 119, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  /* line 74, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm {
    flex: 1 0 0%;
  }
  /* line 78, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 90, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }
  /* line 119, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 119, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 119, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 119, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 119, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 119, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 768px) {
  /* line 74, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md {
    flex: 1 0 0%;
  }
  /* line 78, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 90, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }
  /* line 119, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 119, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 119, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 119, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 119, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 119, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 992px) {
  /* line 74, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg {
    flex: 1 0 0%;
  }
  /* line 78, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 90, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }
  /* line 119, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 119, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 119, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 119, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 119, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 119, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1200px) {
  /* line 74, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl {
    flex: 1 0 0%;
  }
  /* line 78, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 90, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }
  /* line 119, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 119, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 119, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 119, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 119, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 119, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1400px) {
  /* line 74, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl {
    flex: 1 0 0%;
  }
  /* line 78, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 90, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-0 {
    margin-left: 0;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-3 {
    margin-left: 25%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-6 {
    margin-left: 50%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-9 {
    margin-left: 75%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  /* line 119, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 119, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 119, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 119, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 119, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 119, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}

/* line 26, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

/* line 33, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
.table > tbody {
  vertical-align: inherit;
}

/* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
.table > thead {
  vertical-align: bottom;
}

/* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
.table > :not(:first-child) {
  border-top: 2px solid currentColor;
}

/* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
.caption-top {
  caption-side: top;
}

/* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

/* line 79, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}

/* line 83, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

/* line 91, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

/* line 95, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

/* line 105, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

/* line 115, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

/* line 125, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

/* line 3, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbe6;
}

/* line 3, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce;
}

/* line 3, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7;
}

/* line 3, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3;
}

/* line 3, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9;
}

/* line 3, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4;
}

/* line 3, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}

/* line 3, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}

/* line 150, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  /* line 150, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 767.98px) {
  /* line 150, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 991.98px) {
  /* line 150, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1199.98px) {
  /* line 150, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1399.98px) {
  /* line 150, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_labels.scss */
.form-label {
  margin-bottom: 0.5rem;
}

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_labels.scss */
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

/* line 26, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_labels.scss */
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_labels.scss */
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-text.scss */
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
  .form-control {
    transition: none;
  }
}

/* line 25, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control[type="file"] {
  overflow: hidden;
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

/* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 50, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}

/* line 56, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

/* line 76, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  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 76, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
  .form-control::file-selector-button {
    transition: none;
  }
}

/* line 91, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

/* line 95, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-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;
  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, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 110, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

/* line 120, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 131, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 145, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

/* line 151, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/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 157, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

/* line 164, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

/* line 170, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

/* line 176, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

/* line 187, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}

/* line 191, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}

/* line 195, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

/* line 201, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color {
  width: 3rem;
  height: auto;
  padding: 0.375rem;
}

/* line 206, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

/* line 210, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

/* line 215, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  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, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
  .form-select {
    transition: none;
  }
}

/* line 28, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 39, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}

/* line 45, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select:disabled {
  background-color: #e9ecef;
}

/* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

/* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

/* line 66, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}

/* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}

/* line 35, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="radio"] {
  border-radius: 50%;
}

/* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input:active {
  filter: brightness(90%);
}

/* line 44, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 50, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

/* line 54, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="checkbox"]:checked {
  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 62, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="radio"]:checked {
  background-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 71, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="checkbox"]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  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 10h8'/%3e%3c/svg%3e");
}

/* line 82, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

/* line 92, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

/* line 107, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch {
  padding-left: 2.5em;
}

/* line 110, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 110, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
  .form-switch .form-check-input {
    transition: none;
  }
}

/* line 118, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}

/* line 122, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: 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 134, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

/* line 139, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 146, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:focus {
  outline: 0;
}

/* line 19, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 23, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-moz-focus-outer {
  border: 0;
}

/* line 27, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  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, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 38, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}

/* line 43, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 54, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  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, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}

/* line 69, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 80, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:disabled {
  pointer-events: none;
}

/* line 83, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

/* line 87, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

/* line 1, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating {
  position: relative;
}

/* line 4, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}

/* line 10, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px 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 10, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
  .form-floating > label {
    transition: none;
  }
}

/* line 23, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control {
  padding: 1rem 0.75rem;
}

/* line 26, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}

/* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 36, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 50, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 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-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

/* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}

/* line 29, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group .btn {
  position: relative;
  z-index: 2;
}

/* line 33, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group .btn:focus {
  z-index: 3;
}

/* line 45, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

/* line 66, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/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.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

/* line 75, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/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.875rem;
  border-radius: 0.2rem;
}

/* line 84, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

/* line 99, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 106, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 117, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/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: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 25, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

/* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}

/* line 50, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.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.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}

/* line 89, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/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]) {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.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-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 98, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}

/* line 109, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}

/* line 113, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

/* line 117, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

/* line 123, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid, .was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}

/* line 136, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus, .was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}

/* line 25, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

/* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

/* line 50, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/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, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}

/* line 89, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/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]) {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 98, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}

/* line 109, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}

/* line 113, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

/* line 117, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

/* line 123, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid, .was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}

/* line 136, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus, .was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  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, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
  .btn {
    transition: none;
  }
}

/* line 22, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn:hover {
  color: #212529;
}

/* line 27, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 44, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

/* line 60, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

/* line 26, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

/* line 45, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}

/* line 56, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

/* line 66, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

/* line 60, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 26, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

/* line 45, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}

/* line 56, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

/* line 66, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 60, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

/* line 26, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

/* line 45, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}

/* line 56, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

/* line 66, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

/* line 60, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

/* line 26, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}

/* line 45, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}

/* line 56, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}

/* line 66, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

/* line 60, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 26, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}

/* line 45, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}

/* line 56, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}

/* line 66, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 60, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 26, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}

/* line 45, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}

/* line 56, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}

/* line 66, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 60, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 26, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}

/* line 45, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}

/* line 56, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}

/* line 66, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 60, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

/* line 26, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}

/* line 45, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}

/* line 56, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}

/* line 66, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

/* line 66, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}

/* line 88, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

/* line 94, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}

/* line 99, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

/* line 108, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}

/* line 118, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #0d6efd;
  background-color: transparent;
}

/* line 66, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

/* line 88, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 94, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}

/* line 99, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 108, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}

/* line 118, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #6c757d;
  background-color: transparent;
}

/* line 66, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-success {
  color: #198754;
  border-color: #198754;
}

/* line 88, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

/* line 94, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

/* line 99, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

/* line 108, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

/* line 118, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #198754;
  background-color: transparent;
}

/* line 66, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}

/* line 88, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

/* line 94, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}

/* line 99, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

/* line 108, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}

/* line 118, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}

/* line 66, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

/* line 88, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 94, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}

/* line 99, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 108, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}

/* line 118, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}

/* line 66, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

/* line 88, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 94, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}

/* line 99, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 108, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}

/* line 118, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}

/* line 66, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 88, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 94, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}

/* line 99, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 108, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}

/* line 118, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}

/* line 66, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}

/* line 88, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

/* line 94, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}

/* line 99, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

/* line 108, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}

/* line 118, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}

/* line 78, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}

/* line 83, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:hover {
  color: #0a58ca;
}

/* line 92, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

/* line 105, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

/* line 109, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

/* line 1, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_transitions.scss */
.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  /* line 1, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_transitions.scss */
  .fade {
    transition: none;
  }
}

/* line 4, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_transitions.scss */
.fade:not(.show) {
  opacity: 0;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_transitions.scss */
.collapse:not(.show) {
  display: none;
}

/* line 16, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_transitions.scss */
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 16, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_transitions.scss */
  .collapsing {
    transition: none;
  }
}

/* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_transitions.scss */
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_transitions.scss */
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

/* line 2, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

/* line 9, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-toggle {
  white-space: nowrap;
}

/* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

/* line 59, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/* line 34, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

/* line 49, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-start {
  --bs-position: start;
}

/* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

/* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-end {
  --bs-position: end;
}

/* line 61, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 49, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  /* line 61, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 49, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  /* line 61, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 49, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  /* line 61, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  /* line 49, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  /* line 61, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1400px) {
  /* line 49, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  /* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  /* line 61, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

/* line 73, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

/* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

/* line 59, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 86, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

/* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

/* line 59, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 96, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 103, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

/* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

/* line 46, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropstart .dropdown-toggle::after {
  display: none;
}

/* line 50, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

/* line 59, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 113, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 121, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

/* line 131, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 156, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}

/* line 163, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}

/* line 170, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

/* line 180, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu.show {
  display: block;
}

/* line 185, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

/* line 195, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}

/* line 202, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 208, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}

/* line 211, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

/* line 217, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}

/* line 223, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}

/* line 229, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 233, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}

/* line 237, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

/* line 2, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_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, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 31, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 38, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

/* line 44, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 53, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_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 72, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

/* line 76, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 82, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 87, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

/* line 92, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 114, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 119, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

/* line 124, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

/* line 130, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_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 135, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_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, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  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 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
  .nav-link {
    transition: none;
  }
}

/* line 23, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-link:hover, .nav-link:focus {
  color: #0a58ca;
}

/* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

/* line 41, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

/* line 44, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 50, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

/* line 71, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 85, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}

/* line 91, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d6efd;
}

/* line 104, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 112, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 122, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

/* line 133, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 136, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .active {
  display: block;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_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 56, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}

/* line 75, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 82, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

/* line 87, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .dropdown-menu {
  position: static;
}

/* line 97, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 111, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* line 120, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 120, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggler {
    transition: none;
  }
}

/* line 129, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler:hover {
  text-decoration: none;
}

/* line 133, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}

/* line 142, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

/* line 152, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  /* line 166, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 171, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 174, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 178, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 184, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 188, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 193, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  /* line 197, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .offcanvas-header {
    display: none;
  }
  /* line 201, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  /* line 213, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .offcanvas-top,
.navbar-expand-sm .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  /* line 220, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 768px) {
  /* line 166, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 171, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 174, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 178, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 184, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 188, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 193, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  /* line 197, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .offcanvas-header {
    display: none;
  }
  /* line 201, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  /* line 213, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .offcanvas-top,
.navbar-expand-md .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  /* line 220, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 992px) {
  /* line 166, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 171, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 174, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 178, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 184, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 188, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 193, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  /* line 197, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .offcanvas-header {
    display: none;
  }
  /* line 201, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  /* line 213, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .offcanvas-top,
.navbar-expand-lg .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  /* line 220, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1200px) {
  /* line 166, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 171, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 174, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 178, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 184, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 188, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 193, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  /* line 197, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .offcanvas-header {
    display: none;
  }
  /* line 201, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  /* line 213, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .offcanvas-top,
.navbar-expand-xl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  /* line 220, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1400px) {
  /* line 166, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 171, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  /* line 174, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 178, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 184, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 188, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 193, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  /* line 197, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .offcanvas-header {
    display: none;
  }
  /* line 201, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  /* line 213, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .offcanvas-top,
.navbar-expand-xxl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  /* line 220, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

/* line 166, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

/* line 171, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 174, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 178, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/* line 184, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

/* line 188, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 193, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 197, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .offcanvas-header {
  display: none;
}

/* line 201, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  transition: none;
  transform: none;
}

/* line 213, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .offcanvas-top,
.navbar-expand .offcanvas-bottom {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}

/* line 220, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

/* line 238, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

/* line 241, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 248, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}

/* line 251, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

/* line 256, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

/* line 261, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

/* line 267, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 272, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 276, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}

/* line 279, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 289, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-brand {
  color: #fff;
}

/* line 292, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

/* line 299, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}

/* line 302, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

/* line 307, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 312, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

/* line 318, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 323, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-toggler-icon {
  background-image: 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 327, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}

/* line 329, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 23, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

/* line 27, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

/* line 46, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

/* line 54, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-title {
  margin-bottom: 0.5rem;
}

/* line 58, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}

/* line 63, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 72, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-link + .card-link {
  margin-left: 1rem;
}

/* line 81, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 88, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

/* line 93, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 99, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

/* line 109, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}

/* line 123, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

/* line 129, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}

/* line 139, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

/* line 145, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 150, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/* line 163, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
.card-group > .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  /* line 160, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  /* line 172, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 177, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 184, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 187, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_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 192, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_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 199, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 202, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_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 207, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_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, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  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;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
  .accordion-button {
    transition: none;
  }
}

/* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

/* line 25, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%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");
  transform: rotate(-180deg);
}

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%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");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
  .accordion-button::after {
    transition: none;
  }
}

/* line 44, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button:hover {
  z-index: 2;
}

/* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 56, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-header {
  margin-bottom: 0;
}

/* line 60, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 72, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:not(:first-of-type) {
  border-top: 0;
}

/* line 77, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 81, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/* line 86, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 92, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-body {
  padding: 1rem 1.25rem;
}

/* line 102, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-flush .accordion-collapse {
  border-width: 0;
}

/* line 106, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

/* line 111, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}

/* line 112, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}

/* line 114, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

/* line 1, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}

/* line 25, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item.active {
  color: #6c757d;
}

/* line 1, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  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 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_pagination.scss */
  .page-link {
    transition: none;
  }
}

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:hover {
  z-index: 2;
  color: #0a58ca;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 23, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:focus {
  z-index: 3;
  color: #0a58ca;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 33, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}

/* line 37, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

/* line 44, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_pagination.scss */
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.page-link {
  padding: 0.375rem 0.75rem;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 19, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

/* line 19, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

/* line 19, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_badge.scss */
.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

/* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_badge.scss */
.badge:empty {
  display: none;
}

/* line 26, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_badge.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_alert.scss */
.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-heading {
  color: inherit;
}

/* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-link {
  font-weight: 700;
}

/* line 29, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible {
  padding-right: 3rem;
}

/* line 33, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

/* line 53, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-primary .alert-link {
  color: #06357a;
}

/* line 53, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-secondary .alert-link {
  color: #34383c;
}

/* line 53, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-success .alert-link {
  color: #0c4128;
}

/* line 53, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-info .alert-link {
  color: #04414d;
}

/* line 53, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-warning .alert-link {
  color: #523e02;
}

/* line 53, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-danger .alert-link {
  color: #6a1a21;
}

/* line 53, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-light .alert-link {
  color: #4f5050;
}

/* line 53, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-dark .alert-link {
  color: #101214;
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_progress.scss */
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

/* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_progress.scss */
  .progress-bar {
    transition: none;
  }
}

/* line 33, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_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: 1rem 1rem;
}

/* line 39, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  /* line 39, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_progress.scss */
  .progress-bar-animated {
    animation: none;
  }
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}

/* line 19, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

/* line 38, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 46, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 66, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

/* line 70, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

/* line 74, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

/* line 82, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

/* line 89, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item + .list-group-item {
  border-top-width: 0;
}

/* line 92, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

/* line 108, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal {
  flex-direction: row;
}

/* line 112, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

/* line 117, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

/* line 122, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

/* line 126, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

/* line 130, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  /* line 108, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  /* line 112, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 117, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 122, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  /* line 126, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 130, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  /* line 108, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md {
    flex-direction: row;
  }
  /* line 112, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 117, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 122, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  /* line 126, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 130, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  /* line 108, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  /* line 112, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 117, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 122, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  /* line 126, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 130, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  /* line 108, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  /* line 112, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 117, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 122, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 126, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 130, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1400px) {
  /* line 108, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  /* line 112, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  /* line 117, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  /* line 122, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 126, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 130, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

/* line 146, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush {
  border-radius: 0;
}

/* line 149, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

/* line 152, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff;
}

/* line 10, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #084298;
  background-color: #bacbe6;
}

/* line 16, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}

/* line 10, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #41464b;
  background-color: #cbccce;
}

/* line 16, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}

/* line 10, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0f5132;
  background-color: #bcd0c7;
}

/* line 16, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}

/* line 10, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #055160;
  background-color: #badce3;
}

/* line 16, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}

/* line 10, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #664d03;
  background-color: #e6dbb9;
}

/* line 16, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}

/* line 10, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}

/* line 16, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}

/* line 10, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #636464;
  background-color: #e5e5e5;
}

/* line 16, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}

/* line 10, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}

/* line 16, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_close.scss */
.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent 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") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_close.scss */
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

/* line 24, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_close.scss */
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}

/* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_close.scss */
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0.25;
}

/* line 38, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_close.scss */
.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

/* line 1, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast.showing {
  opacity: 0;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast:not(.show) {
  display: none;
}

/* line 22, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast-container {
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}

/* line 27, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 42, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

/* line 48, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_toasts.scss */
.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

/* line 8, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

/* line 27, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

/* line 35, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  /* line 35, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 39, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal.show .modal-dialog {
  transform: none;
}

/* line 44, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

/* line 49, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}

/* line 52, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 62, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

/* line 69, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

/* line 87, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_backdrop.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_backdrop.scss */
.modal-backdrop.show {
  opacity: 0.5;
}

/* line 93, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

/* line 102, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

/* line 109, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 116, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

/* line 125, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

/* line 138, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  /* line 146, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  /* line 151, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  /* line 155, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  /* line 163, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 167, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  /* line 174, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-xl {
    max-width: 1140px;
  }
}

/* line 183, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

/* line 189, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

/* line 195, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-fullscreen .modal-header {
  border-radius: 0;
}

/* line 199, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

/* line 203, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  /* line 183, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 189, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 195, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  /* line 199, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  /* line 203, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 183, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 189, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 195, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  /* line 199, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  /* line 203, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 183, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 189, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 195, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  /* line 199, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  /* line 203, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1199.98px) {
  /* line 183, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 189, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 195, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  /* line 199, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  /* line 203, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1399.98px) {
  /* line 183, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 189, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 195, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  /* line 199, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  /* line 203, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}

/* line 2, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

/* line 15, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.show {
  opacity: 0.9;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

/* line 23, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 32, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^="top"] {
  padding: 0.4rem 0;
}

/* line 35, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
  bottom: 0;
}

/* line 38, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

/* line 46, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^="right"] {
  padding: 0 0.4rem;
}

/* line 49, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 54, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

/* line 62, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^="bottom"] {
  padding: 0.4rem 0;
}

/* line 65, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
  top: 0;
}

/* line 68, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

/* line 76, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^="left"] {
  padding: 0 0.4rem;
}

/* line 79, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 84, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

/* line 108, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

/* line 1, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_popover.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

/* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_popover.scss */
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}

/* line 26, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_popover.scss */
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 38, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}

/* line 41, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

/* line 47, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

/* line 56, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}

/* line 61, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 67, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

/* line 76, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}

/* line 79, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 85, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

/* line 93, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_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: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}

/* line 106, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}

/* line 111, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 117, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

/* line 141, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_popover.scss */
.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

/* line 150, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_popover.scss */
.popover-header:empty {
  display: none;
}

/* line 155, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_popover.scss */
.popover-body {
  padding: 1rem 1rem;
  color: #212529;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 18, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel.pointer-event {
  touch-action: pan-y;
}

/* line 22, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 3, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

/* line 29, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_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, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-item {
    transition: none;
  }
}

/* line 39, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* rtl:begin:ignore */
/* line 46, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

/* line 51, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

/* rtl:end:ignore */
/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

/* line 70, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_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 77, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_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 77, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

/* line 90, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_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 90, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}

/* line 110, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_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 118, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev {
  left: 0;
}

/* line 122, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-next {
  right: 0;
}

/* line 128, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_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 146, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_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 149, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_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 158, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_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%;
  list-style: none;
}

/* line 173, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_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 173, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}

/* line 193, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  opacity: 1;
}

/* line 203, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_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 217, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}

/* line 222, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}

/* line 226, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-dark .carousel-caption {
  color: #000;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

/* line 23, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

/* line 45, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

/* line 57, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_spinners.scss */
  .spinner-border,
.spinner-grow {
    animation-duration: 1.5s;
  }
}

/* line 1, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 1, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas {
    transition: none;
  }
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

/* line 12, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_backdrop.scss */
.offcanvas-backdrop.fade {
  opacity: 0;
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_backdrop.scss */
.offcanvas-backdrop.show {
  opacity: 0.5;
}

/* line 21, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}

/* line 27, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

/* line 35, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 40, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

/* line 46, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}

/* line 54, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}

/* line 62, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}

/* line 72, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}

/* line 81, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas.show {
  transform: none;
}

/* line 1, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: 0.5;
}

/* line 9, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

/* line 16, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder-xs {
  min-height: .6em;
}

/* line 20, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder-sm {
  min-height: .8em;
}

/* line 24, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder-lg {
  min-height: 1.2em;
}

/* line 30, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

/* line 41, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/_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, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 2, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-primary {
  color: #0d6efd;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-primary:hover, .link-primary:focus {
  color: #0a58ca;
}

/* line 2, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-secondary {
  color: #6c757d;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-secondary:hover, .link-secondary:focus {
  color: #565e64;
}

/* line 2, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-success {
  color: #198754;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-success:hover, .link-success:focus {
  color: #146c43;
}

/* line 2, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-info {
  color: #0dcaf0;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-info:hover, .link-info:focus {
  color: #3dd5f3;
}

/* line 2, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-warning {
  color: #ffc107;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-warning:hover, .link-warning:focus {
  color: #ffcd39;
}

/* line 2, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-danger {
  color: #dc3545;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-danger:hover, .link-danger:focus {
  color: #b02a37;
}

/* line 2, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-light {
  color: #f8f9fa;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-light:hover, .link-light:focus {
  color: #f9fafb;
}

/* line 2, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-dark {
  color: #212529;
}

/* line 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-dark:hover, .link-dark:focus {
  color: #1a1e21;
}

/* line 3, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio {
  position: relative;
  width: 100%;
}

/* line 7, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

/* line 13, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 23, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

/* line 23, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}

/* line 23, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

/* line 23, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

/* line 3, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_position.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 11, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_position.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

/* line 24, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_position.scss */
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  /* line 24, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 768px) {
  /* line 24, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 992px) {
  /* line 24, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1200px) {
  /* line 24, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1400px) {
  /* line 24, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 2, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_stacks.scss */
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

/* line 9, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_stacks.scss */
.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_visually-hidden.scss */
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  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 6, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_stretched-link.scss */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

/* line 5, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_text-truncation.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/helpers/_vr.scss */
.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-top {
  vertical-align: top !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.float-start {
  float: left !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.float-end {
  float: right !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.float-none {
  float: none !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-0 {
  opacity: 0 !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-25 {
  opacity: 0.25 !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-50 {
  opacity: 0.5 !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-75 {
  opacity: 0.75 !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-100 {
  opacity: 1 !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-visible {
  overflow: visible !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-scroll {
  overflow: scroll !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-inline {
  display: inline !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-block {
  display: block !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-grid {
  display: grid !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-table {
  display: table !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-table-row {
  display: table-row !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-flex {
  display: flex !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-inline-flex {
  display: inline-flex !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-none {
  display: none !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.position-static {
  position: static !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.position-relative {
  position: relative !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.position-absolute {
  position: absolute !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.position-fixed {
  position: fixed !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.position-sticky {
  position: sticky !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.top-0 {
  top: 0 !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.top-50 {
  top: 50% !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.top-100 {
  top: 100% !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bottom-0 {
  bottom: 0 !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bottom-50 {
  bottom: 50% !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bottom-100 {
  bottom: 100% !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.start-0 {
  left: 0 !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.start-50 {
  left: 50% !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.start-100 {
  left: 100% !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.end-0 {
  right: 0 !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.end-50 {
  right: 50% !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.end-100 {
  right: 100% !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.translate-middle {
  transform: translate(-50%, -50%) !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.translate-middle-x {
  transform: translateX(-50%) !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.translate-middle-y {
  transform: translateY(-50%) !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border {
  border: 1px solid #dee2e6 !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-0 {
  border: 0 !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-top {
  border-top: 1px solid #dee2e6 !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-end {
  border-right: 1px solid #dee2e6 !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-end-0 {
  border-right: 0 !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-start {
  border-left: 1px solid #dee2e6 !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-start-0 {
  border-left: 0 !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-primary {
  border-color: #0d6efd !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-secondary {
  border-color: #6c757d !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-success {
  border-color: #198754 !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-info {
  border-color: #0dcaf0 !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-warning {
  border-color: #ffc107 !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-danger {
  border-color: #dc3545 !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-light {
  border-color: #f8f9fa !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-dark {
  border-color: #212529 !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-white {
  border-color: #fff !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-1 {
  border-width: 1px !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-2 {
  border-width: 2px !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-3 {
  border-width: 3px !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-4 {
  border-width: 4px !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-5 {
  border-width: 5px !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-25 {
  width: 25% !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-50 {
  width: 50% !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-75 {
  width: 75% !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-100 {
  width: 100% !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-auto {
  width: auto !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-25 {
  height: 25% !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-50 {
  height: 50% !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-75 {
  height: 75% !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-100 {
  height: 100% !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-auto {
  height: auto !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-0 {
  gap: 0 !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-1 {
  gap: 0.25rem !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-2 {
  gap: 0.5rem !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-3 {
  gap: 1rem !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-4 {
  gap: 1.5rem !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-5 {
  gap: 3rem !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-evenly {
  justify-content: space-evenly !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-items-center {
  align-items: center !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-center {
  align-content: center !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-center {
  align-self: center !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-stretch {
  align-self: stretch !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-first {
  order: -1 !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-0 {
  order: 0 !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-1 {
  order: 1 !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-2 {
  order: 2 !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-3 {
  order: 3 !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-4 {
  order: 4 !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-5 {
  order: 5 !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-last {
  order: 6 !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-0 {
  margin: 0 !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-auto {
  margin: auto !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-0 {
  margin-top: 0 !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-1 {
  margin-top: 0.25rem !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-2 {
  margin-top: 0.5rem !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-3 {
  margin-top: 1rem !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-4 {
  margin-top: 1.5rem !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-5 {
  margin-top: 3rem !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-auto {
  margin-top: auto !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-0 {
  margin-right: 0 !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-1 {
  margin-right: 0.25rem !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-2 {
  margin-right: 0.5rem !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-3 {
  margin-right: 1rem !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-4 {
  margin-right: 1.5rem !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-5 {
  margin-right: 3rem !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-auto {
  margin-right: auto !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-0 {
  margin-bottom: 0 !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-1 {
  margin-bottom: 0.25rem !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-2 {
  margin-bottom: 0.5rem !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-3 {
  margin-bottom: 1rem !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-4 {
  margin-bottom: 1.5rem !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-5 {
  margin-bottom: 3rem !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-auto {
  margin-bottom: auto !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-0 {
  margin-left: 0 !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-1 {
  margin-left: 0.25rem !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-2 {
  margin-left: 0.5rem !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-3 {
  margin-left: 1rem !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-4 {
  margin-left: 1.5rem !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-5 {
  margin-left: 3rem !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-auto {
  margin-left: auto !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-0 {
  padding: 0 !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-0 {
  padding-top: 0 !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-1 {
  padding-top: 0.25rem !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-2 {
  padding-top: 0.5rem !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-3 {
  padding-top: 1rem !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-4 {
  padding-top: 1.5rem !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-5 {
  padding-top: 3rem !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-0 {
  padding-right: 0 !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-1 {
  padding-right: 0.25rem !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-2 {
  padding-right: 0.5rem !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-3 {
  padding-right: 1rem !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-4 {
  padding-right: 1.5rem !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-5 {
  padding-right: 3rem !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-0 {
  padding-bottom: 0 !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-1 {
  padding-bottom: 0.25rem !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-2 {
  padding-bottom: 0.5rem !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-3 {
  padding-bottom: 1rem !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-4 {
  padding-bottom: 1.5rem !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-5 {
  padding-bottom: 3rem !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-0 {
  padding-left: 0 !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-1 {
  padding-left: 0.25rem !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-2 {
  padding-left: 0.5rem !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-3 {
  padding-left: 1rem !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-4 {
  padding-left: 1.5rem !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-5 {
  padding-left: 3rem !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-5 {
  font-size: 1.25rem !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-6 {
  font-size: 1rem !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fst-italic {
  font-style: italic !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fst-normal {
  font-style: normal !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-light {
  font-weight: 300 !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-lighter {
  font-weight: lighter !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-normal {
  font-weight: 400 !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-bold {
  font-weight: 700 !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-bolder {
  font-weight: bolder !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.lh-1 {
  line-height: 1 !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.lh-sm {
  line-height: 1.25 !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.lh-base {
  line-height: 1.5 !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.lh-lg {
  line-height: 2 !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-start {
  text-align: left !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-end {
  text-align: right !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-center {
  text-align: center !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-decoration-underline {
  text-decoration: underline !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-decoration-line-through {
  text-decoration: line-through !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

/* line 54, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

/* line 54, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

/* line 54, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

/* line 54, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-opacity-100 {
  --bs-text-opacity: 1;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

/* line 54, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

/* line 54, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

/* line 54, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

/* line 54, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

/* line 54, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-none {
  pointer-events: none !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-auto {
  pointer-events: auto !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded {
  border-radius: 0.25rem !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-1 {
  border-radius: 0.2rem !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-2 {
  border-radius: 0.25rem !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-3 {
  border-radius: 0.3rem !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-pill {
  border-radius: 50rem !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.visible {
  visibility: visible !important;
}

/* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-sm-start {
    float: left !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-sm-end {
    float: right !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-sm-none {
    float: none !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-grid {
    display: grid !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-0 {
    gap: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-3 {
    gap: 1rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-5 {
    gap: 3rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-first {
    order: -1 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-0 {
    order: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-1 {
    order: 1 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-2 {
    order: 2 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-3 {
    order: 3 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-4 {
    order: 4 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-5 {
    order: 5 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-last {
    order: 6 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-auto {
    margin-top: auto !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-0 {
    margin-right: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-auto {
    margin-right: auto !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-auto {
    margin-left: auto !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-sm-start {
    text-align: left !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-sm-end {
    text-align: right !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-md-start {
    float: left !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-md-end {
    float: right !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-md-none {
    float: none !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-grid {
    display: grid !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-0 {
    gap: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-3 {
    gap: 1rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-5 {
    gap: 3rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-first {
    order: -1 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-0 {
    order: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-1 {
    order: 1 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-2 {
    order: 2 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-3 {
    order: 3 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-4 {
    order: 4 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-5 {
    order: 5 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-last {
    order: 6 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-0 {
    margin-top: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-auto {
    margin-top: auto !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-0 {
    margin-right: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-3 {
    margin-right: 1rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-5 {
    margin-right: 3rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-auto {
    margin-right: auto !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-0 {
    margin-left: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-auto {
    margin-left: auto !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-0 {
    padding-top: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-0 {
    padding-right: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-0 {
    padding-left: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-md-start {
    text-align: left !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-md-end {
    text-align: right !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-lg-start {
    float: left !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-lg-end {
    float: right !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-lg-none {
    float: none !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-grid {
    display: grid !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-0 {
    gap: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-3 {
    gap: 1rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-5 {
    gap: 3rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-first {
    order: -1 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-0 {
    order: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-1 {
    order: 1 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-2 {
    order: 2 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-3 {
    order: 3 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-4 {
    order: 4 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-5 {
    order: 5 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-last {
    order: 6 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-auto {
    margin-top: auto !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-0 {
    margin-right: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-auto {
    margin-right: auto !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-auto {
    margin-left: auto !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-lg-start {
    text-align: left !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-lg-end {
    text-align: right !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xl-start {
    float: left !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xl-end {
    float: right !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xl-none {
    float: none !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-grid {
    display: grid !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-0 {
    gap: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-3 {
    gap: 1rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-5 {
    gap: 3rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-first {
    order: -1 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-0 {
    order: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-1 {
    order: 1 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-2 {
    order: 2 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-3 {
    order: 3 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-4 {
    order: 4 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-5 {
    order: 5 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-last {
    order: 6 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-auto {
    margin-top: auto !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-0 {
    margin-right: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-auto {
    margin-right: auto !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-auto {
    margin-left: auto !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xl-start {
    text-align: left !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xl-end {
    text-align: right !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xxl-start {
    float: left !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xxl-end {
    float: right !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xxl-none {
    float: none !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-inline {
    display: inline !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-block {
    display: block !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-grid {
    display: grid !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-table {
    display: table !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-table-row {
    display: table-row !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-flex {
    display: flex !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-none {
    display: none !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-row {
    flex-direction: row !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-column {
    flex-direction: column !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-0 {
    gap: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-center {
    align-items: center !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-center {
    align-content: center !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-center {
    align-self: center !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-first {
    order: -1 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-0 {
    order: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-1 {
    order: 1 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-2 {
    order: 2 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-3 {
    order: 3 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-4 {
    order: 4 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-5 {
    order: 5 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-last {
    order: 6 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-0 {
    margin: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-3 {
    margin: 1rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-5 {
    margin: 3rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-auto {
    margin: auto !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-auto {
    margin-right: auto !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-0 {
    padding: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-3 {
    padding: 1rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-5 {
    padding: 3rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xxl-start {
    text-align: left !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xxl-end {
    text-align: right !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xxl-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-1 {
    font-size: 2.5rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-2 {
    font-size: 2rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-3 {
    font-size: 1.75rem !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-4 {
    font-size: 1.5rem !important;
  }
}

@media print {
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-grid {
    display: grid !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-flex {
    display: flex !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  /* line 64, vendor/bundle/ruby/3.2.0/gems/bootstrap-5.1.3/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-none {
    display: none !important;
  }
}

/*
* Pages Mixins
*/
/* line 5, app/assets/stylesheets/css/rtl/theme-default.css */
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal) .layout-page:before {
  content: "";
  width: 100%;
  height: 0.75rem;
  position: fixed;
  top: 0px;
  z-index: 10;
}

/* line 14, app/assets/stylesheets/css/rtl/theme-default.css */
.layout-wrapper:not(.layout-horizontal) .bg-menu-theme .menu-inner .menu-item,
.layout-wrapper:not(.layout-horizontal) .bg-menu-theme .menu-inner .menu-item.active .menu-link {
  border-radius: 0.3125rem;
}

/* line 18, app/assets/stylesheets/css/rtl/theme-default.css */
.layout-horizontal .bg-menu-theme .menu-inner > .menu-item,
.layout-horizontal .bg-menu-theme .menu-inner > .menu-item > .menu-link {
  border-radius: 0.3125rem;
}

/* line 22, app/assets/stylesheets/css/rtl/theme-default.css */
.bg-menu-theme .menu-inner .menu-item.active > .menu-link,
.bg-menu-theme .menu-inner .menu-item:not(.open) > .menu-link:hover,
.bg-menu-theme .menu-inner .menu-item:not(.active) > .menu-link:hover {
  border-radius: 0.3125rem;
}

@media (min-width: 1200px) {
  /* line 28, app/assets/stylesheets/css/rtl/theme-default.css */
  .layout-horizontal .bg-menu-theme .menu-inner > .menu-item {
    margin: 0.565rem 0;
  }
  /* line 31, app/assets/stylesheets/css/rtl/theme-default.css */
  .layout-horizontal .bg-menu-theme .menu-inner > .menu-item:not(:first-child) {
    margin-left: 0.0625rem;
  }
  /* line 34, app/assets/stylesheets/css/rtl/theme-default.css */
  .layout-horizontal .bg-menu-theme .menu-inner > .menu-item:not(:last-child) {
    margin-right: 0.0625rem;
  }
  /* line 37, app/assets/stylesheets/css/rtl/theme-default.css */
  .layout-horizontal .bg-menu-theme .menu-inner > .menu-item .menu-sub {
    box-shadow: 0 0.625rem 1.25rem rgba(147, 158, 170, 0.5);
  }
}

/* line 41, app/assets/stylesheets/css/rtl/theme-default.css */
.bg-menu-theme .menu-sub > .menu-item > .menu-link:before {
  content: "";
  position: absolute;
  left: 1.4375rem;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
}

/* line 49, app/assets/stylesheets/css/rtl/theme-default.css */
[dir=rtl] .bg-menu-theme .menu-sub > .menu-item > .menu-link:before {
  right: 1.4375rem;
  left: inherit;
}

/* line 53, app/assets/stylesheets/css/rtl/theme-default.css */
.layout-horizontal .bg-menu-theme .menu-sub > .menu-item > .menu-link:before {
  left: 1.3rem;
}

/* line 56, app/assets/stylesheets/css/rtl/theme-default.css */
[dir=rtl] .layout-horizontal .bg-menu-theme .menu-sub > .menu-item > .menu-link:before {
  right: 1.3rem;
  left: inherit;
}

/* line 60, app/assets/stylesheets/css/rtl/theme-default.css */
.bg-menu-theme .menu-horizontal-wrapper > .menu-inner > .menu-item > .menu-sub > .menu-item > .menu-link:before {
  display: none;
}

/* line 64, app/assets/stylesheets/css/rtl/theme-default.css */
.layout-menu-hover .layout-menu {
  box-shadow: 0 0.625rem 1.25rem rgba(147, 158, 170, 0.5);
  transition: all 0.3s ease-in-out;
}

/* line 69, app/assets/stylesheets/css/rtl/theme-default.css */
body {
  background: #f3f4f4;
}

/* line 73, app/assets/stylesheets/css/rtl/theme-default.css */
.bg-body {
  background: #f3f4f4 !important;
}

/* line 77, app/assets/stylesheets/css/rtl/theme-default.css */
.text-primary {
  color: #ead138 !important;
}

/* line 81, app/assets/stylesheets/css/rtl/theme-default.css */
.text-body[href]:hover {
  color: #517fd6 !important;
}

/* line 85, app/assets/stylesheets/css/rtl/theme-default.css */
.bg-primary {
  background-color: #ead138 !important;
}

/* line 89, app/assets/stylesheets/css/rtl/theme-default.css */
a.bg-primary:hover, a.bg-primary:focus {
  background-color: #5686e2 !important;
}

/* line 93, app/assets/stylesheets/css/rtl/theme-default.css */
.dropdown-notifications-item:not(.mark-as-read) .dropdown-notifications-read span {
  background-color: #ead138;
}

/* line 97, app/assets/stylesheets/css/rtl/theme-default.css */
.bg-label-primary {
  background-color: #e5edfc !important;
  color: #ead138 !important;
}

/* line 102, app/assets/stylesheets/css/rtl/theme-default.css */
.border-label-primary {
  border: 3px solid #bdd1f8;
}

/* line 106, app/assets/stylesheets/css/rtl/theme-default.css */
.bg-gradient-primary {
  background-image: linear-gradient(45deg, #ead138, #adc6f7) !important;
}

/* line 110, app/assets/stylesheets/css/rtl/theme-default.css */
.page-item.active .page-link, .page-item.active .page-link:hover, .page-item.active .page-link:focus,
.pagination li.active > a:not(.page-link),
.pagination li.active > a:not(.page-link):hover,
.pagination li.active > a:not(.page-link):focus {
  border-color: #ead138;
  background-color: #ead138;
  color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}

/* line 120, app/assets/stylesheets/css/rtl/theme-default.css */
.progress-bar {
  background-color: #ead138;
  color: #fff;
  box-shadow: 0 2px 4px 0 rgba(234, 209, 56, 0.4);
}

/* line 126, app/assets/stylesheets/css/rtl/theme-default.css */
.modal-onboarding .carousel-indicators [data-bs-target] {
  background-color: #ead138;
}

/* line 130, app/assets/stylesheets/css/rtl/theme-default.css */
.carousel-control-prev,
.carousel-control-next {
  color: #ead138;
}

/* line 134, app/assets/stylesheets/css/rtl/theme-default.css */
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #ead138;
}

/* line 140, app/assets/stylesheets/css/rtl/theme-default.css */
.list-group-item-primary {
  border-color: #ead138;
  background-color: #e5edfc;
  color: #ead138 !important;
}

/* line 146, app/assets/stylesheets/css/rtl/theme-default.css */
a.list-group-item-primary,
button.list-group-item-primary {
  color: #ead138;
}

/* line 150, app/assets/stylesheets/css/rtl/theme-default.css */
a.list-group-item-primary:hover, a.list-group-item-primary:focus,
button.list-group-item-primary:hover,
button.list-group-item-primary:focus {
  border-color: #ead138;
  background-color: #dae1ef;
  color: #ead138;
}

/* line 157, app/assets/stylesheets/css/rtl/theme-default.css */
a.list-group-item-primary.active,
button.list-group-item-primary.active {
  border-color: #ead138 !important;
  background-color: #ead138 !important;
  color: #fff !important;
}

/* line 164, app/assets/stylesheets/css/rtl/theme-default.css */
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  border-color: #ead138;
  background-color: #ead138;
  color: #fff;
}

/* line 170, app/assets/stylesheets/css/rtl/theme-default.css */
.list-group.list-group-timeline .list-group-timeline-primary:before {
  border-color: #ead138;
  background-color: #ead138;
}

/* line 175, app/assets/stylesheets/css/rtl/theme-default.css */
.alert-primary {
  background-color: #e5edfc;
  border-color: #ceddfa;
  color: #ead138;
}

/* line 180, app/assets/stylesheets/css/rtl/theme-default.css */
.alert-primary .btn-close {
  background-image: url("data:image/svg+xml,%3Csvg width='150px' height='151px' viewBox='0 0 150 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='131.251657 0 74.9933705 56.25 18.7483426 0 0 18.75 56.2450278 75 0 131.25 18.7483426 150 74.9933705 93.75 131.251657 150 150 131.25 93.7549722 75 150 18.75'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='🎨-%5BSetup%5D:-Colors-&amp;-Shadows' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-225.000000, -250.000000)'%3E%3Cg id='Icon-Color' transform='translate(225.000000, 250.500000)'%3E%3Cuse fill='%23ead138' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.5' fill='%23ead138' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* line 183, app/assets/stylesheets/css/rtl/theme-default.css */
.alert-primary .alert-link {
  color: #ead138;
}

/* line 187, app/assets/stylesheets/css/rtl/theme-default.css */
.alert-primary hr {
  background-color: #ead138 !important;
}

/* line 191, app/assets/stylesheets/css/rtl/theme-default.css */
.alert-solid-primary {
  background-color: #ead138;
  color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}

/* line 196, app/assets/stylesheets/css/rtl/theme-default.css */
.alert-solid-primary .btn-close {
  background-image: url("data:image/svg+xml,%3Csvg width='150px' height='151px' viewBox='0 0 150 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='131.251657 0 74.9933705 56.25 18.7483426 0 0 18.75 56.2450278 75 0 131.25 18.7483426 150 74.9933705 93.75 131.251657 150 150 131.25 93.7549722 75 150 18.75'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='🎨-%5BSetup%5D:-Colors-&amp;-Shadows' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-225.000000, -250.000000)'%3E%3Cg id='Icon-Color' transform='translate(225.000000, 250.500000)'%3E%3Cuse fill='%23fff' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.5' fill='%23fff' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* line 199, app/assets/stylesheets/css/rtl/theme-default.css */
.alert-solid-primary .alert-link {
  color: #fff;
}

/* line 203, app/assets/stylesheets/css/rtl/theme-default.css */
.alert-solid-primary hr {
  background-color: #fff !important;
}

/* line 207, app/assets/stylesheets/css/rtl/theme-default.css */
.accordion.accordion-header-primary .accordion-item.active .accordion-button {
  color: #ead138 !important;
}

/* line 210, app/assets/stylesheets/css/rtl/theme-default.css */
.accordion.accordion-header-primary .accordion-item.active .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='m1.532 12 6.182-6-6.182-6L0 1.487 4.65 6 0 10.513z'/%3E%3C/defs%3E%3Cg transform='translate%282.571%29' fill='none' fill-rule='evenodd'%3E%3Cuse fill='%23ead138' xlink:href='%23a'/%3E%3Cuse fill-opacity='.1' xlink:href='%23a'/%3E%3C/g%3E%3C/svg%3E%0A");
}

/* line 214, app/assets/stylesheets/css/rtl/theme-default.css */
.tooltip-primary .tooltip-inner, .tooltip-primary > .tooltip .tooltip-inner, .ngb-tooltip-primary + ngb-tooltip-window .tooltip-inner {
  background: #ead138;
  color: #fff;
}

/* line 218, app/assets/stylesheets/css/rtl/theme-default.css */
.tooltip-primary.bs-tooltip-auto[data-popper-placement=top] .tooltip-arrow::before, .tooltip-primary > .tooltip.bs-tooltip-auto[data-popper-placement=top] .tooltip-arrow::before, .ngb-tooltip-primary + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=top] .tooltip-arrow::before {
  border-top-color: #ead138;
}

/* line 221, app/assets/stylesheets/css/rtl/theme-default.css */
.tooltip-primary.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before, .tooltip-primary > .tooltip.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before, .ngb-tooltip-primary + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before {
  border-left-color: #ead138;
}

/* line 224, app/assets/stylesheets/css/rtl/theme-default.css */
[dir=rtl] .tooltip-primary.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before, [dir=rtl] .tooltip-primary > .tooltip.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before, [dir=rtl] .ngb-tooltip-primary + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before {
  border-right-color: #ead138;
}

/* line 227, app/assets/stylesheets/css/rtl/theme-default.css */
.tooltip-primary.bs-tooltip-auto[data-popper-placement=bottom] .tooltip-arrow::before, .tooltip-primary > .tooltip.bs-tooltip-auto[data-popper-placement=bottom] .tooltip-arrow::before, .ngb-tooltip-primary + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=bottom] .tooltip-arrow::before {
  border-bottom-color: #ead138;
}

/* line 230, app/assets/stylesheets/css/rtl/theme-default.css */
.tooltip-primary.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before, .tooltip-primary > .tooltip.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before, .ngb-tooltip-primary + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before {
  border-right-color: #ead138;
}

/* line 233, app/assets/stylesheets/css/rtl/theme-default.css */
[dir=rtl] .tooltip-primary.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before, [dir=rtl] .tooltip-primary > .tooltip.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before, [dir=rtl] .ngb-tooltip-primary + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before {
  border-left-color: #ead138;
}

/* line 237, app/assets/stylesheets/css/rtl/theme-default.css */
.popover.popover-primary, .popover .popover-primary > .popover, .popover .ngb-popover-primary + ngb-popover-window {
  border-color: transparent;
  background: #ead138;
}

/* line 241, app/assets/stylesheets/css/rtl/theme-default.css */
.popover.popover-primary .popover-header, .popover .popover-primary > .popover .popover-header, .popover .ngb-popover-primary + ngb-popover-window .popover-header {
  background: transparent;
  color: #fff;
}

/* line 245, app/assets/stylesheets/css/rtl/theme-default.css */
.popover.popover-primary .popover-body, .popover .popover-primary > .popover .popover-body, .popover .ngb-popover-primary + ngb-popover-window .popover-body {
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
}

/* line 249, app/assets/stylesheets/css/rtl/theme-default.css */
.popover.popover-primary > .popover-arrow::before, .popover .popover-primary > .popover > .popover-arrow::before, .popover .ngb-popover-primary + ngb-popover-window > .popover-arrow::before {
  border-color: transparent;
}

/* line 252, app/assets/stylesheets/css/rtl/theme-default.css */
.popover.popover-primary.bs-popover-auto[data-popper-placement=top] > .popover-arrow::after, .popover .popover-primary > .popover.bs-popover-auto[data-popper-placement=top] > .popover-arrow::after, .popover .ngb-popover-primary + ngb-popover-window.bs-popover-auto[data-popper-placement=top] > .popover-arrow::after {
  border-top-color: #ead138 !important;
}

/* line 255, app/assets/stylesheets/css/rtl/theme-default.css */
.popover.popover-primary.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after, .popover .popover-primary > .popover.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after, .popover .ngb-popover-primary + ngb-popover-window.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after {
  border-right-color: #ead138 !important;
}

/* line 258, app/assets/stylesheets/css/rtl/theme-default.css */
[dir=rtl] .popover.popover-primary.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after, [dir=rtl] .popover .popover-primary > .popover.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after, [dir=rtl] .popover .ngb-popover-primary + ngb-popover-window.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after {
  border-left-color: #ead138 !important;
}

/* line 261, app/assets/stylesheets/css/rtl/theme-default.css */
.popover.popover-primary.bs-popover-auto[data-popper-placement=bottom] > .popover-arrow::after, .popover .popover-primary > .popover.bs-popover-auto[data-popper-placement=bottom] > .popover-arrow::after, .popover .ngb-popover-primary + ngb-popover-window.bs-popover-auto[data-popper-placement=bottom] > .popover-arrow::after {
  border-bottom-color: #ead138 !important;
}

/* line 264, app/assets/stylesheets/css/rtl/theme-default.css */
.popover.popover-primary.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after, .popover .popover-primary > .popover.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after, .popover .ngb-popover-primary + ngb-popover-window.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after {
  border-left-color: #ead138 !important;
}

/* line 267, app/assets/stylesheets/css/rtl/theme-default.css */
[dir=rtl] .popover.popover-primary.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after, [dir=rtl] .popover .popover-primary > .popover.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after, [dir=rtl] .popover .ngb-popover-primary + ngb-popover-window.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after {
  border-right-color: #ead138 !important;
}

/* line 270, app/assets/stylesheets/css/rtl/theme-default.css */
.popover.popover-primary.bs-popover-auto.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before, .popover .popover-primary > .popover.bs-popover-auto.bs-popover-bottom .popover-header::before, .popover .ngb-popover-primary + ngb-popover-window.bs-popover-auto.bs-popover-bottom .popover-header::before {
  border-bottom: 1px solid transparent;
}

/* line 274, app/assets/stylesheets/css/rtl/theme-default.css */
.table-primary {
  --bs-table-bg: #dee8fc;
  --bs-table-striped-bg: #d8e3f7;
  --bs-table-striped-color: #263c55;
  --bs-table-active-bg: #ccd7eb;
  --bs-table-active-color: #263c55;
  --bs-table-hover-bg: #d3def2;
  --bs-table-hover-color: #263c55;
  color: #263c55;
  border-color: #b9c6db;
}

/* line 285, app/assets/stylesheets/css/rtl/theme-default.css */
.table-primary .btn-icon {
  color: #263c55;
}

/* line 289, app/assets/stylesheets/css/rtl/theme-default.css */
.btn-primary, .btn-primary.dropdown-toggle[data-trigger=hover]:not(.show) {
  color: #fff;
  background-color: #ead138;
  border-color: #ead138;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}

/* line 295, app/assets/stylesheets/css/rtl/theme-default.css */
.btn-primary:hover, .btn-primary.show.dropdown-toggle[data-trigger=hover]:hover {
  color: #fff !important;
  background-color: #ead138 !important;
  border-color: #ead138 !important;
  box-shadow: 0 0.25rem 1rem rgba(147, 158, 170, 0.45) !important;
}

/* line 301, app/assets/stylesheets/css/rtl/theme-default.css */
.btn-check:focus + .btn-primary, .btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #4d78ca;
  border-color: #4d78ca;
  box-shadow: none;
}

/* line 307, app/assets/stylesheets/css/rtl/theme-default.css */
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .btn-primary.show.dropdown-toggle, .show > .btn-primary.dropdown-toggle {
  color: #fff !important;
  background-color: #4d78ca !important;
  border-color: #4d78ca !important;
}

/* line 312, app/assets/stylesheets/css/rtl/theme-default.css */
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .btn-primary.show.dropdown-toggle:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

/* line 315, app/assets/stylesheets/css/rtl/theme-default.css */
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff !important;
  background-color: #ead138 !important;
  border-color: #ead138 !important;
  box-shadow: none !important;
}

/* line 322, app/assets/stylesheets/css/rtl/theme-default.css */
.btn-group .btn-primary,
.input-group .btn-primary {
  border-right: var(--bs-border-width) solid #4d78ca;
  border-left: var(--bs-border-width) solid #4d78ca;
}

/* line 328, app/assets/stylesheets/css/rtl/theme-default.css */
.btn-group-vertical .btn-primary {
  border-top-color: #4d78ca;
  border-bottom-color: #4d78ca;
}

/* line 333, app/assets/stylesheets/css/rtl/theme-default.css */
.btn-label-primary {
  color: #ead138;
  border-color: transparent;
  background: #e5edfc;
}

/* line 338, app/assets/stylesheets/css/rtl/theme-default.css */
.btn-label-primary:hover {
  border-color: transparent !important;
  background: #ead138 !important;
  color: #fff !important;
}

/* line 343, app/assets/stylesheets/css/rtl/theme-default.css */
.btn-label-primary:focus, .btn-label-primary.focus {
  color: #fff;
  background: #4d78ca;
  box-shadow: none !important;
}

/* line 348, app/assets/stylesheets/css/rtl/theme-default.css */
.btn-label-primary:active, .btn-label-primary.active, .btn-label-primary.show.dropdown-toggle, .show > .btn-label-primary.dropdown-toggle {
  color: #fff !important;
  background-color: #4d78ca !important;
  border-color: transparent !important;
}

/* line 353, app/assets/stylesheets/css/rtl/theme-default.css */
.btn-label-primary:active:focus, .btn-label-primary.active:focus, .btn-label-primary.show.dropdown-toggle:focus, .show > .btn-label-primary.dropdown-toggle:focus {
  box-shadow: none;
}

/* line 356, app/assets/stylesheets/css/rtl/theme-default.css */
.btn-label-primary.disabled, .btn-label-primary:disabled {
  color: #ead138 !important;
  border-color: transparent !important;
  background: #e5edfc !important;
  box-shadow: none !important;
}

/* line 363, app/assets/stylesheets/css/rtl/theme-default.css */
.btn-group .btn-label-primary,
.input-group .btn-label-primary {
  border-right: var(--bs-border-width) solid #4d78ca;
  border-left: var(--bs-border-width) solid #4d78ca;
}

/* line 369, app/assets/stylesheets/css/rtl/theme-default.css */
.btn-group-vertical .btn-label-primary {
  border-top-color: #4d78ca;
  border-bottom-color: #4d78ca;
}

/* line 374, app/assets/stylesheets/css/rtl/theme-default.css */
.btn-outline-primary {
  color: #ead138;
  border-color: #ead138;
  background: transparent;
}

/* line 379, app/assets/stylesheets/css/rtl/theme-default.css */
.btn-outline-primary:hover {
  color: #fff !important;
  background-color: #ead138 !important;
  border-color: #ead138 !important;
}

/* line 384, app/assets/stylesheets/css/rtl/theme-default.css */
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  color: #fff;
  background-color: #4d78ca;
  border-color: #4d78ca;
  box-shadow: none;
}

/* line 390, app/assets/stylesheets/css/rtl/theme-default.css */
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff !important;
  background-color: #4d78ca !important;
  border-color: #4d78ca !important;
}

/* line 395, app/assets/stylesheets/css/rtl/theme-default.css */
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: none;
}

/* line 398, app/assets/stylesheets/css/rtl/theme-default.css */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #ead138 !important;
  background-color: transparent !important;
}

/* line 403, app/assets/stylesheets/css/rtl/theme-default.css */
.btn-outline-primary .badge {
  background: #ead138;
  border-color: #ead138;
  color: #fff;
}

/* line 409, app/assets/stylesheets/css/rtl/theme-default.css */
.btn-outline-primary:hover .badge,
.btn-outline-primary:focus:hover .badge,
.btn-outline-primary:active .badge,
.btn-outline-primary.active .badge,
.show > .btn-outline-primary.dropdown-toggle .badge {
  background: #fff;
  border-color: #fff;
  color: #ead138;
}

/* line 419, app/assets/stylesheets/css/rtl/theme-default.css */
.dropdown-item.active:not(.disabled),
.dropdown-item:not(.disabled):active {
  background-color: rgba(234, 209, 56, 0.08);
  color: #ead138 !important;
}

/* line 425, app/assets/stylesheets/css/rtl/theme-default.css */
.dropdown-menu > li:not(.disabled) > a:not(.dropdown-item):active,
.dropdown-menu > li.active:not(.disabled) > a:not(.dropdown-item) {
  background-color: rgba(234, 209, 56, 0.08);
  color: #ead138 !important;
}

/* line 431, app/assets/stylesheets/css/rtl/theme-default.css */
.dt-button-collection .dropdown-item:not(.disabled):active {
  background-color: rgba(234, 209, 56, 0.08);
}

/* line 435, app/assets/stylesheets/css/rtl/theme-default.css */
.nav .nav-link:hover, .nav .nav-link:focus {
  color: #517fd6;
}

/* line 439, app/assets/stylesheets/css/rtl/theme-default.css */
.nav-pills .nav-link.active, .nav-pills .nav-link.active:hover, .nav-pills .nav-link.active:focus {
  background-color: #ead138;
  color: #fff;
}

/* line 444, app/assets/stylesheets/css/rtl/theme-default.css */
.tabs-line.nav-tabs .nav-link.active, .tabs-line.nav-tabs .nav-link.active:hover, .tabs-line.nav-tabs .nav-link.active:focus,
.tabs-line > .nav-tabs .nav-link.active,
.tabs-line > .nav-tabs .nav-link.active:hover,
.tabs-line > .nav-tabs .nav-link.active:focus {
  box-shadow: 0 -2px 0 #ead138 inset;
}

/* line 451, app/assets/stylesheets/css/rtl/theme-default.css */
.nav-align-bottom .tabs-line.nav-tabs .nav-link.active, .nav-align-bottom .tabs-line.nav-tabs .nav-link.active:hover, .nav-align-bottom .tabs-line.nav-tabs .nav-link.active:focus,
.nav-align-bottom .tabs-line > .nav-tabs .nav-link.active,
.nav-align-bottom .tabs-line > .nav-tabs .nav-link.active:hover,
.nav-align-bottom .tabs-line > .nav-tabs .nav-link.active:focus {
  box-shadow: 0 2px 0 #ead138 inset;
}

/* line 458, app/assets/stylesheets/css/rtl/theme-default.css */
.nav-align-left .tabs-line.nav-tabs .nav-link.active, .nav-align-left .tabs-line.nav-tabs .nav-link.active:hover, .nav-align-left .tabs-line.nav-tabs .nav-link.active:focus,
.nav-align-left .tabs-line > .nav-tabs .nav-link.active,
.nav-align-left .tabs-line > .nav-tabs .nav-link.active:hover,
.nav-align-left .tabs-line > .nav-tabs .nav-link.active:focus {
  box-shadow: -2px 0px 0 #ead138 inset;
}

/* line 465, app/assets/stylesheets/css/rtl/theme-default.css */
.nav-align-right .tabs-line.nav-tabs .nav-link.active, .nav-align-right .tabs-line.nav-tabs .nav-link.active:hover, .nav-align-right .tabs-line.nav-tabs .nav-link.active:focus,
.nav-align-right .tabs-line > .nav-tabs .nav-link.active,
.nav-align-right .tabs-line > .nav-tabs .nav-link.active:hover,
.nav-align-right .tabs-line > .nav-tabs .nav-link.active:focus {
  box-shadow: 2px 0px 0 #ead138 inset;
}

/* line 472, app/assets/stylesheets/css/rtl/theme-default.css */
[dir=rtl] .nav-align-left .tabs-line.nav-tabs .nav-link.active, [dir=rtl] .nav-align-left .tabs-line.nav-tabs .nav-link.active:hover, [dir=rtl] .nav-align-left .tabs-line.nav-tabs .nav-link.active:focus,
[dir=rtl] .nav-align-left .tabs-line > .nav-tabs .nav-link.active,
[dir=rtl] .nav-align-left .tabs-line > .nav-tabs .nav-link.active:hover,
[dir=rtl] .nav-align-left .tabs-line > .nav-tabs .nav-link.active:focus {
  box-shadow: 2px 0px 0 #ead138 inset;
}

/* line 478, app/assets/stylesheets/css/rtl/theme-default.css */
[dir=rtl] .nav-align-right .tabs-line.nav-tabs .nav-link.active, [dir=rtl] .nav-align-right .tabs-line.nav-tabs .nav-link.active:hover, [dir=rtl] .nav-align-right .tabs-line.nav-tabs .nav-link.active:focus,
[dir=rtl] .nav-align-right .tabs-line > .nav-tabs .nav-link.active,
[dir=rtl] .nav-align-right .tabs-line > .nav-tabs .nav-link.active:hover,
[dir=rtl] .nav-align-right .tabs-line > .nav-tabs .nav-link.active:focus {
  box-shadow: -2px 0px 0 #ead138 inset;
}

/* line 485, app/assets/stylesheets/css/rtl/theme-default.css */
.form-control:focus,
.form-select:focus {
  border-color: #ead138 !important;
}

/* line 490, app/assets/stylesheets/css/rtl/theme-default.css */
.input-group:focus-within .form-control,
.input-group:focus-within .input-group-text {
  border-color: #ead138 !important;
}

/* line 495, app/assets/stylesheets/css/rtl/theme-default.css */
.form-check-input:focus {
  border-color: #ead138;
}

/* line 498, app/assets/stylesheets/css/rtl/theme-default.css */
.form-check-input:checked {
  background-color: #ead138;
  border-color: #ead138;
}

/* line 502, app/assets/stylesheets/css/rtl/theme-default.css */
.form-check-input[type=checkbox]:indeterminate {
  background-color: #ead138;
  border-color: #ead138;
}

/* line 507, app/assets/stylesheets/css/rtl/theme-default.css */
.custom-option.checked {
  border: 1px solid #ead138;
}

/* line 511, app/assets/stylesheets/css/rtl/theme-default.css */
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ead138'/%3e%3c/svg%3e");
}

/* line 514, app/assets/stylesheets/css/rtl/theme-default.css */
.form-switch .form-check-input:checked {
  background-image: 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 518, app/assets/stylesheets/css/rtl/theme-default.css */
.form-control:focus ~ .form-label {
  border-color: #ead138;
}

/* line 521, app/assets/stylesheets/css/rtl/theme-default.css */
.form-control:focus ~ .form-label::after {
  border-color: inherit;
}

/* line 525, app/assets/stylesheets/css/rtl/theme-default.css */
.switch-input:checked ~ .switch-toggle-slider {
  background: #ead138;
  color: #fff;
}

/* line 530, app/assets/stylesheets/css/rtl/theme-default.css */
.switch-input:active ~ .switch-toggle-slider {
  box-shadow: none;
}

/* line 534, app/assets/stylesheets/css/rtl/theme-default.css */
.switch-input:focus ~ .switch-toggle-slider {
  box-shadow: 0 0 0 0.12rem rgba(147, 158, 170, 0.3);
}

/* line 538, app/assets/stylesheets/css/rtl/theme-default.css */
.switch-primary.switch .switch-input:checked ~ .switch-toggle-slider {
  background: #ead138;
  color: #fff;
}

/* line 543, app/assets/stylesheets/css/rtl/theme-default.css */
.switch-primary.switch .switch-input:active ~ .switch-toggle-slider {
  box-shadow: none;
}

/* line 547, app/assets/stylesheets/css/rtl/theme-default.css */
.switch-primary.switch .switch-input:focus ~ .switch-toggle-slider {
  box-shadow: 0 0 0 0.12rem rgba(147, 158, 170, 0.3);
}

/* line 551, app/assets/stylesheets/css/rtl/theme-default.css */
.timeline .timeline-item-primary .timeline-event {
  background-color: rgba(234, 209, 56, 0.1);
}

/* line 554, app/assets/stylesheets/css/rtl/theme-default.css */
.timeline .timeline-item-primary .timeline-event:before {
  border-left-color: rgba(234, 209, 56, 0.1) !important;
  border-right-color: rgba(234, 209, 56, 0.1) !important;
}

/* line 559, app/assets/stylesheets/css/rtl/theme-default.css */
.timeline .timeline-point-primary {
  background-color: #ead138 !important;
  box-shadow: 0 0 0 0.1875rem rgba(234, 209, 56, 0.16);
}

/* line 564, app/assets/stylesheets/css/rtl/theme-default.css */
.timeline .timeline-indicator-primary {
  border-color: #ead138 !important;
}

/* line 567, app/assets/stylesheets/css/rtl/theme-default.css */
.timeline .timeline-indicator-primary i {
  color: #ead138 !important;
}

/* line 571, app/assets/stylesheets/css/rtl/theme-default.css */
.divider.divider-primary .divider-text:before, .divider.divider-primary .divider-text:after {
  border-color: #ead138;
}

/* line 575, app/assets/stylesheets/css/rtl/theme-default.css */
.navbar.bg-primary {
  background-color: #ead138 !important;
  color: #e0eafc;
}

/* line 579, app/assets/stylesheets/css/rtl/theme-default.css */
.navbar.bg-primary .navbar-brand,
.navbar.bg-primary .navbar-brand a {
  color: #fff;
}

/* line 583, app/assets/stylesheets/css/rtl/theme-default.css */
.navbar.bg-primary .navbar-brand:hover, .navbar.bg-primary .navbar-brand:focus,
.navbar.bg-primary .navbar-brand a:hover,
.navbar.bg-primary .navbar-brand a:focus {
  color: #fff;
}

/* line 588, app/assets/stylesheets/css/rtl/theme-default.css */
.navbar.bg-primary .navbar-search-wrapper .navbar-search-icon,
.navbar.bg-primary .navbar-search-wrapper .search-input {
  color: #e0eafc;
}

/* line 592, app/assets/stylesheets/css/rtl/theme-default.css */
.navbar.bg-primary .search-input-wrapper .search-input,
.navbar.bg-primary .search-input-wrapper .search-toggler {
  background-color: #ead138 !important;
  color: #e0eafc;
}

/* line 597, app/assets/stylesheets/css/rtl/theme-default.css */
.navbar.bg-primary .navbar-nav > .nav-link,
.navbar.bg-primary .navbar-nav > .nav-item > .nav-link,
.navbar.bg-primary .navbar-nav > .nav > .nav-item > .nav-link {
  color: #e0eafc;
}

/* line 602, app/assets/stylesheets/css/rtl/theme-default.css */
.navbar.bg-primary .navbar-nav > .nav-link:hover, .navbar.bg-primary .navbar-nav > .nav-link:focus,
.navbar.bg-primary .navbar-nav > .nav-item > .nav-link:hover,
.navbar.bg-primary .navbar-nav > .nav-item > .nav-link:focus,
.navbar.bg-primary .navbar-nav > .nav > .nav-item > .nav-link:hover,
.navbar.bg-primary .navbar-nav > .nav > .nav-item > .nav-link:focus {
  color: #fff;
}

/* line 609, app/assets/stylesheets/css/rtl/theme-default.css */
.navbar.bg-primary .navbar-nav > .nav-link.disabled,
.navbar.bg-primary .navbar-nav > .nav-item > .nav-link.disabled,
.navbar.bg-primary .navbar-nav > .nav > .nav-item > .nav-link.disabled {
  color: #aac5f6 !important;
}

/* line 614, app/assets/stylesheets/css/rtl/theme-default.css */
.navbar.bg-primary .navbar-nav .show > .nav-link,
.navbar.bg-primary .navbar-nav .active > .nav-link,
.navbar.bg-primary .navbar-nav .nav-link.show,
.navbar.bg-primary .navbar-nav .nav-link.active {
  color: #fff;
}

/* line 620, app/assets/stylesheets/css/rtl/theme-default.css */
.navbar.bg-primary .navbar-toggler {
  color: #e0eafc;
  border-color: rgba(255, 255, 255, 0.15);
}

/* line 624, app/assets/stylesheets/css/rtl/theme-default.css */
.navbar.bg-primary .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba(255, 255, 255, 0.8)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

/* line 627, app/assets/stylesheets/css/rtl/theme-default.css */
.navbar.bg-primary .navbar-text {
  color: #e0eafc;
}

/* line 630, app/assets/stylesheets/css/rtl/theme-default.css */
.navbar.bg-primary .navbar-text a {
  color: #fff;
}

/* line 633, app/assets/stylesheets/css/rtl/theme-default.css */
.navbar.bg-primary .navbar-text a:hover, .navbar.bg-primary .navbar-text a:focus {
  color: #fff;
}

/* line 636, app/assets/stylesheets/css/rtl/theme-default.css */
.navbar.bg-primary hr {
  border-color: rgba(255, 255, 255, 0.15);
}

/* line 640, app/assets/stylesheets/css/rtl/theme-default.css */
.menu.bg-primary {
  background-color: #ead138 !important;
  color: #e0eafc;
}

/* line 644, app/assets/stylesheets/css/rtl/theme-default.css */
.menu.bg-primary .menu-link,
.menu.bg-primary .menu-horizontal-prev,
.menu.bg-primary .menu-horizontal-next {
  color: #e0eafc;
}

/* line 649, app/assets/stylesheets/css/rtl/theme-default.css */
.menu.bg-primary .menu-link.active,
.menu.bg-primary .menu-horizontal-prev.active,
.menu.bg-primary .menu-horizontal-next.active {
  color: #fff;
}

/* line 654, app/assets/stylesheets/css/rtl/theme-default.css */
.menu.bg-primary .menu-item.disabled .menu-link,
.menu.bg-primary .menu-horizontal-prev.disabled,
.menu.bg-primary .menu-horizontal-next.disabled {
  color: #aac5f6 !important;
}

/* line 659, app/assets/stylesheets/css/rtl/theme-default.css */
.menu.bg-primary .menu-item.active > .menu-link:not(.menu-toggle) {
  color: #fff;
  background-color: #5e90ee;
}

/* line 663, app/assets/stylesheets/css/rtl/theme-default.css */
.menu.bg-primary.menu-horizontal .menu-inner > .menu-item.active > .menu-link {
  background-color: #5e90ee !important;
}

/* line 666, app/assets/stylesheets/css/rtl/theme-default.css */
.menu.bg-primary.menu-horizontal .menu-sub > .menu-item.active > .menu-link:not(.menu-toggle) {
  background-color: transparent !important;
  color: #fff !important;
}

/* line 670, app/assets/stylesheets/css/rtl/theme-default.css */
.menu.bg-primary .menu-inner > .menu-item.menu-item-closing .menu-item.open .menu-sub,
.menu.bg-primary .menu-inner > .menu-item.menu-item-closing .menu-item.open .menu-toggle {
  background: transparent;
  color: #e0eafc;
}

/* line 675, app/assets/stylesheets/css/rtl/theme-default.css */
.menu.bg-primary .menu-inner-shadow {
  background: linear-gradient(#ead138 41%, rgba(234, 209, 56, 0.11) 95%, rgba(234, 209, 56, 0));
}

/* line 678, app/assets/stylesheets/css/rtl/theme-default.css */
.menu.bg-primary .menu-text {
  color: #fff;
}

/* line 681, app/assets/stylesheets/css/rtl/theme-default.css */
.menu.bg-primary .menu-header {
  color: #bfd3f9;
}

/* line 684, app/assets/stylesheets/css/rtl/theme-default.css */
.menu.bg-primary hr,
.menu.bg-primary .menu-divider,
.menu.bg-primary .menu-inner > .menu-item.open > .menu-sub::before {
  border-color: rgba(255, 255, 255, 0.15) !important;
}

/* line 689, app/assets/stylesheets/css/rtl/theme-default.css */
.menu.bg-primary .menu-inner > .menu-header::before {
  background-color: rgba(255, 255, 255, 0.15);
}

/* line 692, app/assets/stylesheets/css/rtl/theme-default.css */
.menu.bg-primary .menu-block::before {
  background-color: #bfd3f9;
}

/* line 695, app/assets/stylesheets/css/rtl/theme-default.css */
.menu.bg-primary .menu-inner > .menu-item.open .menu-item.open > .menu-toggle::before {
  background-color: #76a1f1;
}

/* line 698, app/assets/stylesheets/css/rtl/theme-default.css */
.menu.bg-primary .menu-inner > .menu-item.open .menu-item.active > .menu-link::before {
  background-color: #fff;
}

/* line 701, app/assets/stylesheets/css/rtl/theme-default.css */
.menu.bg-primary .ps__thumb-y,
.menu.bg-primary .ps__rail-y.ps--clicking > .ps__thumb-y {
  background: rgba(255, 255, 255, 0.614602) !important;
}

/* line 706, app/assets/stylesheets/css/rtl/theme-default.css */
.footer.bg-primary {
  background-color: #ead138 !important;
  color: #e0eafc;
}

/* line 710, app/assets/stylesheets/css/rtl/theme-default.css */
.footer.bg-primary .footer-link {
  color: #e0eafc;
}

/* line 713, app/assets/stylesheets/css/rtl/theme-default.css */
.footer.bg-primary .footer-link:hover, .footer.bg-primary .footer-link:focus {
  color: #fff;
}

/* line 716, app/assets/stylesheets/css/rtl/theme-default.css */
.footer.bg-primary .footer-link.disabled {
  color: #aac5f6 !important;
}

/* line 719, app/assets/stylesheets/css/rtl/theme-default.css */
.footer.bg-primary .footer-text {
  color: #fff;
}

/* line 722, app/assets/stylesheets/css/rtl/theme-default.css */
.footer.bg-primary .show > .footer-link,
.footer.bg-primary .active > .footer-link,
.footer.bg-primary .footer-link.show,
.footer.bg-primary .footer-link.active {
  color: #fff;
}

/* line 728, app/assets/stylesheets/css/rtl/theme-default.css */
.footer.bg-primary hr {
  border-color: rgba(255, 255, 255, 0.15);
}

/* line 732, app/assets/stylesheets/css/rtl/theme-default.css */
.toast .toast-header.bg-primary,
.bs-toast .toast-header.bg-primary {
  background-color: #ead138;
  color: #fff;
}

/* line 738, app/assets/stylesheets/css/rtl/theme-default.css */
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  color: #ead138;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  color: #ead138;
}

/* line 743, app/assets/stylesheets/css/rtl/theme-default.css */
.form-floating > .form-control:-webkit-autofill ~ label {
  color: #ead138;
}

/* line 747, app/assets/stylesheets/css/rtl/theme-default.css */
.svg-illustration svg {
  fill: #ead138;
}

/* line 751, app/assets/stylesheets/css/rtl/theme-default.css */
.jstree-default .jstree-wholerow-clicked,
.jstree-default .jstree-wholerow-hovered {
  background: #e6eefc;
}

/* line 756, app/assets/stylesheets/css/rtl/theme-default.css */
.jstree-default-dark .jstree-wholerow-hovered,
.jstree-default-dark .jstree-wholerow-clicked {
  background: #516ea2;
}

/* line 761, app/assets/stylesheets/css/rtl/theme-default.css */
.card.card-border-shadow-primary::after {
  border-bottom-color: #bdd1f8;
}

/* line 764, app/assets/stylesheets/css/rtl/theme-default.css */
.card.card-border-shadow-primary:hover::after {
  border-bottom-color: #ead138;
}

/* line 768, app/assets/stylesheets/css/rtl/theme-default.css */
.card.card-hover-border-primary:hover,
.card .card-hover-border-primary:hover {
  border-color: #c0d4f9;
}

/* line 773, app/assets/stylesheets/css/rtl/theme-default.css */
html:not([dir=rtl]) .border-primary,
html[dir=rtl] .border-primary {
  border-color: #ead138 !important;
}

/* line 778, app/assets/stylesheets/css/rtl/theme-default.css */
a {
  color: #ead138;
}

/* line 781, app/assets/stylesheets/css/rtl/theme-default.css */
a:hover {
  color: #6b98f0;
}

/* line 785, app/assets/stylesheets/css/rtl/theme-default.css */
.fill-primary {
  fill: #ead138;
}

/* line 789, app/assets/stylesheets/css/rtl/theme-default.css */
.noUi-primary .noUi-base .noUi-connect {
  background: #ead138 !important;
}

/* line 792, app/assets/stylesheets/css/rtl/theme-default.css */
.noUi-primary .noUi-base .noUi-touch-area {
  background-color: #ead138 !important;
}

/* line 796, app/assets/stylesheets/css/rtl/theme-default.css */
.select2-container--default.select2-container--focus .select2-selection, .select2-container--default.select2-container--open .select2-selection {
  border-color: #ead138 !important;
}

/* line 800, app/assets/stylesheets/css/rtl/theme-default.css */
.select2-primary .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: rgba(234, 209, 56, 0.08) !important;
  color: #ead138 !important;
}

/* line 804, app/assets/stylesheets/css/rtl/theme-default.css */
.select2-primary .select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
  background: rgba(234, 209, 56, 0.16) !important;
}

/* line 808, app/assets/stylesheets/css/rtl/theme-default.css */
.tagify--focus {
  border-color: #ead138 !important;
}

/* line 812, app/assets/stylesheets/css/rtl/theme-default.css */
table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  background-color: #ead138;
  border: 2px solid #fff;
  box-shadow: 0 0 3px rgba(38, 60, 85, 0.8);
}

/* line 819, app/assets/stylesheets/css/rtl/theme-default.css */
.bootstrap-select .dropdown-menu.inner a[aria-selected=true] {
  background: rgba(234, 209, 56, 0.08) !important;
  color: #ead138 !important;
}

/* line 823, app/assets/stylesheets/css/rtl/theme-default.css */
.bootstrap-select .dropdown-toggle.show {
  border-color: #ead138;
}

/* line 827, app/assets/stylesheets/css/rtl/theme-default.css */
.datepicker table tr td.active, .datepicker table tr td.active.highlighted,
.datepicker table tr td .focused,
.datepicker table tr td span.active,
.datepicker table tr td span.active.disabled, .datepicker table tr td.range-start, .datepicker table tr td.range-end {
  background: #ead138 !important;
  color: #fff !important;
}

/* line 834, app/assets/stylesheets/css/rtl/theme-default.css */
.datepicker table tr td.range, .datepicker table tr td.range.highlighted, .datepicker table tr td.range.today {
  color: #ead138 !important;
  background: #f2f6fe !important;
}

/* line 838, app/assets/stylesheets/css/rtl/theme-default.css */
.datepicker table tr td.range.focused, .datepicker table tr td.range.highlighted.focused, .datepicker table tr td.range.today.focused {
  background: #d6e2fc !important;
}

/* line 841, app/assets/stylesheets/css/rtl/theme-default.css */
.datepicker table tr td.range.disabled, .datepicker table tr td.range.highlighted.disabled, .datepicker table tr td.range.today.disabled {
  background: rgba(242, 246, 254, 0.5) !important;
  color: rgba(38, 60, 85, 0.5) !important;
}

/* line 845, app/assets/stylesheets/css/rtl/theme-default.css */
.datepicker table tr td.today:not(.active) {
  box-shadow: 0 0 0 1px #ead138 inset;
}

/* line 848, app/assets/stylesheets/css/rtl/theme-default.css */
.datepicker table th.prev, .datepicker table th.next {
  border: 1px solid #ead138;
}

/* line 851, app/assets/stylesheets/css/rtl/theme-default.css */
.datepicker table th.prev::after, .datepicker table th.next::after {
  color: #ead138;
  border-color: #ead138;
}

/* line 856, app/assets/stylesheets/css/rtl/theme-default.css */
.flatpickr-calendar .numInputWrapper span.arrowDown:after {
  border-top-color: #fff;
}

/* line 859, app/assets/stylesheets/css/rtl/theme-default.css */
.flatpickr-calendar .numInputWrapper span.arrowUp:after {
  border-bottom-color: #fff;
}

/* line 863, app/assets/stylesheets/css/rtl/theme-default.css */
.flatpickr-day.today {
  border-color: #ead138;
}

/* line 866, app/assets/stylesheets/css/rtl/theme-default.css */
.flatpickr-day.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange {
  color: #ead138 !important;
  background: #f2f6fe !important;
  border-color: #f2f6fe !important;
}

/* line 871, app/assets/stylesheets/css/rtl/theme-default.css */
.flatpickr-day.selected, .flatpickr-day.selected.inRange, .flatpickr-day.selected:focus, .flatpickr-day.selected:hover, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange, .flatpickr-day.startRange.inRange, .flatpickr-day.startRange:focus, .flatpickr-day.startRange:hover, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange, .flatpickr-day.endRange.inRange, .flatpickr-day.endRange:focus, .flatpickr-day.endRange:hover, .flatpickr-day.endRange.nextMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.week.selected {
  color: #fff !important;
  background: #ead138 !important;
  border-color: #ead138 !important;
}

/* line 877, app/assets/stylesheets/css/rtl/theme-default.css */
.flatpickr-prev-month,
.flatpickr-next-month {
  border: 1px solid #ead138;
}

/* line 881, app/assets/stylesheets/css/rtl/theme-default.css */
.flatpickr-prev-month svg,
.flatpickr-next-month svg {
  fill: #ead138;
  stroke: #ead138;
}

/* line 887, app/assets/stylesheets/css/rtl/theme-default.css */
.daterangepicker table thead th select,
.daterangepicker table thead td select {
  background-color: transparent;
}

/* line 892, app/assets/stylesheets/css/rtl/theme-default.css */
.daterangepicker td.active:not(.off) {
  background: #ead138 !important;
  color: #fff;
}

/* line 897, app/assets/stylesheets/css/rtl/theme-default.css */
.daterangepicker .calendar-table th.prev,
.daterangepicker .calendar-table th.next,
.daterangepicker .calendar-table th.prev:hover,
.daterangepicker .calendar-table th.next:hover {
  border: 1px solid #ead138;
}

/* line 903, app/assets/stylesheets/css/rtl/theme-default.css */
.daterangepicker .calendar-table th.prev span,
.daterangepicker .calendar-table th.next span,
.daterangepicker .calendar-table th.prev:hover span,
.daterangepicker .calendar-table th.next:hover span {
  border-color: #ead138;
}

/* line 910, app/assets/stylesheets/css/rtl/theme-default.css */
.daterangepicker .start-date:not(.end-date):not(.off),
.daterangepicker .end-date:not(.start-date):not(.off) {
  background-color: #ead138;
  color: #fff;
  border: 0 !important;
}

/* line 916, app/assets/stylesheets/css/rtl/theme-default.css */
.daterangepicker .start-date:not(.end-date):not(.off):hover,
.daterangepicker .end-date:not(.start-date):not(.off):hover {
  background-color: #ead138 !important;
}

/* line 921, app/assets/stylesheets/css/rtl/theme-default.css */
.daterangepicker .input-mini.active {
  border-color: #ead138 !important;
}

/* line 925, app/assets/stylesheets/css/rtl/theme-default.css */
.daterangepicker td.in-range:not(.start-date):not(.end-date):not(.off) {
  color: #ead138 !important;
  background-color: #f2f6fe !important;
}

/* line 930, app/assets/stylesheets/css/rtl/theme-default.css */
.ranges li.active {
  color: #ead138 !important;
  background-color: #f2f6fe !important;
}

/* line 935, app/assets/stylesheets/css/rtl/theme-default.css */
li.ui-timepicker-selected,
.ui-timepicker-list .ui-timepicker-selected:hover {
  color: #ead138 !important;
  background: rgba(234, 209, 56, 0.08) !important;
}

/* line 941, app/assets/stylesheets/css/rtl/theme-default.css */
.ql-snow.ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar button:hover,
.ql-snow .ql-toolbar button:focus,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #ead138 !important;
}

/* line 957, app/assets/stylesheets/css/rtl/theme-default.css */
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #ead138 !important;
}

/* line 987, app/assets/stylesheets/css/rtl/theme-default.css */
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #ead138 !important;
}

/* line 1018, app/assets/stylesheets/css/rtl/theme-default.css */
.tt-suggestion:active,
.tt-cursor {
  background: rgba(234, 209, 56, 0.08) !important;
  color: #ead138 !important;
}

/* line 1024, app/assets/stylesheets/css/rtl/theme-default.css */
.dropzone.dz-drag-hover {
  border-color: #ead138 !important;
}

/* line 1028, app/assets/stylesheets/css/rtl/theme-default.css */
.swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #ead138 !important;
}

/* line 1033, app/assets/stylesheets/css/rtl/theme-default.css */
.sk-primary.sk-plane,
.sk-primary .sk-chase-dot:before,
.sk-primary .sk-bounce-dot,
.sk-primary .sk-wave-rect,
.sk-primary.sk-pulse,
.sk-primary .sk-swing-dot,
.sk-primary .sk-circle-dot:before,
.sk-primary .sk-circle-fade-dot:before,
.sk-primary .sk-grid-cube,
.sk-primary .sk-fold-cube:before {
  background-color: #ead138;
}

/* line 1046, app/assets/stylesheets/css/rtl/theme-default.css */
.plyr input[type=range]::-ms-fill-lower {
  background: #ead138 !important;
}

/* line 1050, app/assets/stylesheets/css/rtl/theme-default.css */
.plyr input[type=range]:active::-webkit-slider-thumb {
  background: #ead138 !important;
}

/* line 1053, app/assets/stylesheets/css/rtl/theme-default.css */
.plyr input[type=range]:active::-moz-range-thumb {
  background: #ead138 !important;
}

/* line 1056, app/assets/stylesheets/css/rtl/theme-default.css */
.plyr input[type=range]:active::-ms-thumb {
  background: #ead138 !important;
}

/* line 1060, app/assets/stylesheets/css/rtl/theme-default.css */
.plyr--video .plyr__control.plyr__control--overlaid,
.plyr--video .plyr__controls button.tab-focus:focus,
.plyr--video .plyr__control[aria-expanded=true],
.plyr--video .plyr__controls button:hover {
  background: #ead138 !important;
  color: #fff !important;
}

/* line 1068, app/assets/stylesheets/css/rtl/theme-default.css */
.plyr--audio .plyr__controls button.tab-focus:focus,
.plyr--audio .plyr__control[aria-expanded=true],
.plyr--audio .plyr__controls button:hover {
  background: #ead138 !important;
  color: #fff !important;
}

/* line 1075, app/assets/stylesheets/css/rtl/theme-default.css */
.plyr__play-large {
  background: #ead138 !important;
  color: #fff !important;
}

/* line 1080, app/assets/stylesheets/css/rtl/theme-default.css */
.plyr__progress--played,
.plyr__volume--display {
  color: #ead138 !important;
}

/* line 1085, app/assets/stylesheets/css/rtl/theme-default.css */
.plyr--full-ui input[type=range] {
  color: #ead138 !important;
}

/* line 1089, app/assets/stylesheets/css/rtl/theme-default.css */
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: #ead138 !important;
}

/* line 1093, app/assets/stylesheets/css/rtl/theme-default.css */
.fc .fc-event-primary:not(.fc-list-event) {
  background-color: #e5edfc !important;
  color: #ead138 !important;
}

/* line 1097, app/assets/stylesheets/css/rtl/theme-default.css */
.fc .fc-event-primary.fc-list-event .fc-list-event-dot {
  border-color: #ead138 !important;
}

/* line 1100, app/assets/stylesheets/css/rtl/theme-default.css */
.fc .fc-button-primary:not(.fc-prev-button):not(.fc-next-button) {
  color: #ead138;
  border-color: transparent;
  background: #e5edfc;
}

/* line 1105, app/assets/stylesheets/css/rtl/theme-default.css */
.fc .fc-button-primary:not(.fc-prev-button):not(.fc-next-button):hover {
  border-color: transparent !important;
  background: #ead138 !important;
  color: #fff !important;
}

/* line 1110, app/assets/stylesheets/css/rtl/theme-default.css */
.fc .fc-button-primary:not(.fc-prev-button):not(.fc-next-button):focus, .fc .fc-button-primary.focus:not(.fc-prev-button):not(.fc-next-button) {
  color: #fff;
  background: #4d78ca;
  box-shadow: none !important;
}

/* line 1115, app/assets/stylesheets/css/rtl/theme-default.css */
.fc .fc-button-primary:not(.fc-prev-button):not(.fc-next-button):active, .fc .fc-button-primary.active:not(.fc-prev-button):not(.fc-next-button), .fc .fc-button-primary.show.dropdown-toggle:not(.fc-prev-button):not(.fc-next-button), .show > .fc .fc-button-primary.dropdown-toggle:not(.fc-prev-button):not(.fc-next-button) {
  color: #fff !important;
  background-color: #4d78ca !important;
  border-color: transparent !important;
}

/* line 1120, app/assets/stylesheets/css/rtl/theme-default.css */
.fc .fc-button-primary:not(.fc-prev-button):not(.fc-next-button):active:focus, .fc .fc-button-primary.active:not(.fc-prev-button):not(.fc-next-button):focus, .fc .fc-button-primary.show.dropdown-toggle:not(.fc-prev-button):not(.fc-next-button):focus, .show > .fc .fc-button-primary.dropdown-toggle:not(.fc-prev-button):not(.fc-next-button):focus {
  box-shadow: none;
}

/* line 1123, app/assets/stylesheets/css/rtl/theme-default.css */
.fc .fc-button-primary.disabled:not(.fc-prev-button):not(.fc-next-button), .fc .fc-button-primary:not(.fc-prev-button):not(.fc-next-button):disabled {
  color: #ead138 !important;
  border-color: transparent !important;
  background: #e5edfc !important;
  box-shadow: none !important;
}

/* line 1129, app/assets/stylesheets/css/rtl/theme-default.css */
.fc .btn-group .fc-button-primary:not(.fc-prev-button):not(.fc-next-button),
.fc .input-group .fc-button-primary:not(.fc-prev-button):not(.fc-next-button) {
  border-right: var(--bs-border-width) solid #4d78ca;
  border-left: var(--bs-border-width) solid #4d78ca;
}

/* line 1134, app/assets/stylesheets/css/rtl/theme-default.css */
.fc .btn-group-vertical .fc-button-primary:not(.fc-prev-button):not(.fc-next-button) {
  border-top-color: #4d78ca;
  border-bottom-color: #4d78ca;
}

/* line 1138, app/assets/stylesheets/css/rtl/theme-default.css */
.fc .fc-button-primary.fc-button-active:not(.fc-prev-button):not(.fc-next-button) {
  background-color: #ead138 !important;
  border-color: #ead138 !important;
  color: #fff;
}

/* line 1144, app/assets/stylesheets/css/rtl/theme-default.css */
.swal2-progress-steps[class] .swal2-progress-step.swal2-active-progress-step,
.swal2-progress-steps[class] .swal2-progress-step-line,
.swal2-progress-steps[class] .swal2-active-progress-step,
.swal2-progress-steps[class] .swal2-progress-step {
  background: #ead138;
  color: #fff;
}

/* line 1152, app/assets/stylesheets/css/rtl/theme-default.css */
.swal2-progress-steps[class] .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step,
.swal2-progress-steps[class] .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: #e6eefc;
}

/* line 1157, app/assets/stylesheets/css/rtl/theme-default.css */
.pcr-app .pcr-type.active,
.pcr-app .pcr-save {
  background: #ead138 !important;
}

/* line 1162, app/assets/stylesheets/css/rtl/theme-default.css */
.icon-card.active {
  outline: 1px solid #ead138;
}

/* line 1165, app/assets/stylesheets/css/rtl/theme-default.css */
.icon-card.active i,
.icon-card.active svg {
  color: #ead138;
}

/* line 1170, app/assets/stylesheets/css/rtl/theme-default.css */
.shepherd-element[data-popper-placement=bottom] .shepherd-arrow:before {
  background-color: #ead138 !important;
  border-color: #ead138;
}

/* line 1174, app/assets/stylesheets/css/rtl/theme-default.css */
.shepherd-element .shepherd-header {
  background: #ead138 !important;
  color: #fff;
}

/* line 1178, app/assets/stylesheets/css/rtl/theme-default.css */
.shepherd-element .shepherd-header .shepherd-title,
.shepherd-element .shepherd-header .shepherd-cancel-icon {
  color: #fff !important;
}

/* line 1182, app/assets/stylesheets/css/rtl/theme-default.css */
.shepherd-element .shepherd-button.btn-primary:not(:disabled), .shepherd-element .shepherd-button.btn-primary.dropdown-toggle[data-trigger=hover]:not(:disabled):not(.show) {
  color: #fff;
  background-color: #ead138;
  border-color: #ead138;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}

/* line 1188, app/assets/stylesheets/css/rtl/theme-default.css */
.shepherd-element .shepherd-button.btn-primary:not(:disabled):hover, .shepherd-element .shepherd-button.btn-primary.show.dropdown-toggle[data-trigger=hover]:not(:disabled):hover {
  color: #fff !important;
  background-color: #ead138 !important;
  border-color: #ead138 !important;
  box-shadow: 0 0.25rem 1rem rgba(147, 158, 170, 0.45) !important;
}

/* line 1194, app/assets/stylesheets/css/rtl/theme-default.css */
.btn-check:focus + .shepherd-element .shepherd-button.btn-primary:not(:disabled), .shepherd-element .shepherd-button.btn-primary:not(:disabled):focus, .shepherd-element .shepherd-button.btn-primary.focus:not(:disabled) {
  color: #fff;
  background-color: #4d78ca;
  border-color: #4d78ca;
  box-shadow: none;
}

/* line 1200, app/assets/stylesheets/css/rtl/theme-default.css */
.btn-check:checked + .shepherd-element .shepherd-button.btn-primary:not(:disabled), .btn-check:active + .shepherd-element .shepherd-button.btn-primary:not(:disabled), .shepherd-element .shepherd-button.btn-primary:not(:disabled):active, .shepherd-element .shepherd-button.btn-primary.active:not(:disabled), .shepherd-element .shepherd-button.btn-primary.show.dropdown-toggle:not(:disabled), .show > .shepherd-element .shepherd-button.btn-primary.dropdown-toggle:not(:disabled) {
  color: #fff !important;
  background-color: #4d78ca !important;
  border-color: #4d78ca !important;
}

/* line 1205, app/assets/stylesheets/css/rtl/theme-default.css */
.btn-check:checked + .shepherd-element .shepherd-button.btn-primary:not(:disabled):focus, .btn-check:active + .shepherd-element .shepherd-button.btn-primary:not(:disabled):focus, .shepherd-element .shepherd-button.btn-primary:not(:disabled):active:focus, .shepherd-element .shepherd-button.btn-primary.active:not(:disabled):focus, .shepherd-element .shepherd-button.btn-primary.show.dropdown-toggle:not(:disabled):focus, .show > .shepherd-element .shepherd-button.btn-primary.dropdown-toggle:not(:disabled):focus {
  box-shadow: none;
}

/* line 1208, app/assets/stylesheets/css/rtl/theme-default.css */
.shepherd-element .shepherd-button.btn-primary.disabled:not(:disabled), .shepherd-element .shepherd-button.btn-primary:not(:disabled):disabled {
  color: #fff !important;
  background-color: #ead138 !important;
  border-color: #ead138 !important;
  box-shadow: none !important;
}

/* line 1214, app/assets/stylesheets/css/rtl/theme-default.css */
.shepherd-element .btn-group .shepherd-button.btn-primary:not(:disabled),
.shepherd-element .input-group .shepherd-button.btn-primary:not(:disabled) {
  border-right: var(--bs-border-width) solid #4d78ca;
  border-left: var(--bs-border-width) solid #4d78ca;
}

/* line 1219, app/assets/stylesheets/css/rtl/theme-default.css */
.shepherd-element .btn-group-vertical .shepherd-button.btn-primary:not(:disabled) {
  border-top-color: #4d78ca;
  border-bottom-color: #4d78ca;
}

/* line 1223, app/assets/stylesheets/css/rtl/theme-default.css */
.shepherd-element .shepherd-button.btn-label-secondary:not(:disabled) {
  color: #8a8a88;
  border-color: transparent;
  background: #e7ebef;
}

/* line 1228, app/assets/stylesheets/css/rtl/theme-default.css */
.shepherd-element .shepherd-button.btn-label-secondary:not(:disabled):hover {
  border-color: transparent !important;
  background: #8a8a88 !important;
  color: #fff !important;
}

/* line 1233, app/assets/stylesheets/css/rtl/theme-default.css */
.shepherd-element .shepherd-button.btn-label-secondary:not(:disabled):focus, .shepherd-element .shepherd-button.btn-label-secondary.focus:not(:disabled) {
  color: #fff;
  background: #596d83;
  box-shadow: none !important;
}

/* line 1238, app/assets/stylesheets/css/rtl/theme-default.css */
.shepherd-element .shepherd-button.btn-label-secondary:not(:disabled):active, .shepherd-element .shepherd-button.btn-label-secondary.active:not(:disabled), .shepherd-element .shepherd-button.btn-label-secondary.show.dropdown-toggle:not(:disabled), .show > .shepherd-element .shepherd-button.btn-label-secondary.dropdown-toggle:not(:disabled) {
  color: #fff !important;
  background-color: #596d83 !important;
  border-color: transparent !important;
}

/* line 1243, app/assets/stylesheets/css/rtl/theme-default.css */
.shepherd-element .shepherd-button.btn-label-secondary:not(:disabled):active:focus, .shepherd-element .shepherd-button.btn-label-secondary.active:not(:disabled):focus, .shepherd-element .shepherd-button.btn-label-secondary.show.dropdown-toggle:not(:disabled):focus, .show > .shepherd-element .shepherd-button.btn-label-secondary.dropdown-toggle:not(:disabled):focus {
  box-shadow: none;
}

/* line 1246, app/assets/stylesheets/css/rtl/theme-default.css */
.shepherd-element .shepherd-button.btn-label-secondary.disabled:not(:disabled), .shepherd-element .shepherd-button.btn-label-secondary:not(:disabled):disabled {
  color: #8a8a88 !important;
  border-color: transparent !important;
  background: #e7ebef !important;
  box-shadow: none !important;
}

/* line 1252, app/assets/stylesheets/css/rtl/theme-default.css */
.shepherd-element .btn-group .shepherd-button.btn-label-secondary:not(:disabled),
.shepherd-element .input-group .shepherd-button.btn-label-secondary:not(:disabled) {
  border-right: var(--bs-border-width) solid #596d83;
  border-left: var(--bs-border-width) solid #596d83;
}

/* line 1257, app/assets/stylesheets/css/rtl/theme-default.css */
.shepherd-element .btn-group-vertical .shepherd-button.btn-label-secondary:not(:disabled) {
  border-top-color: #596d83;
  border-bottom-color: #596d83;
}

/* line 1262, app/assets/stylesheets/css/rtl/theme-default.css */
.bs-stepper .step.active .bs-stepper-circle {
  background-color: #ead138 !important;
  color: #fff;
}

/* line 1266, app/assets/stylesheets/css/rtl/theme-default.css */
.bs-stepper .step.active .bs-stepper-label {
  color: #ead138 !important;
}

/* line 1269, app/assets/stylesheets/css/rtl/theme-default.css */
.bs-stepper .step.active .bs-stepper-icon svg {
  fill: #ead138 !important;
}

/* line 1272, app/assets/stylesheets/css/rtl/theme-default.css */
.bs-stepper .step.active .step-trigger::after {
  background-color: #ead138;
}

/* line 1275, app/assets/stylesheets/css/rtl/theme-default.css */
.bs-stepper .step.crossed .step-trigger .bs-stepper-circle {
  border-color: #ead138 !important;
  color: #ead138 !important;
}

/* line 1279, app/assets/stylesheets/css/rtl/theme-default.css */
.bs-stepper .step.crossed .step-trigger .bs-stepper-icon svg {
  fill: #ead138 !important;
}

/* line 1282, app/assets/stylesheets/css/rtl/theme-default.css */
.bs-stepper .step.crossed .step-trigger::after {
  background-color: #ead138;
}

/* line 1285, app/assets/stylesheets/css/rtl/theme-default.css */
.bs-stepper .step.crossed + .line::before {
  background-color: #ead138 !important;
}

/* line 1288, app/assets/stylesheets/css/rtl/theme-default.css */
.bs-stepper .step.crossed + .line svg {
  fill: #ead138;
}

/* line 1291, app/assets/stylesheets/css/rtl/theme-default.css */
.bs-stepper .step.crossed + .line i {
  color: #ead138;
}

/* line 1294, app/assets/stylesheets/css/rtl/theme-default.css */
.bs-stepper.wizard-icons .step.crossed .step-trigger .bs-stepper-label {
  color: #ead138 !important;
}

/* line 1297, app/assets/stylesheets/css/rtl/theme-default.css */
.bs-stepper .step-trigger:focus {
  color: #ead138;
}

/* line 1300, app/assets/stylesheets/css/rtl/theme-default.css */
.bs-stepper .step-trigger:focus svg {
  fill: #ead138 !important;
}

/* line 1304, app/assets/stylesheets/css/rtl/theme-default.css */
.app-chat .sidebar-body .chat-contact-list li.active {
  background-color: #ead138;
}

/* line 1307, app/assets/stylesheets/css/rtl/theme-default.css */
.app-chat .app-chat-history .chat-history .chat-message.chat-message-right .chat-message-text {
  background-color: #ead138 !important;
}

/* line 1311, app/assets/stylesheets/css/rtl/theme-default.css */
.navbar.landing-navbar .navbar-nav .show > .nav-link,
.navbar.landing-navbar .navbar-nav .active > .nav-link,
.navbar.landing-navbar .navbar-nav .nav-link.show,
.navbar.landing-navbar .navbar-nav .nav-link.active,
.navbar.landing-navbar .navbar-nav .nav-link:hover {
  color: #ead138 !important;
}

/* line 1319, app/assets/stylesheets/css/rtl/theme-default.css */
.landing-features .features-icon-wrapper .features-icon-box .features-icon {
  border: 2px solid rgba(234, 209, 56, 0.2);
}

/* line 1322, app/assets/stylesheets/css/rtl/theme-default.css */
.landing-features .features-icon-wrapper .features-icon-box:hover .features-icon {
  background-color: rgba(234, 209, 56, 0.05);
}

/* line 1326, app/assets/stylesheets/css/rtl/theme-default.css */
.bg-navbar-theme {
  background-color: #f3f4f4 !important;
  color: #677788;
}

/* line 1330, app/assets/stylesheets/css/rtl/theme-default.css */
.bg-navbar-theme .navbar-brand,
.bg-navbar-theme .navbar-brand a {
  color: #516377;
}

/* line 1334, app/assets/stylesheets/css/rtl/theme-default.css */
.bg-navbar-theme .navbar-brand:hover, .bg-navbar-theme .navbar-brand:focus,
.bg-navbar-theme .navbar-brand a:hover,
.bg-navbar-theme .navbar-brand a:focus {
  color: #516377;
}

/* line 1339, app/assets/stylesheets/css/rtl/theme-default.css */
.bg-navbar-theme .navbar-search-wrapper .navbar-search-icon,
.bg-navbar-theme .navbar-search-wrapper .search-input {
  color: #677788;
}

/* line 1343, app/assets/stylesheets/css/rtl/theme-default.css */
.bg-navbar-theme .search-input-wrapper .search-input,
.bg-navbar-theme .search-input-wrapper .search-toggler {
  background-color: #f3f4f4 !important;
  color: #677788;
}

/* line 1348, app/assets/stylesheets/css/rtl/theme-default.css */
.bg-navbar-theme .navbar-nav > .nav-link,
.bg-navbar-theme .navbar-nav > .nav-item > .nav-link,
.bg-navbar-theme .navbar-nav > .nav > .nav-item > .nav-link {
  color: #677788;
}

/* line 1353, app/assets/stylesheets/css/rtl/theme-default.css */
.bg-navbar-theme .navbar-nav > .nav-link:hover, .bg-navbar-theme .navbar-nav > .nav-link:focus,
.bg-navbar-theme .navbar-nav > .nav-item > .nav-link:hover,
.bg-navbar-theme .navbar-nav > .nav-item > .nav-link:focus,
.bg-navbar-theme .navbar-nav > .nav > .nav-item > .nav-link:hover,
.bg-navbar-theme .navbar-nav > .nav > .nav-item > .nav-link:focus {
  color: #516377;
}

/* line 1360, app/assets/stylesheets/css/rtl/theme-default.css */
.bg-navbar-theme .navbar-nav > .nav-link.disabled,
.bg-navbar-theme .navbar-nav > .nav-item > .nav-link.disabled,
.bg-navbar-theme .navbar-nav > .nav > .nav-item > .nav-link.disabled {
  color: #9fa9b3 !important;
}

/* line 1365, app/assets/stylesheets/css/rtl/theme-default.css */
.bg-navbar-theme .navbar-nav .show > .nav-link,
.bg-navbar-theme .navbar-nav .active > .nav-link,
.bg-navbar-theme .navbar-nav .nav-link.show,
.bg-navbar-theme .navbar-nav .nav-link.active {
  color: #516377;
}

/* line 1371, app/assets/stylesheets/css/rtl/theme-default.css */
.bg-navbar-theme .navbar-toggler {
  color: #677788;
  border-color: rgba(81, 99, 119, 0.0772155);
}

/* line 1375, app/assets/stylesheets/css/rtl/theme-default.css */
.bg-navbar-theme .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba(103, 119, 136, 0.75)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

/* line 1378, app/assets/stylesheets/css/rtl/theme-default.css */
.bg-navbar-theme .navbar-text {
  color: #677788;
}

/* line 1381, app/assets/stylesheets/css/rtl/theme-default.css */
.bg-navbar-theme .navbar-text a {
  color: #516377;
}

/* line 1384, app/assets/stylesheets/css/rtl/theme-default.css */
.bg-navbar-theme .navbar-text a:hover, .bg-navbar-theme .navbar-text a:focus {
  color: #516377;
}

/* line 1387, app/assets/stylesheets/css/rtl/theme-default.css */
.bg-navbar-theme hr {
  border-color: rgba(81, 99, 119, 0.0772155);
}

/* line 1391, app/assets/stylesheets/css/rtl/theme-default.css */
.layout-horizontal .layout-navbar {
  background-color: #fff !important;
  box-shadow: 0 1px 0 #d4d8dd;
}

/* line 1396, app/assets/stylesheets/css/rtl/theme-default.css */
.bg-menu-theme {
  background-color: #f3f4f4 !important;
  color: #677788;
}

/* line 1400, app/assets/stylesheets/css/rtl/theme-default.css */
.bg-menu-theme .menu-link,
.bg-menu-theme .menu-horizontal-prev,
.bg-menu-theme .menu-horizontal-next {
  color: #677788;
}

/* line 1405, app/assets/stylesheets/css/rtl/theme-default.css */
.bg-menu-theme .menu-link.active,
.bg-menu-theme .menu-horizontal-prev.active,
.bg-menu-theme .menu-horizontal-next.active {
  color: #ead138;
}

/* line 1410, app/assets/stylesheets/css/rtl/theme-default.css */
.bg-menu-theme .menu-item.disabled .menu-link,
.bg-menu-theme .menu-horizontal-prev.disabled,
.bg-menu-theme .menu-horizontal-next.disabled {
  color: #9fa9b3 !important;
}

/* line 1415, app/assets/stylesheets/css/rtl/theme-default.css */
.bg-menu-theme .menu-item.active > .menu-link:not(.menu-toggle) {
  color: #ead138;
  background-color: #dbe4f3;
}

/* line 1419, app/assets/stylesheets/css/rtl/theme-default.css */
.bg-menu-theme.menu-horizontal .menu-inner > .menu-item.active > .menu-link {
  background-color: #dbe4f3 !important;
}

/* line 1422, app/assets/stylesheets/css/rtl/theme-default.css */
.bg-menu-theme.menu-horizontal .menu-sub > .menu-item.active > .menu-link:not(.menu-toggle) {
  background-color: transparent !important;
  color: #ead138 !important;
}

/* line 1426, app/assets/stylesheets/css/rtl/theme-default.css */
.bg-menu-theme .menu-inner > .menu-item.menu-item-closing .menu-item.open .menu-sub,
.bg-menu-theme .menu-inner > .menu-item.menu-item-closing .menu-item.open .menu-toggle {
  background: transparent;
  color: #677788;
}

/* line 1431, app/assets/stylesheets/css/rtl/theme-default.css */
.bg-menu-theme .menu-inner-shadow {
  background: linear-gradient(#f3f4f4 41%, rgba(243, 244, 244, 0.11) 95%, rgba(243, 244, 244, 0));
}

/* line 1434, app/assets/stylesheets/css/rtl/theme-default.css */
.bg-menu-theme .menu-text {
  color: #ead138;
}

/* line 1437, app/assets/stylesheets/css/rtl/theme-default.css */
.bg-menu-theme .menu-header {
  color: #8a96a3;
}

/* line 1440, app/assets/stylesheets/css/rtl/theme-default.css */
.bg-menu-theme hr,
.bg-menu-theme .menu-divider,
.bg-menu-theme .menu-inner > .menu-item.open > .menu-sub::before {
  border-color: transparent !important;
}

/* line 1445, app/assets/stylesheets/css/rtl/theme-default.css */
.bg-menu-theme .menu-inner > .menu-header::before {
  background-color: transparent;
}

/* line 1448, app/assets/stylesheets/css/rtl/theme-default.css */
.bg-menu-theme .menu-block::before {
  background-color: #8a96a3;
}

/* line 1451, app/assets/stylesheets/css/rtl/theme-default.css */
.bg-menu-theme .menu-inner > .menu-item.open .menu-item.open > .menu-toggle::before {
  background-color: #dbe4f3;
}

/* line 1454, app/assets/stylesheets/css/rtl/theme-default.css */
.bg-menu-theme .menu-inner > .menu-item.open .menu-item.active > .menu-link::before {
  background-color: #ead138;
}

/* line 1457, app/assets/stylesheets/css/rtl/theme-default.css */
.bg-menu-theme .ps__thumb-y,
.bg-menu-theme .ps__rail-y.ps--clicking > .ps__thumb-y {
  background: rgba(234, 209, 56, 0.217724) !important;
}

@media (min-width: 1200px) {
  /* line 1463, app/assets/stylesheets/css/rtl/theme-default.css */
  .layout-menu {
    box-shadow: 0 0 0 1px #d4d8dd;
  }
}

/* line 1467, app/assets/stylesheets/css/rtl/theme-default.css */
.bg-menu-theme .menu-header {
  color: #a8b1bb;
}

/* line 1470, app/assets/stylesheets/css/rtl/theme-default.css */
html:not(.layout-menu-collapsed) .bg-menu-theme .menu-inner .menu-item.open:not(.active) > .menu-link:hover, .layout-menu-hover.layout-menu-collapsed .bg-menu-theme .menu-inner .menu-item.open:not(.active) > .menu-link:hover,
html:not(.layout-menu-collapsed) .bg-menu-theme .menu-inner .menu-item:not(.active) .menu-link:hover,
.layout-menu-hover.layout-menu-collapsed .bg-menu-theme .menu-inner .menu-item:not(.active) .menu-link:hover {
  background-color: rgba(38, 60, 85, 0.04);
}

/* line 1475, app/assets/stylesheets/css/rtl/theme-default.css */
.bg-menu-theme .menu-inner .menu-sub > .menu-item.active > .menu-link.menu-toggle,
.bg-menu-theme .menu-inner .menu-sub > .menu-item.open > .menu-link.menu-toggle {
  background-color: rgba(38, 60, 85, 0.04);
}

/* line 1479, app/assets/stylesheets/css/rtl/theme-default.css */
.bg-menu-theme .menu-inner .menu-sub > .menu-item.active > .menu-link.menu-toggle .menu-icon,
.bg-menu-theme .menu-inner .menu-sub > .menu-item.open > .menu-link.menu-toggle .menu-icon {
  color: #ead138;
}

/* line 1483, app/assets/stylesheets/css/rtl/theme-default.css */
html:not(.layout-menu-collapsed) .bg-menu-theme .menu-inner > .menu-item.open:not(.active), .layout-menu-hover.layout-menu-collapsed .bg-menu-theme .menu-inner > .menu-item.open:not(.active) {
  background-color: #eceded;
}

/* line 1486, app/assets/stylesheets/css/rtl/theme-default.css */
.bg-menu-theme .menu-inner > .menu-item.active {
  background-color: #eceded;
}

/* line 1489, app/assets/stylesheets/css/rtl/theme-default.css */
.layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-expanded) .bg-menu-theme .menu-inner > .menu-item.active {
  background-color: #dbe4f3 !important;
}

/* line 1492, app/assets/stylesheets/css/rtl/theme-default.css */
.layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-expanded) .bg-menu-theme .menu-inner > .menu-item.active .menu-link {
  color: #ead138;
}

/* line 1495, app/assets/stylesheets/css/rtl/theme-default.css */
.bg-menu-theme .menu-sub > .menu-item > .menu-link:before {
  background-color: #a8b1bb !important;
}

/* line 1498, app/assets/stylesheets/css/rtl/theme-default.css */
.bg-menu-theme .menu-sub > .menu-item.active > .menu-link:not(.menu-toggle):before {
  background-color: #ead138 !important;
}

/* line 1501, app/assets/stylesheets/css/rtl/theme-default.css */
.bg-menu-theme .menu-inner > .menu-header::before {
  background-color: #a8b1bb;
}

/* line 1504, app/assets/stylesheets/css/rtl/theme-default.css */
.bg-menu-theme.menu-horizontal {
  background-color: #fff !important;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}

/* line 1508, app/assets/stylesheets/css/rtl/theme-default.css */
html:not(.layout-menu-collapsed) .bg-menu-theme.menu-horizontal .menu-inner .menu-item.open:not(.active) > .menu-link, .layout-menu-hover.layout-menu-collapsed .bg-menu-theme.menu-horizontal .menu-inner .menu-item.open:not(.active) > .menu-link,
html:not(.layout-menu-collapsed) .bg-menu-theme.menu-horizontal .menu-inner .menu-item:not(.active) .menu-link:hover,
.layout-menu-hover.layout-menu-collapsed .bg-menu-theme.menu-horizontal .menu-inner .menu-item:not(.active) .menu-link:hover,
html:not(.layout-menu-collapsed) .bg-menu-theme.menu-horizontal .menu-inner .menu-sub .menu-item.active .menu-link:not(.menu-toggle):hover,
.layout-menu-hover.layout-menu-collapsed .bg-menu-theme.menu-horizontal .menu-inner .menu-sub .menu-item.active .menu-link:not(.menu-toggle):hover {
  background-color: rgba(38, 60, 85, 0.06) !important;
  color: #516377;
}

/* line 1516, app/assets/stylesheets/css/rtl/theme-default.css */
.bg-menu-theme.menu-horizontal .menu-inner > .menu-item.active > .menu-link {
  background-color: #e5edfc !important;
}

/* line 1519, app/assets/stylesheets/css/rtl/theme-default.css */
html:not(.layout-menu-collapsed) .bg-menu-theme.menu-horizontal .menu-inner > .menu-item.open:not(.active) {
  background-color: transparent;
}

/* line 1522, app/assets/stylesheets/css/rtl/theme-default.css */
.bg-menu-theme.menu-horizontal .menu-inner .menu-item:not(.menu-item-closing) > .menu-sub {
  background: #fff !important;
}

/* line 1525, app/assets/stylesheets/css/rtl/theme-default.css */
.bg-menu-theme.menu-horizontal .menu-inner .menu-sub > .menu-item.active > .menu-link.menu-toggle,
.bg-menu-theme.menu-horizontal .menu-inner .menu-sub > .menu-item.open > .menu-link.menu-toggle {
  background-color: rgba(38, 60, 85, 0.06) !important;
}

/* line 1529, app/assets/stylesheets/css/rtl/theme-default.css */
.bg-menu-theme.menu-horizontal .menu-inner .menu-sub > .menu-item.open:not(.active) .menu-link.menu-toggle .menu-icon {
  color: #677788;
}

/* line 1532, app/assets/stylesheets/css/rtl/theme-default.css */
.bg-menu-theme.menu-horizontal .menu-inner > .menu-item.active > .menu-link {
  color: #ead138;
}

/* line 1536, app/assets/stylesheets/css/rtl/theme-default.css */
.app-brand .layout-menu-toggle i {
  color: #ead138;
}

/* line 1540, app/assets/stylesheets/css/rtl/theme-default.css */
.bg-footer-theme {
  background-color: #f3f4f4 !important;
  color: #677788;
}

/* line 1544, app/assets/stylesheets/css/rtl/theme-default.css */
.bg-footer-theme .footer-link {
  color: #677788;
}

/* line 1547, app/assets/stylesheets/css/rtl/theme-default.css */
.bg-footer-theme .footer-link:hover, .bg-footer-theme .footer-link:focus {
  color: #516377;
}

/* line 1550, app/assets/stylesheets/css/rtl/theme-default.css */
.bg-footer-theme .footer-link.disabled {
  color: #9fa9b3 !important;
}

/* line 1553, app/assets/stylesheets/css/rtl/theme-default.css */
.bg-footer-theme .footer-text {
  color: #516377;
}

/* line 1556, app/assets/stylesheets/css/rtl/theme-default.css */
.bg-footer-theme .show > .footer-link,
.bg-footer-theme .active > .footer-link,
.bg-footer-theme .footer-link.show,
.bg-footer-theme .footer-link.active {
  color: #516377;
}

/* line 1562, app/assets/stylesheets/css/rtl/theme-default.css */
.bg-footer-theme hr {
  border-color: rgba(81, 99, 119, 0.0772155);
}

/*
* Pages Mixins
*/
/* line 5, app/assets/stylesheets/css/rtl/theme-bordered.css */
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal) .layout-page:before {
  content: "";
  width: 100%;
  height: 0.75rem;
  position: fixed;
  top: 0px;
  z-index: 10;
}

/* line 14, app/assets/stylesheets/css/rtl/theme-bordered.css */
.layout-wrapper:not(.layout-horizontal) .bg-menu-theme .menu-inner .menu-item,
.layout-wrapper:not(.layout-horizontal) .bg-menu-theme .menu-inner .menu-item.active .menu-link {
  border-radius: 0.3125rem;
}

/* line 18, app/assets/stylesheets/css/rtl/theme-bordered.css */
.layout-horizontal .bg-menu-theme .menu-inner > .menu-item,
.layout-horizontal .bg-menu-theme .menu-inner > .menu-item > .menu-link {
  border-radius: 0.3125rem;
}

/* line 22, app/assets/stylesheets/css/rtl/theme-bordered.css */
.bg-menu-theme .menu-inner .menu-item.active > .menu-link,
.bg-menu-theme .menu-inner .menu-item:not(.open) > .menu-link:hover,
.bg-menu-theme .menu-inner .menu-item:not(.active) > .menu-link:hover {
  border-radius: 0.3125rem;
}

@media (min-width: 1200px) {
  /* line 28, app/assets/stylesheets/css/rtl/theme-bordered.css */
  .layout-horizontal .bg-menu-theme .menu-inner > .menu-item {
    margin: 0.565rem 0;
  }
  /* line 31, app/assets/stylesheets/css/rtl/theme-bordered.css */
  .layout-horizontal .bg-menu-theme .menu-inner > .menu-item:not(:first-child) {
    margin-left: 0.0625rem;
  }
  /* line 34, app/assets/stylesheets/css/rtl/theme-bordered.css */
  .layout-horizontal .bg-menu-theme .menu-inner > .menu-item:not(:last-child) {
    margin-right: 0.0625rem;
  }
  /* line 37, app/assets/stylesheets/css/rtl/theme-bordered.css */
  .layout-horizontal .bg-menu-theme .menu-inner > .menu-item .menu-sub {
    box-shadow: 0 0.625rem 1.25rem rgba(147, 158, 170, 0.5);
  }
}

/* line 41, app/assets/stylesheets/css/rtl/theme-bordered.css */
.bg-menu-theme .menu-sub > .menu-item > .menu-link:before {
  content: "";
  position: absolute;
  left: 1.4375rem;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
}

/* line 49, app/assets/stylesheets/css/rtl/theme-bordered.css */
[dir=rtl] .bg-menu-theme .menu-sub > .menu-item > .menu-link:before {
  right: 1.4375rem;
  left: inherit;
}

/* line 53, app/assets/stylesheets/css/rtl/theme-bordered.css */
.layout-horizontal .bg-menu-theme .menu-sub > .menu-item > .menu-link:before {
  left: 1.3rem;
}

/* line 56, app/assets/stylesheets/css/rtl/theme-bordered.css */
[dir=rtl] .layout-horizontal .bg-menu-theme .menu-sub > .menu-item > .menu-link:before {
  right: 1.3rem;
  left: inherit;
}

/* line 60, app/assets/stylesheets/css/rtl/theme-bordered.css */
.bg-menu-theme .menu-horizontal-wrapper > .menu-inner > .menu-item > .menu-sub > .menu-item > .menu-link:before {
  display: none;
}

/* line 64, app/assets/stylesheets/css/rtl/theme-bordered.css */
.layout-menu-hover .layout-menu {
  box-shadow: 0 0.625rem 1.25rem rgba(147, 158, 170, 0.5);
  transition: all 0.3s ease-in-out;
}

/* line 69, app/assets/stylesheets/css/rtl/theme-bordered.css */
body {
  background: #fff;
}

/* line 73, app/assets/stylesheets/css/rtl/theme-bordered.css */
.bg-body {
  background: #fff !important;
}

/* line 77, app/assets/stylesheets/css/rtl/theme-bordered.css */
.dropdown-menu,
.popover,
.toast,
.flatpickr-calendar,
.datepicker.datepicker-inline,
.datepicker.datepicker-inline table,
.daterangepicker,
.pcr-app,
.ui-timepicker-wrapper,
.twitter-typeahead .tt-menu,
.tagify__dropdown,
.swal2-popup,
.select2-dropdown,
.menu-horizontal .menu-inner > .menu-item.open .menu-sub,
div.dataTables_wrapper .dt-button-collection {
  outline: none;
  box-shadow: none !important;
  border: 1px solid #d4d8dd !important;
}

/* line 97, app/assets/stylesheets/css/rtl/theme-bordered.css */
.flatpickr-days,
.flatpickr-time {
  border-width: 0 !important;
}

/* line 102, app/assets/stylesheets/css/rtl/theme-bordered.css */
.dropdown-menu .dropdown-menu {
  border: none !important;
}

/* line 106, app/assets/stylesheets/css/rtl/theme-bordered.css */
.datepicker.datepicker-inline {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.25rem;
}

/* line 111, app/assets/stylesheets/css/rtl/theme-bordered.css */
.modal-content,
.offcanvas,
.shepherd-element,
div.dataTables_wrapper .dt-button-collection > div[role=menu] {
  box-shadow: none !important;
}

/* line 118, app/assets/stylesheets/css/rtl/theme-bordered.css */
.select2-dropdown {
  border-color: #d4d8dd !important;
}

/* line 122, app/assets/stylesheets/css/rtl/theme-bordered.css */
.bs-popover-start > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  border-left-color: #d4d8dd !important;
  right: -1px;
}

/* line 128, app/assets/stylesheets/css/rtl/theme-bordered.css */
.bs-popover-end > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  border-right-color: #d4d8dd !important;
  left: -1px;
}

/* line 134, app/assets/stylesheets/css/rtl/theme-bordered.css */
.bs-popover-top > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  border-top-color: #d4d8dd !important;
  bottom: -1px;
}

/* line 140, app/assets/stylesheets/css/rtl/theme-bordered.css */
.bs-popover-bottom > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  border-bottom-color: #d4d8dd !important;
  top: -1px;
}

/* line 146, app/assets/stylesheets/css/rtl/theme-bordered.css */
.text-primary {
  color: #ead138 !important;
}

/* line 150, app/assets/stylesheets/css/rtl/theme-bordered.css */
.text-body[href]:hover {
  color: #517fd6 !important;
}

/* line 154, app/assets/stylesheets/css/rtl/theme-bordered.css */
.bg-primary {
  background-color: #1D2545 !important;
}

/* line 158, app/assets/stylesheets/css/rtl/theme-bordered.css */
a.bg-primary:hover, a.bg-primary:focus {
  background-color: #5686e2 !important;
}

/* line 162, app/assets/stylesheets/css/rtl/theme-bordered.css */
.dropdown-notifications-item:not(.mark-as-read) .dropdown-notifications-read span {
  background-color: #ead138;
}

/* line 166, app/assets/stylesheets/css/rtl/theme-bordered.css */
.bg-label-primary {
  background-color: #e5edfc !important;
  color: #ead138 !important;
}

/* line 171, app/assets/stylesheets/css/rtl/theme-bordered.css */
.border-label-primary {
  border: 3px solid #bdd1f8;
}

/* line 175, app/assets/stylesheets/css/rtl/theme-bordered.css */
.bg-gradient-primary {
  background-image: linear-gradient(45deg, #ead138, #adc6f7) !important;
}

/* line 179, app/assets/stylesheets/css/rtl/theme-bordered.css */
.page-item.active .page-link, .page-item.active .page-link:hover, .page-item.active .page-link:focus,
.pagination li.active > a:not(.page-link),
.pagination li.active > a:not(.page-link):hover,
.pagination li.active > a:not(.page-link):focus {
  border-color: #ead138;
  background-color: #ead138;
  color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}

/* line 189, app/assets/stylesheets/css/rtl/theme-bordered.css */
.progress-bar {
  background-color: #ead138;
  color: #fff;
  box-shadow: 0 2px 4px 0 rgba(234, 209, 56, 0.4);
}

/* line 195, app/assets/stylesheets/css/rtl/theme-bordered.css */
.modal-onboarding .carousel-indicators [data-bs-target] {
  background-color: #ead138;
}

/* line 199, app/assets/stylesheets/css/rtl/theme-bordered.css */
.carousel-control-prev,
.carousel-control-next {
  color: #ead138;
}

/* line 203, app/assets/stylesheets/css/rtl/theme-bordered.css */
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #ead138;
}

/* line 209, app/assets/stylesheets/css/rtl/theme-bordered.css */
.list-group-item-primary {
  border-color: #ead138;
  background-color: #e5edfc;
  color: #ead138 !important;
}

/* line 215, app/assets/stylesheets/css/rtl/theme-bordered.css */
a.list-group-item-primary,
button.list-group-item-primary {
  color: #ead138;
}

/* line 219, app/assets/stylesheets/css/rtl/theme-bordered.css */
a.list-group-item-primary:hover, a.list-group-item-primary:focus,
button.list-group-item-primary:hover,
button.list-group-item-primary:focus {
  border-color: #ead138;
  background-color: #dae1ef;
  color: #ead138;
}

/* line 226, app/assets/stylesheets/css/rtl/theme-bordered.css */
a.list-group-item-primary.active,
button.list-group-item-primary.active {
  border-color: #ead138 !important;
  background-color: #ead138 !important;
  color: #fff !important;
}

/* line 233, app/assets/stylesheets/css/rtl/theme-bordered.css */
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  border-color: #ead138;
  background-color: #ead138;
  color: #fff;
}

/* line 239, app/assets/stylesheets/css/rtl/theme-bordered.css */
.list-group.list-group-timeline .list-group-timeline-primary:before {
  border-color: #ead138;
  background-color: #ead138;
}

/* line 244, app/assets/stylesheets/css/rtl/theme-bordered.css */
.alert-primary {
  background-color: #e5edfc;
  border-color: #ceddfa;
  color: #ead138;
}

/* line 249, app/assets/stylesheets/css/rtl/theme-bordered.css */
.alert-primary .btn-close {
  background-image: url("data:image/svg+xml,%3Csvg width='150px' height='151px' viewBox='0 0 150 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='131.251657 0 74.9933705 56.25 18.7483426 0 0 18.75 56.2450278 75 0 131.25 18.7483426 150 74.9933705 93.75 131.251657 150 150 131.25 93.7549722 75 150 18.75'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='🎨-%5BSetup%5D:-Colors-&amp;-Shadows' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-225.000000, -250.000000)'%3E%3Cg id='Icon-Color' transform='translate(225.000000, 250.500000)'%3E%3Cuse fill='%23ead138' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.5' fill='%23ead138' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* line 252, app/assets/stylesheets/css/rtl/theme-bordered.css */
.alert-primary .alert-link {
  color: #ead138;
}

/* line 256, app/assets/stylesheets/css/rtl/theme-bordered.css */
.alert-primary hr {
  background-color: #ead138 !important;
}

/* line 260, app/assets/stylesheets/css/rtl/theme-bordered.css */
.alert-solid-primary {
  background-color: #ead138;
  color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}

/* line 265, app/assets/stylesheets/css/rtl/theme-bordered.css */
.alert-solid-primary .btn-close {
  background-image: url("data:image/svg+xml,%3Csvg width='150px' height='151px' viewBox='0 0 150 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='131.251657 0 74.9933705 56.25 18.7483426 0 0 18.75 56.2450278 75 0 131.25 18.7483426 150 74.9933705 93.75 131.251657 150 150 131.25 93.7549722 75 150 18.75'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='🎨-%5BSetup%5D:-Colors-&amp;-Shadows' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-225.000000, -250.000000)'%3E%3Cg id='Icon-Color' transform='translate(225.000000, 250.500000)'%3E%3Cuse fill='%23fff' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.5' fill='%23fff' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* line 268, app/assets/stylesheets/css/rtl/theme-bordered.css */
.alert-solid-primary .alert-link {
  color: #fff;
}

/* line 272, app/assets/stylesheets/css/rtl/theme-bordered.css */
.alert-solid-primary hr {
  background-color: #fff !important;
}

/* line 276, app/assets/stylesheets/css/rtl/theme-bordered.css */
.accordion.accordion-header-primary .accordion-item.active .accordion-button {
  color: #ead138 !important;
}

/* line 279, app/assets/stylesheets/css/rtl/theme-bordered.css */
.accordion.accordion-header-primary .accordion-item.active .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='m1.532 12 6.182-6-6.182-6L0 1.487 4.65 6 0 10.513z'/%3E%3C/defs%3E%3Cg transform='translate%282.571%29' fill='none' fill-rule='evenodd'%3E%3Cuse fill='%23ead138' xlink:href='%23a'/%3E%3Cuse fill-opacity='.1' xlink:href='%23a'/%3E%3C/g%3E%3C/svg%3E%0A");
}

/* line 283, app/assets/stylesheets/css/rtl/theme-bordered.css */
.tooltip-primary .tooltip-inner, .tooltip-primary > .tooltip .tooltip-inner, .ngb-tooltip-primary + ngb-tooltip-window .tooltip-inner {
  background: #ead138;
  color: #fff;
}

/* line 287, app/assets/stylesheets/css/rtl/theme-bordered.css */
.tooltip-primary.bs-tooltip-auto[data-popper-placement=top] .tooltip-arrow::before, .tooltip-primary > .tooltip.bs-tooltip-auto[data-popper-placement=top] .tooltip-arrow::before, .ngb-tooltip-primary + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=top] .tooltip-arrow::before {
  border-top-color: #ead138;
}

/* line 290, app/assets/stylesheets/css/rtl/theme-bordered.css */
.tooltip-primary.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before, .tooltip-primary > .tooltip.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before, .ngb-tooltip-primary + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before {
  border-left-color: #ead138;
}

/* line 293, app/assets/stylesheets/css/rtl/theme-bordered.css */
[dir=rtl] .tooltip-primary.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before, [dir=rtl] .tooltip-primary > .tooltip.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before, [dir=rtl] .ngb-tooltip-primary + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before {
  border-right-color: #ead138;
}

/* line 296, app/assets/stylesheets/css/rtl/theme-bordered.css */
.tooltip-primary.bs-tooltip-auto[data-popper-placement=bottom] .tooltip-arrow::before, .tooltip-primary > .tooltip.bs-tooltip-auto[data-popper-placement=bottom] .tooltip-arrow::before, .ngb-tooltip-primary + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=bottom] .tooltip-arrow::before {
  border-bottom-color: #ead138;
}

/* line 299, app/assets/stylesheets/css/rtl/theme-bordered.css */
.tooltip-primary.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before, .tooltip-primary > .tooltip.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before, .ngb-tooltip-primary + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before {
  border-right-color: #ead138;
}

/* line 302, app/assets/stylesheets/css/rtl/theme-bordered.css */
[dir=rtl] .tooltip-primary.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before, [dir=rtl] .tooltip-primary > .tooltip.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before, [dir=rtl] .ngb-tooltip-primary + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before {
  border-left-color: #ead138;
}

/* line 306, app/assets/stylesheets/css/rtl/theme-bordered.css */
.popover.popover-primary, .popover .popover-primary > .popover, .popover .ngb-popover-primary + ngb-popover-window {
  border-color: transparent;
  background: #ead138;
}

/* line 310, app/assets/stylesheets/css/rtl/theme-bordered.css */
.popover.popover-primary .popover-header, .popover .popover-primary > .popover .popover-header, .popover .ngb-popover-primary + ngb-popover-window .popover-header {
  background: transparent;
  color: #fff;
}

/* line 314, app/assets/stylesheets/css/rtl/theme-bordered.css */
.popover.popover-primary .popover-body, .popover .popover-primary > .popover .popover-body, .popover .ngb-popover-primary + ngb-popover-window .popover-body {
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
}

/* line 318, app/assets/stylesheets/css/rtl/theme-bordered.css */
.popover.popover-primary > .popover-arrow::before, .popover .popover-primary > .popover > .popover-arrow::before, .popover .ngb-popover-primary + ngb-popover-window > .popover-arrow::before {
  border-color: transparent;
}

/* line 321, app/assets/stylesheets/css/rtl/theme-bordered.css */
.popover.popover-primary.bs-popover-auto[data-popper-placement=top] > .popover-arrow::after, .popover .popover-primary > .popover.bs-popover-auto[data-popper-placement=top] > .popover-arrow::after, .popover .ngb-popover-primary + ngb-popover-window.bs-popover-auto[data-popper-placement=top] > .popover-arrow::after {
  border-top-color: #ead138 !important;
}

/* line 324, app/assets/stylesheets/css/rtl/theme-bordered.css */
.popover.popover-primary.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after, .popover .popover-primary > .popover.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after, .popover .ngb-popover-primary + ngb-popover-window.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after {
  border-right-color: #ead138 !important;
}

/* line 327, app/assets/stylesheets/css/rtl/theme-bordered.css */
[dir=rtl] .popover.popover-primary.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after, [dir=rtl] .popover .popover-primary > .popover.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after, [dir=rtl] .popover .ngb-popover-primary + ngb-popover-window.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after {
  border-left-color: #ead138 !important;
}

/* line 330, app/assets/stylesheets/css/rtl/theme-bordered.css */
.popover.popover-primary.bs-popover-auto[data-popper-placement=bottom] > .popover-arrow::after, .popover .popover-primary > .popover.bs-popover-auto[data-popper-placement=bottom] > .popover-arrow::after, .popover .ngb-popover-primary + ngb-popover-window.bs-popover-auto[data-popper-placement=bottom] > .popover-arrow::after {
  border-bottom-color: #ead138 !important;
}

/* line 333, app/assets/stylesheets/css/rtl/theme-bordered.css */
.popover.popover-primary.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after, .popover .popover-primary > .popover.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after, .popover .ngb-popover-primary + ngb-popover-window.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after {
  border-left-color: #ead138 !important;
}

/* line 336, app/assets/stylesheets/css/rtl/theme-bordered.css */
[dir=rtl] .popover.popover-primary.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after, [dir=rtl] .popover .popover-primary > .popover.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after, [dir=rtl] .popover .ngb-popover-primary + ngb-popover-window.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after {
  border-right-color: #ead138 !important;
}

/* line 339, app/assets/stylesheets/css/rtl/theme-bordered.css */
.popover.popover-primary.bs-popover-auto.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before, .popover .popover-primary > .popover.bs-popover-auto.bs-popover-bottom .popover-header::before, .popover .ngb-popover-primary + ngb-popover-window.bs-popover-auto.bs-popover-bottom .popover-header::before {
  border-bottom: 1px solid transparent;
}

/* line 343, app/assets/stylesheets/css/rtl/theme-bordered.css */
.table-primary {
  --bs-table-bg: #dee8fc;
  --bs-table-striped-bg: #d8e3f7;
  --bs-table-striped-color: #263c55;
  --bs-table-active-bg: #ccd7eb;
  --bs-table-active-color: #263c55;
  --bs-table-hover-bg: #d3def2;
  --bs-table-hover-color: #263c55;
  color: #263c55;
  border-color: #b9c6db;
}

/* line 354, app/assets/stylesheets/css/rtl/theme-bordered.css */
.table-primary .btn-icon {
  color: #263c55;
}

/* line 358, app/assets/stylesheets/css/rtl/theme-bordered.css */
.btn-primary, .btn-primary.dropdown-toggle[data-trigger=hover]:not(.show) {
  color: #fff !important;
  background-color: #ead138 !important;
  border-color: #ead138 !important;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}

/* line 364, app/assets/stylesheets/css/rtl/theme-bordered.css */
.btn-primary:hover, .btn-primary.show.dropdown-toggle[data-trigger=hover]:hover {
  color: #fff !important;
  background-color: #ead138 !important;
  border-color: #ead138 !important;
  box-shadow: 0 0.25rem 1rem rgba(147, 158, 170, 0.45) !important;
}

/* line 370, app/assets/stylesheets/css/rtl/theme-bordered.css */
.btn-check:focus + .btn-primary, .btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #4d78ca;
  border-color: #4d78ca;
  box-shadow: none;
}

/* line 376, app/assets/stylesheets/css/rtl/theme-bordered.css */
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .btn-primary.show.dropdown-toggle, .show > .btn-primary.dropdown-toggle {
  color: #fff !important;
  background-color: #4d78ca !important;
  border-color: #4d78ca !important;
}

/* line 381, app/assets/stylesheets/css/rtl/theme-bordered.css */
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .btn-primary.show.dropdown-toggle:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

/* line 384, app/assets/stylesheets/css/rtl/theme-bordered.css */
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff !important;
  background-color: #ead138 !important;
  border-color: #ead138 !important;
  box-shadow: none !important;
}

/* line 391, app/assets/stylesheets/css/rtl/theme-bordered.css */
.btn-group .btn-primary,
.input-group .btn-primary {
  border-right: var(--bs-border-width) solid #4d78ca;
  border-left: var(--bs-border-width) solid #4d78ca;
}

/* line 397, app/assets/stylesheets/css/rtl/theme-bordered.css */
.btn-group-vertical .btn-primary {
  border-top-color: #4d78ca;
  border-bottom-color: #4d78ca;
}

/* line 402, app/assets/stylesheets/css/rtl/theme-bordered.css */
.btn-label-primary {
  color: #ead138;
  border-color: transparent;
  background: #e5edfc;
}

/* line 407, app/assets/stylesheets/css/rtl/theme-bordered.css */
.btn-label-primary:hover {
  border-color: transparent !important;
  background: #ead138 !important;
  color: #fff !important;
}

/* line 412, app/assets/stylesheets/css/rtl/theme-bordered.css */
.btn-label-primary:focus, .btn-label-primary.focus {
  color: #fff;
  background: #4d78ca;
  box-shadow: none !important;
}

/* line 417, app/assets/stylesheets/css/rtl/theme-bordered.css */
.btn-label-primary:active, .btn-label-primary.active, .btn-label-primary.show.dropdown-toggle, .show > .btn-label-primary.dropdown-toggle {
  color: #fff !important;
  background-color: #4d78ca !important;
  border-color: transparent !important;
}

/* line 422, app/assets/stylesheets/css/rtl/theme-bordered.css */
.btn-label-primary:active:focus, .btn-label-primary.active:focus, .btn-label-primary.show.dropdown-toggle:focus, .show > .btn-label-primary.dropdown-toggle:focus {
  box-shadow: none;
}

/* line 425, app/assets/stylesheets/css/rtl/theme-bordered.css */
.btn-label-primary.disabled, .btn-label-primary:disabled {
  color: #ead138 !important;
  border-color: transparent !important;
  background: #e5edfc !important;
  box-shadow: none !important;
}

/* line 432, app/assets/stylesheets/css/rtl/theme-bordered.css */
.btn-group .btn-label-primary,
.input-group .btn-label-primary {
  border-right: var(--bs-border-width) solid #4d78ca;
  border-left: var(--bs-border-width) solid #4d78ca;
}

/* line 438, app/assets/stylesheets/css/rtl/theme-bordered.css */
.btn-group-vertical .btn-label-primary {
  border-top-color: #4d78ca;
  border-bottom-color: #4d78ca;
}

/* line 443, app/assets/stylesheets/css/rtl/theme-bordered.css */
.btn-outline-primary {
  color: #ead138;
  border-color: #ead138;
  background: transparent;
}

/* line 448, app/assets/stylesheets/css/rtl/theme-bordered.css */
.btn-outline-primary:hover {
  color: #fff !important;
  background-color: #ead138 !important;
  border-color: #ead138 !important;
}

/* line 453, app/assets/stylesheets/css/rtl/theme-bordered.css */
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  color: #fff;
  background-color: #4d78ca;
  border-color: #4d78ca;
  box-shadow: none;
}

/* line 459, app/assets/stylesheets/css/rtl/theme-bordered.css */
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff !important;
  background-color: #4d78ca !important;
  border-color: #4d78ca !important;
}

/* line 464, app/assets/stylesheets/css/rtl/theme-bordered.css */
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: none;
}

/* line 467, app/assets/stylesheets/css/rtl/theme-bordered.css */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #ead138 !important;
  background-color: transparent !important;
}

/* line 472, app/assets/stylesheets/css/rtl/theme-bordered.css */
.btn-outline-primary .badge {
  background: #ead138;
  border-color: #ead138;
  color: #fff;
}

/* line 478, app/assets/stylesheets/css/rtl/theme-bordered.css */
.btn-outline-primary:hover .badge,
.btn-outline-primary:focus:hover .badge,
.btn-outline-primary:active .badge,
.btn-outline-primary.active .badge,
.show > .btn-outline-primary.dropdown-toggle .badge {
  background: #fff;
  border-color: #fff;
  color: #ead138;
}

/* line 488, app/assets/stylesheets/css/rtl/theme-bordered.css */
.dropdown-item.active:not(.disabled),
.dropdown-item:not(.disabled):active {
  background-color: rgba(234, 209, 56, 0.08);
  color: #ead138 !important;
}

/* line 494, app/assets/stylesheets/css/rtl/theme-bordered.css */
.dropdown-menu > li:not(.disabled) > a:not(.dropdown-item):active,
.dropdown-menu > li.active:not(.disabled) > a:not(.dropdown-item) {
  background-color: rgba(234, 209, 56, 0.08);
  color: #ead138 !important;
}

/* line 500, app/assets/stylesheets/css/rtl/theme-bordered.css */
.dt-button-collection .dropdown-item:not(.disabled):active {
  background-color: rgba(234, 209, 56, 0.08);
}

/* line 504, app/assets/stylesheets/css/rtl/theme-bordered.css */
.nav .nav-link:hover, .nav .nav-link:focus {
  color: #517fd6;
}

/* line 508, app/assets/stylesheets/css/rtl/theme-bordered.css */
.nav-pills .nav-link.active, .nav-pills .nav-link.active:hover, .nav-pills .nav-link.active:focus {
  background-color: #ead138;
  color: #fff;
}

/* line 513, app/assets/stylesheets/css/rtl/theme-bordered.css */
.tabs-line.nav-tabs .nav-link.active, .tabs-line.nav-tabs .nav-link.active:hover, .tabs-line.nav-tabs .nav-link.active:focus,
.tabs-line > .nav-tabs .nav-link.active,
.tabs-line > .nav-tabs .nav-link.active:hover,
.tabs-line > .nav-tabs .nav-link.active:focus {
  box-shadow: 0 -2px 0 #ead138 inset;
}

/* line 520, app/assets/stylesheets/css/rtl/theme-bordered.css */
.nav-align-bottom .tabs-line.nav-tabs .nav-link.active, .nav-align-bottom .tabs-line.nav-tabs .nav-link.active:hover, .nav-align-bottom .tabs-line.nav-tabs .nav-link.active:focus,
.nav-align-bottom .tabs-line > .nav-tabs .nav-link.active,
.nav-align-bottom .tabs-line > .nav-tabs .nav-link.active:hover,
.nav-align-bottom .tabs-line > .nav-tabs .nav-link.active:focus {
  box-shadow: 0 2px 0 #ead138 inset;
}

/* line 527, app/assets/stylesheets/css/rtl/theme-bordered.css */
.nav-align-left .tabs-line.nav-tabs .nav-link.active, .nav-align-left .tabs-line.nav-tabs .nav-link.active:hover, .nav-align-left .tabs-line.nav-tabs .nav-link.active:focus,
.nav-align-left .tabs-line > .nav-tabs .nav-link.active,
.nav-align-left .tabs-line > .nav-tabs .nav-link.active:hover,
.nav-align-left .tabs-line > .nav-tabs .nav-link.active:focus {
  box-shadow: -2px 0px 0 #ead138 inset;
}

/* line 534, app/assets/stylesheets/css/rtl/theme-bordered.css */
.nav-align-right .tabs-line.nav-tabs .nav-link.active, .nav-align-right .tabs-line.nav-tabs .nav-link.active:hover, .nav-align-right .tabs-line.nav-tabs .nav-link.active:focus,
.nav-align-right .tabs-line > .nav-tabs .nav-link.active,
.nav-align-right .tabs-line > .nav-tabs .nav-link.active:hover,
.nav-align-right .tabs-line > .nav-tabs .nav-link.active:focus {
  box-shadow: 2px 0px 0 #ead138 inset;
}

/* line 541, app/assets/stylesheets/css/rtl/theme-bordered.css */
[dir=rtl] .nav-align-left .tabs-line.nav-tabs .nav-link.active, [dir=rtl] .nav-align-left .tabs-line.nav-tabs .nav-link.active:hover, [dir=rtl] .nav-align-left .tabs-line.nav-tabs .nav-link.active:focus,
[dir=rtl] .nav-align-left .tabs-line > .nav-tabs .nav-link.active,
[dir=rtl] .nav-align-left .tabs-line > .nav-tabs .nav-link.active:hover,
[dir=rtl] .nav-align-left .tabs-line > .nav-tabs .nav-link.active:focus {
  box-shadow: 2px 0px 0 #ead138 inset;
}

/* line 547, app/assets/stylesheets/css/rtl/theme-bordered.css */
[dir=rtl] .nav-align-right .tabs-line.nav-tabs .nav-link.active, [dir=rtl] .nav-align-right .tabs-line.nav-tabs .nav-link.active:hover, [dir=rtl] .nav-align-right .tabs-line.nav-tabs .nav-link.active:focus,
[dir=rtl] .nav-align-right .tabs-line > .nav-tabs .nav-link.active,
[dir=rtl] .nav-align-right .tabs-line > .nav-tabs .nav-link.active:hover,
[dir=rtl] .nav-align-right .tabs-line > .nav-tabs .nav-link.active:focus {
  box-shadow: -2px 0px 0 #ead138 inset;
}

/* line 554, app/assets/stylesheets/css/rtl/theme-bordered.css */
.form-control:focus,
.form-select:focus {
  border-color: #ead138 !important;
}

/* line 559, app/assets/stylesheets/css/rtl/theme-bordered.css */
.input-group:focus-within .form-control,
.input-group:focus-within .input-group-text {
  border-color: #ead138 !important;
}

/* line 564, app/assets/stylesheets/css/rtl/theme-bordered.css */
.form-check-input:focus {
  border-color: #ead138;
}

/* line 567, app/assets/stylesheets/css/rtl/theme-bordered.css */
.form-check-input:checked {
  background-color: #ead138;
  border-color: #ead138;
}

/* line 571, app/assets/stylesheets/css/rtl/theme-bordered.css */
.form-check-input[type=checkbox]:indeterminate {
  background-color: #ead138;
  border-color: #ead138;
}

/* line 576, app/assets/stylesheets/css/rtl/theme-bordered.css */
.custom-option.checked {
  border: 1px solid #ead138;
}

/* line 580, app/assets/stylesheets/css/rtl/theme-bordered.css */
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ead138'/%3e%3c/svg%3e");
}

/* line 583, app/assets/stylesheets/css/rtl/theme-bordered.css */
.form-switch .form-check-input:checked {
  background-image: 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 587, app/assets/stylesheets/css/rtl/theme-bordered.css */
.form-control:focus ~ .form-label {
  border-color: #ead138;
}

/* line 590, app/assets/stylesheets/css/rtl/theme-bordered.css */
.form-control:focus ~ .form-label::after {
  border-color: inherit;
}

/* line 594, app/assets/stylesheets/css/rtl/theme-bordered.css */
.switch-input:checked ~ .switch-toggle-slider {
  background: #ead138;
  color: #fff;
}

/* line 599, app/assets/stylesheets/css/rtl/theme-bordered.css */
.switch-input:active ~ .switch-toggle-slider {
  box-shadow: none;
}

/* line 603, app/assets/stylesheets/css/rtl/theme-bordered.css */
.switch-input:focus ~ .switch-toggle-slider {
  box-shadow: 0 0 0 0.12rem rgba(147, 158, 170, 0.3);
}

/* line 607, app/assets/stylesheets/css/rtl/theme-bordered.css */
.switch-primary.switch .switch-input:checked ~ .switch-toggle-slider {
  background: #ead138;
  color: #fff;
}

/* line 612, app/assets/stylesheets/css/rtl/theme-bordered.css */
.switch-primary.switch .switch-input:active ~ .switch-toggle-slider {
  box-shadow: none;
}

/* line 616, app/assets/stylesheets/css/rtl/theme-bordered.css */
.switch-primary.switch .switch-input:focus ~ .switch-toggle-slider {
  box-shadow: 0 0 0 0.12rem rgba(147, 158, 170, 0.3);
}

/* line 620, app/assets/stylesheets/css/rtl/theme-bordered.css */
.timeline .timeline-item-primary .timeline-event {
  background-color: rgba(234, 209, 56, 0.1);
}

/* line 623, app/assets/stylesheets/css/rtl/theme-bordered.css */
.timeline .timeline-item-primary .timeline-event:before {
  border-left-color: rgba(234, 209, 56, 0.1) !important;
  border-right-color: rgba(234, 209, 56, 0.1) !important;
}

/* line 628, app/assets/stylesheets/css/rtl/theme-bordered.css */
.timeline .timeline-point-primary {
  background-color: #ead138 !important;
  box-shadow: 0 0 0 0.1875rem rgba(234, 209, 56, 0.16);
}

/* line 633, app/assets/stylesheets/css/rtl/theme-bordered.css */
.timeline .timeline-indicator-primary {
  border-color: #ead138 !important;
}

/* line 636, app/assets/stylesheets/css/rtl/theme-bordered.css */
.timeline .timeline-indicator-primary i {
  color: #ead138 !important;
}

/* line 640, app/assets/stylesheets/css/rtl/theme-bordered.css */
.divider.divider-primary .divider-text:before, .divider.divider-primary .divider-text:after {
  border-color: #ead138;
}

/* line 644, app/assets/stylesheets/css/rtl/theme-bordered.css */
.navbar.bg-primary {
  background-color: #ead138 !important;
  color: #e0eafc;
}

/* line 648, app/assets/stylesheets/css/rtl/theme-bordered.css */
.navbar.bg-primary .navbar-brand,
.navbar.bg-primary .navbar-brand a {
  color: #fff;
}

/* line 652, app/assets/stylesheets/css/rtl/theme-bordered.css */
.navbar.bg-primary .navbar-brand:hover, .navbar.bg-primary .navbar-brand:focus,
.navbar.bg-primary .navbar-brand a:hover,
.navbar.bg-primary .navbar-brand a:focus {
  color: #fff;
}

/* line 657, app/assets/stylesheets/css/rtl/theme-bordered.css */
.navbar.bg-primary .navbar-search-wrapper .navbar-search-icon,
.navbar.bg-primary .navbar-search-wrapper .search-input {
  color: #e0eafc;
}

/* line 661, app/assets/stylesheets/css/rtl/theme-bordered.css */
.navbar.bg-primary .search-input-wrapper .search-input,
.navbar.bg-primary .search-input-wrapper .search-toggler {
  background-color: #ead138 !important;
  color: #e0eafc;
}

/* line 666, app/assets/stylesheets/css/rtl/theme-bordered.css */
.navbar.bg-primary .navbar-nav > .nav-link,
.navbar.bg-primary .navbar-nav > .nav-item > .nav-link,
.navbar.bg-primary .navbar-nav > .nav > .nav-item > .nav-link {
  color: #e0eafc;
}

/* line 671, app/assets/stylesheets/css/rtl/theme-bordered.css */
.navbar.bg-primary .navbar-nav > .nav-link:hover, .navbar.bg-primary .navbar-nav > .nav-link:focus,
.navbar.bg-primary .navbar-nav > .nav-item > .nav-link:hover,
.navbar.bg-primary .navbar-nav > .nav-item > .nav-link:focus,
.navbar.bg-primary .navbar-nav > .nav > .nav-item > .nav-link:hover,
.navbar.bg-primary .navbar-nav > .nav > .nav-item > .nav-link:focus {
  color: #fff;
}

/* line 678, app/assets/stylesheets/css/rtl/theme-bordered.css */
.navbar.bg-primary .navbar-nav > .nav-link.disabled,
.navbar.bg-primary .navbar-nav > .nav-item > .nav-link.disabled,
.navbar.bg-primary .navbar-nav > .nav > .nav-item > .nav-link.disabled {
  color: #aac5f6 !important;
}

/* line 683, app/assets/stylesheets/css/rtl/theme-bordered.css */
.navbar.bg-primary .navbar-nav .show > .nav-link,
.navbar.bg-primary .navbar-nav .active > .nav-link,
.navbar.bg-primary .navbar-nav .nav-link.show,
.navbar.bg-primary .navbar-nav .nav-link.active {
  color: #fff;
}

/* line 689, app/assets/stylesheets/css/rtl/theme-bordered.css */
.navbar.bg-primary .navbar-toggler {
  color: #e0eafc;
  border-color: rgba(255, 255, 255, 0.15);
}

/* line 693, app/assets/stylesheets/css/rtl/theme-bordered.css */
.navbar.bg-primary .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba(255, 255, 255, 0.8)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

/* line 696, app/assets/stylesheets/css/rtl/theme-bordered.css */
.navbar.bg-primary .navbar-text {
  color: #e0eafc;
}

/* line 699, app/assets/stylesheets/css/rtl/theme-bordered.css */
.navbar.bg-primary .navbar-text a {
  color: #fff;
}

/* line 702, app/assets/stylesheets/css/rtl/theme-bordered.css */
.navbar.bg-primary .navbar-text a:hover, .navbar.bg-primary .navbar-text a:focus {
  color: #fff;
}

/* line 705, app/assets/stylesheets/css/rtl/theme-bordered.css */
.navbar.bg-primary hr {
  border-color: rgba(255, 255, 255, 0.15);
}

/* line 709, app/assets/stylesheets/css/rtl/theme-bordered.css */
.menu.bg-primary {
  background-color: #ead138 !important;
  color: #e0eafc;
}

/* line 713, app/assets/stylesheets/css/rtl/theme-bordered.css */
.menu.bg-primary .menu-link,
.menu.bg-primary .menu-horizontal-prev,
.menu.bg-primary .menu-horizontal-next {
  color: #e0eafc;
}

/* line 718, app/assets/stylesheets/css/rtl/theme-bordered.css */
.menu.bg-primary .menu-link.active,
.menu.bg-primary .menu-horizontal-prev.active,
.menu.bg-primary .menu-horizontal-next.active {
  color: #fff;
}

/* line 723, app/assets/stylesheets/css/rtl/theme-bordered.css */
.menu.bg-primary .menu-item.disabled .menu-link,
.menu.bg-primary .menu-horizontal-prev.disabled,
.menu.bg-primary .menu-horizontal-next.disabled {
  color: #aac5f6 !important;
}

/* line 728, app/assets/stylesheets/css/rtl/theme-bordered.css */
.menu.bg-primary .menu-item.active > .menu-link:not(.menu-toggle) {
  color: #fff;
  background-color: #5e90ee;
}

/* line 732, app/assets/stylesheets/css/rtl/theme-bordered.css */
.menu.bg-primary.menu-horizontal .menu-inner > .menu-item.active > .menu-link {
  background-color: #5e90ee !important;
}

/* line 735, app/assets/stylesheets/css/rtl/theme-bordered.css */
.menu.bg-primary.menu-horizontal .menu-sub > .menu-item.active > .menu-link:not(.menu-toggle) {
  background-color: transparent !important;
  color: #fff !important;
}

/* line 739, app/assets/stylesheets/css/rtl/theme-bordered.css */
.menu.bg-primary .menu-inner > .menu-item.menu-item-closing .menu-item.open .menu-sub,
.menu.bg-primary .menu-inner > .menu-item.menu-item-closing .menu-item.open .menu-toggle {
  background: transparent;
  color: #e0eafc;
}

/* line 744, app/assets/stylesheets/css/rtl/theme-bordered.css */
.menu.bg-primary .menu-inner-shadow {
  background: linear-gradient(#ead138 41%, rgba(234, 209, 56, 0.11) 95%, rgba(234, 209, 56, 0));
}

/* line 747, app/assets/stylesheets/css/rtl/theme-bordered.css */
.menu.bg-primary .menu-text {
  color: #fff;
}

/* line 750, app/assets/stylesheets/css/rtl/theme-bordered.css */
.menu.bg-primary .menu-header {
  color: #bfd3f9;
}

/* line 753, app/assets/stylesheets/css/rtl/theme-bordered.css */
.menu.bg-primary hr,
.menu.bg-primary .menu-divider,
.menu.bg-primary .menu-inner > .menu-item.open > .menu-sub::before {
  border-color: rgba(255, 255, 255, 0.15) !important;
}

/* line 758, app/assets/stylesheets/css/rtl/theme-bordered.css */
.menu.bg-primary .menu-inner > .menu-header::before {
  background-color: rgba(255, 255, 255, 0.15);
}

/* line 761, app/assets/stylesheets/css/rtl/theme-bordered.css */
.menu.bg-primary .menu-block::before {
  background-color: #bfd3f9;
}

/* line 764, app/assets/stylesheets/css/rtl/theme-bordered.css */
.menu.bg-primary .menu-inner > .menu-item.open .menu-item.open > .menu-toggle::before {
  background-color: #76a1f1;
}

/* line 767, app/assets/stylesheets/css/rtl/theme-bordered.css */
.menu.bg-primary .menu-inner > .menu-item.open .menu-item.active > .menu-link::before {
  background-color: #fff;
}

/* line 770, app/assets/stylesheets/css/rtl/theme-bordered.css */
.menu.bg-primary .ps__thumb-y,
.menu.bg-primary .ps__rail-y.ps--clicking > .ps__thumb-y {
  background: rgba(255, 255, 255, 0.614602) !important;
}

/* line 775, app/assets/stylesheets/css/rtl/theme-bordered.css */
.footer.bg-primary {
  background-color: #ead138 !important;
  color: #e0eafc;
}

/* line 779, app/assets/stylesheets/css/rtl/theme-bordered.css */
.footer.bg-primary .footer-link {
  color: #e0eafc;
}

/* line 782, app/assets/stylesheets/css/rtl/theme-bordered.css */
.footer.bg-primary .footer-link:hover, .footer.bg-primary .footer-link:focus {
  color: #fff;
}

/* line 785, app/assets/stylesheets/css/rtl/theme-bordered.css */
.footer.bg-primary .footer-link.disabled {
  color: #aac5f6 !important;
}

/* line 788, app/assets/stylesheets/css/rtl/theme-bordered.css */
.footer.bg-primary .footer-text {
  color: #fff;
}

/* line 791, app/assets/stylesheets/css/rtl/theme-bordered.css */
.footer.bg-primary .show > .footer-link,
.footer.bg-primary .active > .footer-link,
.footer.bg-primary .footer-link.show,
.footer.bg-primary .footer-link.active {
  color: #fff;
}

/* line 797, app/assets/stylesheets/css/rtl/theme-bordered.css */
.footer.bg-primary hr {
  border-color: rgba(255, 255, 255, 0.15);
}

/* line 801, app/assets/stylesheets/css/rtl/theme-bordered.css */
.toast .toast-header.bg-primary,
.bs-toast .toast-header.bg-primary {
  background-color: #ead138;
  color: #fff;
}

/* line 807, app/assets/stylesheets/css/rtl/theme-bordered.css */
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  color: #ead138;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  color: #ead138;
}

/* line 812, app/assets/stylesheets/css/rtl/theme-bordered.css */
.form-floating > .form-control:-webkit-autofill ~ label {
  color: #ead138;
}

/* line 816, app/assets/stylesheets/css/rtl/theme-bordered.css */
.svg-illustration svg {
  fill: #ead138;
}

/* line 820, app/assets/stylesheets/css/rtl/theme-bordered.css */
.jstree-default .jstree-wholerow-clicked,
.jstree-default .jstree-wholerow-hovered {
  background: #e6eefc;
}

/* line 825, app/assets/stylesheets/css/rtl/theme-bordered.css */
.jstree-default-dark .jstree-wholerow-hovered,
.jstree-default-dark .jstree-wholerow-clicked {
  background: #516ea2;
}

/* line 830, app/assets/stylesheets/css/rtl/theme-bordered.css */
.card.card-border-shadow-primary::after {
  border-bottom-color: #bdd1f8;
}

/* line 833, app/assets/stylesheets/css/rtl/theme-bordered.css */
.card.card-border-shadow-primary:hover::after {
  border-bottom-color: #ead138;
}

/* line 837, app/assets/stylesheets/css/rtl/theme-bordered.css */
.card.card-hover-border-primary:hover,
.card .card-hover-border-primary:hover {
  border-color: #c0d4f9;
}

/* line 842, app/assets/stylesheets/css/rtl/theme-bordered.css */
html:not([dir=rtl]) .border-primary,
html[dir=rtl] .border-primary {
  border-color: #ead138 !important;
}

/* line 847, app/assets/stylesheets/css/rtl/theme-bordered.css */
a {
  color: #ead138;
}

/* line 850, app/assets/stylesheets/css/rtl/theme-bordered.css */
a:hover {
  color: #6b98f0;
}

/* line 854, app/assets/stylesheets/css/rtl/theme-bordered.css */
.fill-primary {
  fill: #ead138;
}

/* line 858, app/assets/stylesheets/css/rtl/theme-bordered.css */
.noUi-primary .noUi-base .noUi-connect {
  background: #ead138 !important;
}

/* line 861, app/assets/stylesheets/css/rtl/theme-bordered.css */
.noUi-primary .noUi-base .noUi-touch-area {
  background-color: #ead138 !important;
}

/* line 865, app/assets/stylesheets/css/rtl/theme-bordered.css */
.select2-container--default.select2-container--focus .select2-selection, .select2-container--default.select2-container--open .select2-selection {
  border-color: #ead138 !important;
}

/* line 869, app/assets/stylesheets/css/rtl/theme-bordered.css */
.select2-primary .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: rgba(234, 209, 56, 0.08) !important;
  color: #ead138 !important;
}

/* line 873, app/assets/stylesheets/css/rtl/theme-bordered.css */
.select2-primary .select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
  background: rgba(234, 209, 56, 0.16) !important;
}

/* line 877, app/assets/stylesheets/css/rtl/theme-bordered.css */
.tagify--focus {
  border-color: #ead138 !important;
}

/* line 881, app/assets/stylesheets/css/rtl/theme-bordered.css */
table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  background-color: #ead138;
  border: 2px solid #fff;
  box-shadow: 0 0 3px rgba(38, 60, 85, 0.8);
}

/* line 888, app/assets/stylesheets/css/rtl/theme-bordered.css */
.bootstrap-select .dropdown-menu.inner a[aria-selected=true] {
  background: rgba(234, 209, 56, 0.08) !important;
  color: #ead138 !important;
}

/* line 892, app/assets/stylesheets/css/rtl/theme-bordered.css */
.bootstrap-select .dropdown-toggle.show {
  border-color: #ead138;
}

/* line 896, app/assets/stylesheets/css/rtl/theme-bordered.css */
.datepicker table tr td.active, .datepicker table tr td.active.highlighted,
.datepicker table tr td .focused,
.datepicker table tr td span.active,
.datepicker table tr td span.active.disabled, .datepicker table tr td.range-start, .datepicker table tr td.range-end {
  background: #ead138 !important;
  color: #fff !important;
}

/* line 903, app/assets/stylesheets/css/rtl/theme-bordered.css */
.datepicker table tr td.range, .datepicker table tr td.range.highlighted, .datepicker table tr td.range.today {
  color: #ead138 !important;
  background: #f2f6fe !important;
}

/* line 907, app/assets/stylesheets/css/rtl/theme-bordered.css */
.datepicker table tr td.range.focused, .datepicker table tr td.range.highlighted.focused, .datepicker table tr td.range.today.focused {
  background: #d6e2fc !important;
}

/* line 910, app/assets/stylesheets/css/rtl/theme-bordered.css */
.datepicker table tr td.range.disabled, .datepicker table tr td.range.highlighted.disabled, .datepicker table tr td.range.today.disabled {
  background: rgba(242, 246, 254, 0.5) !important;
  color: rgba(38, 60, 85, 0.5) !important;
}

/* line 914, app/assets/stylesheets/css/rtl/theme-bordered.css */
.datepicker table tr td.today:not(.active) {
  box-shadow: 0 0 0 1px #ead138 inset;
}

/* line 917, app/assets/stylesheets/css/rtl/theme-bordered.css */
.datepicker table th.prev, .datepicker table th.next {
  border: 1px solid #ead138;
}

/* line 920, app/assets/stylesheets/css/rtl/theme-bordered.css */
.datepicker table th.prev::after, .datepicker table th.next::after {
  color: #ead138;
  border-color: #ead138;
}

/* line 925, app/assets/stylesheets/css/rtl/theme-bordered.css */
.flatpickr-calendar .numInputWrapper span.arrowDown:after {
  border-top-color: #fff;
}

/* line 928, app/assets/stylesheets/css/rtl/theme-bordered.css */
.flatpickr-calendar .numInputWrapper span.arrowUp:after {
  border-bottom-color: #fff;
}

/* line 932, app/assets/stylesheets/css/rtl/theme-bordered.css */
.flatpickr-day.today {
  border-color: #ead138;
}

/* line 935, app/assets/stylesheets/css/rtl/theme-bordered.css */
.flatpickr-day.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange {
  color: #ead138 !important;
  background: #f2f6fe !important;
  border-color: #f2f6fe !important;
}

/* line 940, app/assets/stylesheets/css/rtl/theme-bordered.css */
.flatpickr-day.selected, .flatpickr-day.selected.inRange, .flatpickr-day.selected:focus, .flatpickr-day.selected:hover, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange, .flatpickr-day.startRange.inRange, .flatpickr-day.startRange:focus, .flatpickr-day.startRange:hover, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange, .flatpickr-day.endRange.inRange, .flatpickr-day.endRange:focus, .flatpickr-day.endRange:hover, .flatpickr-day.endRange.nextMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.week.selected {
  color: #fff !important;
  background: #ead138 !important;
  border-color: #ead138 !important;
}

/* line 946, app/assets/stylesheets/css/rtl/theme-bordered.css */
.flatpickr-prev-month,
.flatpickr-next-month {
  border: 1px solid #ead138;
}

/* line 950, app/assets/stylesheets/css/rtl/theme-bordered.css */
.flatpickr-prev-month svg,
.flatpickr-next-month svg {
  fill: #ead138;
  stroke: #ead138;
}

/* line 956, app/assets/stylesheets/css/rtl/theme-bordered.css */
.daterangepicker table thead th select,
.daterangepicker table thead td select {
  background-color: transparent;
}

/* line 961, app/assets/stylesheets/css/rtl/theme-bordered.css */
.daterangepicker td.active:not(.off) {
  background: #ead138 !important;
  color: #fff;
}

/* line 966, app/assets/stylesheets/css/rtl/theme-bordered.css */
.daterangepicker .calendar-table th.prev,
.daterangepicker .calendar-table th.next,
.daterangepicker .calendar-table th.prev:hover,
.daterangepicker .calendar-table th.next:hover {
  border: 1px solid #ead138;
}

/* line 972, app/assets/stylesheets/css/rtl/theme-bordered.css */
.daterangepicker .calendar-table th.prev span,
.daterangepicker .calendar-table th.next span,
.daterangepicker .calendar-table th.prev:hover span,
.daterangepicker .calendar-table th.next:hover span {
  border-color: #ead138;
}

/* line 979, app/assets/stylesheets/css/rtl/theme-bordered.css */
.daterangepicker .start-date:not(.end-date):not(.off),
.daterangepicker .end-date:not(.start-date):not(.off) {
  background-color: #ead138;
  color: #fff;
  border: 0 !important;
}

/* line 985, app/assets/stylesheets/css/rtl/theme-bordered.css */
.daterangepicker .start-date:not(.end-date):not(.off):hover,
.daterangepicker .end-date:not(.start-date):not(.off):hover {
  background-color: #ead138 !important;
}

/* line 990, app/assets/stylesheets/css/rtl/theme-bordered.css */
.daterangepicker .input-mini.active {
  border-color: #ead138 !important;
}

/* line 994, app/assets/stylesheets/css/rtl/theme-bordered.css */
.daterangepicker td.in-range:not(.start-date):not(.end-date):not(.off) {
  color: #ead138 !important;
  background-color: #f2f6fe !important;
}

/* line 999, app/assets/stylesheets/css/rtl/theme-bordered.css */
.ranges li.active {
  color: #ead138 !important;
  background-color: #f2f6fe !important;
}

/* line 1004, app/assets/stylesheets/css/rtl/theme-bordered.css */
li.ui-timepicker-selected,
.ui-timepicker-list .ui-timepicker-selected:hover {
  color: #ead138 !important;
  background: rgba(234, 209, 56, 0.08) !important;
}

/* line 1010, app/assets/stylesheets/css/rtl/theme-bordered.css */
.ql-snow.ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar button:hover,
.ql-snow .ql-toolbar button:focus,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #ead138 !important;
}

/* line 1026, app/assets/stylesheets/css/rtl/theme-bordered.css */
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #ead138 !important;
}

/* line 1056, app/assets/stylesheets/css/rtl/theme-bordered.css */
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #ead138 !important;
}

/* line 1087, app/assets/stylesheets/css/rtl/theme-bordered.css */
.tt-suggestion:active,
.tt-cursor {
  background: rgba(234, 209, 56, 0.08) !important;
  color: #ead138 !important;
}

/* line 1093, app/assets/stylesheets/css/rtl/theme-bordered.css */
.dropzone.dz-drag-hover {
  border-color: #ead138 !important;
}

/* line 1097, app/assets/stylesheets/css/rtl/theme-bordered.css */
.swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #ead138 !important;
}

/* line 1102, app/assets/stylesheets/css/rtl/theme-bordered.css */
.sk-primary.sk-plane,
.sk-primary .sk-chase-dot:before,
.sk-primary .sk-bounce-dot,
.sk-primary .sk-wave-rect,
.sk-primary.sk-pulse,
.sk-primary .sk-swing-dot,
.sk-primary .sk-circle-dot:before,
.sk-primary .sk-circle-fade-dot:before,
.sk-primary .sk-grid-cube,
.sk-primary .sk-fold-cube:before {
  background-color: #ead138;
}

/* line 1115, app/assets/stylesheets/css/rtl/theme-bordered.css */
.plyr input[type=range]::-ms-fill-lower {
  background: #ead138 !important;
}

/* line 1119, app/assets/stylesheets/css/rtl/theme-bordered.css */
.plyr input[type=range]:active::-webkit-slider-thumb {
  background: #ead138 !important;
}

/* line 1122, app/assets/stylesheets/css/rtl/theme-bordered.css */
.plyr input[type=range]:active::-moz-range-thumb {
  background: #ead138 !important;
}

/* line 1125, app/assets/stylesheets/css/rtl/theme-bordered.css */
.plyr input[type=range]:active::-ms-thumb {
  background: #ead138 !important;
}

/* line 1129, app/assets/stylesheets/css/rtl/theme-bordered.css */
.plyr--video .plyr__control.plyr__control--overlaid,
.plyr--video .plyr__controls button.tab-focus:focus,
.plyr--video .plyr__control[aria-expanded=true],
.plyr--video .plyr__controls button:hover {
  background: #ead138 !important;
  color: #fff !important;
}

/* line 1137, app/assets/stylesheets/css/rtl/theme-bordered.css */
.plyr--audio .plyr__controls button.tab-focus:focus,
.plyr--audio .plyr__control[aria-expanded=true],
.plyr--audio .plyr__controls button:hover {
  background: #ead138 !important;
  color: #fff !important;
}

/* line 1144, app/assets/stylesheets/css/rtl/theme-bordered.css */
.plyr__play-large {
  background: #ead138 !important;
  color: #fff !important;
}

/* line 1149, app/assets/stylesheets/css/rtl/theme-bordered.css */
.plyr__progress--played,
.plyr__volume--display {
  color: #ead138 !important;
}

/* line 1154, app/assets/stylesheets/css/rtl/theme-bordered.css */
.plyr--full-ui input[type=range] {
  color: #ead138 !important;
}

/* line 1158, app/assets/stylesheets/css/rtl/theme-bordered.css */
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: #ead138 !important;
}

/* line 1162, app/assets/stylesheets/css/rtl/theme-bordered.css */
.fc .fc-event-primary:not(.fc-list-event) {
  background-color: #e5edfc !important;
  color: #ead138 !important;
}

/* line 1166, app/assets/stylesheets/css/rtl/theme-bordered.css */
.fc .fc-event-primary.fc-list-event .fc-list-event-dot {
  border-color: #ead138 !important;
}

/* line 1169, app/assets/stylesheets/css/rtl/theme-bordered.css */
.fc .fc-button-primary:not(.fc-prev-button):not(.fc-next-button) {
  color: #ead138;
  border-color: transparent;
  background: #e5edfc;
}

/* line 1174, app/assets/stylesheets/css/rtl/theme-bordered.css */
.fc .fc-button-primary:not(.fc-prev-button):not(.fc-next-button):hover {
  border-color: transparent !important;
  background: #ead138 !important;
  color: #fff !important;
}

/* line 1179, app/assets/stylesheets/css/rtl/theme-bordered.css */
.fc .fc-button-primary:not(.fc-prev-button):not(.fc-next-button):focus, .fc .fc-button-primary.focus:not(.fc-prev-button):not(.fc-next-button) {
  color: #fff;
  background: #4d78ca;
  box-shadow: none !important;
}

/* line 1184, app/assets/stylesheets/css/rtl/theme-bordered.css */
.fc .fc-button-primary:not(.fc-prev-button):not(.fc-next-button):active, .fc .fc-button-primary.active:not(.fc-prev-button):not(.fc-next-button), .fc .fc-button-primary.show.dropdown-toggle:not(.fc-prev-button):not(.fc-next-button), .show > .fc .fc-button-primary.dropdown-toggle:not(.fc-prev-button):not(.fc-next-button) {
  color: #fff !important;
  background-color: #4d78ca !important;
  border-color: transparent !important;
}

/* line 1189, app/assets/stylesheets/css/rtl/theme-bordered.css */
.fc .fc-button-primary:not(.fc-prev-button):not(.fc-next-button):active:focus, .fc .fc-button-primary.active:not(.fc-prev-button):not(.fc-next-button):focus, .fc .fc-button-primary.show.dropdown-toggle:not(.fc-prev-button):not(.fc-next-button):focus, .show > .fc .fc-button-primary.dropdown-toggle:not(.fc-prev-button):not(.fc-next-button):focus {
  box-shadow: none;
}

/* line 1192, app/assets/stylesheets/css/rtl/theme-bordered.css */
.fc .fc-button-primary.disabled:not(.fc-prev-button):not(.fc-next-button), .fc .fc-button-primary:not(.fc-prev-button):not(.fc-next-button):disabled {
  color: #ead138 !important;
  border-color: transparent !important;
  background: #e5edfc !important;
  box-shadow: none !important;
}

/* line 1198, app/assets/stylesheets/css/rtl/theme-bordered.css */
.fc .btn-group .fc-button-primary:not(.fc-prev-button):not(.fc-next-button),
.fc .input-group .fc-button-primary:not(.fc-prev-button):not(.fc-next-button) {
  border-right: var(--bs-border-width) solid #4d78ca;
  border-left: var(--bs-border-width) solid #4d78ca;
}

/* line 1203, app/assets/stylesheets/css/rtl/theme-bordered.css */
.fc .btn-group-vertical .fc-button-primary:not(.fc-prev-button):not(.fc-next-button) {
  border-top-color: #4d78ca;
  border-bottom-color: #4d78ca;
}

/* line 1207, app/assets/stylesheets/css/rtl/theme-bordered.css */
.fc .fc-button-primary.fc-button-active:not(.fc-prev-button):not(.fc-next-button) {
  background-color: #ead138 !important;
  border-color: #ead138 !important;
  color: #fff;
}

/* line 1213, app/assets/stylesheets/css/rtl/theme-bordered.css */
.swal2-progress-steps[class] .swal2-progress-step.swal2-active-progress-step,
.swal2-progress-steps[class] .swal2-progress-step-line,
.swal2-progress-steps[class] .swal2-active-progress-step,
.swal2-progress-steps[class] .swal2-progress-step {
  background: #ead138;
  color: #fff;
}

/* line 1221, app/assets/stylesheets/css/rtl/theme-bordered.css */
.swal2-progress-steps[class] .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step,
.swal2-progress-steps[class] .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: #e6eefc;
}

/* line 1226, app/assets/stylesheets/css/rtl/theme-bordered.css */
.pcr-app .pcr-type.active,
.pcr-app .pcr-save {
  background: #ead138 !important;
}

/* line 1231, app/assets/stylesheets/css/rtl/theme-bordered.css */
.icon-card.active {
  outline: 1px solid #ead138;
}

/* line 1234, app/assets/stylesheets/css/rtl/theme-bordered.css */
.icon-card.active i,
.icon-card.active svg {
  color: #ead138;
}

/* line 1239, app/assets/stylesheets/css/rtl/theme-bordered.css */
.shepherd-element[data-popper-placement=bottom] .shepherd-arrow:before {
  background-color: #ead138 !important;
  border-color: #ead138;
}

/* line 1243, app/assets/stylesheets/css/rtl/theme-bordered.css */
.shepherd-element .shepherd-header {
  background: #ead138 !important;
  color: #fff;
}

/* line 1247, app/assets/stylesheets/css/rtl/theme-bordered.css */
.shepherd-element .shepherd-header .shepherd-title,
.shepherd-element .shepherd-header .shepherd-cancel-icon {
  color: #fff !important;
}

/* line 1251, app/assets/stylesheets/css/rtl/theme-bordered.css */
.shepherd-element .shepherd-button.btn-primary:not(:disabled), .shepherd-element .shepherd-button.btn-primary.dropdown-toggle[data-trigger=hover]:not(:disabled):not(.show) {
  color: #fff;
  background-color: #ead138;
  border-color: #ead138;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}

/* line 1257, app/assets/stylesheets/css/rtl/theme-bordered.css */
.shepherd-element .shepherd-button.btn-primary:not(:disabled):hover, .shepherd-element .shepherd-button.btn-primary.show.dropdown-toggle[data-trigger=hover]:not(:disabled):hover {
  color: #fff !important;
  background-color: #ead138 !important;
  border-color: #ead138 !important;
  box-shadow: 0 0.25rem 1rem rgba(147, 158, 170, 0.45) !important;
}

/* line 1263, app/assets/stylesheets/css/rtl/theme-bordered.css */
.btn-check:focus + .shepherd-element .shepherd-button.btn-primary:not(:disabled), .shepherd-element .shepherd-button.btn-primary:not(:disabled):focus, .shepherd-element .shepherd-button.btn-primary.focus:not(:disabled) {
  color: #fff;
  background-color: #4d78ca;
  border-color: #4d78ca;
  box-shadow: none;
}

/* line 1269, app/assets/stylesheets/css/rtl/theme-bordered.css */
.btn-check:checked + .shepherd-element .shepherd-button.btn-primary:not(:disabled), .btn-check:active + .shepherd-element .shepherd-button.btn-primary:not(:disabled), .shepherd-element .shepherd-button.btn-primary:not(:disabled):active, .shepherd-element .shepherd-button.btn-primary.active:not(:disabled), .shepherd-element .shepherd-button.btn-primary.show.dropdown-toggle:not(:disabled), .show > .shepherd-element .shepherd-button.btn-primary.dropdown-toggle:not(:disabled) {
  color: #fff !important;
  background-color: #4d78ca !important;
  border-color: #4d78ca !important;
}

/* line 1274, app/assets/stylesheets/css/rtl/theme-bordered.css */
.btn-check:checked + .shepherd-element .shepherd-button.btn-primary:not(:disabled):focus, .btn-check:active + .shepherd-element .shepherd-button.btn-primary:not(:disabled):focus, .shepherd-element .shepherd-button.btn-primary:not(:disabled):active:focus, .shepherd-element .shepherd-button.btn-primary.active:not(:disabled):focus, .shepherd-element .shepherd-button.btn-primary.show.dropdown-toggle:not(:disabled):focus, .show > .shepherd-element .shepherd-button.btn-primary.dropdown-toggle:not(:disabled):focus {
  box-shadow: none;
}

/* line 1277, app/assets/stylesheets/css/rtl/theme-bordered.css */
.shepherd-element .shepherd-button.btn-primary.disabled:not(:disabled), .shepherd-element .shepherd-button.btn-primary:not(:disabled):disabled {
  color: #fff !important;
  background-color: #ead138 !important;
  border-color: #ead138 !important;
  box-shadow: none !important;
}

/* line 1283, app/assets/stylesheets/css/rtl/theme-bordered.css */
.shepherd-element .btn-group .shepherd-button.btn-primary:not(:disabled),
.shepherd-element .input-group .shepherd-button.btn-primary:not(:disabled) {
  border-right: var(--bs-border-width) solid #4d78ca;
  border-left: var(--bs-border-width) solid #4d78ca;
}

/* line 1288, app/assets/stylesheets/css/rtl/theme-bordered.css */
.shepherd-element .btn-group-vertical .shepherd-button.btn-primary:not(:disabled) {
  border-top-color: #4d78ca;
  border-bottom-color: #4d78ca;
}

/* line 1292, app/assets/stylesheets/css/rtl/theme-bordered.css */
.shepherd-element .shepherd-button.btn-label-secondary:not(:disabled) {
  color: #8a8a88;
  border-color: transparent;
  background: #e7ebef;
}

/* line 1297, app/assets/stylesheets/css/rtl/theme-bordered.css */
.shepherd-element .shepherd-button.btn-label-secondary:not(:disabled):hover {
  border-color: transparent !important;
  background: #8a8a88 !important;
  color: #fff !important;
}

/* line 1302, app/assets/stylesheets/css/rtl/theme-bordered.css */
.shepherd-element .shepherd-button.btn-label-secondary:not(:disabled):focus, .shepherd-element .shepherd-button.btn-label-secondary.focus:not(:disabled) {
  color: #fff;
  background: #596d83;
  box-shadow: none !important;
}

/* line 1307, app/assets/stylesheets/css/rtl/theme-bordered.css */
.shepherd-element .shepherd-button.btn-label-secondary:not(:disabled):active, .shepherd-element .shepherd-button.btn-label-secondary.active:not(:disabled), .shepherd-element .shepherd-button.btn-label-secondary.show.dropdown-toggle:not(:disabled), .show > .shepherd-element .shepherd-button.btn-label-secondary.dropdown-toggle:not(:disabled) {
  color: #fff !important;
  background-color: #596d83 !important;
  border-color: transparent !important;
}

/* line 1312, app/assets/stylesheets/css/rtl/theme-bordered.css */
.shepherd-element .shepherd-button.btn-label-secondary:not(:disabled):active:focus, .shepherd-element .shepherd-button.btn-label-secondary.active:not(:disabled):focus, .shepherd-element .shepherd-button.btn-label-secondary.show.dropdown-toggle:not(:disabled):focus, .show > .shepherd-element .shepherd-button.btn-label-secondary.dropdown-toggle:not(:disabled):focus {
  box-shadow: none;
}

/* line 1315, app/assets/stylesheets/css/rtl/theme-bordered.css */
.shepherd-element .shepherd-button.btn-label-secondary.disabled:not(:disabled), .shepherd-element .shepherd-button.btn-label-secondary:not(:disabled):disabled {
  color: #8a8a88 !important;
  border-color: transparent !important;
  background: #e7ebef !important;
  box-shadow: none !important;
}

/* line 1321, app/assets/stylesheets/css/rtl/theme-bordered.css */
.shepherd-element .btn-group .shepherd-button.btn-label-secondary:not(:disabled),
.shepherd-element .input-group .shepherd-button.btn-label-secondary:not(:disabled) {
  border-right: var(--bs-border-width) solid #596d83;
  border-left: var(--bs-border-width) solid #596d83;
}

/* line 1326, app/assets/stylesheets/css/rtl/theme-bordered.css */
.shepherd-element .btn-group-vertical .shepherd-button.btn-label-secondary:not(:disabled) {
  border-top-color: #596d83;
  border-bottom-color: #596d83;
}

/* line 1331, app/assets/stylesheets/css/rtl/theme-bordered.css */
.bs-stepper .step.active .bs-stepper-circle {
  background-color: #ead138 !important;
  color: #fff;
}

/* line 1335, app/assets/stylesheets/css/rtl/theme-bordered.css */
.bs-stepper .step.active .bs-stepper-label {
  color: #ead138 !important;
}

/* line 1338, app/assets/stylesheets/css/rtl/theme-bordered.css */
.bs-stepper .step.active .bs-stepper-icon svg {
  fill: #ead138 !important;
}

/* line 1341, app/assets/stylesheets/css/rtl/theme-bordered.css */
.bs-stepper .step.active .step-trigger::after {
  background-color: #ead138;
}

/* line 1344, app/assets/stylesheets/css/rtl/theme-bordered.css */
.bs-stepper .step.crossed .step-trigger .bs-stepper-circle {
  border-color: #ead138 !important;
  color: #ead138 !important;
}

/* line 1348, app/assets/stylesheets/css/rtl/theme-bordered.css */
.bs-stepper .step.crossed .step-trigger .bs-stepper-icon svg {
  fill: #ead138 !important;
}

/* line 1351, app/assets/stylesheets/css/rtl/theme-bordered.css */
.bs-stepper .step.crossed .step-trigger::after {
  background-color: #ead138;
}

/* line 1354, app/assets/stylesheets/css/rtl/theme-bordered.css */
.bs-stepper .step.crossed + .line::before {
  background-color: #ead138 !important;
}

/* line 1357, app/assets/stylesheets/css/rtl/theme-bordered.css */
.bs-stepper .step.crossed + .line svg {
  fill: #ead138;
}

/* line 1360, app/assets/stylesheets/css/rtl/theme-bordered.css */
.bs-stepper .step.crossed + .line i {
  color: #ead138;
}

/* line 1363, app/assets/stylesheets/css/rtl/theme-bordered.css */
.bs-stepper.wizard-icons .step.crossed .step-trigger .bs-stepper-label {
  color: #ead138 !important;
}

/* line 1366, app/assets/stylesheets/css/rtl/theme-bordered.css */
.bs-stepper .step-trigger:focus {
  color: #ead138;
}

/* line 1369, app/assets/stylesheets/css/rtl/theme-bordered.css */
.bs-stepper .step-trigger:focus svg {
  fill: #ead138 !important;
}

/* line 1373, app/assets/stylesheets/css/rtl/theme-bordered.css */
.app-chat .sidebar-body .chat-contact-list li.active {
  background-color: #ead138;
}

/* line 1376, app/assets/stylesheets/css/rtl/theme-bordered.css */
.app-chat .app-chat-history .chat-history .chat-message.chat-message-right .chat-message-text {
  background-color: #ead138 !important;
}

/* line 1380, app/assets/stylesheets/css/rtl/theme-bordered.css */
.navbar.landing-navbar .navbar-nav .show > .nav-link,
.navbar.landing-navbar .navbar-nav .active > .nav-link,
.navbar.landing-navbar .navbar-nav .nav-link.show,
.navbar.landing-navbar .navbar-nav .nav-link.active,
.navbar.landing-navbar .navbar-nav .nav-link:hover {
  color: #ead138 !important;
}

/* line 1388, app/assets/stylesheets/css/rtl/theme-bordered.css */
.landing-features .features-icon-wrapper .features-icon-box .features-icon {
  border: 2px solid rgba(234, 209, 56, 0.2);
}

/* line 1391, app/assets/stylesheets/css/rtl/theme-bordered.css */
.landing-features .features-icon-wrapper .features-icon-box:hover .features-icon {
  background-color: rgba(234, 209, 56, 0.05);
}

/* line 1395, app/assets/stylesheets/css/rtl/theme-bordered.css */
.bg-navbar-theme {
  background-color: #fff !important;
  color: #677788;
}

/* line 1399, app/assets/stylesheets/css/rtl/theme-bordered.css */
.bg-navbar-theme .navbar-brand,
.bg-navbar-theme .navbar-brand a {
  color: #516377;
}

/* line 1403, app/assets/stylesheets/css/rtl/theme-bordered.css */
.bg-navbar-theme .navbar-brand:hover, .bg-navbar-theme .navbar-brand:focus,
.bg-navbar-theme .navbar-brand a:hover,
.bg-navbar-theme .navbar-brand a:focus {
  color: #516377;
}

/* line 1408, app/assets/stylesheets/css/rtl/theme-bordered.css */
.bg-navbar-theme .navbar-search-wrapper .navbar-search-icon,
.bg-navbar-theme .navbar-search-wrapper .search-input {
  color: #677788;
}

/* line 1412, app/assets/stylesheets/css/rtl/theme-bordered.css */
.bg-navbar-theme .search-input-wrapper .search-input,
.bg-navbar-theme .search-input-wrapper .search-toggler {
  background-color: #fff !important;
  color: #677788;
}

/* line 1417, app/assets/stylesheets/css/rtl/theme-bordered.css */
.bg-navbar-theme .navbar-nav > .nav-link,
.bg-navbar-theme .navbar-nav > .nav-item > .nav-link,
.bg-navbar-theme .navbar-nav > .nav > .nav-item > .nav-link {
  color: #677788;
}

/* line 1422, app/assets/stylesheets/css/rtl/theme-bordered.css */
.bg-navbar-theme .navbar-nav > .nav-link:hover, .bg-navbar-theme .navbar-nav > .nav-link:focus,
.bg-navbar-theme .navbar-nav > .nav-item > .nav-link:hover,
.bg-navbar-theme .navbar-nav > .nav-item > .nav-link:focus,
.bg-navbar-theme .navbar-nav > .nav > .nav-item > .nav-link:hover,
.bg-navbar-theme .navbar-nav > .nav > .nav-item > .nav-link:focus {
  color: #516377;
}

/* line 1429, app/assets/stylesheets/css/rtl/theme-bordered.css */
.bg-navbar-theme .navbar-nav > .nav-link.disabled,
.bg-navbar-theme .navbar-nav > .nav-item > .nav-link.disabled,
.bg-navbar-theme .navbar-nav > .nav > .nav-item > .nav-link.disabled {
  color: #a4adb8 !important;
}

/* line 1434, app/assets/stylesheets/css/rtl/theme-bordered.css */
.bg-navbar-theme .navbar-nav .show > .nav-link,
.bg-navbar-theme .navbar-nav .active > .nav-link,
.bg-navbar-theme .navbar-nav .nav-link.show,
.bg-navbar-theme .navbar-nav .nav-link.active {
  color: #516377;
}

/* line 1440, app/assets/stylesheets/css/rtl/theme-bordered.css */
.bg-navbar-theme .navbar-toggler {
  color: #677788;
  border-color: rgba(81, 99, 119, 0.075);
}

/* line 1444, app/assets/stylesheets/css/rtl/theme-bordered.css */
.bg-navbar-theme .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba(103, 119, 136, 0.75)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

/* line 1447, app/assets/stylesheets/css/rtl/theme-bordered.css */
.bg-navbar-theme .navbar-text {
  color: #677788;
}

/* line 1450, app/assets/stylesheets/css/rtl/theme-bordered.css */
.bg-navbar-theme .navbar-text a {
  color: #516377;
}

/* line 1453, app/assets/stylesheets/css/rtl/theme-bordered.css */
.bg-navbar-theme .navbar-text a:hover, .bg-navbar-theme .navbar-text a:focus {
  color: #516377;
}

/* line 1456, app/assets/stylesheets/css/rtl/theme-bordered.css */
.bg-navbar-theme hr {
  border-color: rgba(81, 99, 119, 0.075);
}

/* line 1460, app/assets/stylesheets/css/rtl/theme-bordered.css */
.layout-horizontal .layout-navbar {
  background-color: #fff !important;
  box-shadow: none !important;
  border-bottom: 1px solid #d4d8dd !important;
}

/* line 1466, app/assets/stylesheets/css/rtl/theme-bordered.css */
.layout-navbar {
  background-color: #fff !important;
  box-shadow: none !important;
  /* border-bottom: 1px solid #d4d8dd !important; */
}

/* line 1472, app/assets/stylesheets/css/rtl/theme-bordered.css */
.layout-navbar-fixed .layout-navbar.navbar-elevated {
  box-shadow: none !important;
}

/* line 1476, app/assets/stylesheets/css/rtl/theme-bordered.css */
.bg-menu-theme {
  background-color: #fff !important;
  color: #677788;
}

/* line 1480, app/assets/stylesheets/css/rtl/theme-bordered.css */
.bg-menu-theme .menu-link,
.bg-menu-theme .menu-horizontal-prev,
.bg-menu-theme .menu-horizontal-next {
  color: #677788;
}

/* line 1485, app/assets/stylesheets/css/rtl/theme-bordered.css */
.bg-menu-theme .menu-link.active,
.bg-menu-theme .menu-horizontal-prev.active,
.bg-menu-theme .menu-horizontal-next.active {
  color: #ead138;
}

/* line 1490, app/assets/stylesheets/css/rtl/theme-bordered.css */
.bg-menu-theme .menu-item.disabled .menu-link,
.bg-menu-theme .menu-horizontal-prev.disabled,
.bg-menu-theme .menu-horizontal-next.disabled {
  color: #a4adb8 !important;
}

/* line 1495, app/assets/stylesheets/css/rtl/theme-bordered.css */
.bg-menu-theme .menu-item.active > .menu-link:not(.menu-toggle) {
  color: #ead138;
  background-color: #e5edfc;
}

/* line 1499, app/assets/stylesheets/css/rtl/theme-bordered.css */
.bg-menu-theme.menu-horizontal .menu-inner > .menu-item.active > .menu-link {
  background-color: #e5edfc !important;
}

/* line 1502, app/assets/stylesheets/css/rtl/theme-bordered.css */
.bg-menu-theme.menu-horizontal .menu-sub > .menu-item.active > .menu-link:not(.menu-toggle) {
  background-color: transparent !important;
  color: #ead138 !important;
}

/* line 1506, app/assets/stylesheets/css/rtl/theme-bordered.css */
.bg-menu-theme .menu-inner > .menu-item.menu-item-closing .menu-item.open .menu-sub,
.bg-menu-theme .menu-inner > .menu-item.menu-item-closing .menu-item.open .menu-toggle {
  background: transparent;
  color: #677788;
}

/* line 1511, app/assets/stylesheets/css/rtl/theme-bordered.css */
.bg-menu-theme .menu-inner-shadow {
  background: linear-gradient(#fff 41%, rgba(255, 255, 255, 0.11) 95%, rgba(255, 255, 255, 0));
}

/* line 1514, app/assets/stylesheets/css/rtl/theme-bordered.css */
.bg-menu-theme .menu-text {
  color: #ead138;
}

/* line 1517, app/assets/stylesheets/css/rtl/theme-bordered.css */
.bg-menu-theme .menu-header {
  color: #8d99a6;
}

/* line 1520, app/assets/stylesheets/css/rtl/theme-bordered.css */
.bg-menu-theme hr,
.bg-menu-theme .menu-divider,
.bg-menu-theme .menu-inner > .menu-item.open > .menu-sub::before {
  border-color: transparent !important;
}

/* line 1525, app/assets/stylesheets/css/rtl/theme-bordered.css */
.bg-menu-theme .menu-inner > .menu-header::before {
  background-color: transparent;
}

/* line 1528, app/assets/stylesheets/css/rtl/theme-bordered.css */
.bg-menu-theme .menu-block::before {
  background-color: #8d99a6;
}

/* line 1531, app/assets/stylesheets/css/rtl/theme-bordered.css */
.bg-menu-theme .menu-inner > .menu-item.open .menu-item.open > .menu-toggle::before {
  background-color: #e5edfc;
}

/* line 1534, app/assets/stylesheets/css/rtl/theme-bordered.css */
.bg-menu-theme .menu-inner > .menu-item.open .menu-item.active > .menu-link::before {
  background-color: #ead138;
}

/* line 1537, app/assets/stylesheets/css/rtl/theme-bordered.css */
.bg-menu-theme .ps__thumb-y,
.bg-menu-theme .ps__rail-y.ps--clicking > .ps__thumb-y {
  background: rgba(234, 209, 56, 0.2) !important;
}

@media (min-width: 1200px) {
  /* line 1543, app/assets/stylesheets/css/rtl/theme-bordered.css */
  .layout-menu {
    box-shadow: 0 0 0 1px #d4d8dd;
  }
}

/* line 1547, app/assets/stylesheets/css/rtl/theme-bordered.css */
.layout-menu-horizontal {
  box-shadow: 0 -1px 0 #d4d8dd inset;
}

/* line 1551, app/assets/stylesheets/css/rtl/theme-bordered.css */
.bg-menu-theme .menu-header {
  color: #a8b1bb;
}

/* line 1554, app/assets/stylesheets/css/rtl/theme-bordered.css */
.bg-menu-theme .menu-inner .menu-item.open > .menu-link:hover,
.bg-menu-theme .menu-inner .menu-item:not(.active) .menu-link:hover {
  background-color: rgba(38, 60, 85, 0.06);
}

/* line 1558, app/assets/stylesheets/css/rtl/theme-bordered.css */
.bg-menu-theme .menu-inner .menu-sub > .menu-item.active > .menu-link.menu-toggle,
.bg-menu-theme .menu-inner .menu-sub > .menu-item.open > .menu-link.menu-toggle {
  background-color: rgba(38, 60, 85, 0.06);
}

/* line 1562, app/assets/stylesheets/css/rtl/theme-bordered.css */
.bg-menu-theme .menu-inner .menu-sub > .menu-item.active > .menu-link.menu-toggle .menu-icon,
.bg-menu-theme .menu-inner .menu-sub > .menu-item.open > .menu-link.menu-toggle .menu-icon {
  color: #ead138;
}

/* line 1566, app/assets/stylesheets/css/rtl/theme-bordered.css */
html:not(.layout-menu-collapsed) .bg-menu-theme .menu-inner > .menu-item.open:not(.active), .layout-menu-hover.layout-menu-collapsed .bg-menu-theme .menu-inner > .menu-item.open:not(.active) {
  background-color: #fafafa;
}

/* line 1569, app/assets/stylesheets/css/rtl/theme-bordered.css */
.bg-menu-theme .menu-inner > .menu-item.active {
  background-color: #fafafa;
}

/* line 1572, app/assets/stylesheets/css/rtl/theme-bordered.css */
.layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-expanded) .bg-menu-theme .menu-inner > .menu-item.active {
  background-color: #e5edfc;
}

/* line 1575, app/assets/stylesheets/css/rtl/theme-bordered.css */
.layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-expanded) .bg-menu-theme .menu-inner > .menu-item.active .menu-link {
  color: #ead138;
}

/* line 1578, app/assets/stylesheets/css/rtl/theme-bordered.css */
.bg-menu-theme .menu-sub > .menu-item > .menu-link:before {
  background-color: #a8b1bb !important;
}

/* line 1581, app/assets/stylesheets/css/rtl/theme-bordered.css */
.bg-menu-theme .menu-sub > .menu-item.active > .menu-link:not(.menu-toggle):before {
  background-color: #ead138 !important;
}

/* line 1584, app/assets/stylesheets/css/rtl/theme-bordered.css */
.bg-menu-theme .menu-inner > .menu-header::before {
  background-color: #7d8a99;
}

/* line 1587, app/assets/stylesheets/css/rtl/theme-bordered.css */
.bg-menu-theme.menu-horizontal {
  background-color: #fff !important;
  box-shadow: none;
  border-bottom: 1px solid #d4d8dd;
}

/* line 1592, app/assets/stylesheets/css/rtl/theme-bordered.css */
.bg-menu-theme.menu-horizontal .menu-inner > .menu-item.active > .menu-link {
  background-color: #e5edfc !important;
}

/* line 1595, app/assets/stylesheets/css/rtl/theme-bordered.css */
.bg-menu-theme.menu-horizontal .menu-inner > .menu-item .menu-sub {
  box-shadow: none;
  border: 1px solid #d4d8dd;
}

/* line 1599, app/assets/stylesheets/css/rtl/theme-bordered.css */
html:not(.layout-menu-collapsed) .bg-menu-theme.menu-horizontal .menu-inner .menu-item.open:not(.active) > .menu-link, .layout-menu-hover.layout-menu-collapsed .bg-menu-theme.menu-horizontal .menu-inner .menu-item.open:not(.active) > .menu-link,
html:not(.layout-menu-collapsed) .bg-menu-theme.menu-horizontal .menu-inner .menu-item:not(.active) .menu-link:hover,
.layout-menu-hover.layout-menu-collapsed .bg-menu-theme.menu-horizontal .menu-inner .menu-item:not(.active) .menu-link:hover,
html:not(.layout-menu-collapsed) .bg-menu-theme.menu-horizontal .menu-inner .menu-sub .menu-item.active .menu-link:not(.menu-toggle):hover,
.layout-menu-hover.layout-menu-collapsed .bg-menu-theme.menu-horizontal .menu-inner .menu-sub .menu-item.active .menu-link:not(.menu-toggle):hover {
  background-color: rgba(38, 60, 85, 0.06) !important;
  color: #516377;
}

/* line 1607, app/assets/stylesheets/css/rtl/theme-bordered.css */
html:not(.layout-menu-collapsed) .bg-menu-theme.menu-horizontal .menu-inner > .menu-item.open:not(.active) {
  background-color: transparent;
}

/* line 1610, app/assets/stylesheets/css/rtl/theme-bordered.css */
.bg-menu-theme.menu-horizontal .menu-inner .menu-item:not(.menu-item-closing) > .menu-sub {
  background: #fff !important;
}

/* line 1613, app/assets/stylesheets/css/rtl/theme-bordered.css */
.bg-menu-theme.menu-horizontal .menu-inner .menu-sub > .menu-item.active > .menu-link.menu-toggle,
.bg-menu-theme.menu-horizontal .menu-inner .menu-sub > .menu-item.open > .menu-link.menu-toggle {
  background-color: rgba(38, 60, 85, 0.06) !important;
}

/* line 1617, app/assets/stylesheets/css/rtl/theme-bordered.css */
.bg-menu-theme.menu-horizontal .menu-inner .menu-sub > .menu-item.open:not(.active) .menu-link.menu-toggle .menu-icon {
  color: #677788;
}

/* line 1620, app/assets/stylesheets/css/rtl/theme-bordered.css */
.bg-menu-theme.menu-horizontal .menu-inner > .menu-item.active > .menu-link {
  color: #ead138;
}

/* line 1624, app/assets/stylesheets/css/rtl/theme-bordered.css */
.timeline .timeline-item .timeline-event:after {
  content: "";
  position: absolute;
  top: 0.75rem;
  left: -17px;
  width: 0;
  height: 0;
  border-top: 1rem solid transparent;
  border-right: 1rem solid;
  border-left: 0 solid;
  border-bottom: 1rem solid transparent;
  border-left-color: #fff;
  border-right-color: #d4d8dd;
  z-index: -1;
}

/* line 1640, app/assets/stylesheets/css/rtl/theme-bordered.css */
.app-brand .layout-menu-toggle i {
  color: #ead138;
}

/* line 1644, app/assets/stylesheets/css/rtl/theme-bordered.css */
.bg-footer-theme {
  background-color: #fff !important;
  color: #677788;
}

/* line 1648, app/assets/stylesheets/css/rtl/theme-bordered.css */
.bg-footer-theme .footer-link {
  color: #677788;
}

/* line 1651, app/assets/stylesheets/css/rtl/theme-bordered.css */
.bg-footer-theme .footer-link:hover, .bg-footer-theme .footer-link:focus {
  color: #516377;
}

/* line 1654, app/assets/stylesheets/css/rtl/theme-bordered.css */
.bg-footer-theme .footer-link.disabled {
  color: #a4adb8 !important;
}

/* line 1657, app/assets/stylesheets/css/rtl/theme-bordered.css */
.bg-footer-theme .footer-text {
  color: #516377;
}

/* line 1660, app/assets/stylesheets/css/rtl/theme-bordered.css */
.bg-footer-theme .show > .footer-link,
.bg-footer-theme .active > .footer-link,
.bg-footer-theme .footer-link.show,
.bg-footer-theme .footer-link.active {
  color: #516377;
}

/* line 1666, app/assets/stylesheets/css/rtl/theme-bordered.css */
.bg-footer-theme hr {
  border-color: rgba(81, 99, 119, 0.075);
}

/* line 1670, app/assets/stylesheets/css/rtl/theme-bordered.css */
.layout-footer-fixed .content-footer {
  box-shadow: none;
  border-top: 1px solid #d4d8dd;
}

/* line 1675, app/assets/stylesheets/css/rtl/theme-bordered.css */
.card {
  box-shadow: none;
  border: 1px solid #d4d8dd;
}

/* line 1680, app/assets/stylesheets/css/rtl/theme-bordered.css */
.card[class*=card-border-shadow-]:hover {
  box-shadow: none !important;
}

/* line 1684, app/assets/stylesheets/css/rtl/theme-bordered.css */
.accordion .accordion-item {
  border-top: 1px solid #d4d8dd;
  box-shadow: none !important;
}

/* line 1689, app/assets/stylesheets/css/rtl/theme-bordered.css */
.nav-align-top .nav-pills + .tab-content,
.nav-align-top .tabs-line + .tab-content {
  border: 1px solid #d4d8dd;
  box-shadow: none;
}

/* line 1695, app/assets/stylesheets/css/rtl/theme-bordered.css */
.kanban-item {
  box-shadow: none !important;
  border: 1px solid #d4d8dd;
}

/* line 1700, app/assets/stylesheets/css/rtl/theme-bordered.css */
.bs-stepper:not(.wizard-modern) {
  box-shadow: none !important;
  border: 1px solid #d4d8dd;
  border-radius: 0.3125rem;
}

/* line 1705, app/assets/stylesheets/css/rtl/theme-bordered.css */
.modal .modal-body .bs-stepper:not(.wizard-modern) {
  border-width: 0;
}

/* line 1709, app/assets/stylesheets/css/rtl/theme-bordered.css */
.bs-stepper.wizard-modern .bs-stepper-content {
  box-shadow: none !important;
  border: 1px solid #d4d8dd;
  border-radius: 0.3125rem;
}

/* line 1715, app/assets/stylesheets/css/rtl/theme-bordered.css */
.dz-preview {
  box-shadow: none !important;
  border: 1px solid #d4d8dd !important;
}

/* line 1720, app/assets/stylesheets/css/rtl/theme-bordered.css */
.app-email .app-email-view .email-card-last:before {
  border: 1px solid #d4d8dd;
}

/* line 1723, app/assets/stylesheets/css/rtl/theme-bordered.css */
.app-email .app-email-view .email-card-last:after {
  border: 1px solid #d4d8dd;
}

/* line 1727, app/assets/stylesheets/css/rtl/theme-bordered.css */
.form-control:focus,
.form-select:focus {
  border: 1px solid;
  box-shadow: none !important;
}

/* line 1733, app/assets/stylesheets/css/rtl/theme-bordered.css */
.ui-bg-overlay-container .toast.bs-toast {
  border: 1px solid #495563 !important;
}

/*
* Pages Mixins
*/
/* line 5, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal) .layout-page:before {
  content: "";
  width: 100%;
  height: 0.75rem;
  position: fixed;
  top: 0px;
  z-index: 10;
}

/* line 14, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.layout-wrapper:not(.layout-horizontal) .bg-menu-theme .menu-inner .menu-item,
.layout-wrapper:not(.layout-horizontal) .bg-menu-theme .menu-inner .menu-item.active .menu-link {
  border-radius: 0.3125rem;
}

/* line 18, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.layout-horizontal .bg-menu-theme .menu-inner > .menu-item,
.layout-horizontal .bg-menu-theme .menu-inner > .menu-item > .menu-link {
  border-radius: 0.3125rem;
}

/* line 22, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.bg-menu-theme .menu-inner .menu-item.active > .menu-link,
.bg-menu-theme .menu-inner .menu-item:not(.open) > .menu-link:hover,
.bg-menu-theme .menu-inner .menu-item:not(.active) > .menu-link:hover {
  border-radius: 0.3125rem;
}

@media (min-width: 1200px) {
  /* line 28, app/assets/stylesheets/css/rtl/theme-raspberry.css */
  .layout-horizontal .bg-menu-theme .menu-inner > .menu-item {
    margin: 0.565rem 0;
  }
  /* line 31, app/assets/stylesheets/css/rtl/theme-raspberry.css */
  .layout-horizontal .bg-menu-theme .menu-inner > .menu-item:not(:first-child) {
    margin-left: 0.0625rem;
  }
  /* line 34, app/assets/stylesheets/css/rtl/theme-raspberry.css */
  .layout-horizontal .bg-menu-theme .menu-inner > .menu-item:not(:last-child) {
    margin-right: 0.0625rem;
  }
  /* line 37, app/assets/stylesheets/css/rtl/theme-raspberry.css */
  .layout-horizontal .bg-menu-theme .menu-inner > .menu-item .menu-sub {
    box-shadow: 0 0.625rem 1.25rem rgba(147, 158, 170, 0.5);
  }
}

/* line 41, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.bg-menu-theme .menu-sub > .menu-item > .menu-link:before {
  content: "";
  position: absolute;
  left: 1.4375rem;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
}

/* line 49, app/assets/stylesheets/css/rtl/theme-raspberry.css */
[dir=rtl] .bg-menu-theme .menu-sub > .menu-item > .menu-link:before {
  right: 1.4375rem;
  left: inherit;
}

/* line 53, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.layout-horizontal .bg-menu-theme .menu-sub > .menu-item > .menu-link:before {
  left: 1.3rem;
}

/* line 56, app/assets/stylesheets/css/rtl/theme-raspberry.css */
[dir=rtl] .layout-horizontal .bg-menu-theme .menu-sub > .menu-item > .menu-link:before {
  right: 1.3rem;
  left: inherit;
}

/* line 60, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.bg-menu-theme .menu-horizontal-wrapper > .menu-inner > .menu-item > .menu-sub > .menu-item > .menu-link:before {
  display: none;
}

/* line 64, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.layout-menu-hover .layout-menu {
  box-shadow: 0 0.625rem 1.25rem rgba(147, 158, 170, 0.5);
  transition: all 0.3s ease-in-out;
}

/* line 69, app/assets/stylesheets/css/rtl/theme-raspberry.css */
body {
  background: #f3f4f4;
}

/* line 73, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.bg-body {
  background: #f3f4f4 !important;
}

/* line 77, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.text-primary {
  color: #ead138 !important;
}

/* line 81, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.text-body[href]:hover {
  color: #cc0a53 !important;
}

/* line 85, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.bg-primary {
  background-color: #ead138 !important;
}

/* line 89, app/assets/stylesheets/css/rtl/theme-raspberry.css */
a.bg-primary:hover, a.bg-primary:focus {
  background-color: #d80a57 !important;
}

/* line 93, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.dropdown-notifications-item:not(.mark-as-read) .dropdown-notifications-read span {
  background-color: #ead138;
}

/* line 97, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.bg-label-primary {
  background-color: #fbd8e5 !important;
  color: #ead138 !important;
}

/* line 102, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.border-label-primary {
  border: 3px solid #f49dbe;
}

/* line 106, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.bg-gradient-primary {
  background-image: linear-gradient(45deg, #ead138, #f185ae) !important;
}

/* line 110, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.page-item.active .page-link, .page-item.active .page-link:hover, .page-item.active .page-link:focus,
.pagination li.active > a:not(.page-link),
.pagination li.active > a:not(.page-link):hover,
.pagination li.active > a:not(.page-link):focus {
  border-color: #ead138;
  background-color: #ead138;
  color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}

/* line 120, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.progress-bar {
  background-color: #ead138;
  color: #fff;
  box-shadow: 0 2px 4px 0 rgba(227, 11, 92, 0.4);
}

/* line 126, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.modal-onboarding .carousel-indicators [data-bs-target] {
  background-color: #ead138;
}

/* line 130, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.carousel-control-prev,
.carousel-control-next {
  color: #ead138;
}

/* line 134, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #ead138;
}

/* line 140, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.list-group-item-primary {
  border-color: #ead138;
  background-color: #fbd8e5;
  color: #ead138 !important;
}

/* line 146, app/assets/stylesheets/css/rtl/theme-raspberry.css */
a.list-group-item-primary,
button.list-group-item-primary {
  color: #ead138;
}

/* line 150, app/assets/stylesheets/css/rtl/theme-raspberry.css */
a.list-group-item-primary:hover, a.list-group-item-primary:focus,
button.list-group-item-primary:hover,
button.list-group-item-primary:focus {
  border-color: #ead138;
  background-color: #eecdda;
  color: #ead138;
}

/* line 157, app/assets/stylesheets/css/rtl/theme-raspberry.css */
a.list-group-item-primary.active,
button.list-group-item-primary.active {
  border-color: #ead138 !important;
  background-color: #ead138 !important;
  color: #fff !important;
}

/* line 164, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  border-color: #ead138;
  background-color: #ead138;
  color: #fff;
}

/* line 170, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.list-group.list-group-timeline .list-group-timeline-primary:before {
  border-color: #ead138;
  background-color: #ead138;
}

/* line 175, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.alert-primary {
  background-color: #fbd8e5;
  border-color: #f7b6ce;
  color: #ead138;
}

/* line 180, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.alert-primary .btn-close {
  background-image: url("data:image/svg+xml,%3Csvg width='150px' height='151px' viewBox='0 0 150 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='131.251657 0 74.9933705 56.25 18.7483426 0 0 18.75 56.2450278 75 0 131.25 18.7483426 150 74.9933705 93.75 131.251657 150 150 131.25 93.7549722 75 150 18.75'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='🎨-%5BSetup%5D:-Colors-&amp;-Shadows' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-225.000000, -250.000000)'%3E%3Cg id='Icon-Color' transform='translate(225.000000, 250.500000)'%3E%3Cuse fill='%23e30b5c' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.5' fill='%23e30b5c' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* line 183, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.alert-primary .alert-link {
  color: #ead138;
}

/* line 187, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.alert-primary hr {
  background-color: #ead138 !important;
}

/* line 191, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.alert-solid-primary {
  background-color: #ead138;
  color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}

/* line 196, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.alert-solid-primary .btn-close {
  background-image: url("data:image/svg+xml,%3Csvg width='150px' height='151px' viewBox='0 0 150 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='131.251657 0 74.9933705 56.25 18.7483426 0 0 18.75 56.2450278 75 0 131.25 18.7483426 150 74.9933705 93.75 131.251657 150 150 131.25 93.7549722 75 150 18.75'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='🎨-%5BSetup%5D:-Colors-&amp;-Shadows' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-225.000000, -250.000000)'%3E%3Cg id='Icon-Color' transform='translate(225.000000, 250.500000)'%3E%3Cuse fill='%23fff' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.5' fill='%23fff' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* line 199, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.alert-solid-primary .alert-link {
  color: #fff;
}

/* line 203, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.alert-solid-primary hr {
  background-color: #fff !important;
}

/* line 207, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.accordion.accordion-header-primary .accordion-item.active .accordion-button {
  color: #ead138 !important;
}

/* line 210, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.accordion.accordion-header-primary .accordion-item.active .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='m1.532 12 6.182-6-6.182-6L0 1.487 4.65 6 0 10.513z'/%3E%3C/defs%3E%3Cg transform='translate%282.571%29' fill='none' fill-rule='evenodd'%3E%3Cuse fill='%23e30b5c' xlink:href='%23a'/%3E%3Cuse fill-opacity='.1' xlink:href='%23a'/%3E%3C/g%3E%3C/svg%3E%0A");
}

/* line 214, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.tooltip-primary .tooltip-inner, .tooltip-primary > .tooltip .tooltip-inner, .ngb-tooltip-primary + ngb-tooltip-window .tooltip-inner {
  background: #ead138;
  color: #fff;
}

/* line 218, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.tooltip-primary.bs-tooltip-auto[data-popper-placement=top] .tooltip-arrow::before, .tooltip-primary > .tooltip.bs-tooltip-auto[data-popper-placement=top] .tooltip-arrow::before, .ngb-tooltip-primary + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=top] .tooltip-arrow::before {
  border-top-color: #ead138;
}

/* line 221, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.tooltip-primary.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before, .tooltip-primary > .tooltip.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before, .ngb-tooltip-primary + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before {
  border-left-color: #ead138;
}

/* line 224, app/assets/stylesheets/css/rtl/theme-raspberry.css */
[dir=rtl] .tooltip-primary.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before, [dir=rtl] .tooltip-primary > .tooltip.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before, [dir=rtl] .ngb-tooltip-primary + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before {
  border-right-color: #ead138;
}

/* line 227, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.tooltip-primary.bs-tooltip-auto[data-popper-placement=bottom] .tooltip-arrow::before, .tooltip-primary > .tooltip.bs-tooltip-auto[data-popper-placement=bottom] .tooltip-arrow::before, .ngb-tooltip-primary + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=bottom] .tooltip-arrow::before {
  border-bottom-color: #ead138;
}

/* line 230, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.tooltip-primary.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before, .tooltip-primary > .tooltip.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before, .ngb-tooltip-primary + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before {
  border-right-color: #ead138;
}

/* line 233, app/assets/stylesheets/css/rtl/theme-raspberry.css */
[dir=rtl] .tooltip-primary.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before, [dir=rtl] .tooltip-primary > .tooltip.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before, [dir=rtl] .ngb-tooltip-primary + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before {
  border-left-color: #ead138;
}

/* line 237, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.popover.popover-primary, .popover .popover-primary > .popover, .popover .ngb-popover-primary + ngb-popover-window {
  border-color: transparent;
  background: #ead138;
}

/* line 241, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.popover.popover-primary .popover-header, .popover .popover-primary > .popover .popover-header, .popover .ngb-popover-primary + ngb-popover-window .popover-header {
  background: transparent;
  color: #fff;
}

/* line 245, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.popover.popover-primary .popover-body, .popover .popover-primary > .popover .popover-body, .popover .ngb-popover-primary + ngb-popover-window .popover-body {
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
}

/* line 249, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.popover.popover-primary > .popover-arrow::before, .popover .popover-primary > .popover > .popover-arrow::before, .popover .ngb-popover-primary + ngb-popover-window > .popover-arrow::before {
  border-color: transparent;
}

/* line 252, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.popover.popover-primary.bs-popover-auto[data-popper-placement=top] > .popover-arrow::after, .popover .popover-primary > .popover.bs-popover-auto[data-popper-placement=top] > .popover-arrow::after, .popover .ngb-popover-primary + ngb-popover-window.bs-popover-auto[data-popper-placement=top] > .popover-arrow::after {
  border-top-color: #ead138 !important;
}

/* line 255, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.popover.popover-primary.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after, .popover .popover-primary > .popover.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after, .popover .ngb-popover-primary + ngb-popover-window.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after {
  border-right-color: #ead138 !important;
}

/* line 258, app/assets/stylesheets/css/rtl/theme-raspberry.css */
[dir=rtl] .popover.popover-primary.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after, [dir=rtl] .popover .popover-primary > .popover.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after, [dir=rtl] .popover .ngb-popover-primary + ngb-popover-window.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after {
  border-left-color: #ead138 !important;
}

/* line 261, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.popover.popover-primary.bs-popover-auto[data-popper-placement=bottom] > .popover-arrow::after, .popover .popover-primary > .popover.bs-popover-auto[data-popper-placement=bottom] > .popover-arrow::after, .popover .ngb-popover-primary + ngb-popover-window.bs-popover-auto[data-popper-placement=bottom] > .popover-arrow::after {
  border-bottom-color: #ead138 !important;
}

/* line 264, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.popover.popover-primary.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after, .popover .popover-primary > .popover.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after, .popover .ngb-popover-primary + ngb-popover-window.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after {
  border-left-color: #ead138 !important;
}

/* line 267, app/assets/stylesheets/css/rtl/theme-raspberry.css */
[dir=rtl] .popover.popover-primary.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after, [dir=rtl] .popover .popover-primary > .popover.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after, [dir=rtl] .popover .ngb-popover-primary + ngb-popover-window.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after {
  border-right-color: #ead138 !important;
}

/* line 270, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.popover.popover-primary.bs-popover-auto.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before, .popover .popover-primary > .popover.bs-popover-auto.bs-popover-bottom .popover-header::before, .popover .ngb-popover-primary + ngb-popover-window.bs-popover-auto.bs-popover-bottom .popover-header::before {
  border-bottom: 1px solid transparent;
}

/* line 274, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.table-primary {
  --bs-table-bg: #f9cede;
  --bs-table-striped-bg: #f3cada;
  --bs-table-striped-color: #263c55;
  --bs-table-active-bg: #e4bfd0;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #ecc5d6;
  --bs-table-hover-color: #263c55;
  color: #263c55;
  border-color: #cfb1c3;
}

/* line 285, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.table-primary .btn-icon {
  color: #263c55;
}

/* line 289, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.btn-primary, .btn-primary.dropdown-toggle[data-trigger=hover]:not(.show) {
  color: #fff;
  background-color: #ead138;
  border-color: #ead138;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}

/* line 295, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.btn-primary:hover, .btn-primary.show.dropdown-toggle[data-trigger=hover]:hover {
  color: #fff !important;
  background-color: #73661d !important;
  border-color: #73661d !important;
  box-shadow: 0 0.25rem 1rem rgba(147, 158, 170, 0.45) !important;
}

/* line 301, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.btn-check:focus + .btn-primary, .btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #c1094e;
  border-color: #c1094e;
  box-shadow: none;
}

/* line 307, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .btn-primary.show.dropdown-toggle, .show > .btn-primary.dropdown-toggle {
  color: #fff !important;
  background-color: #c1094e !important;
  border-color: #c1094e !important;
}

/* line 312, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .btn-primary.show.dropdown-toggle:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

/* line 315, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff !important;
  background-color: #ead138 !important;
  border-color: #ead138 !important;
  box-shadow: none !important;
}

/* line 322, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.btn-group .btn-primary,
.input-group .btn-primary {
  border-right: var(--bs-border-width) solid #c1094e;
  border-left: var(--bs-border-width) solid #c1094e;
}

/* line 328, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.btn-group-vertical .btn-primary {
  border-top-color: #c1094e;
  border-bottom-color: #c1094e;
}

/* line 333, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.btn-label-primary {
  color: #ead138;
  border-color: transparent;
  background: #fbd8e5;
}

/* line 338, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.btn-label-primary:hover {
  border-color: transparent !important;
  background: #ead138 !important;
  color: #fff !important;
}

/* line 343, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.btn-label-primary:focus, .btn-label-primary.focus {
  color: #fff;
  background: #c1094e;
  box-shadow: none !important;
}

/* line 348, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.btn-label-primary:active, .btn-label-primary.active, .btn-label-primary.show.dropdown-toggle, .show > .btn-label-primary.dropdown-toggle {
  color: #fff !important;
  background-color: #c1094e !important;
  border-color: transparent !important;
}

/* line 353, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.btn-label-primary:active:focus, .btn-label-primary.active:focus, .btn-label-primary.show.dropdown-toggle:focus, .show > .btn-label-primary.dropdown-toggle:focus {
  box-shadow: none;
}

/* line 356, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.btn-label-primary.disabled, .btn-label-primary:disabled {
  color: #ead138 !important;
  border-color: transparent !important;
  background: #fbd8e5 !important;
  box-shadow: none !important;
}

/* line 363, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.btn-group .btn-label-primary,
.input-group .btn-label-primary {
  border-right: var(--bs-border-width) solid #c1094e;
  border-left: var(--bs-border-width) solid #c1094e;
}

/* line 369, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.btn-group-vertical .btn-label-primary {
  border-top-color: #c1094e;
  border-bottom-color: #c1094e;
}

/* line 374, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.btn-outline-primary {
  color: #ead138;
  border-color: #ead138;
  background: transparent;
}

/* line 379, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.btn-outline-primary:hover {
  color: #fff !important;
  background-color: #ead138 !important;
  border-color: #ead138 !important;
}

/* line 384, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  color: #fff;
  background-color: #c1094e;
  border-color: #c1094e;
  box-shadow: none;
}

/* line 390, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff !important;
  background-color: #c1094e !important;
  border-color: #c1094e !important;
}

/* line 395, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: none;
}

/* line 398, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #ead138 !important;
  background-color: transparent !important;
}

/* line 403, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.btn-outline-primary .badge {
  background: #ead138;
  border-color: #ead138;
  color: #fff;
}

/* line 409, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.btn-outline-primary:hover .badge,
.btn-outline-primary:focus:hover .badge,
.btn-outline-primary:active .badge,
.btn-outline-primary.active .badge,
.show > .btn-outline-primary.dropdown-toggle .badge {
  background: #fff;
  border-color: #fff;
  color: #ead138;
}

/* line 419, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.dropdown-item.active:not(.disabled),
.dropdown-item:not(.disabled):active {
  background-color: rgba(227, 11, 92, 0.08);
  color: #ead138 !important;
}

/* line 425, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.dropdown-menu > li:not(.disabled) > a:not(.dropdown-item):active,
.dropdown-menu > li.active:not(.disabled) > a:not(.dropdown-item) {
  background-color: rgba(227, 11, 92, 0.08);
  color: #ead138 !important;
}

/* line 431, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.dt-button-collection .dropdown-item:not(.disabled):active {
  background-color: rgba(227, 11, 92, 0.08);
}

/* line 435, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.nav .nav-link:hover, .nav .nav-link:focus {
  color: #cc0a53;
}

/* line 439, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.nav-pills .nav-link.active, .nav-pills .nav-link.active:hover, .nav-pills .nav-link.active:focus {
  background-color: #ead138;
  color: #fff;
}

/* line 444, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.tabs-line.nav-tabs .nav-link.active, .tabs-line.nav-tabs .nav-link.active:hover, .tabs-line.nav-tabs .nav-link.active:focus,
.tabs-line > .nav-tabs .nav-link.active,
.tabs-line > .nav-tabs .nav-link.active:hover,
.tabs-line > .nav-tabs .nav-link.active:focus {
  box-shadow: 0 -2px 0 #ead138 inset;
}

/* line 451, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.nav-align-bottom .tabs-line.nav-tabs .nav-link.active, .nav-align-bottom .tabs-line.nav-tabs .nav-link.active:hover, .nav-align-bottom .tabs-line.nav-tabs .nav-link.active:focus,
.nav-align-bottom .tabs-line > .nav-tabs .nav-link.active,
.nav-align-bottom .tabs-line > .nav-tabs .nav-link.active:hover,
.nav-align-bottom .tabs-line > .nav-tabs .nav-link.active:focus {
  box-shadow: 0 2px 0 #ead138 inset;
}

/* line 458, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.nav-align-left .tabs-line.nav-tabs .nav-link.active, .nav-align-left .tabs-line.nav-tabs .nav-link.active:hover, .nav-align-left .tabs-line.nav-tabs .nav-link.active:focus,
.nav-align-left .tabs-line > .nav-tabs .nav-link.active,
.nav-align-left .tabs-line > .nav-tabs .nav-link.active:hover,
.nav-align-left .tabs-line > .nav-tabs .nav-link.active:focus {
  box-shadow: -2px 0px 0 #ead138 inset;
}

/* line 465, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.nav-align-right .tabs-line.nav-tabs .nav-link.active, .nav-align-right .tabs-line.nav-tabs .nav-link.active:hover, .nav-align-right .tabs-line.nav-tabs .nav-link.active:focus,
.nav-align-right .tabs-line > .nav-tabs .nav-link.active,
.nav-align-right .tabs-line > .nav-tabs .nav-link.active:hover,
.nav-align-right .tabs-line > .nav-tabs .nav-link.active:focus {
  box-shadow: 2px 0px 0 #ead138 inset;
}

/* line 472, app/assets/stylesheets/css/rtl/theme-raspberry.css */
[dir=rtl] .nav-align-left .tabs-line.nav-tabs .nav-link.active, [dir=rtl] .nav-align-left .tabs-line.nav-tabs .nav-link.active:hover, [dir=rtl] .nav-align-left .tabs-line.nav-tabs .nav-link.active:focus,
[dir=rtl] .nav-align-left .tabs-line > .nav-tabs .nav-link.active,
[dir=rtl] .nav-align-left .tabs-line > .nav-tabs .nav-link.active:hover,
[dir=rtl] .nav-align-left .tabs-line > .nav-tabs .nav-link.active:focus {
  box-shadow: 2px 0px 0 #ead138 inset;
}

/* line 478, app/assets/stylesheets/css/rtl/theme-raspberry.css */
[dir=rtl] .nav-align-right .tabs-line.nav-tabs .nav-link.active, [dir=rtl] .nav-align-right .tabs-line.nav-tabs .nav-link.active:hover, [dir=rtl] .nav-align-right .tabs-line.nav-tabs .nav-link.active:focus,
[dir=rtl] .nav-align-right .tabs-line > .nav-tabs .nav-link.active,
[dir=rtl] .nav-align-right .tabs-line > .nav-tabs .nav-link.active:hover,
[dir=rtl] .nav-align-right .tabs-line > .nav-tabs .nav-link.active:focus {
  box-shadow: -2px 0px 0 #ead138 inset;
}

/* line 485, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.form-control:focus,
.form-select:focus {
  border-color: #ead138 !important;
}

/* line 490, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.input-group:focus-within .form-control,
.input-group:focus-within .input-group-text {
  border-color: #ead138 !important;
}

/* line 495, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.form-check-input:focus {
  border-color: #ead138;
}

/* line 498, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.form-check-input:checked {
  background-color: #ead138;
  border-color: #ead138;
}

/* line 502, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.form-check-input[type=checkbox]:indeterminate {
  background-color: #ead138;
  border-color: #ead138;
}

/* line 507, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.custom-option.checked {
  border: 1px solid #ead138;
}

/* line 511, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23e30b5c'/%3e%3c/svg%3e");
}

/* line 514, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.form-switch .form-check-input:checked {
  background-image: 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 518, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.form-control:focus ~ .form-label {
  border-color: #ead138;
}

/* line 521, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.form-control:focus ~ .form-label::after {
  border-color: inherit;
}

/* line 525, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.switch-input:checked ~ .switch-toggle-slider {
  background: #ead138;
  color: #fff;
}

/* line 530, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.switch-input:active ~ .switch-toggle-slider {
  box-shadow: none;
}

/* line 534, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.switch-input:focus ~ .switch-toggle-slider {
  box-shadow: 0 0 0 0.12rem rgba(147, 158, 170, 0.3);
}

/* line 538, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.switch-primary.switch .switch-input:checked ~ .switch-toggle-slider {
  background: #ead138;
  color: #fff;
}

/* line 543, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.switch-primary.switch .switch-input:active ~ .switch-toggle-slider {
  box-shadow: none;
}

/* line 547, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.switch-primary.switch .switch-input:focus ~ .switch-toggle-slider {
  box-shadow: 0 0 0 0.12rem rgba(147, 158, 170, 0.3);
}

/* line 551, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.timeline .timeline-item-primary .timeline-event {
  background-color: rgba(227, 11, 92, 0.1);
}

/* line 554, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.timeline .timeline-item-primary .timeline-event:before {
  border-left-color: rgba(227, 11, 92, 0.1) !important;
  border-right-color: rgba(227, 11, 92, 0.1) !important;
}

/* line 559, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.timeline .timeline-point-primary {
  background-color: #ead138 !important;
  box-shadow: 0 0 0 0.1875rem rgba(227, 11, 92, 0.16);
}

/* line 564, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.timeline .timeline-indicator-primary {
  border-color: #ead138 !important;
}

/* line 567, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.timeline .timeline-indicator-primary i {
  color: #ead138 !important;
}

/* line 571, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.divider.divider-primary .divider-text:before, .divider.divider-primary .divider-text:after {
  border-color: #ead138;
}

/* line 575, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.navbar.bg-primary {
  background-color: #ead138 !important;
  color: #f8bed3;
}

/* line 579, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.navbar.bg-primary .navbar-brand,
.navbar.bg-primary .navbar-brand a {
  color: #fff;
}

/* line 583, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.navbar.bg-primary .navbar-brand:hover, .navbar.bg-primary .navbar-brand:focus,
.navbar.bg-primary .navbar-brand a:hover,
.navbar.bg-primary .navbar-brand a:focus {
  color: #fff;
}

/* line 588, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.navbar.bg-primary .navbar-search-wrapper .navbar-search-icon,
.navbar.bg-primary .navbar-search-wrapper .search-input {
  color: #f8bed3;
}

/* line 592, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.navbar.bg-primary .search-input-wrapper .search-input,
.navbar.bg-primary .search-input-wrapper .search-toggler {
  background-color: #ead138 !important;
  color: #f8bed3;
}

/* line 597, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.navbar.bg-primary .navbar-nav > .nav-link,
.navbar.bg-primary .navbar-nav > .nav-item > .nav-link,
.navbar.bg-primary .navbar-nav > .nav > .nav-item > .nav-link {
  color: #f8bed3;
}

/* line 602, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.navbar.bg-primary .navbar-nav > .nav-link:hover, .navbar.bg-primary .navbar-nav > .nav-link:focus,
.navbar.bg-primary .navbar-nav > .nav-item > .nav-link:hover,
.navbar.bg-primary .navbar-nav > .nav-item > .nav-link:focus,
.navbar.bg-primary .navbar-nav > .nav > .nav-item > .nav-link:hover,
.navbar.bg-primary .navbar-nav > .nav > .nav-item > .nav-link:focus {
  color: #fff;
}

/* line 609, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.navbar.bg-primary .navbar-nav > .nav-link.disabled,
.navbar.bg-primary .navbar-nav > .nav-item > .nav-link.disabled,
.navbar.bg-primary .navbar-nav > .nav > .nav-item > .nav-link.disabled {
  color: #f076a3 !important;
}

/* line 614, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.navbar.bg-primary .navbar-nav .show > .nav-link,
.navbar.bg-primary .navbar-nav .active > .nav-link,
.navbar.bg-primary .navbar-nav .nav-link.show,
.navbar.bg-primary .navbar-nav .nav-link.active {
  color: #fff;
}

/* line 620, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.navbar.bg-primary .navbar-toggler {
  color: #f8bed3;
  border-color: rgba(255, 255, 255, 0.15);
}

/* line 624, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.navbar.bg-primary .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba(255, 255, 255, 0.8)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

/* line 627, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.navbar.bg-primary .navbar-text {
  color: #f8bed3;
}

/* line 630, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.navbar.bg-primary .navbar-text a {
  color: #fff;
}

/* line 633, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.navbar.bg-primary .navbar-text a:hover, .navbar.bg-primary .navbar-text a:focus {
  color: #fff;
}

/* line 636, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.navbar.bg-primary hr {
  border-color: rgba(255, 255, 255, 0.15);
}

/* line 640, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.menu.bg-primary {
  background-color: #ead138 !important;
  color: #f8bed3;
}

/* line 644, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.menu.bg-primary .menu-link,
.menu.bg-primary .menu-horizontal-prev,
.menu.bg-primary .menu-horizontal-next {
  color: #f8bed3;
}

/* line 649, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.menu.bg-primary .menu-link.active,
.menu.bg-primary .menu-horizontal-prev.active,
.menu.bg-primary .menu-horizontal-next.active {
  color: #fff;
}

/* line 654, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.menu.bg-primary .menu-item.disabled .menu-link,
.menu.bg-primary .menu-horizontal-prev.disabled,
.menu.bg-primary .menu-horizontal-next.disabled {
  color: #f076a3 !important;
}

/* line 659, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.menu.bg-primary .menu-item.active > .menu-link:not(.menu-toggle) {
  color: #fff;
  background-color: #e41160;
}

/* line 663, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.menu.bg-primary.menu-horizontal .menu-inner > .menu-item.active > .menu-link {
  background-color: #e41160 !important;
}

/* line 666, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.menu.bg-primary.menu-horizontal .menu-sub > .menu-item.active > .menu-link:not(.menu-toggle) {
  background-color: transparent !important;
  color: #fff !important;
}

/* line 670, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.menu.bg-primary .menu-inner > .menu-item.menu-item-closing .menu-item.open .menu-sub,
.menu.bg-primary .menu-inner > .menu-item.menu-item-closing .menu-item.open .menu-toggle {
  background: transparent;
  color: #f8bed3;
}

/* line 675, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.menu.bg-primary .menu-inner-shadow {
  background: linear-gradient(#ead138 41%, rgba(227, 11, 92, 0.11) 95%, rgba(227, 11, 92, 0));
}

/* line 678, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.menu.bg-primary .menu-text {
  color: #fff;
}

/* line 681, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.menu.bg-primary .menu-header {
  color: #f391b5;
}

/* line 684, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.menu.bg-primary hr,
.menu.bg-primary .menu-divider,
.menu.bg-primary .menu-inner > .menu-item.open > .menu-sub::before {
  border-color: rgba(255, 255, 255, 0.15) !important;
}

/* line 689, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.menu.bg-primary .menu-inner > .menu-header::before {
  background-color: rgba(255, 255, 255, 0.15);
}

/* line 692, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.menu.bg-primary .menu-block::before {
  background-color: #f391b5;
}

/* line 695, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.menu.bg-primary .menu-inner > .menu-item.open .menu-item.open > .menu-toggle::before {
  background-color: #e83578;
}

/* line 698, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.menu.bg-primary .menu-inner > .menu-item.open .menu-item.active > .menu-link::before {
  background-color: #fff;
}

/* line 701, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.menu.bg-primary .ps__thumb-y,
.menu.bg-primary .ps__rail-y.ps--clicking > .ps__thumb-y {
  background: rgba(255, 255, 255, 0.533048) !important;
}

/* line 706, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.footer.bg-primary {
  background-color: #ead138 !important;
  color: #f8bed3;
}

/* line 710, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.footer.bg-primary .footer-link {
  color: #f8bed3;
}

/* line 713, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.footer.bg-primary .footer-link:hover, .footer.bg-primary .footer-link:focus {
  color: #fff;
}

/* line 716, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.footer.bg-primary .footer-link.disabled {
  color: #f076a3 !important;
}

/* line 719, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.footer.bg-primary .footer-text {
  color: #fff;
}

/* line 722, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.footer.bg-primary .show > .footer-link,
.footer.bg-primary .active > .footer-link,
.footer.bg-primary .footer-link.show,
.footer.bg-primary .footer-link.active {
  color: #fff;
}

/* line 728, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.footer.bg-primary hr {
  border-color: rgba(255, 255, 255, 0.15);
}

/* line 732, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.toast .toast-header.bg-primary,
.bs-toast .toast-header.bg-primary {
  background-color: #ead138;
  color: #fff;
}

/* line 738, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  color: #ead138;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  color: #ead138;
}

/* line 743, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.form-floating > .form-control:-webkit-autofill ~ label {
  color: #ead138;
}

/* line 747, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.svg-illustration svg {
  fill: #ead138;
}

/* line 751, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.jstree-default .jstree-wholerow-clicked,
.jstree-default .jstree-wholerow-hovered {
  background: #fbdae7;
}

/* line 756, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.jstree-default-dark .jstree-wholerow-hovered,
.jstree-default-dark .jstree-wholerow-clicked {
  background: #8e3460;
}

/* line 761, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.card.card-border-shadow-primary::after {
  border-bottom-color: #f49dbe;
}

/* line 764, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.card.card-border-shadow-primary:hover::after {
  border-bottom-color: #ead138;
}

/* line 768, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.card.card-hover-border-primary:hover,
.card .card-hover-border-primary:hover {
  border-color: #f4a2c1;
}

/* line 773, app/assets/stylesheets/css/rtl/theme-raspberry.css */
html:not([dir=rtl]) .border-primary,
html[dir=rtl] .border-primary {
  border-color: #ead138 !important;
}

/* line 778, app/assets/stylesheets/css/rtl/theme-raspberry.css */
a {
  color: #ead138;
}

/* line 781, app/assets/stylesheets/css/rtl/theme-raspberry.css */
a:hover {
  color: #8a8a88;
}

/* line 785, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.fill-primary {
  fill: #ead138;
}

/* line 789, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.noUi-primary .noUi-base .noUi-connect {
  background: #ead138 !important;
}

/* line 792, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.noUi-primary .noUi-base .noUi-touch-area {
  background-color: #ead138 !important;
}

/* line 796, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.select2-container--default.select2-container--focus .select2-selection, .select2-container--default.select2-container--open .select2-selection {
  border-color: #ead138 !important;
}

/* line 800, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.select2-primary .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: rgba(227, 11, 92, 0.08) !important;
  color: #ead138 !important;
}

/* line 804, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.select2-primary .select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
  background: rgba(227, 11, 92, 0.16) !important;
}

/* line 808, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.tagify--focus {
  border-color: #ead138 !important;
}

/* line 812, app/assets/stylesheets/css/rtl/theme-raspberry.css */
table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  background-color: #ead138;
  border: 2px solid #fff;
  box-shadow: 0 0 3px rgba(38, 60, 85, 0.8);
}

/* line 819, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.bootstrap-select .dropdown-menu.inner a[aria-selected=true] {
  background: rgba(227, 11, 92, 0.08) !important;
  color: #ead138 !important;
}

/* line 823, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.bootstrap-select .dropdown-toggle.show {
  border-color: #ead138;
}

/* line 827, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.datepicker table tr td.active, .datepicker table tr td.active.highlighted,
.datepicker table tr td .focused,
.datepicker table tr td span.active,
.datepicker table tr td span.active.disabled, .datepicker table tr td.range-start, .datepicker table tr td.range-end {
  background: #ead138 !important;
  color: #fff !important;
}

/* line 834, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.datepicker table tr td.range, .datepicker table tr td.range.highlighted, .datepicker table tr td.range.today {
  color: #ead138 !important;
  background: #fdebf2 !important;
}

/* line 838, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.datepicker table tr td.range.focused, .datepicker table tr td.range.highlighted.focused, .datepicker table tr td.range.today.focused {
  background: #facfe0 !important;
}

/* line 841, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.datepicker table tr td.range.disabled, .datepicker table tr td.range.highlighted.disabled, .datepicker table tr td.range.today.disabled {
  background: rgba(253, 235, 242, 0.5) !important;
  color: rgba(38, 60, 85, 0.5) !important;
}

/* line 845, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.datepicker table tr td.today:not(.active) {
  box-shadow: 0 0 0 1px #ead138 inset;
}

/* line 848, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.datepicker table th.prev, .datepicker table th.next {
  border: 1px solid #ead138;
}

/* line 851, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.datepicker table th.prev::after, .datepicker table th.next::after {
  color: #ead138;
  border-color: #ead138;
}

/* line 856, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.flatpickr-calendar .numInputWrapper span.arrowDown:after {
  border-top-color: #fff;
}

/* line 859, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.flatpickr-calendar .numInputWrapper span.arrowUp:after {
  border-bottom-color: #fff;
}

/* line 863, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.flatpickr-day.today {
  border-color: #ead138;
}

/* line 866, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.flatpickr-day.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange {
  color: #ead138 !important;
  background: #fdebf2 !important;
  border-color: #fdebf2 !important;
}

/* line 871, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.flatpickr-day.selected, .flatpickr-day.selected.inRange, .flatpickr-day.selected:focus, .flatpickr-day.selected:hover, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange, .flatpickr-day.startRange.inRange, .flatpickr-day.startRange:focus, .flatpickr-day.startRange:hover, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange, .flatpickr-day.endRange.inRange, .flatpickr-day.endRange:focus, .flatpickr-day.endRange:hover, .flatpickr-day.endRange.nextMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.week.selected {
  color: #fff !important;
  background: #ead138 !important;
  border-color: #ead138 !important;
}

/* line 877, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.flatpickr-prev-month,
.flatpickr-next-month {
  border: 1px solid #ead138;
}

/* line 881, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.flatpickr-prev-month svg,
.flatpickr-next-month svg {
  fill: #ead138;
  stroke: #ead138;
}

/* line 887, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.daterangepicker table thead th select,
.daterangepicker table thead td select {
  background-color: transparent;
}

/* line 892, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.daterangepicker td.active:not(.off) {
  background: #ead138 !important;
  color: #fff;
}

/* line 897, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.daterangepicker .calendar-table th.prev,
.daterangepicker .calendar-table th.next,
.daterangepicker .calendar-table th.prev:hover,
.daterangepicker .calendar-table th.next:hover {
  border: 1px solid #ead138;
}

/* line 903, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.daterangepicker .calendar-table th.prev span,
.daterangepicker .calendar-table th.next span,
.daterangepicker .calendar-table th.prev:hover span,
.daterangepicker .calendar-table th.next:hover span {
  border-color: #ead138;
}

/* line 910, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.daterangepicker .start-date:not(.end-date):not(.off),
.daterangepicker .end-date:not(.start-date):not(.off) {
  background-color: #ead138;
  color: #fff;
  border: 0 !important;
}

/* line 916, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.daterangepicker .start-date:not(.end-date):not(.off):hover,
.daterangepicker .end-date:not(.start-date):not(.off):hover {
  background-color: #ead138 !important;
}

/* line 921, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.daterangepicker .input-mini.active {
  border-color: #ead138 !important;
}

/* line 925, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.daterangepicker td.in-range:not(.start-date):not(.end-date):not(.off) {
  color: #ead138 !important;
  background-color: #fdebf2 !important;
}

/* line 930, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.ranges li.active {
  color: #ead138 !important;
  background-color: #fdebf2 !important;
}

/* line 935, app/assets/stylesheets/css/rtl/theme-raspberry.css */
li.ui-timepicker-selected,
.ui-timepicker-list .ui-timepicker-selected:hover {
  color: #ead138 !important;
  background: rgba(227, 11, 92, 0.08) !important;
}

/* line 941, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.ql-snow.ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar button:hover,
.ql-snow .ql-toolbar button:focus,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #ead138 !important;
}

/* line 957, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #ead138 !important;
}

/* line 987, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #ead138 !important;
}

/* line 1018, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.tt-suggestion:active,
.tt-cursor {
  background: rgba(227, 11, 92, 0.08) !important;
  color: #ead138 !important;
}

/* line 1024, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.dropzone.dz-drag-hover {
  border-color: #ead138 !important;
}

/* line 1028, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #ead138 !important;
}

/* line 1033, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.sk-primary.sk-plane,
.sk-primary .sk-chase-dot:before,
.sk-primary .sk-bounce-dot,
.sk-primary .sk-wave-rect,
.sk-primary.sk-pulse,
.sk-primary .sk-swing-dot,
.sk-primary .sk-circle-dot:before,
.sk-primary .sk-circle-fade-dot:before,
.sk-primary .sk-grid-cube,
.sk-primary .sk-fold-cube:before {
  background-color: #ead138;
}

/* line 1046, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.plyr input[type=range]::-ms-fill-lower {
  background: #ead138 !important;
}

/* line 1050, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.plyr input[type=range]:active::-webkit-slider-thumb {
  background: #ead138 !important;
}

/* line 1053, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.plyr input[type=range]:active::-moz-range-thumb {
  background: #ead138 !important;
}

/* line 1056, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.plyr input[type=range]:active::-ms-thumb {
  background: #ead138 !important;
}

/* line 1060, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.plyr--video .plyr__control.plyr__control--overlaid,
.plyr--video .plyr__controls button.tab-focus:focus,
.plyr--video .plyr__control[aria-expanded=true],
.plyr--video .plyr__controls button:hover {
  background: #ead138 !important;
  color: #fff !important;
}

/* line 1068, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.plyr--audio .plyr__controls button.tab-focus:focus,
.plyr--audio .plyr__control[aria-expanded=true],
.plyr--audio .plyr__controls button:hover {
  background: #ead138 !important;
  color: #fff !important;
}

/* line 1075, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.plyr__play-large {
  background: #ead138 !important;
  color: #fff !important;
}

/* line 1080, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.plyr__progress--played,
.plyr__volume--display {
  color: #ead138 !important;
}

/* line 1085, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.plyr--full-ui input[type=range] {
  color: #ead138 !important;
}

/* line 1089, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: #ead138 !important;
}

/* line 1093, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.fc .fc-event-primary:not(.fc-list-event) {
  background-color: #fbd8e5 !important;
  color: #ead138 !important;
}

/* line 1097, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.fc .fc-event-primary.fc-list-event .fc-list-event-dot {
  border-color: #ead138 !important;
}

/* line 1100, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.fc .fc-button-primary:not(.fc-prev-button):not(.fc-next-button) {
  color: #ead138;
  border-color: transparent;
  background: #fbd8e5;
}

/* line 1105, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.fc .fc-button-primary:not(.fc-prev-button):not(.fc-next-button):hover {
  border-color: transparent !important;
  background: #ead138 !important;
  color: #fff !important;
}

/* line 1110, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.fc .fc-button-primary:not(.fc-prev-button):not(.fc-next-button):focus, .fc .fc-button-primary.focus:not(.fc-prev-button):not(.fc-next-button) {
  color: #fff;
  background: #c1094e;
  box-shadow: none !important;
}

/* line 1115, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.fc .fc-button-primary:not(.fc-prev-button):not(.fc-next-button):active, .fc .fc-button-primary.active:not(.fc-prev-button):not(.fc-next-button), .fc .fc-button-primary.show.dropdown-toggle:not(.fc-prev-button):not(.fc-next-button), .show > .fc .fc-button-primary.dropdown-toggle:not(.fc-prev-button):not(.fc-next-button) {
  color: #fff !important;
  background-color: #c1094e !important;
  border-color: transparent !important;
}

/* line 1120, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.fc .fc-button-primary:not(.fc-prev-button):not(.fc-next-button):active:focus, .fc .fc-button-primary.active:not(.fc-prev-button):not(.fc-next-button):focus, .fc .fc-button-primary.show.dropdown-toggle:not(.fc-prev-button):not(.fc-next-button):focus, .show > .fc .fc-button-primary.dropdown-toggle:not(.fc-prev-button):not(.fc-next-button):focus {
  box-shadow: none;
}

/* line 1123, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.fc .fc-button-primary.disabled:not(.fc-prev-button):not(.fc-next-button), .fc .fc-button-primary:not(.fc-prev-button):not(.fc-next-button):disabled {
  color: #ead138 !important;
  border-color: transparent !important;
  background: #fbd8e5 !important;
  box-shadow: none !important;
}

/* line 1129, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.fc .btn-group .fc-button-primary:not(.fc-prev-button):not(.fc-next-button),
.fc .input-group .fc-button-primary:not(.fc-prev-button):not(.fc-next-button) {
  border-right: var(--bs-border-width) solid #c1094e;
  border-left: var(--bs-border-width) solid #c1094e;
}

/* line 1134, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.fc .btn-group-vertical .fc-button-primary:not(.fc-prev-button):not(.fc-next-button) {
  border-top-color: #c1094e;
  border-bottom-color: #c1094e;
}

/* line 1138, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.fc .fc-button-primary.fc-button-active:not(.fc-prev-button):not(.fc-next-button) {
  background-color: #ead138 !important;
  border-color: #ead138 !important;
  color: #fff;
}

/* line 1144, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.swal2-progress-steps[class] .swal2-progress-step.swal2-active-progress-step,
.swal2-progress-steps[class] .swal2-progress-step-line,
.swal2-progress-steps[class] .swal2-active-progress-step,
.swal2-progress-steps[class] .swal2-progress-step {
  background: #ead138;
  color: #fff;
}

/* line 1152, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.swal2-progress-steps[class] .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step,
.swal2-progress-steps[class] .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: #fbdae7;
}

/* line 1157, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.pcr-app .pcr-type.active,
.pcr-app .pcr-save {
  background: #ead138 !important;
}

/* line 1162, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.icon-card.active {
  outline: 1px solid #ead138;
}

/* line 1165, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.icon-card.active i,
.icon-card.active svg {
  color: #ead138;
}

/* line 1170, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.shepherd-element[data-popper-placement=bottom] .shepherd-arrow:before {
  background-color: #ead138 !important;
  border-color: #ead138;
}

/* line 1174, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.shepherd-element .shepherd-header {
  background: #ead138 !important;
  color: #fff;
}

/* line 1178, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.shepherd-element .shepherd-header .shepherd-title,
.shepherd-element .shepherd-header .shepherd-cancel-icon {
  color: #fff !important;
}

/* line 1182, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.shepherd-element .shepherd-button.btn-primary:not(:disabled), .shepherd-element .shepherd-button.btn-primary.dropdown-toggle[data-trigger=hover]:not(:disabled):not(.show) {
  color: #fff;
  background-color: #ead138;
  border-color: #ead138;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}

/* line 1188, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.shepherd-element .shepherd-button.btn-primary:not(:disabled):hover, .shepherd-element .shepherd-button.btn-primary.show.dropdown-toggle[data-trigger=hover]:not(:disabled):hover {
  color: #fff !important;
  background-color: #73661d !important;
  border-color: #73661d !important;
  box-shadow: 0 0.25rem 1rem rgba(147, 158, 170, 0.45) !important;
}

/* line 1194, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.btn-check:focus + .shepherd-element .shepherd-button.btn-primary:not(:disabled), .shepherd-element .shepherd-button.btn-primary:not(:disabled):focus, .shepherd-element .shepherd-button.btn-primary.focus:not(:disabled) {
  color: #fff;
  background-color: #c1094e;
  border-color: #c1094e;
  box-shadow: none;
}

/* line 1200, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.btn-check:checked + .shepherd-element .shepherd-button.btn-primary:not(:disabled), .btn-check:active + .shepherd-element .shepherd-button.btn-primary:not(:disabled), .shepherd-element .shepherd-button.btn-primary:not(:disabled):active, .shepherd-element .shepherd-button.btn-primary.active:not(:disabled), .shepherd-element .shepherd-button.btn-primary.show.dropdown-toggle:not(:disabled), .show > .shepherd-element .shepherd-button.btn-primary.dropdown-toggle:not(:disabled) {
  color: #fff !important;
  background-color: #c1094e !important;
  border-color: #c1094e !important;
}

/* line 1205, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.btn-check:checked + .shepherd-element .shepherd-button.btn-primary:not(:disabled):focus, .btn-check:active + .shepherd-element .shepherd-button.btn-primary:not(:disabled):focus, .shepherd-element .shepherd-button.btn-primary:not(:disabled):active:focus, .shepherd-element .shepherd-button.btn-primary.active:not(:disabled):focus, .shepherd-element .shepherd-button.btn-primary.show.dropdown-toggle:not(:disabled):focus, .show > .shepherd-element .shepherd-button.btn-primary.dropdown-toggle:not(:disabled):focus {
  box-shadow: none;
}

/* line 1208, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.shepherd-element .shepherd-button.btn-primary.disabled:not(:disabled), .shepherd-element .shepherd-button.btn-primary:not(:disabled):disabled {
  color: #fff !important;
  background-color: #ead138 !important;
  border-color: #ead138 !important;
  box-shadow: none !important;
}

/* line 1214, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.shepherd-element .btn-group .shepherd-button.btn-primary:not(:disabled),
.shepherd-element .input-group .shepherd-button.btn-primary:not(:disabled) {
  border-right: var(--bs-border-width) solid #c1094e;
  border-left: var(--bs-border-width) solid #c1094e;
}

/* line 1219, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.shepherd-element .btn-group-vertical .shepherd-button.btn-primary:not(:disabled) {
  border-top-color: #c1094e;
  border-bottom-color: #c1094e;
}

/* line 1223, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.shepherd-element .shepherd-button.btn-label-secondary:not(:disabled) {
  color: #8a8a88;
  border-color: transparent;
  background: #e7ebef;
}

/* line 1228, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.shepherd-element .shepherd-button.btn-label-secondary:not(:disabled):hover {
  border-color: transparent !important;
  background: #8a8a88 !important;
  color: #fff !important;
}

/* line 1233, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.shepherd-element .shepherd-button.btn-label-secondary:not(:disabled):focus, .shepherd-element .shepherd-button.btn-label-secondary.focus:not(:disabled) {
  color: #fff;
  background: #596d83;
  box-shadow: none !important;
}

/* line 1238, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.shepherd-element .shepherd-button.btn-label-secondary:not(:disabled):active, .shepherd-element .shepherd-button.btn-label-secondary.active:not(:disabled), .shepherd-element .shepherd-button.btn-label-secondary.show.dropdown-toggle:not(:disabled), .show > .shepherd-element .shepherd-button.btn-label-secondary.dropdown-toggle:not(:disabled) {
  color: #fff !important;
  background-color: #596d83 !important;
  border-color: transparent !important;
}

/* line 1243, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.shepherd-element .shepherd-button.btn-label-secondary:not(:disabled):active:focus, .shepherd-element .shepherd-button.btn-label-secondary.active:not(:disabled):focus, .shepherd-element .shepherd-button.btn-label-secondary.show.dropdown-toggle:not(:disabled):focus, .show > .shepherd-element .shepherd-button.btn-label-secondary.dropdown-toggle:not(:disabled):focus {
  box-shadow: none;
}

/* line 1246, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.shepherd-element .shepherd-button.btn-label-secondary.disabled:not(:disabled), .shepherd-element .shepherd-button.btn-label-secondary:not(:disabled):disabled {
  color: #8a8a88 !important;
  border-color: transparent !important;
  background: #e7ebef !important;
  box-shadow: none !important;
}

/* line 1252, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.shepherd-element .btn-group .shepherd-button.btn-label-secondary:not(:disabled),
.shepherd-element .input-group .shepherd-button.btn-label-secondary:not(:disabled) {
  border-right: var(--bs-border-width) solid #596d83;
  border-left: var(--bs-border-width) solid #596d83;
}

/* line 1257, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.shepherd-element .btn-group-vertical .shepherd-button.btn-label-secondary:not(:disabled) {
  border-top-color: #596d83;
  border-bottom-color: #596d83;
}

/* line 1262, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.bs-stepper .step.active .bs-stepper-circle {
  background-color: #ead138 !important;
  color: #fff;
}

/* line 1266, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.bs-stepper .step.active .bs-stepper-label {
  color: #ead138 !important;
}

/* line 1269, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.bs-stepper .step.active .bs-stepper-icon svg {
  fill: #ead138 !important;
}

/* line 1272, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.bs-stepper .step.active .step-trigger::after {
  background-color: #ead138;
}

/* line 1275, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.bs-stepper .step.crossed .step-trigger .bs-stepper-circle {
  border-color: #ead138 !important;
  color: #ead138 !important;
}

/* line 1279, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.bs-stepper .step.crossed .step-trigger .bs-stepper-icon svg {
  fill: #ead138 !important;
}

/* line 1282, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.bs-stepper .step.crossed .step-trigger::after {
  background-color: #ead138;
}

/* line 1285, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.bs-stepper .step.crossed + .line::before {
  background-color: #ead138 !important;
}

/* line 1288, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.bs-stepper .step.crossed + .line svg {
  fill: #ead138;
}

/* line 1291, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.bs-stepper .step.crossed + .line i {
  color: #ead138;
}

/* line 1294, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.bs-stepper.wizard-icons .step.crossed .step-trigger .bs-stepper-label {
  color: #ead138 !important;
}

/* line 1297, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.bs-stepper .step-trigger:focus {
  color: #ead138;
}

/* line 1300, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.bs-stepper .step-trigger:focus svg {
  fill: #ead138 !important;
}

/* line 1304, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.app-chat .sidebar-body .chat-contact-list li.active {
  background-color: #ead138;
}

/* line 1307, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.app-chat .app-chat-history .chat-history .chat-message.chat-message-right .chat-message-text {
  background-color: #ead138 !important;
}

/* line 1311, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.navbar.landing-navbar .navbar-nav .show > .nav-link,
.navbar.landing-navbar .navbar-nav .active > .nav-link,
.navbar.landing-navbar .navbar-nav .nav-link.show,
.navbar.landing-navbar .navbar-nav .nav-link.active,
.navbar.landing-navbar .navbar-nav .nav-link:hover {
  color: #ead138 !important;
}

/* line 1319, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.landing-features .features-icon-wrapper .features-icon-box .features-icon {
  border: 2px solid rgba(227, 11, 92, 0.2);
}

/* line 1322, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.landing-features .features-icon-wrapper .features-icon-box:hover .features-icon {
  background-color: rgba(227, 11, 92, 0.05);
}

/* line 1326, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.bg-navbar-theme {
  background-color: #f3f4f4 !important;
  color: #677788;
}

/* line 1330, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.bg-navbar-theme .navbar-brand,
.bg-navbar-theme .navbar-brand a {
  color: #516377;
}

/* line 1334, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.bg-navbar-theme .navbar-brand:hover, .bg-navbar-theme .navbar-brand:focus,
.bg-navbar-theme .navbar-brand a:hover,
.bg-navbar-theme .navbar-brand a:focus {
  color: #516377;
}

/* line 1339, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.bg-navbar-theme .navbar-search-wrapper .navbar-search-icon,
.bg-navbar-theme .navbar-search-wrapper .search-input {
  color: #677788;
}

/* line 1343, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.bg-navbar-theme .search-input-wrapper .search-input,
.bg-navbar-theme .search-input-wrapper .search-toggler {
  background-color: #f3f4f4 !important;
  color: #677788;
}

/* line 1348, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.bg-navbar-theme .navbar-nav > .nav-link,
.bg-navbar-theme .navbar-nav > .nav-item > .nav-link,
.bg-navbar-theme .navbar-nav > .nav > .nav-item > .nav-link {
  color: #677788;
}

/* line 1353, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.bg-navbar-theme .navbar-nav > .nav-link:hover, .bg-navbar-theme .navbar-nav > .nav-link:focus,
.bg-navbar-theme .navbar-nav > .nav-item > .nav-link:hover,
.bg-navbar-theme .navbar-nav > .nav-item > .nav-link:focus,
.bg-navbar-theme .navbar-nav > .nav > .nav-item > .nav-link:hover,
.bg-navbar-theme .navbar-nav > .nav > .nav-item > .nav-link:focus {
  color: #516377;
}

/* line 1360, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.bg-navbar-theme .navbar-nav > .nav-link.disabled,
.bg-navbar-theme .navbar-nav > .nav-item > .nav-link.disabled,
.bg-navbar-theme .navbar-nav > .nav > .nav-item > .nav-link.disabled {
  color: #9fa9b3 !important;
}

/* line 1365, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.bg-navbar-theme .navbar-nav .show > .nav-link,
.bg-navbar-theme .navbar-nav .active > .nav-link,
.bg-navbar-theme .navbar-nav .nav-link.show,
.bg-navbar-theme .navbar-nav .nav-link.active {
  color: #516377;
}

/* line 1371, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.bg-navbar-theme .navbar-toggler {
  color: #677788;
  border-color: rgba(81, 99, 119, 0.0772155);
}

/* line 1375, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.bg-navbar-theme .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba(103, 119, 136, 0.75)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

/* line 1378, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.bg-navbar-theme .navbar-text {
  color: #677788;
}

/* line 1381, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.bg-navbar-theme .navbar-text a {
  color: #516377;
}

/* line 1384, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.bg-navbar-theme .navbar-text a:hover, .bg-navbar-theme .navbar-text a:focus {
  color: #516377;
}

/* line 1387, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.bg-navbar-theme hr {
  border-color: rgba(81, 99, 119, 0.0772155);
}

/* line 1391, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.layout-horizontal .layout-navbar {
  background-color: #fff !important;
  box-shadow: 0 1px 0 #d4d8dd;
}

/* line 1396, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.bg-menu-theme {
  background-color: #f3f4f4 !important;
  color: #677788;
}

/* line 1400, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.bg-menu-theme .menu-link,
.bg-menu-theme .menu-horizontal-prev,
.bg-menu-theme .menu-horizontal-next {
  color: #677788;
}

/* line 1405, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.bg-menu-theme .menu-link.active,
.bg-menu-theme .menu-horizontal-prev.active,
.bg-menu-theme .menu-horizontal-next.active {
  color: #ead138;
}

/* line 1410, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.bg-menu-theme .menu-item.disabled .menu-link,
.bg-menu-theme .menu-horizontal-prev.disabled,
.bg-menu-theme .menu-horizontal-next.disabled {
  color: #9fa9b3 !important;
}

/* line 1415, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.bg-menu-theme .menu-item.active > .menu-link:not(.menu-toggle) {
  color: #ead138;
  background-color: #f0cfdc;
}

/* line 1419, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.bg-menu-theme.menu-horizontal .menu-inner > .menu-item.active > .menu-link {
  background-color: #f0cfdc !important;
}

/* line 1422, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.bg-menu-theme.menu-horizontal .menu-sub > .menu-item.active > .menu-link:not(.menu-toggle) {
  background-color: transparent !important;
  color: #ead138 !important;
}

/* line 1426, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.bg-menu-theme .menu-inner > .menu-item.menu-item-closing .menu-item.open .menu-sub,
.bg-menu-theme .menu-inner > .menu-item.menu-item-closing .menu-item.open .menu-toggle {
  background: transparent;
  color: #677788;
}

/* line 1431, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.bg-menu-theme .menu-inner-shadow {
  background: linear-gradient(#f3f4f4 41%, rgba(243, 244, 244, 0.11) 95%, rgba(243, 244, 244, 0));
}

/* line 1434, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.bg-menu-theme .menu-text {
  color: #ead138;
}

/* line 1437, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.bg-menu-theme .menu-header {
  color: #8a96a3;
}

/* line 1440, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.bg-menu-theme hr,
.bg-menu-theme .menu-divider,
.bg-menu-theme .menu-inner > .menu-item.open > .menu-sub::before {
  border-color: transparent !important;
}

/* line 1445, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.bg-menu-theme .menu-inner > .menu-header::before {
  background-color: transparent;
}

/* line 1448, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.bg-menu-theme .menu-block::before {
  background-color: #8a96a3;
}

/* line 1451, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.bg-menu-theme .menu-inner > .menu-item.open .menu-item.open > .menu-toggle::before {
  background-color: #f0cfdc;
}

/* line 1454, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.bg-menu-theme .menu-inner > .menu-item.open .menu-item.active > .menu-link::before {
  background-color: #ead138;
}

/* line 1457, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.bg-menu-theme .ps__thumb-y,
.bg-menu-theme .ps__rail-y.ps--clicking > .ps__thumb-y {
  background: rgba(227, 11, 92, 0.217724) !important;
}

/* line 1462, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.layout-menu {
  box-shadow: 0 0 0 1px #d4d8dd;
}

/* line 1466, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.bg-menu-theme .menu-header {
  color: #a8b1bb;
}

/* line 1469, app/assets/stylesheets/css/rtl/theme-raspberry.css */
html:not(.layout-menu-collapsed) .bg-menu-theme .menu-inner .menu-item.open:not(.active) > .menu-link:hover, .layout-menu-hover.layout-menu-collapsed .bg-menu-theme .menu-inner .menu-item.open:not(.active) > .menu-link:hover,
html:not(.layout-menu-collapsed) .bg-menu-theme .menu-inner .menu-item:not(.active) .menu-link:hover,
.layout-menu-hover.layout-menu-collapsed .bg-menu-theme .menu-inner .menu-item:not(.active) .menu-link:hover {
  background-color: rgba(38, 60, 85, 0.04);
}

/* line 1474, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.bg-menu-theme .menu-inner .menu-sub > .menu-item.active > .menu-link.menu-toggle,
.bg-menu-theme .menu-inner .menu-sub > .menu-item.open > .menu-link.menu-toggle {
  background-color: rgba(38, 60, 85, 0.04);
}

/* line 1478, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.bg-menu-theme .menu-inner .menu-sub > .menu-item.active > .menu-link.menu-toggle .menu-icon,
.bg-menu-theme .menu-inner .menu-sub > .menu-item.open > .menu-link.menu-toggle .menu-icon {
  color: #ead138;
}

/* line 1482, app/assets/stylesheets/css/rtl/theme-raspberry.css */
html:not(.layout-menu-collapsed) .bg-menu-theme .menu-inner > .menu-item.open:not(.active), .layout-menu-hover.layout-menu-collapsed .bg-menu-theme .menu-inner > .menu-item.open:not(.active) {
  background-color: #eceded;
}

/* line 1485, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.bg-menu-theme .menu-inner > .menu-item.active {
  background-color: #eceded;
}

/* line 1488, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-expanded) .bg-menu-theme .menu-inner > .menu-item.active {
  background-color: #f0cfdc !important;
}

/* line 1491, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-expanded) .bg-menu-theme .menu-inner > .menu-item.active .menu-link {
  color: #ead138;
}

/* line 1494, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.bg-menu-theme .menu-sub > .menu-item > .menu-link:before {
  background-color: #a8b1bb !important;
}

/* line 1497, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.bg-menu-theme .menu-sub > .menu-item.active > .menu-link:not(.menu-toggle):before {
  background-color: #ead138 !important;
}

/* line 1500, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.bg-menu-theme .menu-inner > .menu-header::before {
  background-color: #a8b1bb;
}

/* line 1503, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.bg-menu-theme.menu-horizontal {
  background-color: #fff !important;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}

/* line 1507, app/assets/stylesheets/css/rtl/theme-raspberry.css */
html:not(.layout-menu-collapsed) .bg-menu-theme.menu-horizontal .menu-inner .menu-item.open:not(.active) > .menu-link, .layout-menu-hover.layout-menu-collapsed .bg-menu-theme.menu-horizontal .menu-inner .menu-item.open:not(.active) > .menu-link,
html:not(.layout-menu-collapsed) .bg-menu-theme.menu-horizontal .menu-inner .menu-item:not(.active) .menu-link:hover,
.layout-menu-hover.layout-menu-collapsed .bg-menu-theme.menu-horizontal .menu-inner .menu-item:not(.active) .menu-link:hover,
html:not(.layout-menu-collapsed) .bg-menu-theme.menu-horizontal .menu-inner .menu-item.active .menu-link:not(.menu-toggle):hover,
.layout-menu-hover.layout-menu-collapsed .bg-menu-theme.menu-horizontal .menu-inner .menu-item.active .menu-link:not(.menu-toggle):hover {
  background-color: rgba(38, 60, 85, 0.06) !important;
  color: #516377;
}

/* line 1515, app/assets/stylesheets/css/rtl/theme-raspberry.css */
html:not(.layout-menu-collapsed) .bg-menu-theme.menu-horizontal .menu-inner > .menu-item.open:not(.active) {
  background-color: transparent;
}

/* line 1518, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.bg-menu-theme.menu-horizontal .menu-inner .menu-item:not(.menu-item-closing) > .menu-sub {
  background: #fff !important;
}

/* line 1521, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.bg-menu-theme.menu-horizontal .menu-inner .menu-sub > .menu-item.active > .menu-link.menu-toggle,
.bg-menu-theme.menu-horizontal .menu-inner .menu-sub > .menu-item.open > .menu-link.menu-toggle {
  background-color: rgba(38, 60, 85, 0.06) !important;
}

/* line 1525, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.bg-menu-theme.menu-horizontal .menu-inner .menu-sub > .menu-item.open:not(.active) .menu-link.menu-toggle .menu-icon {
  color: #677788;
}

/* line 1528, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.bg-menu-theme.menu-horizontal .menu-inner > .menu-item.active > .menu-link {
  color: #ead138;
}

/* line 1532, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.timeline .timeline-item .timeline-event:after {
  content: "";
}

/* line 1536, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.app-brand .layout-menu-toggle i {
  color: #ead138;
}

/* line 1540, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.bg-footer-theme {
  background-color: #f3f4f4 !important;
  color: #677788;
}

/* line 1544, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.bg-footer-theme .footer-link {
  color: #677788;
}

/* line 1547, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.bg-footer-theme .footer-link:hover, .bg-footer-theme .footer-link:focus {
  color: #516377;
}

/* line 1550, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.bg-footer-theme .footer-link.disabled {
  color: #9fa9b3 !important;
}

/* line 1553, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.bg-footer-theme .footer-text {
  color: #516377;
}

/* line 1556, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.bg-footer-theme .show > .footer-link,
.bg-footer-theme .active > .footer-link,
.bg-footer-theme .footer-link.show,
.bg-footer-theme .footer-link.active {
  color: #516377;
}

/* line 1562, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.bg-footer-theme hr {
  border-color: rgba(81, 99, 119, 0.0772155);
}

/* line 1566, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.card {
  box-shadow: none;
  border: 1px solid #d4d8dd;
}

/* line 1571, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.accordion .accordion-item {
  border-top: 0 solid #d4d8dd;
}

/* line 1575, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.bs-stepper:not(.wizard-modern) {
  border: 1px solid #d4d8dd;
  border-radius: 0.3125rem;
}

/* line 1579, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.modal .modal-body .bs-stepper:not(.wizard-modern) {
  border-width: 0;
}

/* line 1583, app/assets/stylesheets/css/rtl/theme-raspberry.css */
.bs-stepper.wizard-modern .bs-stepper-content {
  box-shadow: none !important;
  border: 1px solid #d4d8dd;
  border-radius: 0.3125rem;
}

/*!
 * Bootstrap  v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
/* line 7, app/assets/stylesheets/css/rtl/core.css */
:root,
[data-bs-theme=light] {
  --bs-blue: #ead138;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #e83e8c;
  --bs-red: #ff5b5c;
  --bs-orange: #fd7e14;
  --bs-yellow: #fdac41;
  --bs-green: #39da8a;
  --bs-teal: #20c997;
  --bs-cyan: #00cfdd;
  --bs-black: #263c55;
  --bs-white: #fff;
  --bs-gray: rgba(38, 60, 85, 0.6);
  --bs-gray-dark: rgba(38, 60, 85, 0.8);
  --bs-gray-25: rgba(38, 60, 85, 0.025);
  --bs-gray-50: rgba(38, 60, 85, 0.06);
  --bs-primary: #ead138;
  --bs-secondary: #8a8a88;
  --bs-success: #39da8a;
  --bs-info: #00cfdd;
  --bs-warning: #fdac41;
  --bs-danger: #ff5b5c;
  --bs-light: #e5e9ed;
  --bs-dark: #495563;
  --bs-gray: rgba(38, 60, 85, 0.5);
  --bs-primary-rgb: 234, 209, 56;
  --bs-secondary-rgb: 105, 128, 154;
  --bs-success-rgb: 57, 218, 138;
  --bs-info-rgb: 0, 207, 221;
  --bs-warning-rgb: 253, 172, 65;
  --bs-danger-rgb: 255, 91, 92;
  --bs-light-rgb: 229, 233, 237;
  --bs-dark-rgb: 73, 85, 99;
  --bs-gray-rgb: 38, 60, 85;
  --bs-primary-text-emphasis: #24385f;
  --bs-secondary-text-emphasis: #2a333e;
  --bs-success-text-emphasis: #175737;
  --bs-info-text-emphasis: #005358;
  --bs-warning-text-emphasis: #65451a;
  --bs-danger-text-emphasis: #662425;
  --bs-light-text-emphasis: rgba(38, 60, 85, 0.7);
  --bs-dark-text-emphasis: rgba(38, 60, 85, 0.7);
  --bs-primary-bg-subtle: #dee8fc;
  --bs-secondary-bg-subtle: #e1e6eb;
  --bs-success-bg-subtle: #d7f8e8;
  --bs-info-bg-subtle: #ccf5f8;
  --bs-warning-bg-subtle: #ffeed9;
  --bs-danger-bg-subtle: #ffdede;
  --bs-light-bg-subtle: rgba(244, 245, 247, 0.55);
  --bs-dark-bg-subtle: rgba(38, 60, 85, 0.4);
  --bs-primary-border-subtle: #bdd1f8;
  --bs-secondary-border-subtle: #c3ccd7;
  --bs-success-border-subtle: #b0f0d0;
  --bs-info-border-subtle: #99ecf1;
  --bs-warning-border-subtle: #fedeb3;
  --bs-danger-border-subtle: #ffbdbe;
  --bs-light-border-subtle: rgba(38, 60, 85, 0.2);
  --bs-dark-border-subtle: rgba(38, 60, 85, 0.5);
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 38, 60, 85;
  --bs-font-sans-serif: "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  --bs-font-monospace: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-root-font-size: 16px;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 0.9375rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.47;
  --bs-body-color: #677788;
  --bs-body-color-rgb: 103, 119, 136;
  --bs-body-bg: #f2f2f6;
  --bs-body-bg-rgb: 242, 242, 246;
  --bs-emphasis-color: #263c55;
  --bs-emphasis-color-rgb: 38, 60, 85;
  --bs-secondary-color: rgba(103, 119, 136, 0.75);
  --bs-secondary-color-rgb: 103, 119, 136;
  --bs-secondary-bg: rgba(38, 60, 85, 0.2);
  --bs-secondary-bg-rgb: 38, 60, 85;
  --bs-tertiary-color: rgba(103, 119, 136, 0.5);
  --bs-tertiary-color-rgb: 103, 119, 136;
  --bs-tertiary-bg: rgba(38, 60, 85, 0.1);
  --bs-tertiary-bg-rgb: 38, 60, 85;
  --bs-heading-color: #516377;
  --bs-link-color: #ead138;
  --bs-link-color-rgb: 234, 209, 56;
  --bs-link-decoration: none;
  --bs-link-hover-color: #517fd6;
  --bs-link-hover-color-rgb: 81, 127, 214;
  --bs-code-color: #e83e8c;
  --bs-highlight-color: #677788;
  --bs-highlight-bg: #ffeed9;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #d4d8dd;
  --bs-border-color-translucent: rgba(38, 60, 85, 0.175);
  --bs-border-radius: 0.25rem;
  --bs-border-radius-sm: 0.1875rem;
  --bs-border-radius-lg: 0.3125rem;
  --bs-border-radius-xl: 0.375rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.25rem 1rem rgba(147, 158, 170, 0.45);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
  --bs-box-shadow-lg: 0 0.625rem 1.25rem rgba(147, 158, 170, 0.5);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(38, 60, 85, 0.075);
  --bs-focus-ring-width: 0.15rem;
  --bs-focus-ring-opacity: 0.75;
  --bs-focus-ring-color: rgba(38, 60, 85, 0.75);
  --bs-form-valid-color: #39da8a;
  --bs-form-valid-border-color: #39da8a;
  --bs-form-invalid-color: #ff5b5c;
  --bs-form-invalid-border-color: #ff5b5c;
}

/* line 124, app/assets/stylesheets/css/rtl/core.css */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 130, app/assets/stylesheets/css/rtl/core.css */
:root {
  font-size: var(--bs-root-font-size);
}

@media (prefers-reduced-motion: no-preference) {
  /* line 134, app/assets/stylesheets/css/rtl/core.css */
  :root {
    scroll-behavior: smooth;
  }
}

/* line 139, app/assets/stylesheets/css/rtl/core.css */
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(38, 60, 85, 0);
}

/* line 152, app/assets/stylesheets/css/rtl/core.css */
hr {
  margin: 1rem 0;
  color: #d4d8dd;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 1;
}

/* line 160, app/assets/stylesheets/css/rtl/core.css */
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: "Nunito", sans-serif, serif;
  font-weight: 500;
  line-height: 1.1;
  color: var(--bs-heading-color);
}

/* line 169, app/assets/stylesheets/css/rtl/core.css */
h1, .h1 {
  font-size: calc(1.3625rem + 1.35vw);
}

@media (min-width: 1200px) {
  /* line 173, app/assets/stylesheets/css/rtl/core.css */
  h1, .h1 {
    font-size: 2.375rem;
  }
}

/* line 178, app/assets/stylesheets/css/rtl/core.css */
h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  /* line 182, app/assets/stylesheets/css/rtl/core.css */
  h2, .h2 {
    font-size: 2rem;
  }
}

/* line 187, app/assets/stylesheets/css/rtl/core.css */
h3, .h3 {
  font-size: calc(1.2875rem + 0.45vw);
}

@media (min-width: 1200px) {
  /* line 191, app/assets/stylesheets/css/rtl/core.css */
  h3, .h3 {
    font-size: 1.625rem;
  }
}

/* line 196, app/assets/stylesheets/css/rtl/core.css */
h4, .h4 {
  font-size: calc(1.2625rem + 0.15vw);
}

@media (min-width: 1200px) {
  /* line 200, app/assets/stylesheets/css/rtl/core.css */
  h4, .h4 {
    font-size: 1.375rem;
  }
}

/* line 205, app/assets/stylesheets/css/rtl/core.css */
h5, .h5 {
  font-size: 1.125rem;
}

/* line 209, app/assets/stylesheets/css/rtl/core.css */
h6, .h6 {
  font-size: 0.9375rem;
}

/* line 213, app/assets/stylesheets/css/rtl/core.css */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 218, app/assets/stylesheets/css/rtl/core.css */
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 224, app/assets/stylesheets/css/rtl/core.css */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 230, app/assets/stylesheets/css/rtl/core.css */
ol,
ul {
  padding-left: 2rem;
}

/* line 235, app/assets/stylesheets/css/rtl/core.css */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 242, app/assets/stylesheets/css/rtl/core.css */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 249, app/assets/stylesheets/css/rtl/core.css */
dt {
  font-weight: 500;
}

/* line 253, app/assets/stylesheets/css/rtl/core.css */
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

/* line 258, app/assets/stylesheets/css/rtl/core.css */
blockquote {
  margin: 0 0 1rem;
}

/* line 262, app/assets/stylesheets/css/rtl/core.css */
b,
strong {
  font-weight: bolder;
}

/* line 267, app/assets/stylesheets/css/rtl/core.css */
small, .small {
  font-size: 85%;
}

/* line 271, app/assets/stylesheets/css/rtl/core.css */
mark, .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

/* line 277, app/assets/stylesheets/css/rtl/core.css */
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

/* line 285, app/assets/stylesheets/css/rtl/core.css */
sub {
  bottom: -0.25em;
}

/* line 289, app/assets/stylesheets/css/rtl/core.css */
sup {
  top: -0.5em;
}

/* line 293, app/assets/stylesheets/css/rtl/core.css */
a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: none;
}

/* line 297, app/assets/stylesheets/css/rtl/core.css */
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

/* line 301, app/assets/stylesheets/css/rtl/core.css */
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

/* line 306, app/assets/stylesheets/css/rtl/core.css */
pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

/* line 314, app/assets/stylesheets/css/rtl/core.css */
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 85%;
}

/* line 321, app/assets/stylesheets/css/rtl/core.css */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 327, app/assets/stylesheets/css/rtl/core.css */
code {
  font-size: 85%;
  color: var(--bs-code-color);
  word-wrap: break-word;
}

/* line 332, app/assets/stylesheets/css/rtl/core.css */
a > code {
  color: inherit;
}

/* line 336, app/assets/stylesheets/css/rtl/core.css */
kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 85%;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.1875rem;
}

/* line 343, app/assets/stylesheets/css/rtl/core.css */
kbd kbd {
  padding: 0;
  font-size: 1em;
}

/* line 348, app/assets/stylesheets/css/rtl/core.css */
figure {
  margin: 0 0 1rem;
}

/* line 352, app/assets/stylesheets/css/rtl/core.css */
img,
svg {
  vertical-align: middle;
}

/* line 357, app/assets/stylesheets/css/rtl/core.css */
table {
  caption-side: bottom;
  border-collapse: collapse;
}

/* line 362, app/assets/stylesheets/css/rtl/core.css */
caption {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  color: #a8b1bb;
  text-align: left;
}

/* line 369, app/assets/stylesheets/css/rtl/core.css */
th {
  font-weight: 500;
  text-align: inherit;
  text-align: -webkit-match-parent;
}

/* line 375, app/assets/stylesheets/css/rtl/core.css */
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

/* line 386, app/assets/stylesheets/css/rtl/core.css */
label {
  display: inline-block;
}

/* line 390, app/assets/stylesheets/css/rtl/core.css */
button {
  border-radius: 0;
}

/* line 394, app/assets/stylesheets/css/rtl/core.css */
button:focus:not(:focus-visible) {
  outline: 0;
}

/* line 398, app/assets/stylesheets/css/rtl/core.css */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 409, app/assets/stylesheets/css/rtl/core.css */
button,
select {
  text-transform: none;
}

/* line 414, app/assets/stylesheets/css/rtl/core.css */
[role=button] {
  cursor: pointer;
}

/* line 418, app/assets/stylesheets/css/rtl/core.css */
select {
  word-wrap: normal;
}

/* line 421, app/assets/stylesheets/css/rtl/core.css */
select:disabled {
  opacity: 1;
}

/* line 425, app/assets/stylesheets/css/rtl/core.css */
[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 429, app/assets/stylesheets/css/rtl/core.css */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/* line 435, app/assets/stylesheets/css/rtl/core.css */
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

/* line 442, app/assets/stylesheets/css/rtl/core.css */
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 447, app/assets/stylesheets/css/rtl/core.css */
textarea {
  resize: vertical;
}

/* line 451, app/assets/stylesheets/css/rtl/core.css */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 458, app/assets/stylesheets/css/rtl/core.css */
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 467, app/assets/stylesheets/css/rtl/core.css */
  legend {
    font-size: 1.5rem;
  }
}

/* line 471, app/assets/stylesheets/css/rtl/core.css */
legend + * {
  clear: left;
}

/* line 475, app/assets/stylesheets/css/rtl/core.css */
::-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 485, app/assets/stylesheets/css/rtl/core.css */
::-webkit-inner-spin-button {
  height: auto;
}

/* line 489, app/assets/stylesheets/css/rtl/core.css */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
/* line 502, app/assets/stylesheets/css/rtl/core.css */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 506, app/assets/stylesheets/css/rtl/core.css */
::-webkit-color-swatch-wrapper {
  padding: 0;
}

/* line 510, app/assets/stylesheets/css/rtl/core.css */
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 515, app/assets/stylesheets/css/rtl/core.css */
output {
  display: inline-block;
}

/* line 519, app/assets/stylesheets/css/rtl/core.css */
iframe {
  border: 0;
}

/* line 523, app/assets/stylesheets/css/rtl/core.css */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 528, app/assets/stylesheets/css/rtl/core.css */
progress {
  vertical-align: baseline;
}

/* line 532, app/assets/stylesheets/css/rtl/core.css */
[hidden] {
  display: none !important;
}

/* line 536, app/assets/stylesheets/css/rtl/core.css */
.lead {
  font-size: 1.0546875rem;
  font-weight: 400;
}

/* line 541, app/assets/stylesheets/css/rtl/core.css */
.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 500;
  line-height: 1.1;
}

@media (min-width: 1200px) {
  /* line 547, app/assets/stylesheets/css/rtl/core.css */
  .display-1 {
    font-size: 5rem;
  }
}

/* line 552, app/assets/stylesheets/css/rtl/core.css */
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 500;
  line-height: 1.1;
}

@media (min-width: 1200px) {
  /* line 558, app/assets/stylesheets/css/rtl/core.css */
  .display-2 {
    font-size: 4.5rem;
  }
}

/* line 563, app/assets/stylesheets/css/rtl/core.css */
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 500;
  line-height: 1.1;
}

@media (min-width: 1200px) {
  /* line 569, app/assets/stylesheets/css/rtl/core.css */
  .display-3 {
    font-size: 4rem;
  }
}

/* line 574, app/assets/stylesheets/css/rtl/core.css */
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 500;
  line-height: 1.1;
}

@media (min-width: 1200px) {
  /* line 580, app/assets/stylesheets/css/rtl/core.css */
  .display-4 {
    font-size: 3.5rem;
  }
}

/* line 585, app/assets/stylesheets/css/rtl/core.css */
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 500;
  line-height: 1.1;
}

@media (min-width: 1200px) {
  /* line 591, app/assets/stylesheets/css/rtl/core.css */
  .display-5 {
    font-size: 3rem;
  }
}

/* line 596, app/assets/stylesheets/css/rtl/core.css */
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 500;
  line-height: 1.1;
}

@media (min-width: 1200px) {
  /* line 602, app/assets/stylesheets/css/rtl/core.css */
  .display-6 {
    font-size: 2.5rem;
  }
}

/* line 607, app/assets/stylesheets/css/rtl/core.css */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 612, app/assets/stylesheets/css/rtl/core.css */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 617, app/assets/stylesheets/css/rtl/core.css */
.list-inline-item {
  display: inline-block;
}

/* line 620, app/assets/stylesheets/css/rtl/core.css */
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 624, app/assets/stylesheets/css/rtl/core.css */
.initialism {
  font-size: 85%;
  text-transform: uppercase;
}

/* line 629, app/assets/stylesheets/css/rtl/core.css */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.171875rem;
}

/* line 633, app/assets/stylesheets/css/rtl/core.css */
.blockquote > :last-child {
  margin-bottom: 0;
}

/* line 637, app/assets/stylesheets/css/rtl/core.css */
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 85%;
  color: rgba(38, 60, 85, 0.6);
}

/* line 643, app/assets/stylesheets/css/rtl/core.css */
.blockquote-footer::before {
  content: "— ";
}

/* line 647, app/assets/stylesheets/css/rtl/core.css */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 652, app/assets/stylesheets/css/rtl/core.css */
.img-thumbnail {
  padding: 0;
  background-color: transparent;
  border: 0px solid var(--bs-border-color);
  border-radius: 0px;
  max-width: 100%;
  height: auto;
}

/* line 661, app/assets/stylesheets/css/rtl/core.css */
.figure {
  display: inline-block;
}

/* line 665, app/assets/stylesheets/css/rtl/core.css */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 670, app/assets/stylesheets/css/rtl/core.css */
.figure-caption {
  font-size: 85%;
  color: #a8b1bb;
}

/* line 675, app/assets/stylesheets/css/rtl/core.css */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.875rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 692, app/assets/stylesheets/css/rtl/core.css */
  .container-sm, .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 697, app/assets/stylesheets/css/rtl/core.css */
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 702, app/assets/stylesheets/css/rtl/core.css */
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 707, app/assets/stylesheets/css/rtl/core.css */
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  /* line 712, app/assets/stylesheets/css/rtl/core.css */
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 100vw;
  }
}

/* line 716, app/assets/stylesheets/css/rtl/core.css */
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

/* line 725, app/assets/stylesheets/css/rtl/core.css */
.row {
  --bs-gutter-x: 1.625rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

/* line 734, app/assets/stylesheets/css/rtl/core.css */
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

/* line 743, app/assets/stylesheets/css/rtl/core.css */
.col {
  flex: 1 0 0%;
}

/* line 747, app/assets/stylesheets/css/rtl/core.css */
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

/* line 752, app/assets/stylesheets/css/rtl/core.css */
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

/* line 757, app/assets/stylesheets/css/rtl/core.css */
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

/* line 762, app/assets/stylesheets/css/rtl/core.css */
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

/* line 767, app/assets/stylesheets/css/rtl/core.css */
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

/* line 772, app/assets/stylesheets/css/rtl/core.css */
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

/* line 777, app/assets/stylesheets/css/rtl/core.css */
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

/* line 782, app/assets/stylesheets/css/rtl/core.css */
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

/* line 787, app/assets/stylesheets/css/rtl/core.css */
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

/* line 792, app/assets/stylesheets/css/rtl/core.css */
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

/* line 797, app/assets/stylesheets/css/rtl/core.css */
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

/* line 802, app/assets/stylesheets/css/rtl/core.css */
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

/* line 807, app/assets/stylesheets/css/rtl/core.css */
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

/* line 812, app/assets/stylesheets/css/rtl/core.css */
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

/* line 817, app/assets/stylesheets/css/rtl/core.css */
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

/* line 822, app/assets/stylesheets/css/rtl/core.css */
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

/* line 827, app/assets/stylesheets/css/rtl/core.css */
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

/* line 832, app/assets/stylesheets/css/rtl/core.css */
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

/* line 837, app/assets/stylesheets/css/rtl/core.css */
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

/* line 842, app/assets/stylesheets/css/rtl/core.css */
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

/* line 847, app/assets/stylesheets/css/rtl/core.css */
.offset-1 {
  margin-left: 8.33333333%;
}

/* line 851, app/assets/stylesheets/css/rtl/core.css */
.offset-2 {
  margin-left: 16.66666667%;
}

/* line 855, app/assets/stylesheets/css/rtl/core.css */
.offset-3 {
  margin-left: 25%;
}

/* line 859, app/assets/stylesheets/css/rtl/core.css */
.offset-4 {
  margin-left: 33.33333333%;
}

/* line 863, app/assets/stylesheets/css/rtl/core.css */
.offset-5 {
  margin-left: 41.66666667%;
}

/* line 867, app/assets/stylesheets/css/rtl/core.css */
.offset-6 {
  margin-left: 50%;
}

/* line 871, app/assets/stylesheets/css/rtl/core.css */
.offset-7 {
  margin-left: 58.33333333%;
}

/* line 875, app/assets/stylesheets/css/rtl/core.css */
.offset-8 {
  margin-left: 66.66666667%;
}

/* line 879, app/assets/stylesheets/css/rtl/core.css */
.offset-9 {
  margin-left: 75%;
}

/* line 883, app/assets/stylesheets/css/rtl/core.css */
.offset-10 {
  margin-left: 83.33333333%;
}

/* line 887, app/assets/stylesheets/css/rtl/core.css */
.offset-11 {
  margin-left: 91.66666667%;
}

/* line 891, app/assets/stylesheets/css/rtl/core.css */
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

/* line 896, app/assets/stylesheets/css/rtl/core.css */
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

/* line 901, app/assets/stylesheets/css/rtl/core.css */
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

/* line 906, app/assets/stylesheets/css/rtl/core.css */
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

/* line 911, app/assets/stylesheets/css/rtl/core.css */
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

/* line 916, app/assets/stylesheets/css/rtl/core.css */
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

/* line 921, app/assets/stylesheets/css/rtl/core.css */
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

/* line 926, app/assets/stylesheets/css/rtl/core.css */
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

/* line 931, app/assets/stylesheets/css/rtl/core.css */
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

/* line 936, app/assets/stylesheets/css/rtl/core.css */
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

/* line 941, app/assets/stylesheets/css/rtl/core.css */
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

/* line 946, app/assets/stylesheets/css/rtl/core.css */
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  /* line 952, app/assets/stylesheets/css/rtl/core.css */
  .col-sm {
    flex: 1 0 0%;
  }
  /* line 955, app/assets/stylesheets/css/rtl/core.css */
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 959, app/assets/stylesheets/css/rtl/core.css */
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 963, app/assets/stylesheets/css/rtl/core.css */
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 967, app/assets/stylesheets/css/rtl/core.css */
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 971, app/assets/stylesheets/css/rtl/core.css */
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 975, app/assets/stylesheets/css/rtl/core.css */
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 979, app/assets/stylesheets/css/rtl/core.css */
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 983, app/assets/stylesheets/css/rtl/core.css */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 987, app/assets/stylesheets/css/rtl/core.css */
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 991, app/assets/stylesheets/css/rtl/core.css */
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 995, app/assets/stylesheets/css/rtl/core.css */
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 999, app/assets/stylesheets/css/rtl/core.css */
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 1003, app/assets/stylesheets/css/rtl/core.css */
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 1007, app/assets/stylesheets/css/rtl/core.css */
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 1011, app/assets/stylesheets/css/rtl/core.css */
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 1015, app/assets/stylesheets/css/rtl/core.css */
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 1019, app/assets/stylesheets/css/rtl/core.css */
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 1023, app/assets/stylesheets/css/rtl/core.css */
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 1027, app/assets/stylesheets/css/rtl/core.css */
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 1031, app/assets/stylesheets/css/rtl/core.css */
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 1035, app/assets/stylesheets/css/rtl/core.css */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 1038, app/assets/stylesheets/css/rtl/core.css */
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  /* line 1041, app/assets/stylesheets/css/rtl/core.css */
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  /* line 1044, app/assets/stylesheets/css/rtl/core.css */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 1047, app/assets/stylesheets/css/rtl/core.css */
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  /* line 1050, app/assets/stylesheets/css/rtl/core.css */
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  /* line 1053, app/assets/stylesheets/css/rtl/core.css */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 1056, app/assets/stylesheets/css/rtl/core.css */
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  /* line 1059, app/assets/stylesheets/css/rtl/core.css */
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  /* line 1062, app/assets/stylesheets/css/rtl/core.css */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 1065, app/assets/stylesheets/css/rtl/core.css */
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  /* line 1068, app/assets/stylesheets/css/rtl/core.css */
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  /* line 1071, app/assets/stylesheets/css/rtl/core.css */
  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }
  /* line 1075, app/assets/stylesheets/css/rtl/core.css */
  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }
  /* line 1079, app/assets/stylesheets/css/rtl/core.css */
  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 1083, app/assets/stylesheets/css/rtl/core.css */
  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 1087, app/assets/stylesheets/css/rtl/core.css */
  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 1091, app/assets/stylesheets/css/rtl/core.css */
  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 1095, app/assets/stylesheets/css/rtl/core.css */
  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 1099, app/assets/stylesheets/css/rtl/core.css */
  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 1103, app/assets/stylesheets/css/rtl/core.css */
  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 1107, app/assets/stylesheets/css/rtl/core.css */
  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 1111, app/assets/stylesheets/css/rtl/core.css */
  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 1115, app/assets/stylesheets/css/rtl/core.css */
  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 768px) {
  /* line 1121, app/assets/stylesheets/css/rtl/core.css */
  .col-md {
    flex: 1 0 0%;
  }
  /* line 1124, app/assets/stylesheets/css/rtl/core.css */
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 1128, app/assets/stylesheets/css/rtl/core.css */
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 1132, app/assets/stylesheets/css/rtl/core.css */
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 1136, app/assets/stylesheets/css/rtl/core.css */
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 1140, app/assets/stylesheets/css/rtl/core.css */
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 1144, app/assets/stylesheets/css/rtl/core.css */
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 1148, app/assets/stylesheets/css/rtl/core.css */
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 1152, app/assets/stylesheets/css/rtl/core.css */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 1156, app/assets/stylesheets/css/rtl/core.css */
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 1160, app/assets/stylesheets/css/rtl/core.css */
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 1164, app/assets/stylesheets/css/rtl/core.css */
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 1168, app/assets/stylesheets/css/rtl/core.css */
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 1172, app/assets/stylesheets/css/rtl/core.css */
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 1176, app/assets/stylesheets/css/rtl/core.css */
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 1180, app/assets/stylesheets/css/rtl/core.css */
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 1184, app/assets/stylesheets/css/rtl/core.css */
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 1188, app/assets/stylesheets/css/rtl/core.css */
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 1192, app/assets/stylesheets/css/rtl/core.css */
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 1196, app/assets/stylesheets/css/rtl/core.css */
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 1200, app/assets/stylesheets/css/rtl/core.css */
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 1204, app/assets/stylesheets/css/rtl/core.css */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 1207, app/assets/stylesheets/css/rtl/core.css */
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  /* line 1210, app/assets/stylesheets/css/rtl/core.css */
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  /* line 1213, app/assets/stylesheets/css/rtl/core.css */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 1216, app/assets/stylesheets/css/rtl/core.css */
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  /* line 1219, app/assets/stylesheets/css/rtl/core.css */
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  /* line 1222, app/assets/stylesheets/css/rtl/core.css */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 1225, app/assets/stylesheets/css/rtl/core.css */
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  /* line 1228, app/assets/stylesheets/css/rtl/core.css */
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  /* line 1231, app/assets/stylesheets/css/rtl/core.css */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 1234, app/assets/stylesheets/css/rtl/core.css */
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  /* line 1237, app/assets/stylesheets/css/rtl/core.css */
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  /* line 1240, app/assets/stylesheets/css/rtl/core.css */
  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }
  /* line 1244, app/assets/stylesheets/css/rtl/core.css */
  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }
  /* line 1248, app/assets/stylesheets/css/rtl/core.css */
  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 1252, app/assets/stylesheets/css/rtl/core.css */
  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 1256, app/assets/stylesheets/css/rtl/core.css */
  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 1260, app/assets/stylesheets/css/rtl/core.css */
  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 1264, app/assets/stylesheets/css/rtl/core.css */
  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 1268, app/assets/stylesheets/css/rtl/core.css */
  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 1272, app/assets/stylesheets/css/rtl/core.css */
  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 1276, app/assets/stylesheets/css/rtl/core.css */
  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 1280, app/assets/stylesheets/css/rtl/core.css */
  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 1284, app/assets/stylesheets/css/rtl/core.css */
  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 992px) {
  /* line 1290, app/assets/stylesheets/css/rtl/core.css */
  .col-lg {
    flex: 1 0 0%;
  }
  /* line 1293, app/assets/stylesheets/css/rtl/core.css */
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 1297, app/assets/stylesheets/css/rtl/core.css */
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 1301, app/assets/stylesheets/css/rtl/core.css */
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 1305, app/assets/stylesheets/css/rtl/core.css */
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 1309, app/assets/stylesheets/css/rtl/core.css */
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 1313, app/assets/stylesheets/css/rtl/core.css */
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 1317, app/assets/stylesheets/css/rtl/core.css */
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 1321, app/assets/stylesheets/css/rtl/core.css */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 1325, app/assets/stylesheets/css/rtl/core.css */
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 1329, app/assets/stylesheets/css/rtl/core.css */
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 1333, app/assets/stylesheets/css/rtl/core.css */
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 1337, app/assets/stylesheets/css/rtl/core.css */
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 1341, app/assets/stylesheets/css/rtl/core.css */
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 1345, app/assets/stylesheets/css/rtl/core.css */
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 1349, app/assets/stylesheets/css/rtl/core.css */
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 1353, app/assets/stylesheets/css/rtl/core.css */
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 1357, app/assets/stylesheets/css/rtl/core.css */
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 1361, app/assets/stylesheets/css/rtl/core.css */
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 1365, app/assets/stylesheets/css/rtl/core.css */
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 1369, app/assets/stylesheets/css/rtl/core.css */
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 1373, app/assets/stylesheets/css/rtl/core.css */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 1376, app/assets/stylesheets/css/rtl/core.css */
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  /* line 1379, app/assets/stylesheets/css/rtl/core.css */
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  /* line 1382, app/assets/stylesheets/css/rtl/core.css */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 1385, app/assets/stylesheets/css/rtl/core.css */
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  /* line 1388, app/assets/stylesheets/css/rtl/core.css */
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  /* line 1391, app/assets/stylesheets/css/rtl/core.css */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 1394, app/assets/stylesheets/css/rtl/core.css */
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  /* line 1397, app/assets/stylesheets/css/rtl/core.css */
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  /* line 1400, app/assets/stylesheets/css/rtl/core.css */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 1403, app/assets/stylesheets/css/rtl/core.css */
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  /* line 1406, app/assets/stylesheets/css/rtl/core.css */
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  /* line 1409, app/assets/stylesheets/css/rtl/core.css */
  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }
  /* line 1413, app/assets/stylesheets/css/rtl/core.css */
  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }
  /* line 1417, app/assets/stylesheets/css/rtl/core.css */
  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 1421, app/assets/stylesheets/css/rtl/core.css */
  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 1425, app/assets/stylesheets/css/rtl/core.css */
  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 1429, app/assets/stylesheets/css/rtl/core.css */
  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 1433, app/assets/stylesheets/css/rtl/core.css */
  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 1437, app/assets/stylesheets/css/rtl/core.css */
  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 1441, app/assets/stylesheets/css/rtl/core.css */
  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 1445, app/assets/stylesheets/css/rtl/core.css */
  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 1449, app/assets/stylesheets/css/rtl/core.css */
  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 1453, app/assets/stylesheets/css/rtl/core.css */
  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1200px) {
  /* line 1459, app/assets/stylesheets/css/rtl/core.css */
  .col-xl {
    flex: 1 0 0%;
  }
  /* line 1462, app/assets/stylesheets/css/rtl/core.css */
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 1466, app/assets/stylesheets/css/rtl/core.css */
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 1470, app/assets/stylesheets/css/rtl/core.css */
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 1474, app/assets/stylesheets/css/rtl/core.css */
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 1478, app/assets/stylesheets/css/rtl/core.css */
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 1482, app/assets/stylesheets/css/rtl/core.css */
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 1486, app/assets/stylesheets/css/rtl/core.css */
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 1490, app/assets/stylesheets/css/rtl/core.css */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 1494, app/assets/stylesheets/css/rtl/core.css */
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 1498, app/assets/stylesheets/css/rtl/core.css */
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 1502, app/assets/stylesheets/css/rtl/core.css */
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 1506, app/assets/stylesheets/css/rtl/core.css */
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 1510, app/assets/stylesheets/css/rtl/core.css */
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 1514, app/assets/stylesheets/css/rtl/core.css */
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 1518, app/assets/stylesheets/css/rtl/core.css */
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 1522, app/assets/stylesheets/css/rtl/core.css */
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 1526, app/assets/stylesheets/css/rtl/core.css */
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 1530, app/assets/stylesheets/css/rtl/core.css */
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 1534, app/assets/stylesheets/css/rtl/core.css */
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 1538, app/assets/stylesheets/css/rtl/core.css */
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 1542, app/assets/stylesheets/css/rtl/core.css */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 1545, app/assets/stylesheets/css/rtl/core.css */
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  /* line 1548, app/assets/stylesheets/css/rtl/core.css */
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  /* line 1551, app/assets/stylesheets/css/rtl/core.css */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 1554, app/assets/stylesheets/css/rtl/core.css */
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  /* line 1557, app/assets/stylesheets/css/rtl/core.css */
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  /* line 1560, app/assets/stylesheets/css/rtl/core.css */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 1563, app/assets/stylesheets/css/rtl/core.css */
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  /* line 1566, app/assets/stylesheets/css/rtl/core.css */
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  /* line 1569, app/assets/stylesheets/css/rtl/core.css */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 1572, app/assets/stylesheets/css/rtl/core.css */
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  /* line 1575, app/assets/stylesheets/css/rtl/core.css */
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  /* line 1578, app/assets/stylesheets/css/rtl/core.css */
  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }
  /* line 1582, app/assets/stylesheets/css/rtl/core.css */
  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }
  /* line 1586, app/assets/stylesheets/css/rtl/core.css */
  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 1590, app/assets/stylesheets/css/rtl/core.css */
  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 1594, app/assets/stylesheets/css/rtl/core.css */
  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 1598, app/assets/stylesheets/css/rtl/core.css */
  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 1602, app/assets/stylesheets/css/rtl/core.css */
  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 1606, app/assets/stylesheets/css/rtl/core.css */
  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 1610, app/assets/stylesheets/css/rtl/core.css */
  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 1614, app/assets/stylesheets/css/rtl/core.css */
  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 1618, app/assets/stylesheets/css/rtl/core.css */
  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 1622, app/assets/stylesheets/css/rtl/core.css */
  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1400px) {
  /* line 1628, app/assets/stylesheets/css/rtl/core.css */
  .col-xxl {
    flex: 1 0 0%;
  }
  /* line 1631, app/assets/stylesheets/css/rtl/core.css */
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 1635, app/assets/stylesheets/css/rtl/core.css */
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 1639, app/assets/stylesheets/css/rtl/core.css */
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 1643, app/assets/stylesheets/css/rtl/core.css */
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 1647, app/assets/stylesheets/css/rtl/core.css */
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 1651, app/assets/stylesheets/css/rtl/core.css */
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 1655, app/assets/stylesheets/css/rtl/core.css */
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 1659, app/assets/stylesheets/css/rtl/core.css */
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 1663, app/assets/stylesheets/css/rtl/core.css */
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 1667, app/assets/stylesheets/css/rtl/core.css */
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 1671, app/assets/stylesheets/css/rtl/core.css */
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 1675, app/assets/stylesheets/css/rtl/core.css */
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 1679, app/assets/stylesheets/css/rtl/core.css */
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 1683, app/assets/stylesheets/css/rtl/core.css */
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 1687, app/assets/stylesheets/css/rtl/core.css */
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 1691, app/assets/stylesheets/css/rtl/core.css */
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 1695, app/assets/stylesheets/css/rtl/core.css */
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 1699, app/assets/stylesheets/css/rtl/core.css */
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 1703, app/assets/stylesheets/css/rtl/core.css */
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 1707, app/assets/stylesheets/css/rtl/core.css */
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 1711, app/assets/stylesheets/css/rtl/core.css */
  .offset-xxl-0 {
    margin-left: 0;
  }
  /* line 1714, app/assets/stylesheets/css/rtl/core.css */
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  /* line 1717, app/assets/stylesheets/css/rtl/core.css */
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  /* line 1720, app/assets/stylesheets/css/rtl/core.css */
  .offset-xxl-3 {
    margin-left: 25%;
  }
  /* line 1723, app/assets/stylesheets/css/rtl/core.css */
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  /* line 1726, app/assets/stylesheets/css/rtl/core.css */
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  /* line 1729, app/assets/stylesheets/css/rtl/core.css */
  .offset-xxl-6 {
    margin-left: 50%;
  }
  /* line 1732, app/assets/stylesheets/css/rtl/core.css */
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  /* line 1735, app/assets/stylesheets/css/rtl/core.css */
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  /* line 1738, app/assets/stylesheets/css/rtl/core.css */
  .offset-xxl-9 {
    margin-left: 75%;
  }
  /* line 1741, app/assets/stylesheets/css/rtl/core.css */
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  /* line 1744, app/assets/stylesheets/css/rtl/core.css */
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  /* line 1747, app/assets/stylesheets/css/rtl/core.css */
  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  /* line 1751, app/assets/stylesheets/css/rtl/core.css */
  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  /* line 1755, app/assets/stylesheets/css/rtl/core.css */
  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 1759, app/assets/stylesheets/css/rtl/core.css */
  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 1763, app/assets/stylesheets/css/rtl/core.css */
  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 1767, app/assets/stylesheets/css/rtl/core.css */
  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 1771, app/assets/stylesheets/css/rtl/core.css */
  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 1775, app/assets/stylesheets/css/rtl/core.css */
  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 1779, app/assets/stylesheets/css/rtl/core.css */
  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 1783, app/assets/stylesheets/css/rtl/core.css */
  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 1787, app/assets/stylesheets/css/rtl/core.css */
  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 1791, app/assets/stylesheets/css/rtl/core.css */
  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}

/* line 1796, app/assets/stylesheets/css/rtl/core.css */
.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: transparent;
  --bs-table-border-color: #d4d8dd;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: #f8f9fa;
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: #f2f3f5;
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: middle;
  border-color: var(--bs-table-border-color);
}

/* line 1816, app/assets/stylesheets/css/rtl/core.css */
.table > :not(caption) > * > * {
  padding: 0.625rem 1.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}

/* line 1823, app/assets/stylesheets/css/rtl/core.css */
.table > tbody {
  vertical-align: inherit;
}

/* line 1826, app/assets/stylesheets/css/rtl/core.css */
.table > thead {
  vertical-align: bottom;
}

/* line 1830, app/assets/stylesheets/css/rtl/core.css */
.table-group-divider {
  border-top: calc(1px * 2) solid #d4d8dd;
}

/* line 1834, app/assets/stylesheets/css/rtl/core.css */
.caption-top {
  caption-side: top;
}

/* line 1838, app/assets/stylesheets/css/rtl/core.css */
.table-sm > :not(caption) > * > * {
  padding: 0.3125rem 0.625rem;
}

/* line 1842, app/assets/stylesheets/css/rtl/core.css */
.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}

/* line 1845, app/assets/stylesheets/css/rtl/core.css */
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

/* line 1849, app/assets/stylesheets/css/rtl/core.css */
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

/* line 1852, app/assets/stylesheets/css/rtl/core.css */
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

/* line 1856, app/assets/stylesheets/css/rtl/core.css */
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

/* line 1861, app/assets/stylesheets/css/rtl/core.css */
.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

/* line 1866, app/assets/stylesheets/css/rtl/core.css */
.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}

/* line 1871, app/assets/stylesheets/css/rtl/core.css */
.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}

/* line 1876, app/assets/stylesheets/css/rtl/core.css */
.table-primary {
  --bs-table-color: #263c55;
  --bs-table-bg: #dee8fc;
  --bs-table-border-color: #b9c6db;
  --bs-table-striped-bg: #d8e3f7;
  --bs-table-striped-color: #263c55;
  --bs-table-active-bg: #ccd7eb;
  --bs-table-active-color: #263c55;
  --bs-table-hover-bg: #d3def2;
  --bs-table-hover-color: #263c55;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 1890, app/assets/stylesheets/css/rtl/core.css */
.table-secondary {
  --bs-table-color: #263c55;
  --bs-table-bg: #e1e6eb;
  --bs-table-border-color: #bcc4cd;
  --bs-table-striped-bg: #dbe1e7;
  --bs-table-striped-color: #263c55;
  --bs-table-active-bg: #ced5dc;
  --bs-table-active-color: #263c55;
  --bs-table-hover-bg: #d6dce2;
  --bs-table-hover-color: #263c55;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 1904, app/assets/stylesheets/css/rtl/core.css */
.table-success {
  --bs-table-color: #263c55;
  --bs-table-bg: #d7f8e8;
  --bs-table-border-color: #b4d2cb;
  --bs-table-striped-bg: #d2f2e4;
  --bs-table-striped-color: #263c55;
  --bs-table-active-bg: #c5e5d9;
  --bs-table-active-color: #263c55;
  --bs-table-hover-bg: #cceddf;
  --bs-table-hover-color: #263c55;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 1918, app/assets/stylesheets/css/rtl/core.css */
.table-info {
  --bs-table-color: #263c55;
  --bs-table-bg: #ccf5f8;
  --bs-table-border-color: #abd0d7;
  --bs-table-striped-bg: #c7eff3;
  --bs-table-striped-color: #263c55;
  --bs-table-active-bg: #bbe3e8;
  --bs-table-active-color: #263c55;
  --bs-table-hover-bg: #c2eaee;
  --bs-table-hover-color: #263c55;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 1932, app/assets/stylesheets/css/rtl/core.css */
.table-warning {
  --bs-table-color: #263c55;
  --bs-table-bg: #ffeed9;
  --bs-table-border-color: #d4cabf;
  --bs-table-striped-bg: #f8e9d5;
  --bs-table-striped-color: #263c55;
  --bs-table-active-bg: #e9dccc;
  --bs-table-active-color: #263c55;
  --bs-table-hover-bg: #f2e3d1;
  --bs-table-hover-color: #263c55;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 1946, app/assets/stylesheets/css/rtl/core.css */
.table-danger {
  --bs-table-color: #263c55;
  --bs-table-bg: #ffdede;
  --bs-table-border-color: #d4bec3;
  --bs-table-striped-bg: #f8d9da;
  --bs-table-striped-color: #263c55;
  --bs-table-active-bg: #e9ced0;
  --bs-table-active-color: #263c55;
  --bs-table-hover-bg: #f2d4d6;
  --bs-table-hover-color: #263c55;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 1960, app/assets/stylesheets/css/rtl/core.css */
.table-light {
  --bs-table-color: #263c55;
  --bs-table-bg: #e5e9ed;
  --bs-table-border-color: #bfc6cf;
  --bs-table-striped-bg: #dfe4e8;
  --bs-table-striped-color: #263c55;
  --bs-table-active-bg: #d2d8de;
  --bs-table-active-color: #263c55;
  --bs-table-hover-bg: #dadfe4;
  --bs-table-hover-color: #263c55;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 1974, app/assets/stylesheets/css/rtl/core.css */
.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #495563;
  --bs-table-border-color: #6d7782;
  --bs-table-striped-bg: #4e5a68;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #5b6673;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #545f6c;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 1988, app/assets/stylesheets/css/rtl/core.css */
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  /* line 1994, app/assets/stylesheets/css/rtl/core.css */
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 767.98px) {
  /* line 2000, app/assets/stylesheets/css/rtl/core.css */
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 991.98px) {
  /* line 2006, app/assets/stylesheets/css/rtl/core.css */
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1199.98px) {
  /* line 2012, app/assets/stylesheets/css/rtl/core.css */
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1399.98px) {
  /* line 2018, app/assets/stylesheets/css/rtl/core.css */
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* line 2023, app/assets/stylesheets/css/rtl/core.css */
.form-label {
  margin-bottom: 0.25rem;
  font-size: 0.75rem;
  font-weight: 400;
}

/* line 2029, app/assets/stylesheets/css/rtl/core.css */
.col-form-label {
  padding-top: calc(0.469rem + var(--bs-border-width));
  padding-bottom: calc(0.469rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  font-weight: 400;
  line-height: 1.4;
}

/* line 2038, app/assets/stylesheets/css/rtl/core.css */
.col-form-label-lg {
  padding-top: calc(0.75rem + var(--bs-border-width));
  padding-bottom: calc(0.75rem + var(--bs-border-width));
  font-size: 1.063rem;
}

/* line 2044, app/assets/stylesheets/css/rtl/core.css */
.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.813rem;
}

/* line 2050, app/assets/stylesheets/css/rtl/core.css */
.form-text {
  margin-top: 0.25rem;
  font-size: 85%;
  color: #a8b1bb;
}

/* line 2056, app/assets/stylesheets/css/rtl/core.css */
.form-control {
  display: block;
  width: 100%;
  padding: 0.469rem 0.735rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.4;
  color: #677788;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  background-clip: padding-box;
  border: var(--bs-border-width) solid #d4d8dd;
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 2072, app/assets/stylesheets/css/rtl/core.css */
  .form-control {
    transition: none;
  }
}

/* line 2076, app/assets/stylesheets/css/rtl/core.css */
.form-control[type=file] {
  overflow: hidden;
}

/* line 2079, app/assets/stylesheets/css/rtl/core.css */
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

/* line 2082, app/assets/stylesheets/css/rtl/core.css */
.form-control:focus {
  color: #677788;
  background-color: #fff;
  border-color: rgba(245, 248, 254, 0.448);
  outline: 0;
  box-shadow: 0 0.0625rem 0.1875rem 0 rgba(38, 60, 85, 0.18);
}

/* line 2089, app/assets/stylesheets/css/rtl/core.css */
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.4em;
  margin: 0;
}

/* line 2094, app/assets/stylesheets/css/rtl/core.css */
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}

/* line 2098, app/assets/stylesheets/css/rtl/core.css */
.form-control::-moz-placeholder {
  color: #a8b1bb;
  opacity: 1;
}
.form-control::placeholder {
  color: #a8b1bb;
  opacity: 1;
}

/* line 2102, app/assets/stylesheets/css/rtl/core.css */
.form-control:disabled {
  background-color: #e9ecee;
  opacity: 1;
}

/* line 2106, app/assets/stylesheets/css/rtl/core.css */
.form-control::file-selector-button {
  padding: 0.469rem 0.735rem;
  margin: -0.469rem -0.735rem;
  margin-inline-end: 0.735rem;
  color: #677788;
  background-color: #fff;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 2121, app/assets/stylesheets/css/rtl/core.css */
  .form-control::file-selector-button {
    transition: none;
  }
}

/* line 2125, app/assets/stylesheets/css/rtl/core.css */
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #f2f2f2;
}

/* line 2129, app/assets/stylesheets/css/rtl/core.css */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.469rem 0;
  margin-bottom: 0;
  line-height: 1.4;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}

/* line 2140, app/assets/stylesheets/css/rtl/core.css */
.form-control-plaintext:focus {
  outline: 0;
}

/* line 2143, app/assets/stylesheets/css/rtl/core.css */
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 2148, app/assets/stylesheets/css/rtl/core.css */
.form-control-sm {
  min-height: calc(1.4em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.6rem;
  font-size: 0.813rem;
  border-radius: var(--bs-border-radius-sm);
}

/* line 2154, app/assets/stylesheets/css/rtl/core.css */
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.6rem;
  margin: -0.25rem -0.6rem;
  margin-inline-end: 0.6rem;
}

/* line 2160, app/assets/stylesheets/css/rtl/core.css */
.form-control-lg {
  min-height: calc(1.4em + 1.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.75rem 0.85rem;
  font-size: 1.063rem;
  border-radius: var(--bs-border-radius-lg);
}

/* line 2166, app/assets/stylesheets/css/rtl/core.css */
.form-control-lg::file-selector-button {
  padding: 0.75rem 0.85rem;
  margin: -0.75rem -0.85rem;
  margin-inline-end: 0.85rem;
}

/* line 2172, app/assets/stylesheets/css/rtl/core.css */
textarea.form-control {
  min-height: calc(1.4em + 0.938rem + calc(var(--bs-border-width) * 2));
}

/* line 2175, app/assets/stylesheets/css/rtl/core.css */
textarea.form-control-sm {
  min-height: calc(1.4em + 0.5rem + calc(var(--bs-border-width) * 2));
}

/* line 2178, app/assets/stylesheets/css/rtl/core.css */
textarea.form-control-lg {
  min-height: calc(1.4em + 1.5rem + calc(var(--bs-border-width) * 2));
}

/* line 2182, app/assets/stylesheets/css/rtl/core.css */
.form-control-color {
  width: 3rem;
  height: calc(1.4em + 0.938rem + calc(var(--bs-border-width) * 2));
  padding: 0.469rem;
}

/* line 2187, app/assets/stylesheets/css/rtl/core.css */
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

/* line 2190, app/assets/stylesheets/css/rtl/core.css */
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}

/* line 2194, app/assets/stylesheets/css/rtl/core.css */
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}

/* line 2198, app/assets/stylesheets/css/rtl/core.css */
.form-control-color.form-control-sm {
  height: calc(1.4em + 0.5rem + calc(var(--bs-border-width) * 2));
}

/* line 2201, app/assets/stylesheets/css/rtl/core.css */
.form-control-color.form-control-lg {
  height: calc(1.4em + 1.5rem + calc(var(--bs-border-width) * 2));
}

/* line 2205, app/assets/stylesheets/css/rtl/core.css */
.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%2838, 60, 85, 0.4%29' 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.469rem 1.735rem 0.469rem 0.735rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.4;
  color: #677788;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.735rem center;
  background-size: 17px 12px;
  border: var(--bs-border-width) solid #d4d8dd;
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 2225, app/assets/stylesheets/css/rtl/core.css */
  .form-select {
    transition: none;
  }
}

/* line 2229, app/assets/stylesheets/css/rtl/core.css */
.form-select:focus {
  border-color: rgba(245, 248, 254, 0.448);
  outline: 0;
  box-shadow: 0 0.0625rem 0.1875rem 0 rgba(38, 60, 85, 0.18);
}

/* line 2234, app/assets/stylesheets/css/rtl/core.css */
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.735rem;
  background-image: none;
}

/* line 2238, app/assets/stylesheets/css/rtl/core.css */
.form-select:disabled {
  color: #677788;
  background-color: #e9ecee;
}

/* line 2242, app/assets/stylesheets/css/rtl/core.css */
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #677788;
}

/* line 2247, app/assets/stylesheets/css/rtl/core.css */
.form-select-sm {
  padding-top: 0.187rem;
  padding-bottom: 0.187rem;
  padding-left: 0.6rem;
  font-size: 0.813rem;
  border-radius: var(--bs-border-radius-sm);
}

/* line 2255, app/assets/stylesheets/css/rtl/core.css */
.form-select-lg {
  padding-top: 0.74rem;
  padding-bottom: 0.74rem;
  padding-left: 0.85rem;
  font-size: 1.063rem;
  border-radius: var(--bs-border-radius-lg);
}

/* line 2263, app/assets/stylesheets/css/rtl/core.css */
.form-check {
  display: block;
  min-height: 1.378125rem;
  padding-left: 1.7em;
  margin-bottom: 0.125rem;
}

/* line 2269, app/assets/stylesheets/css/rtl/core.css */
.form-check .form-check-input {
  float: left;
  margin-left: -1.7em;
}

/* line 2274, app/assets/stylesheets/css/rtl/core.css */
.form-check-reverse {
  padding-right: 1.7em;
  padding-left: 0;
  text-align: right;
}

/* line 2279, app/assets/stylesheets/css/rtl/core.css */
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.7em;
  margin-left: 0;
}

/* line 2285, app/assets/stylesheets/css/rtl/core.css */
.form-check-input {
  --bs-form-check-bg: #fff;
  flex-shrink: 0;
  width: 1.2em;
  height: 1.2em;
  margin-top: 0.135em;
  vertical-align: top;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #bec5cc;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

/* line 2301, app/assets/stylesheets/css/rtl/core.css */
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}

/* line 2304, app/assets/stylesheets/css/rtl/core.css */
.form-check-input[type=radio] {
  border-radius: 50%;
}

/* line 2307, app/assets/stylesheets/css/rtl/core.css */
.form-check-input:active {
  filter: brightness(90%);
}

/* line 2310, app/assets/stylesheets/css/rtl/core.css */
.form-check-input:focus {
  border-color: rgba(245, 248, 254, 0.448);
  outline: 0;
  box-shadow: 0 0 0 0.12rem rgba(147, 158, 170, 0.3);
}

/* line 2315, app/assets/stylesheets/css/rtl/core.css */
.form-check-input:checked {
  /* background-color: rgba(234, 209, 56, 0.08);
  border-color: rgba(234, 209, 56, 0.08); */
}

/* line 2319, app/assets/stylesheets/css/rtl/core.css */
.form-check-input[type=checkbox]:checked {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

/* line 2322, app/assets/stylesheets/css/rtl/core.css */
.form-check-input[type=radio]:checked {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='1.5' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 2325, app/assets/stylesheets/css/rtl/core.css */
.form-check-input[type=checkbox]:indeterminate {
  background-color: rgba(234, 209, 56, 0.08);
  border-color: rgba(234, 209, 56, 0.08);
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M6 10h8'/%3e%3c/svg%3e");
}

/* line 2330, app/assets/stylesheets/css/rtl/core.css */
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

/* line 2335, app/assets/stylesheets/css/rtl/core.css */
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

/* line 2340, app/assets/stylesheets/css/rtl/core.css */
.form-check-label {
  cursor: pointer;
}

/* line 2344, app/assets/stylesheets/css/rtl/core.css */
.form-switch {
  padding-left: 2.5em;
}

/* line 2347, app/assets/stylesheets/css/rtl/core.css */
.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%2838, 60, 85, 0.3%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 2357, app/assets/stylesheets/css/rtl/core.css */
  .form-switch .form-check-input {
    transition: none;
  }
}

/* line 2361, app/assets/stylesheets/css/rtl/core.css */
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28245, 248, 254, 0.448%29'/%3e%3c/svg%3e");
}

/* line 2364, app/assets/stylesheets/css/rtl/core.css */
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 2368, app/assets/stylesheets/css/rtl/core.css */
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}

/* line 2372, app/assets/stylesheets/css/rtl/core.css */
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

/* line 2377, app/assets/stylesheets/css/rtl/core.css */
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

/* line 2382, app/assets/stylesheets/css/rtl/core.css */
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 2387, app/assets/stylesheets/css/rtl/core.css */
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

/* line 2393, app/assets/stylesheets/css/rtl/core.css */
.form-range {
  width: 100%;
  height: 1rem;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
}

/* line 2400, app/assets/stylesheets/css/rtl/core.css */
.form-range:focus {
  outline: 0;
}

/* line 2403, app/assets/stylesheets/css/rtl/core.css */
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 8px 0px rgba(38, 60, 85, 0.2);
}

/* line 2406, app/assets/stylesheets/css/rtl/core.css */
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 8px 0px rgba(38, 60, 85, 0.2);
}

/* line 2409, app/assets/stylesheets/css/rtl/core.css */
.form-range::-moz-focus-outer {
  border: 0;
}

/* line 2412, app/assets/stylesheets/css/rtl/core.css */
.form-range::-webkit-slider-thumb {
  width: 0.875rem;
  height: 0.875rem;
  margin-top: -0.25rem;
  -webkit-appearance: none;
          appearance: none;
  background-color: #fff;
  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;
}

@media (prefers-reduced-motion: reduce) {
  /* line 2423, app/assets/stylesheets/css/rtl/core.css */
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 2427, app/assets/stylesheets/css/rtl/core.css */
.form-range::-webkit-slider-thumb:active {
  background-color: #fff;
}

/* line 2430, app/assets/stylesheets/css/rtl/core.css */
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.375rem;
  color: transparent;
  cursor: pointer;
  background-color: #e9ecee;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 2439, app/assets/stylesheets/css/rtl/core.css */
.form-range::-moz-range-thumb {
  width: 0.875rem;
  height: 0.875rem;
  -moz-appearance: none;
       appearance: none;
  background-color: #fff;
  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;
}

@media (prefers-reduced-motion: reduce) {
  /* line 2449, app/assets/stylesheets/css/rtl/core.css */
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

/* line 2453, app/assets/stylesheets/css/rtl/core.css */
.form-range::-moz-range-thumb:active {
  background-color: #fff;
}

/* line 2456, app/assets/stylesheets/css/rtl/core.css */
.form-range::-moz-range-track {
  width: 100%;
  height: 0.375rem;
  color: transparent;
  cursor: pointer;
  background-color: #e9ecee;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 2465, app/assets/stylesheets/css/rtl/core.css */
.form-range:disabled {
  pointer-events: none;
}

/* line 2468, app/assets/stylesheets/css/rtl/core.css */
.form-range:disabled::-webkit-slider-thumb {
  background-color: #e9ecee;
}

/* line 2471, app/assets/stylesheets/css/rtl/core.css */
.form-range:disabled::-moz-range-thumb {
  background-color: #e9ecee;
}

/* line 2475, app/assets/stylesheets/css/rtl/core.css */
.form-floating {
  position: relative;
}

/* line 2478, app/assets/stylesheets/css/rtl/core.css */
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}

/* line 2485, app/assets/stylesheets/css/rtl/core.css */
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 0.735rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 2502, app/assets/stylesheets/css/rtl/core.css */
  .form-floating > label {
    transition: none;
  }
}

/* line 2506, app/assets/stylesheets/css/rtl/core.css */
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.735rem;
}

/* line 2510, app/assets/stylesheets/css/rtl/core.css */
.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 2514, app/assets/stylesheets/css/rtl/core.css */
.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 2520, app/assets/stylesheets/css/rtl/core.css */
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 2525, app/assets/stylesheets/css/rtl/core.css */
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 2529, app/assets/stylesheets/css/rtl/core.css */
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.75);
  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(--bs-body-color-rgb), 0.75);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* line 2536, app/assets/stylesheets/css/rtl/core.css */
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.3675rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: #fff;
  border-radius: var(--bs-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.3675rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: #fff;
  border-radius: var(--bs-border-radius);
}

/* line 2548, app/assets/stylesheets/css/rtl/core.css */
.form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.75);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* line 2552, app/assets/stylesheets/css/rtl/core.css */
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}

/* line 2555, app/assets/stylesheets/css/rtl/core.css */
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: rgba(38, 60, 85, 0.6);
}

/* line 2559, app/assets/stylesheets/css/rtl/core.css */
.form-floating > :disabled ~ label::after,
.form-floating > .form-control:disabled ~ label::after {
  background-color: #e9ecee;
}

/* line 2564, app/assets/stylesheets/css/rtl/core.css */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

/* line 2571, app/assets/stylesheets/css/rtl/core.css */
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

/* line 2579, app/assets/stylesheets/css/rtl/core.css */
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}

/* line 2584, app/assets/stylesheets/css/rtl/core.css */
.input-group .btn {
  position: relative;
  z-index: 2;
}

/* line 2588, app/assets/stylesheets/css/rtl/core.css */
.input-group .btn:focus {
  z-index: 5;
}

/* line 2592, app/assets/stylesheets/css/rtl/core.css */
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.469rem 0.735rem;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.4;
  color: #677788;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: var(--bs-border-width) solid #d4d8dd;
  border-radius: var(--bs-border-radius);
}

/* line 2607, app/assets/stylesheets/css/rtl/core.css */
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.75rem 0.85rem;
  font-size: 1.063rem;
  border-radius: var(--bs-border-radius-lg);
}

/* line 2616, app/assets/stylesheets/css/rtl/core.css */
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.6rem;
  font-size: 0.813rem;
  border-radius: var(--bs-border-radius-sm);
}

/* line 2625, app/assets/stylesheets/css/rtl/core.css */
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 2.47rem;
}

/* line 2630, app/assets/stylesheets/css/rtl/core.css */
.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 2637, app/assets/stylesheets/css/rtl/core.css */
.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 2644, app/assets/stylesheets/css/rtl/core.css */
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 2649, app/assets/stylesheets/css/rtl/core.css */
.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 2655, app/assets/stylesheets/css/rtl/core.css */
.btn {
  --bs-btn-padding-x: 1.375rem;
  --bs-btn-padding-y: 0.469rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 0.9375rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.4;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.0625rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 2688, app/assets/stylesheets/css/rtl/core.css */
  .btn {
    transition: none;
  }
}

/* line 2692, app/assets/stylesheets/css/rtl/core.css */
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}

/* line 2697, app/assets/stylesheets/css/rtl/core.css */
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}

/* line 2702, app/assets/stylesheets/css/rtl/core.css */
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

/* line 2709, app/assets/stylesheets/css/rtl/core.css */
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

/* line 2714, app/assets/stylesheets/css/rtl/core.css */
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}

/* line 2719, app/assets/stylesheets/css/rtl/core.css */
.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(--bs-btn-focus-box-shadow);
}

/* line 2722, app/assets/stylesheets/css/rtl/core.css */
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

/* line 2730, app/assets/stylesheets/css/rtl/core.css */
.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: rgba(38, 60, 85, 0.6);
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 115, 158, 241;
  text-decoration: none;
}

/* line 2745, app/assets/stylesheets/css/rtl/core.css */
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}

/* line 2748, app/assets/stylesheets/css/rtl/core.css */
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

/* line 2752, app/assets/stylesheets/css/rtl/core.css */
.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.74rem;
  --bs-btn-padding-x: 2.1875rem;
  --bs-btn-font-size: 1.063rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

/* line 2759, app/assets/stylesheets/css/rtl/core.css */
.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.187rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 0.813rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

/* line 2766, app/assets/stylesheets/css/rtl/core.css */
.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  /* line 2770, app/assets/stylesheets/css/rtl/core.css */
  .fade {
    transition: none;
  }
}

/* line 2774, app/assets/stylesheets/css/rtl/core.css */
.fade:not(.show) {
  opacity: 0;
}

/* line 2778, app/assets/stylesheets/css/rtl/core.css */
.collapse:not(.show) {
  display: none;
}

/* line 2782, app/assets/stylesheets/css/rtl/core.css */
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 2788, app/assets/stylesheets/css/rtl/core.css */
  .collapsing {
    transition: none;
  }
}

/* line 2792, app/assets/stylesheets/css/rtl/core.css */
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 2798, app/assets/stylesheets/css/rtl/core.css */
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

/* line 2803, app/assets/stylesheets/css/rtl/core.css */
.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

/* line 2812, app/assets/stylesheets/css/rtl/core.css */
.dropdown-toggle {
  white-space: nowrap;
}

/* line 2815, app/assets/stylesheets/css/rtl/core.css */
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.75em;
  vertical-align: middle;
  content: "";
  margin-top: -0.45em;
  width: 0.45em;
  height: 0.45em;
  border: 1.5px solid;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
}

/* line 2828, app/assets/stylesheets/css/rtl/core.css */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 2832, app/assets/stylesheets/css/rtl/core.css */
.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.3125rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 0.9375rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: #fff;
  --bs-dropdown-border-color: transparent;
  --bs-dropdown-border-radius: 0.3125rem;
  --bs-dropdown-border-width: 0;
  --bs-dropdown-inner-border-radius: 0;
  --bs-dropdown-divider-bg: #d4d8dd;
  --bs-dropdown-divider-margin-y: 0.3125rem;
  --bs-dropdown-box-shadow: 0 0.25rem 1rem rgba(147, 158, 170, 0.45);
  --bs-dropdown-link-color: #677788;
  --bs-dropdown-link-hover-color: #677788;
  --bs-dropdown-link-hover-bg: rgba(38, 60, 85, 0.06);
  --bs-dropdown-link-active-color: #ead138;
  --bs-dropdown-link-active-bg: rgba(234, 209, 56, 0.08);
  --bs-dropdown-link-disabled-color: #bec5cc;
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.5rem;
  --bs-dropdown-header-color: #516377;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.3125rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}

/* line 2874, app/assets/stylesheets/css/rtl/core.css */
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

/* line 2880, app/assets/stylesheets/css/rtl/core.css */
.dropdown-menu-start {
  --bs-position: start;
}

/* line 2883, app/assets/stylesheets/css/rtl/core.css */
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

/* line 2888, app/assets/stylesheets/css/rtl/core.css */
.dropdown-menu-end {
  --bs-position: end;
}

/* line 2891, app/assets/stylesheets/css/rtl/core.css */
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 2897, app/assets/stylesheets/css/rtl/core.css */
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  /* line 2900, app/assets/stylesheets/css/rtl/core.css */
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 2904, app/assets/stylesheets/css/rtl/core.css */
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  /* line 2907, app/assets/stylesheets/css/rtl/core.css */
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 2913, app/assets/stylesheets/css/rtl/core.css */
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  /* line 2916, app/assets/stylesheets/css/rtl/core.css */
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 2920, app/assets/stylesheets/css/rtl/core.css */
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  /* line 2923, app/assets/stylesheets/css/rtl/core.css */
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 2929, app/assets/stylesheets/css/rtl/core.css */
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  /* line 2932, app/assets/stylesheets/css/rtl/core.css */
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 2936, app/assets/stylesheets/css/rtl/core.css */
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  /* line 2939, app/assets/stylesheets/css/rtl/core.css */
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  /* line 2945, app/assets/stylesheets/css/rtl/core.css */
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  /* line 2948, app/assets/stylesheets/css/rtl/core.css */
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 2952, app/assets/stylesheets/css/rtl/core.css */
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  /* line 2955, app/assets/stylesheets/css/rtl/core.css */
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1400px) {
  /* line 2961, app/assets/stylesheets/css/rtl/core.css */
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  /* line 2964, app/assets/stylesheets/css/rtl/core.css */
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 2968, app/assets/stylesheets/css/rtl/core.css */
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  /* line 2971, app/assets/stylesheets/css/rtl/core.css */
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

/* line 2976, app/assets/stylesheets/css/rtl/core.css */
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}

/* line 2982, app/assets/stylesheets/css/rtl/core.css */
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.75em;
  vertical-align: middle;
  content: "";
  margin-top: 0;
  width: 0.45em;
  height: 0.45em;
  border: 1.5px solid;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(-45deg);
}

/* line 2995, app/assets/stylesheets/css/rtl/core.css */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 2999, app/assets/stylesheets/css/rtl/core.css */
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}

/* line 3006, app/assets/stylesheets/css/rtl/core.css */
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.75em;
  vertical-align: middle;
  content: "";
  border-top: 0.45em solid transparent;
  border-right: 0;
  border-bottom: 0.45em solid transparent;
  border-left: 0.45em solid;
}

/* line 3016, app/assets/stylesheets/css/rtl/core.css */
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 3019, app/assets/stylesheets/css/rtl/core.css */
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 3023, app/assets/stylesheets/css/rtl/core.css */
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}

/* line 3030, app/assets/stylesheets/css/rtl/core.css */
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.75em;
  vertical-align: middle;
  content: "";
}

/* line 3036, app/assets/stylesheets/css/rtl/core.css */
.dropstart .dropdown-toggle::after {
  display: none;
}

/* line 3039, app/assets/stylesheets/css/rtl/core.css */
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.75em;
  vertical-align: middle;
  content: "";
  border-top: 0.45em solid transparent;
  border-right: 0.45em solid;
  border-bottom: 0.45em solid transparent;
}

/* line 3048, app/assets/stylesheets/css/rtl/core.css */
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 3051, app/assets/stylesheets/css/rtl/core.css */
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 3055, app/assets/stylesheets/css/rtl/core.css */
.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

/* line 3063, app/assets/stylesheets/css/rtl/core.css */
.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}

/* line 3076, app/assets/stylesheets/css/rtl/core.css */
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}

/* line 3080, app/assets/stylesheets/css/rtl/core.css */
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}

/* line 3085, app/assets/stylesheets/css/rtl/core.css */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

/* line 3091, app/assets/stylesheets/css/rtl/core.css */
.dropdown-menu.show {
  display: block;
}

/* line 3095, app/assets/stylesheets/css/rtl/core.css */
.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.813rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

/* line 3104, app/assets/stylesheets/css/rtl/core.css */
.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

/* line 3110, app/assets/stylesheets/css/rtl/core.css */
.dropdown-menu-dark {
  --bs-dropdown-color: rgba(38, 60, 85, 0.3);
  --bs-dropdown-bg: rgba(38, 60, 85, 0.8);
  --bs-dropdown-border-color: transparent;
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: rgba(38, 60, 85, 0.3);
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: #d4d8dd;
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #ead138;
  --bs-dropdown-link-active-bg: rgba(234, 209, 56, 0.08);
  --bs-dropdown-link-disabled-color: rgba(38, 60, 85, 0.5);
  --bs-dropdown-header-color: rgba(38, 60, 85, 0.5);
}

/* line 3125, app/assets/stylesheets/css/rtl/core.css */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

/* line 3131, app/assets/stylesheets/css/rtl/core.css */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

/* line 3136, app/assets/stylesheets/css/rtl/core.css */
.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 3151, app/assets/stylesheets/css/rtl/core.css */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 3156, app/assets/stylesheets/css/rtl/core.css */
.btn-toolbar .input-group {
  width: auto;
}

/* line 3160, app/assets/stylesheets/css/rtl/core.css */
.btn-group {
  border-radius: var(--bs-border-radius);
}

/* line 3163, app/assets/stylesheets/css/rtl/core.css */
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(var(--bs-border-width) * -1);
}

/* line 3167, app/assets/stylesheets/css/rtl/core.css */
.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 3173, app/assets/stylesheets/css/rtl/core.css */
.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 3180, app/assets/stylesheets/css/rtl/core.css */
.dropdown-toggle-split {
  padding-right: 1.03125rem;
  padding-left: 1.03125rem;
}

/* line 3184, app/assets/stylesheets/css/rtl/core.css */
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 3187, app/assets/stylesheets/css/rtl/core.css */
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 3191, app/assets/stylesheets/css/rtl/core.css */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 3196, app/assets/stylesheets/css/rtl/core.css */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.640625rem;
  padding-left: 1.640625rem;
}

/* line 3201, app/assets/stylesheets/css/rtl/core.css */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 3206, app/assets/stylesheets/css/rtl/core.css */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

/* line 3210, app/assets/stylesheets/css/rtl/core.css */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(var(--bs-border-width) * -1);
}

/* line 3214, app/assets/stylesheets/css/rtl/core.css */
.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 3219, app/assets/stylesheets/css/rtl/core.css */
.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 3225, app/assets/stylesheets/css/rtl/core.css */
.nav {
  --bs-nav-link-padding-x: 1.375rem;
  --bs-nav-link-padding-y: 0.469rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: #516377;
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: #a8b1bb;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 3239, app/assets/stylesheets/css/rtl/core.css */
.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  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 3250, app/assets/stylesheets/css/rtl/core.css */
  .nav-link {
    transition: none;
  }
}

/* line 3254, app/assets/stylesheets/css/rtl/core.css */
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}

/* line 3257, app/assets/stylesheets/css/rtl/core.css */
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgba(38, 60, 85, 0.75);
}

/* line 3261, app/assets/stylesheets/css/rtl/core.css */
.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

/* line 3267, app/assets/stylesheets/css/rtl/core.css */
.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: #d4d8dd;
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: rgba(38, 60, 85, 0.1);
  --bs-nav-tabs-link-active-color: #516377;
  --bs-nav-tabs-link-active-bg: #fff;
  --bs-nav-tabs-link-active-border-color: #d4d8dd;
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}

/* line 3277, app/assets/stylesheets/css/rtl/core.css */
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}

/* line 3283, app/assets/stylesheets/css/rtl/core.css */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}

/* line 3287, app/assets/stylesheets/css/rtl/core.css */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}

/* line 3293, app/assets/stylesheets/css/rtl/core.css */
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 3299, app/assets/stylesheets/css/rtl/core.css */
.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: transparent;
}

/* line 3304, app/assets/stylesheets/css/rtl/core.css */
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}

/* line 3307, app/assets/stylesheets/css/rtl/core.css */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

/* line 3313, app/assets/stylesheets/css/rtl/core.css */
.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}

/* line 3319, app/assets/stylesheets/css/rtl/core.css */
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}

/* line 3324, app/assets/stylesheets/css/rtl/core.css */
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}

/* line 3327, app/assets/stylesheets/css/rtl/core.css */
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

/* line 3334, app/assets/stylesheets/css/rtl/core.css */
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 3340, app/assets/stylesheets/css/rtl/core.css */
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 3347, app/assets/stylesheets/css/rtl/core.css */
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

/* line 3352, app/assets/stylesheets/css/rtl/core.css */
.tab-content > .tab-pane {
  display: none;
}

/* line 3355, app/assets/stylesheets/css/rtl/core.css */
.tab-content > .active {
  display: block;
}

/* line 3359, app/assets/stylesheets/css/rtl/core.css */
.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(38, 60, 85, 0.5);
  --bs-navbar-hover-color: #677788;
  --bs-navbar-disabled-color: rgba(38, 60, 85, 0.3);
  --bs-navbar-active-color: #677788;
  --bs-navbar-brand-padding-y: 0.3767575rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.063rem;
  --bs-navbar-brand-color: #677788;
  --bs-navbar-brand-hover-color: #677788;
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.5rem;
  --bs-navbar-toggler-padding-x: 0.7rem;
  --bs-navbar-toggler-font-size: 0.625rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28103, 119, 136, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(38, 60, 85, 0.06);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.0625rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}

/* line 3387, app/assets/stylesheets/css/rtl/core.css */
.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 3399, app/assets/stylesheets/css/rtl/core.css */
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  white-space: nowrap;
}

/* line 3407, app/assets/stylesheets/css/rtl/core.css */
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

/* line 3411, app/assets/stylesheets/css/rtl/core.css */
.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.469rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 3424, app/assets/stylesheets/css/rtl/core.css */
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}

/* line 3427, app/assets/stylesheets/css/rtl/core.css */
.navbar-nav .dropdown-menu {
  position: static;
}

/* line 3431, app/assets/stylesheets/css/rtl/core.css */
.navbar-text {
  padding-top: 0.469rem;
  padding-bottom: 0.469rem;
  color: var(--bs-navbar-color);
}

/* line 3436, app/assets/stylesheets/css/rtl/core.css */
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

/* line 3442, app/assets/stylesheets/css/rtl/core.css */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* line 3448, app/assets/stylesheets/css/rtl/core.css */
.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 3459, app/assets/stylesheets/css/rtl/core.css */
  .navbar-toggler {
    transition: none;
  }
}

/* line 3463, app/assets/stylesheets/css/rtl/core.css */
.navbar-toggler:hover {
  text-decoration: none;
}

/* line 3466, app/assets/stylesheets/css/rtl/core.css */
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

/* line 3472, app/assets/stylesheets/css/rtl/core.css */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

/* line 3483, app/assets/stylesheets/css/rtl/core.css */
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  /* line 3489, app/assets/stylesheets/css/rtl/core.css */
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 3493, app/assets/stylesheets/css/rtl/core.css */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 3496, app/assets/stylesheets/css/rtl/core.css */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 3499, app/assets/stylesheets/css/rtl/core.css */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 3503, app/assets/stylesheets/css/rtl/core.css */
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 3506, app/assets/stylesheets/css/rtl/core.css */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 3510, app/assets/stylesheets/css/rtl/core.css */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  /* line 3513, app/assets/stylesheets/css/rtl/core.css */
  .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 3525, app/assets/stylesheets/css/rtl/core.css */
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 3528, app/assets/stylesheets/css/rtl/core.css */
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 768px) {
  /* line 3536, app/assets/stylesheets/css/rtl/core.css */
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 3540, app/assets/stylesheets/css/rtl/core.css */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 3543, app/assets/stylesheets/css/rtl/core.css */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 3546, app/assets/stylesheets/css/rtl/core.css */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 3550, app/assets/stylesheets/css/rtl/core.css */
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 3553, app/assets/stylesheets/css/rtl/core.css */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 3557, app/assets/stylesheets/css/rtl/core.css */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  /* line 3560, app/assets/stylesheets/css/rtl/core.css */
  .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 3572, app/assets/stylesheets/css/rtl/core.css */
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 3575, app/assets/stylesheets/css/rtl/core.css */
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 992px) {
  /* line 3583, app/assets/stylesheets/css/rtl/core.css */
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 3587, app/assets/stylesheets/css/rtl/core.css */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 3590, app/assets/stylesheets/css/rtl/core.css */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 3593, app/assets/stylesheets/css/rtl/core.css */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 3597, app/assets/stylesheets/css/rtl/core.css */
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 3600, app/assets/stylesheets/css/rtl/core.css */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 3604, app/assets/stylesheets/css/rtl/core.css */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  /* line 3607, app/assets/stylesheets/css/rtl/core.css */
  .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 3619, app/assets/stylesheets/css/rtl/core.css */
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 3622, app/assets/stylesheets/css/rtl/core.css */
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1200px) {
  /* line 3630, app/assets/stylesheets/css/rtl/core.css */
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 3634, app/assets/stylesheets/css/rtl/core.css */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 3637, app/assets/stylesheets/css/rtl/core.css */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 3640, app/assets/stylesheets/css/rtl/core.css */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 3644, app/assets/stylesheets/css/rtl/core.css */
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 3647, app/assets/stylesheets/css/rtl/core.css */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 3651, app/assets/stylesheets/css/rtl/core.css */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  /* line 3654, app/assets/stylesheets/css/rtl/core.css */
  .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 3666, app/assets/stylesheets/css/rtl/core.css */
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 3669, app/assets/stylesheets/css/rtl/core.css */
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1400px) {
  /* line 3677, app/assets/stylesheets/css/rtl/core.css */
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 3681, app/assets/stylesheets/css/rtl/core.css */
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  /* line 3684, app/assets/stylesheets/css/rtl/core.css */
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 3687, app/assets/stylesheets/css/rtl/core.css */
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 3691, app/assets/stylesheets/css/rtl/core.css */
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 3694, app/assets/stylesheets/css/rtl/core.css */
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 3698, app/assets/stylesheets/css/rtl/core.css */
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  /* line 3701, app/assets/stylesheets/css/rtl/core.css */
  .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 3713, app/assets/stylesheets/css/rtl/core.css */
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 3716, app/assets/stylesheets/css/rtl/core.css */
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

/* line 3723, app/assets/stylesheets/css/rtl/core.css */
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

/* line 3727, app/assets/stylesheets/css/rtl/core.css */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 3730, app/assets/stylesheets/css/rtl/core.css */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 3733, app/assets/stylesheets/css/rtl/core.css */
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}

/* line 3737, app/assets/stylesheets/css/rtl/core.css */
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

/* line 3740, app/assets/stylesheets/css/rtl/core.css */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 3744, app/assets/stylesheets/css/rtl/core.css */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 3747, app/assets/stylesheets/css/rtl/core.css */
.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 3759, app/assets/stylesheets/css/rtl/core.css */
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}

/* line 3762, app/assets/stylesheets/css/rtl/core.css */
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

/* line 3769, app/assets/stylesheets/css/rtl/core.css */
.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.8);
  --bs-navbar-hover-color: #fff;
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.4);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 3781, app/assets/stylesheets/css/rtl/core.css */
.card {
  --bs-card-spacer-y: 1.375rem;
  --bs-card-spacer-x: 1.375rem;
  --bs-card-title-spacer-y: 1.375rem;
  --bs-card-title-color: #516377;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: 0;
  --bs-card-border-color: #d4d8dd;
  --bs-card-border-radius: 0.3125rem;
  --bs-card-box-shadow: 0 2px 14px rgba(38, 60, 85, 0.16);
  --bs-card-inner-border-radius: 0.3125rem;
  --bs-card-cap-padding-y: 1.375rem;
  --bs-card-cap-padding-x: 1.375rem;
  --bs-card-cap-bg: transparent;
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: #fff;
  --bs-card-img-overlay-padding: 1.5rem;
  --bs-card-group-margin: 0.8125rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}

/* line 3813, app/assets/stylesheets/css/rtl/core.css */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 3817, app/assets/stylesheets/css/rtl/core.css */
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

/* line 3821, app/assets/stylesheets/css/rtl/core.css */
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

/* line 3826, app/assets/stylesheets/css/rtl/core.css */
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

/* line 3831, app/assets/stylesheets/css/rtl/core.css */
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

/* line 3836, app/assets/stylesheets/css/rtl/core.css */
.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

/* line 3842, app/assets/stylesheets/css/rtl/core.css */
.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

/* line 3847, app/assets/stylesheets/css/rtl/core.css */
.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}

/* line 3853, app/assets/stylesheets/css/rtl/core.css */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 3857, app/assets/stylesheets/css/rtl/core.css */
.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

/* line 3861, app/assets/stylesheets/css/rtl/core.css */
.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

/* line 3868, app/assets/stylesheets/css/rtl/core.css */
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

/* line 3872, app/assets/stylesheets/css/rtl/core.css */
.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

/* line 3878, app/assets/stylesheets/css/rtl/core.css */
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

/* line 3882, app/assets/stylesheets/css/rtl/core.css */
.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}

/* line 3888, app/assets/stylesheets/css/rtl/core.css */
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

/* line 3893, app/assets/stylesheets/css/rtl/core.css */
.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}

/* line 3898, app/assets/stylesheets/css/rtl/core.css */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

/* line 3908, app/assets/stylesheets/css/rtl/core.css */
.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

/* line 3914, app/assets/stylesheets/css/rtl/core.css */
.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

/* line 3920, app/assets/stylesheets/css/rtl/core.css */
.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

/* line 3926, app/assets/stylesheets/css/rtl/core.css */
.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}

@media (min-width: 576px) {
  /* line 3930, app/assets/stylesheets/css/rtl/core.css */
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  /* line 3934, app/assets/stylesheets/css/rtl/core.css */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 3938, app/assets/stylesheets/css/rtl/core.css */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 3942, app/assets/stylesheets/css/rtl/core.css */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 3946, app/assets/stylesheets/css/rtl/core.css */
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  /* line 3950, app/assets/stylesheets/css/rtl/core.css */
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 3954, app/assets/stylesheets/css/rtl/core.css */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 3958, app/assets/stylesheets/css/rtl/core.css */
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  /* line 3962, app/assets/stylesheets/css/rtl/core.css */
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

/* line 3968, app/assets/stylesheets/css/rtl/core.css */
.accordion {
  --bs-accordion-color: #677788;
  --bs-accordion-bg: #fff;
  --bs-accordion-transition: all 0.2s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: #d4d8dd;
  --bs-accordion-border-width: 0;
  --bs-accordion-border-radius: 0.3125rem;
  --bs-accordion-inner-border-radius: 0.3125rem;
  --bs-accordion-btn-padding-x: 1.1rem;
  --bs-accordion-btn-padding-y: 0.78rem;
  --bs-accordion-btn-color: #516377;
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='m1.532 12 6.182-6-6.182-6L0 1.487 4.65 6 0 10.513z'/%3E%3C/defs%3E%3Cg transform='translate%282.571%29' fill='none' fill-rule='evenodd'%3E%3Cuse fill='%23516377' xlink:href='%23a'/%3E%3Cuse fill-opacity='.1' xlink:href='%23a'/%3E%3C/g%3E%3C/svg%3E%0A");
  --bs-accordion-btn-icon-width: 0.75rem;
  --bs-accordion-btn-icon-transform: rotate(90deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='m1.532 12 6.182-6-6.182-6L0 1.487 4.65 6 0 10.513z'/%3E%3C/defs%3E%3Cg transform='translate%282.571%29' fill='none' fill-rule='evenodd'%3E%3Cuse fill='%23516377' xlink:href='%23a'/%3E%3Cuse fill-opacity='.1' xlink:href='%23a'/%3E%3C/g%3E%3C/svg%3E%0A");
  --bs-accordion-btn-focus-border-color: rgba(245, 248, 254, 0.448);
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-body-padding-x: 1.1rem;
  --bs-accordion-body-padding-y: 0.78rem;
  --bs-accordion-active-color: #516377;
  --bs-accordion-active-bg: #fff;
}

/* line 3993, app/assets/stylesheets/css/rtl/core.css */
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 0.9375rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 4009, app/assets/stylesheets/css/rtl/core.css */
  .accordion-button {
    transition: none;
  }
}

/* line 4013, app/assets/stylesheets/css/rtl/core.css */
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

/* line 4018, app/assets/stylesheets/css/rtl/core.css */
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}

/* line 4022, app/assets/stylesheets/css/rtl/core.css */
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 4034, app/assets/stylesheets/css/rtl/core.css */
  .accordion-button::after {
    transition: none;
  }
}

/* line 4038, app/assets/stylesheets/css/rtl/core.css */
.accordion-button:hover {
  z-index: 2;
}

/* line 4041, app/assets/stylesheets/css/rtl/core.css */
.accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

/* line 4048, app/assets/stylesheets/css/rtl/core.css */
.accordion-header {
  margin-bottom: 0;
}

/* line 4052, app/assets/stylesheets/css/rtl/core.css */
.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}

/* line 4057, app/assets/stylesheets/css/rtl/core.css */
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}

/* line 4061, app/assets/stylesheets/css/rtl/core.css */
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}

/* line 4065, app/assets/stylesheets/css/rtl/core.css */
.accordion-item:not(:first-of-type) {
  border-top: 0;
}

/* line 4068, app/assets/stylesheets/css/rtl/core.css */
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

/* line 4072, app/assets/stylesheets/css/rtl/core.css */
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}

/* line 4076, app/assets/stylesheets/css/rtl/core.css */
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

/* line 4081, app/assets/stylesheets/css/rtl/core.css */
.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

/* line 4085, app/assets/stylesheets/css/rtl/core.css */
.accordion-flush .accordion-collapse {
  border-width: 0;
}

/* line 4088, app/assets/stylesheets/css/rtl/core.css */
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

/* line 4093, app/assets/stylesheets/css/rtl/core.css */
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}

/* line 4096, app/assets/stylesheets/css/rtl/core.css */
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}

/* line 4099, app/assets/stylesheets/css/rtl/core.css */
.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
}

/* line 4103, app/assets/stylesheets/css/rtl/core.css */
.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: transparent;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: #939eaa;
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: #677788;
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

/* line 4122, app/assets/stylesheets/css/rtl/core.css */
.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}

/* line 4125, app/assets/stylesheets/css/rtl/core.css */
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/");
}

/* line 4131, app/assets/stylesheets/css/rtl/core.css */
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

/* line 4135, app/assets/stylesheets/css/rtl/core.css */
.pagination {
  --bs-pagination-padding-x: 0.3125rem;
  --bs-pagination-padding-y: 0.535rem;
  --bs-pagination-font-size: 0.9375rem;
  --bs-pagination-color: #677788;
  --bs-pagination-bg: #eeeff1;
  --bs-pagination-border-width: 0px;
  --bs-pagination-border-color: #e9ecee;
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: #677788;
  --bs-pagination-hover-bg: #dce0e4;
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: #677788;
  --bs-pagination-focus-bg: #dce0e4;
  --bs-pagination-focus-box-shadow: none;
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: rgba(234, 209, 56, 0.08);
  --bs-pagination-active-border-color: rgba(234, 209, 56, 0.08);
  --bs-pagination-disabled-color: rgba(38, 60, 85, 0.3);
  --bs-pagination-disabled-bg: #eeeff1;
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}

/* line 4161, app/assets/stylesheets/css/rtl/core.css */
.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-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 4172, app/assets/stylesheets/css/rtl/core.css */
  .page-link {
    transition: none;
  }
}

/* line 4176, app/assets/stylesheets/css/rtl/core.css */
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}

/* line 4182, app/assets/stylesheets/css/rtl/core.css */
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}

/* line 4189, app/assets/stylesheets/css/rtl/core.css */
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}

/* line 4195, app/assets/stylesheets/css/rtl/core.css */
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

/* line 4202, app/assets/stylesheets/css/rtl/core.css */
.page-item:not(:first-child) .page-link {
  margin-left: calc(0px * -1);
}

/* line 4205, app/assets/stylesheets/css/rtl/core.css */
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}

/* line 4209, app/assets/stylesheets/css/rtl/core.css */
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

/* line 4214, app/assets/stylesheets/css/rtl/core.css */
.pagination-lg {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.66rem;
  --bs-pagination-font-size: 1.063rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}

/* line 4221, app/assets/stylesheets/css/rtl/core.css */
.pagination-sm {
  --bs-pagination-padding-x: 0.25rem;
  --bs-pagination-padding-y: 0.41rem;
  --bs-pagination-font-size: 0.813rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}

/* line 4228, app/assets/stylesheets/css/rtl/core.css */
.badge {
  --bs-badge-padding-x: 0.75em;
  --bs-badge-padding-y: 0.444em;
  --bs-badge-font-size: 0.813em;
  --bs-badge-font-weight: 500;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: 0.1875rem;
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}

/* line 4246, app/assets/stylesheets/css/rtl/core.css */
.badge:empty {
  display: none;
}

/* line 4250, app/assets/stylesheets/css/rtl/core.css */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 4255, app/assets/stylesheets/css/rtl/core.css */
.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1.25rem;
  --bs-alert-padding-y: 0.75rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: 0 solid var(--bs-alert-border-color);
  --bs-alert-border-radius: 0.25rem;
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

/* line 4274, app/assets/stylesheets/css/rtl/core.css */
.alert-heading {
  color: inherit;
}

/* line 4278, app/assets/stylesheets/css/rtl/core.css */
.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}

/* line 4283, app/assets/stylesheets/css/rtl/core.css */
.alert-dismissible {
  padding-right: 3.75rem;
}

/* line 4286, app/assets/stylesheets/css/rtl/core.css */
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.9375rem 1.25rem;
}

/* line 4294, app/assets/stylesheets/css/rtl/core.css */
.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

/* line 4301, app/assets/stylesheets/css/rtl/core.css */
.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

/* line 4308, app/assets/stylesheets/css/rtl/core.css */
.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

/* line 4315, app/assets/stylesheets/css/rtl/core.css */
.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}

/* line 4322, app/assets/stylesheets/css/rtl/core.css */
.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

/* line 4329, app/assets/stylesheets/css/rtl/core.css */
.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

/* line 4336, app/assets/stylesheets/css/rtl/core.css */
.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}

/* line 4343, app/assets/stylesheets/css/rtl/core.css */
.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}

/* line 4350, app/assets/stylesheets/css/rtl/core.css */
.alert-gray {
  --bs-alert-color: var(--bs-gray-text-emphasis);
  --bs-alert-bg: var(--bs-gray-bg-subtle);
  --bs-alert-border-color: var(--bs-gray-border-subtle);
  --bs-alert-link-color: var(--bs-gray-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 0.75rem;
  }
}

/* line 4362, app/assets/stylesheets/css/rtl/core.css */
.progress,
.progress-stacked {
  --bs-progress-height: 0.75rem;
  --bs-progress-font-size: 0.625rem;
  --bs-progress-bg: #e9ecee;
  --bs-progress-border-radius: 10rem;
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #ead138;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

/* line 4380, app/assets/stylesheets/css/rtl/core.css */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 4392, app/assets/stylesheets/css/rtl/core.css */
  .progress-bar {
    transition: none;
  }
}

/* line 4397, app/assets/stylesheets/css/rtl/core.css */
.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(--bs-progress-height) var(--bs-progress-height);
}

/* line 4402, app/assets/stylesheets/css/rtl/core.css */
.progress-stacked > .progress {
  overflow: visible;
}

/* line 4406, app/assets/stylesheets/css/rtl/core.css */
.progress-stacked > .progress > .progress-bar {
  width: 100%;
}

/* line 4410, app/assets/stylesheets/css/rtl/core.css */
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  /* line 4414, app/assets/stylesheets/css/rtl/core.css */
  .progress-bar-animated {
    animation: none;
  }
}

/* line 4419, app/assets/stylesheets/css/rtl/core.css */
.list-group {
  --bs-list-group-color: #677788;
  --bs-list-group-bg: transparent;
  --bs-list-group-border-color: #d4d8dd;
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: 0.3125rem;
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.625rem;
  --bs-list-group-action-color: #7d8a99;
  --bs-list-group-action-hover-color: #677788;
  --bs-list-group-action-hover-bg: #f2f3f5;
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: rgba(38, 60, 85, 0.06);
  --bs-list-group-disabled-color: #a8b1bb;
  --bs-list-group-disabled-bg: transparent;
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: rgba(234, 209, 56, 0.08);
  --bs-list-group-active-border-color: rgba(234, 209, 56, 0.08);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

/* line 4444, app/assets/stylesheets/css/rtl/core.css */
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}

/* line 4448, app/assets/stylesheets/css/rtl/core.css */
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

/* line 4453, app/assets/stylesheets/css/rtl/core.css */
.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}

/* line 4458, app/assets/stylesheets/css/rtl/core.css */
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}

/* line 4464, app/assets/stylesheets/css/rtl/core.css */
.list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

/* line 4469, app/assets/stylesheets/css/rtl/core.css */
.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}

/* line 4477, app/assets/stylesheets/css/rtl/core.css */
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

/* line 4481, app/assets/stylesheets/css/rtl/core.css */
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

/* line 4485, app/assets/stylesheets/css/rtl/core.css */
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}

/* line 4490, app/assets/stylesheets/css/rtl/core.css */
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}

/* line 4496, app/assets/stylesheets/css/rtl/core.css */
.list-group-item + .list-group-item {
  border-top-width: 0;
}

/* line 4499, app/assets/stylesheets/css/rtl/core.css */
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

/* line 4504, app/assets/stylesheets/css/rtl/core.css */
.list-group-horizontal {
  flex-direction: row;
}

/* line 4507, app/assets/stylesheets/css/rtl/core.css */
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}

/* line 4511, app/assets/stylesheets/css/rtl/core.css */
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}

/* line 4515, app/assets/stylesheets/css/rtl/core.css */
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

/* line 4518, app/assets/stylesheets/css/rtl/core.css */
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}

/* line 4522, app/assets/stylesheets/css/rtl/core.css */
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  /* line 4528, app/assets/stylesheets/css/rtl/core.css */
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  /* line 4531, app/assets/stylesheets/css/rtl/core.css */
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 4535, app/assets/stylesheets/css/rtl/core.css */
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 4539, app/assets/stylesheets/css/rtl/core.css */
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  /* line 4542, app/assets/stylesheets/css/rtl/core.css */
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  /* line 4546, app/assets/stylesheets/css/rtl/core.css */
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 768px) {
  /* line 4552, app/assets/stylesheets/css/rtl/core.css */
  .list-group-horizontal-md {
    flex-direction: row;
  }
  /* line 4555, app/assets/stylesheets/css/rtl/core.css */
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 4559, app/assets/stylesheets/css/rtl/core.css */
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 4563, app/assets/stylesheets/css/rtl/core.css */
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  /* line 4566, app/assets/stylesheets/css/rtl/core.css */
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  /* line 4570, app/assets/stylesheets/css/rtl/core.css */
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 992px) {
  /* line 4576, app/assets/stylesheets/css/rtl/core.css */
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  /* line 4579, app/assets/stylesheets/css/rtl/core.css */
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 4583, app/assets/stylesheets/css/rtl/core.css */
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 4587, app/assets/stylesheets/css/rtl/core.css */
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  /* line 4590, app/assets/stylesheets/css/rtl/core.css */
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  /* line 4594, app/assets/stylesheets/css/rtl/core.css */
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 1200px) {
  /* line 4600, app/assets/stylesheets/css/rtl/core.css */
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  /* line 4603, app/assets/stylesheets/css/rtl/core.css */
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 4607, app/assets/stylesheets/css/rtl/core.css */
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 4611, app/assets/stylesheets/css/rtl/core.css */
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 4614, app/assets/stylesheets/css/rtl/core.css */
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  /* line 4618, app/assets/stylesheets/css/rtl/core.css */
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 1400px) {
  /* line 4624, app/assets/stylesheets/css/rtl/core.css */
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  /* line 4627, app/assets/stylesheets/css/rtl/core.css */
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 4631, app/assets/stylesheets/css/rtl/core.css */
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 4635, app/assets/stylesheets/css/rtl/core.css */
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 4638, app/assets/stylesheets/css/rtl/core.css */
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  /* line 4642, app/assets/stylesheets/css/rtl/core.css */
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

/* line 4647, app/assets/stylesheets/css/rtl/core.css */
.list-group-flush {
  border-radius: 0;
}

/* line 4650, app/assets/stylesheets/css/rtl/core.css */
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}

/* line 4653, app/assets/stylesheets/css/rtl/core.css */
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

/* line 4657, app/assets/stylesheets/css/rtl/core.css */
.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

/* line 4670, app/assets/stylesheets/css/rtl/core.css */
.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}

/* line 4683, app/assets/stylesheets/css/rtl/core.css */
.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}

/* line 4696, app/assets/stylesheets/css/rtl/core.css */
.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}

/* line 4709, app/assets/stylesheets/css/rtl/core.css */
.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}

/* line 4722, app/assets/stylesheets/css/rtl/core.css */
.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}

/* line 4735, app/assets/stylesheets/css/rtl/core.css */
.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}

/* line 4748, app/assets/stylesheets/css/rtl/core.css */
.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}

/* line 4761, app/assets/stylesheets/css/rtl/core.css */
.list-group-item-gray {
  --bs-list-group-color: var(--bs-gray-text-emphasis);
  --bs-list-group-bg: var(--bs-gray-bg-subtle);
  --bs-list-group-border-color: var(--bs-gray-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-gray-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-gray-border-subtle);
  --bs-list-group-active-color: var(--bs-gray-bg-subtle);
  --bs-list-group-active-bg: var(--bs-gray-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-gray-text-emphasis);
}

/* line 4774, app/assets/stylesheets/css/rtl/core.css */
.btn-close {
  --bs-btn-close-color: #a8b1bb;
  --bs-btn-close-bg: url("data:image/svg+xml,%3Csvg width='150px' height='151px' viewBox='0 0 150 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='131.251657 0 74.9933705 56.25 18.7483426 0 0 18.75 56.2450278 75 0 131.25 18.7483426 150 74.9933705 93.75 131.251657 150 150 131.25 93.7549722 75 150 18.75'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='🎨-%5BSetup%5D:-Colors-&amp;-Shadows' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate%28-225.000000, -250.000000%29'%3E%3Cg id='Icon-Color' transform='translate%28225.000000, 250.500000%29'%3E%3Cuse fill='%23a8b1bb' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.5' fill='%23a8b1bb' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  --bs-btn-close-opacity: 0.95;
  --bs-btn-close-hover-opacity: 0.95;
  --bs-btn-close-focus-shadow: none;
  --bs-btn-close-focus-opacity: 0.95;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 0.8em;
  height: 0.8em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/0.8em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: var(--bs-btn-close-opacity);
}

/* line 4793, app/assets/stylesheets/css/rtl/core.css */
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}

/* line 4798, app/assets/stylesheets/css/rtl/core.css */
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}

/* line 4803, app/assets/stylesheets/css/rtl/core.css */
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

/* line 4809, app/assets/stylesheets/css/rtl/core.css */
.btn-close-white {
  filter: var(--bs-btn-close-white-filter);
}

/* line 4813, app/assets/stylesheets/css/rtl/core.css */
.toast {
  --bs-toast-zindex: 1095;
  --bs-toast-padding-x: 1rem;
  --bs-toast-padding-y: 0.625rem;
  --bs-toast-spacing: 1rem;
  --bs-toast-max-width: 22.5rem;
  --bs-toast-font-size: 0.9375rem;
  --bs-toast-color: #677788;
  --bs-toast-bg: rgba(255, 255, 255, 0.85);
  --bs-toast-border-width: 0px;
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: 0.3125rem;
  --bs-toast-box-shadow: 0 0.25rem 1rem rgba(147, 158, 170, 0.45);
  --bs-toast-header-color: #677788;
  --bs-toast-header-bg: #fff;
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}

/* line 4840, app/assets/stylesheets/css/rtl/core.css */
.toast.showing {
  opacity: 0;
}

/* line 4843, app/assets/stylesheets/css/rtl/core.css */
.toast:not(.show) {
  display: none;
}

/* line 4847, app/assets/stylesheets/css/rtl/core.css */
.toast-container {
  --bs-toast-zindex: 1095;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}

/* line 4855, app/assets/stylesheets/css/rtl/core.css */
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

/* line 4859, app/assets/stylesheets/css/rtl/core.css */
.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}

/* line 4870, app/assets/stylesheets/css/rtl/core.css */
.toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

/* line 4875, app/assets/stylesheets/css/rtl/core.css */
.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

/* line 4880, app/assets/stylesheets/css/rtl/core.css */
.modal {
  --bs-modal-zindex: 1090;
  --bs-modal-width: 35rem;
  --bs-modal-padding: 1.5rem;
  --bs-modal-margin: 1.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 0px;
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: 0 0.125rem 1.25rem 0 rgba(38, 60, 85, 0.6);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - 0px);
  --bs-modal-header-padding-x: 1.5rem;
  --bs-modal-header-padding-y: 1.375rem;
  --bs-modal-header-padding: 1.375rem 1.5rem 0;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 0px;
  --bs-modal-title-line-height: 1.47;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 0px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

/* line 4914, app/assets/stylesheets/css/rtl/core.css */
.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}

/* line 4920, app/assets/stylesheets/css/rtl/core.css */
.modal.fade .modal-dialog {
  transition: transform 0.15s ease-out;
  transform: translateY(-100px) scale(0.8);
}

@media (prefers-reduced-motion: reduce) {
  /* line 4925, app/assets/stylesheets/css/rtl/core.css */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 4929, app/assets/stylesheets/css/rtl/core.css */
.modal.show .modal-dialog {
  transform: translateY(0) scale(1);
}

/* line 4932, app/assets/stylesheets/css/rtl/core.css */
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

/* line 4936, app/assets/stylesheets/css/rtl/core.css */
.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}

/* line 4939, app/assets/stylesheets/css/rtl/core.css */
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

/* line 4943, app/assets/stylesheets/css/rtl/core.css */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 4947, app/assets/stylesheets/css/rtl/core.css */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

/* line 4953, app/assets/stylesheets/css/rtl/core.css */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

/* line 4967, app/assets/stylesheets/css/rtl/core.css */
.modal-backdrop {
  --bs-backdrop-zindex: 1089;
  --bs-backdrop-bg: #263c55;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}

/* line 4979, app/assets/stylesheets/css/rtl/core.css */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 4982, app/assets/stylesheets/css/rtl/core.css */
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

/* line 4986, app/assets/stylesheets/css/rtl/core.css */
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}

/* line 4996, app/assets/stylesheets/css/rtl/core.css */
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

/* line 5001, app/assets/stylesheets/css/rtl/core.css */
.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

/* line 5006, app/assets/stylesheets/css/rtl/core.css */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

/* line 5012, app/assets/stylesheets/css/rtl/core.css */
.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}

/* line 5024, app/assets/stylesheets/css/rtl/core.css */
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  /* line 5029, app/assets/stylesheets/css/rtl/core.css */
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.125rem 1.25rem 0 rgba(38, 60, 85, 0.6);
  }
  /* line 5033, app/assets/stylesheets/css/rtl/core.css */
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  /* line 5038, app/assets/stylesheets/css/rtl/core.css */
  .modal-sm {
    --bs-modal-width: 22.5rem;
  }
}

@media (min-width: 992px) {
  /* line 5043, app/assets/stylesheets/css/rtl/core.css */
  .modal-lg,
.modal-xl {
    --bs-modal-width: 50rem;
  }
}

@media (min-width: 1200px) {
  /* line 5049, app/assets/stylesheets/css/rtl/core.css */
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}

/* line 5053, app/assets/stylesheets/css/rtl/core.css */
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

/* line 5059, app/assets/stylesheets/css/rtl/core.css */
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

/* line 5064, app/assets/stylesheets/css/rtl/core.css */
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

/* line 5068, app/assets/stylesheets/css/rtl/core.css */
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  /* line 5073, app/assets/stylesheets/css/rtl/core.css */
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 5079, app/assets/stylesheets/css/rtl/core.css */
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 5084, app/assets/stylesheets/css/rtl/core.css */
  .modal-fullscreen-sm-down .modal-header,
.modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  /* line 5088, app/assets/stylesheets/css/rtl/core.css */
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 767.98px) {
  /* line 5093, app/assets/stylesheets/css/rtl/core.css */
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 5099, app/assets/stylesheets/css/rtl/core.css */
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 5104, app/assets/stylesheets/css/rtl/core.css */
  .modal-fullscreen-md-down .modal-header,
.modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  /* line 5108, app/assets/stylesheets/css/rtl/core.css */
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 991.98px) {
  /* line 5113, app/assets/stylesheets/css/rtl/core.css */
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 5119, app/assets/stylesheets/css/rtl/core.css */
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 5124, app/assets/stylesheets/css/rtl/core.css */
  .modal-fullscreen-lg-down .modal-header,
.modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  /* line 5128, app/assets/stylesheets/css/rtl/core.css */
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 1199.98px) {
  /* line 5133, app/assets/stylesheets/css/rtl/core.css */
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 5139, app/assets/stylesheets/css/rtl/core.css */
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 5144, app/assets/stylesheets/css/rtl/core.css */
  .modal-fullscreen-xl-down .modal-header,
.modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  /* line 5148, app/assets/stylesheets/css/rtl/core.css */
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 1399.98px) {
  /* line 5153, app/assets/stylesheets/css/rtl/core.css */
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 5159, app/assets/stylesheets/css/rtl/core.css */
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 5164, app/assets/stylesheets/css/rtl/core.css */
  .modal-fullscreen-xxl-down .modal-header,
.modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  /* line 5168, app/assets/stylesheets/css/rtl/core.css */
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}

/* line 5172, app/assets/stylesheets/css/rtl/core.css */
.tooltip {
  --bs-tooltip-zindex: 1099;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.7rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.9375rem;
  --bs-tooltip-color: #fff;
  --bs-tooltip-bg: #495563;
  --bs-tooltip-border-radius: 0.1875rem;
  --bs-tooltip-opacity: 1;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.47;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}

/* line 5206, app/assets/stylesheets/css/rtl/core.css */
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}

/* line 5209, app/assets/stylesheets/css/rtl/core.css */
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}

/* line 5214, app/assets/stylesheets/css/rtl/core.css */
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 5221, app/assets/stylesheets/css/rtl/core.css */
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}

/* line 5224, app/assets/stylesheets/css/rtl/core.css */
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
/* line 5231, app/assets/stylesheets/css/rtl/core.css */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

/* line 5236, app/assets/stylesheets/css/rtl/core.css */
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
/* line 5243, app/assets/stylesheets/css/rtl/core.css */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}

/* line 5246, app/assets/stylesheets/css/rtl/core.css */
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
/* line 5253, app/assets/stylesheets/css/rtl/core.css */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

/* line 5258, app/assets/stylesheets/css/rtl/core.css */
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
/* line 5265, app/assets/stylesheets/css/rtl/core.css */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

/* line 5274, app/assets/stylesheets/css/rtl/core.css */
.popover {
  --bs-popover-zindex: 1091;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.9375rem;
  --bs-popover-bg: #fff;
  --bs-popover-border-width: 0px;
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - 0px);
  --bs-popover-box-shadow: 0 0.25rem 1rem rgba(147, 158, 170, 0.45);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0;
  --bs-popover-header-font-size: 1.125rem;
  --bs-popover-header-color: #516377;
  --bs-popover-header-bg: transparent;
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.47;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}

/* line 5319, app/assets/stylesheets/css/rtl/core.css */
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}

/* line 5324, app/assets/stylesheets/css/rtl/core.css */
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

/* line 5333, app/assets/stylesheets/css/rtl/core.css */
.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}

/* line 5336, app/assets/stylesheets/css/rtl/core.css */
.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(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}

/* line 5339, app/assets/stylesheets/css/rtl/core.css */
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}

/* line 5343, app/assets/stylesheets/css/rtl/core.css */
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
/* line 5349, app/assets/stylesheets/css/rtl/core.css */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}

/* line 5354, app/assets/stylesheets/css/rtl/core.css */
.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(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}

/* line 5357, app/assets/stylesheets/css/rtl/core.css */
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}

/* line 5361, app/assets/stylesheets/css/rtl/core.css */
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
/* line 5367, app/assets/stylesheets/css/rtl/core.css */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}

/* line 5370, app/assets/stylesheets/css/rtl/core.css */
.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(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}

/* line 5373, app/assets/stylesheets/css/rtl/core.css */
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}

/* line 5377, app/assets/stylesheets/css/rtl/core.css */
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}

/* line 5381, app/assets/stylesheets/css/rtl/core.css */
.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(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
/* line 5393, app/assets/stylesheets/css/rtl/core.css */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}

/* line 5398, app/assets/stylesheets/css/rtl/core.css */
.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(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}

/* line 5401, app/assets/stylesheets/css/rtl/core.css */
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}

/* line 5405, app/assets/stylesheets/css/rtl/core.css */
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
/* line 5411, app/assets/stylesheets/css/rtl/core.css */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}

/* line 5421, app/assets/stylesheets/css/rtl/core.css */
.popover-header:empty {
  display: none;
}

/* line 5425, app/assets/stylesheets/css/rtl/core.css */
.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

/* line 5430, app/assets/stylesheets/css/rtl/core.css */
.carousel {
  position: relative;
}

/* line 5434, app/assets/stylesheets/css/rtl/core.css */
.carousel.pointer-event {
  touch-action: pan-y;
}

/* line 5438, app/assets/stylesheets/css/rtl/core.css */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 5443, app/assets/stylesheets/css/rtl/core.css */
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

/* line 5449, app/assets/stylesheets/css/rtl/core.css */
.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 5459, app/assets/stylesheets/css/rtl/core.css */
  .carousel-item {
    transition: none;
  }
}

/* line 5464, app/assets/stylesheets/css/rtl/core.css */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* line 5470, app/assets/stylesheets/css/rtl/core.css */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

/* line 5475, app/assets/stylesheets/css/rtl/core.css */
.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

/* line 5480, app/assets/stylesheets/css/rtl/core.css */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

/* line 5485, app/assets/stylesheets/css/rtl/core.css */
.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 5491, app/assets/stylesheets/css/rtl/core.css */
.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 5498, app/assets/stylesheets/css/rtl/core.css */
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

/* line 5504, app/assets/stylesheets/css/rtl/core.css */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 1;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5523, app/assets/stylesheets/css/rtl/core.css */
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}

/* line 5528, app/assets/stylesheets/css/rtl/core.css */
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 1;
}

/* line 5537, app/assets/stylesheets/css/rtl/core.css */
.carousel-control-prev {
  left: 0;
}

/* line 5541, app/assets/stylesheets/css/rtl/core.css */
.carousel-control-next {
  right: 0;
}

/* line 5545, app/assets/stylesheets/css/rtl/core.css */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
/* line 5563, app/assets/stylesheets/css/rtl/core.css */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' style='fill: %23fff;transform: ;msFilter:;'%3E%3Cpath d='M13.293 6.293 7.586 12l5.707 5.707 1.414-1.414L10.414 12l4.293-4.293z'%3E%3C/path%3E%3C/svg%3E");
}

/* line 5567, app/assets/stylesheets/css/rtl/core.css */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' style='fill: %23fff;transform: ;msFilter:;'%3E%3Cpath d='M10.707 17.707 16.414 12l-5.707-5.707-1.414 1.414L13.586 12l-4.293 4.293z'%3E%3C/path%3E%3C/svg%3E");
}

/* line 5571, app/assets/stylesheets/css/rtl/core.css */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 14%;
  margin-bottom: 1rem;
  margin-left: 14%;
}

/* line 5584, app/assets/stylesheets/css/rtl/core.css */
.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 5603, app/assets/stylesheets/css/rtl/core.css */
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}

/* line 5607, app/assets/stylesheets/css/rtl/core.css */
.carousel-indicators .active {
  opacity: 1;
}

/* line 5611, app/assets/stylesheets/css/rtl/core.css */
.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 5622, app/assets/stylesheets/css/rtl/core.css */
.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}

/* line 5626, app/assets/stylesheets/css/rtl/core.css */
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #263c55;
}

/* line 5629, app/assets/stylesheets/css/rtl/core.css */
.carousel-dark .carousel-caption {
  color: #263c55;
}

/* line 5633, app/assets/stylesheets/css/rtl/core.css */
.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

/* line 5648, app/assets/stylesheets/css/rtl/core.css */
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

/* line 5659, app/assets/stylesheets/css/rtl/core.css */
.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

/* line 5674, app/assets/stylesheets/css/rtl/core.css */
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

/* line 5684, app/assets/stylesheets/css/rtl/core.css */
.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5690, app/assets/stylesheets/css/rtl/core.css */
  .spinner-border,
.spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}

/* line 5695, app/assets/stylesheets/css/rtl/core.css */
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1090;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1.5rem;
  --bs-offcanvas-padding-y: 1.5rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: #fff;
  --bs-offcanvas-border-width: 0px;
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: 0 0.125rem 1.25rem 0 rgba(38, 60, 85, 0.6);
  --bs-offcanvas-transition: transform 0.25s ease-in-out;
  --bs-offcanvas-title-line-height: 1.47;
}

@media (max-width: 575.98px) {
  /* line 5711, app/assets/stylesheets/css/rtl/core.css */
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  /* line 5727, app/assets/stylesheets/css/rtl/core.css */
  .offcanvas-sm {
    transition: none;
  }
}

@media (max-width: 575.98px) {
  /* line 5732, app/assets/stylesheets/css/rtl/core.css */
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  /* line 5739, app/assets/stylesheets/css/rtl/core.css */
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  /* line 5746, app/assets/stylesheets/css/rtl/core.css */
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  /* line 5755, app/assets/stylesheets/css/rtl/core.css */
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 5763, app/assets/stylesheets/css/rtl/core.css */
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  /* line 5766, app/assets/stylesheets/css/rtl/core.css */
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}

@media (min-width: 576px) {
  /* line 5771, app/assets/stylesheets/css/rtl/core.css */
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 5776, app/assets/stylesheets/css/rtl/core.css */
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  /* line 5779, app/assets/stylesheets/css/rtl/core.css */
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  /* line 5789, app/assets/stylesheets/css/rtl/core.css */
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  /* line 5805, app/assets/stylesheets/css/rtl/core.css */
  .offcanvas-md {
    transition: none;
  }
}

@media (max-width: 767.98px) {
  /* line 5810, app/assets/stylesheets/css/rtl/core.css */
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  /* line 5817, app/assets/stylesheets/css/rtl/core.css */
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  /* line 5824, app/assets/stylesheets/css/rtl/core.css */
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  /* line 5833, app/assets/stylesheets/css/rtl/core.css */
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 5841, app/assets/stylesheets/css/rtl/core.css */
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  /* line 5844, app/assets/stylesheets/css/rtl/core.css */
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}

@media (min-width: 768px) {
  /* line 5849, app/assets/stylesheets/css/rtl/core.css */
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 5854, app/assets/stylesheets/css/rtl/core.css */
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  /* line 5857, app/assets/stylesheets/css/rtl/core.css */
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  /* line 5867, app/assets/stylesheets/css/rtl/core.css */
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  /* line 5883, app/assets/stylesheets/css/rtl/core.css */
  .offcanvas-lg {
    transition: none;
  }
}

@media (max-width: 991.98px) {
  /* line 5888, app/assets/stylesheets/css/rtl/core.css */
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  /* line 5895, app/assets/stylesheets/css/rtl/core.css */
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  /* line 5902, app/assets/stylesheets/css/rtl/core.css */
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  /* line 5911, app/assets/stylesheets/css/rtl/core.css */
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 5919, app/assets/stylesheets/css/rtl/core.css */
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  /* line 5922, app/assets/stylesheets/css/rtl/core.css */
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}

@media (min-width: 992px) {
  /* line 5927, app/assets/stylesheets/css/rtl/core.css */
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 5932, app/assets/stylesheets/css/rtl/core.css */
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  /* line 5935, app/assets/stylesheets/css/rtl/core.css */
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  /* line 5945, app/assets/stylesheets/css/rtl/core.css */
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  /* line 5961, app/assets/stylesheets/css/rtl/core.css */
  .offcanvas-xl {
    transition: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 5966, app/assets/stylesheets/css/rtl/core.css */
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  /* line 5973, app/assets/stylesheets/css/rtl/core.css */
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  /* line 5980, app/assets/stylesheets/css/rtl/core.css */
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  /* line 5989, app/assets/stylesheets/css/rtl/core.css */
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 5997, app/assets/stylesheets/css/rtl/core.css */
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  /* line 6000, app/assets/stylesheets/css/rtl/core.css */
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}

@media (min-width: 1200px) {
  /* line 6005, app/assets/stylesheets/css/rtl/core.css */
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 6010, app/assets/stylesheets/css/rtl/core.css */
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  /* line 6013, app/assets/stylesheets/css/rtl/core.css */
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  /* line 6023, app/assets/stylesheets/css/rtl/core.css */
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}

@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  /* line 6039, app/assets/stylesheets/css/rtl/core.css */
  .offcanvas-xxl {
    transition: none;
  }
}

@media (max-width: 1399.98px) {
  /* line 6044, app/assets/stylesheets/css/rtl/core.css */
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  /* line 6051, app/assets/stylesheets/css/rtl/core.css */
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  /* line 6058, app/assets/stylesheets/css/rtl/core.css */
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  /* line 6067, app/assets/stylesheets/css/rtl/core.css */
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 6075, app/assets/stylesheets/css/rtl/core.css */
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  /* line 6078, app/assets/stylesheets/css/rtl/core.css */
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}

@media (min-width: 1400px) {
  /* line 6083, app/assets/stylesheets/css/rtl/core.css */
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 6088, app/assets/stylesheets/css/rtl/core.css */
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  /* line 6091, app/assets/stylesheets/css/rtl/core.css */
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

/* line 6100, app/assets/stylesheets/css/rtl/core.css */
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 6115, app/assets/stylesheets/css/rtl/core.css */
  .offcanvas {
    transition: none;
  }
}

/* line 6119, app/assets/stylesheets/css/rtl/core.css */
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}

/* line 6126, app/assets/stylesheets/css/rtl/core.css */
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}

/* line 6133, app/assets/stylesheets/css/rtl/core.css */
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}

/* line 6142, app/assets/stylesheets/css/rtl/core.css */
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}

/* line 6150, app/assets/stylesheets/css/rtl/core.css */
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}

/* line 6153, app/assets/stylesheets/css/rtl/core.css */
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

/* line 6157, app/assets/stylesheets/css/rtl/core.css */
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1089;
  width: 100vw;
  height: 100vh;
  background-color: #263c55;
}

/* line 6166, app/assets/stylesheets/css/rtl/core.css */
.offcanvas-backdrop.fade {
  opacity: 0;
}

/* line 6169, app/assets/stylesheets/css/rtl/core.css */
.offcanvas-backdrop.show {
  opacity: 0.5;
}

/* line 6173, app/assets/stylesheets/css/rtl/core.css */
.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}

/* line 6179, app/assets/stylesheets/css/rtl/core.css */
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
}

/* line 6186, app/assets/stylesheets/css/rtl/core.css */
.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}

/* line 6191, app/assets/stylesheets/css/rtl/core.css */
.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

/* line 6197, app/assets/stylesheets/css/rtl/core.css */
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}

/* line 6205, app/assets/stylesheets/css/rtl/core.css */
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

/* line 6210, app/assets/stylesheets/css/rtl/core.css */
.placeholder-xs {
  min-height: 0.6em;
}

/* line 6214, app/assets/stylesheets/css/rtl/core.css */
.placeholder-sm {
  min-height: 0.8em;
}

/* line 6218, app/assets/stylesheets/css/rtl/core.css */
.placeholder-lg {
  min-height: 1.2em;
}

/* line 6222, app/assets/stylesheets/css/rtl/core.css */
.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

/* line 6231, app/assets/stylesheets/css/rtl/core.css */
.placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #263c55 55%, rgba(0, 0, 0, 0.8) 75%, #263c55 95%);
          mask-image: linear-gradient(130deg, #263c55 55%, rgba(0, 0, 0, 0.8) 75%, #263c55 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 6242, app/assets/stylesheets/css/rtl/core.css */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 6248, app/assets/stylesheets/css/rtl/core.css */
.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

/* line 6253, app/assets/stylesheets/css/rtl/core.css */
.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}

/* line 6258, app/assets/stylesheets/css/rtl/core.css */
.text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}

/* line 6263, app/assets/stylesheets/css/rtl/core.css */
.text-bg-info {
  color: #fff !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}

/* line 6268, app/assets/stylesheets/css/rtl/core.css */
.text-bg-warning {
  color: #fff !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}

/* line 6273, app/assets/stylesheets/css/rtl/core.css */
.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}

/* line 6278, app/assets/stylesheets/css/rtl/core.css */
.text-bg-light {
  color: #263c55 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}

/* line 6283, app/assets/stylesheets/css/rtl/core.css */
.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}

/* line 6288, app/assets/stylesheets/css/rtl/core.css */
.text-bg-gray {
  color: #fff !important;
  background-color: RGBA(var(--bs-gray-rgb), var(--bs-bg-opacity, 1)) !important;
}

/* line 6293, app/assets/stylesheets/css/rtl/core.css */
.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 6297, app/assets/stylesheets/css/rtl/core.css */
.link-primary:hover, .link-primary:focus {
  color: RGBA(81, 127, 214, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(81, 127, 214, var(--bs-link-underline-opacity, 1)) !important;
}

/* line 6302, app/assets/stylesheets/css/rtl/core.css */
.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 6306, app/assets/stylesheets/css/rtl/core.css */
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(95, 115, 139, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(95, 115, 139, var(--bs-link-underline-opacity, 1)) !important;
}

/* line 6311, app/assets/stylesheets/css/rtl/core.css */
.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 6315, app/assets/stylesheets/css/rtl/core.css */
.link-success:hover, .link-success:focus {
  color: RGBA(51, 196, 124, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(51, 196, 124, var(--bs-link-underline-opacity, 1)) !important;
}

/* line 6320, app/assets/stylesheets/css/rtl/core.css */
.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 6324, app/assets/stylesheets/css/rtl/core.css */
.link-info:hover, .link-info:focus {
  color: RGBA(0, 186, 199, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(0, 186, 199, var(--bs-link-underline-opacity, 1)) !important;
}

/* line 6329, app/assets/stylesheets/css/rtl/core.css */
.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 6333, app/assets/stylesheets/css/rtl/core.css */
.link-warning:hover, .link-warning:focus {
  color: RGBA(228, 155, 59, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(228, 155, 59, var(--bs-link-underline-opacity, 1)) !important;
}

/* line 6338, app/assets/stylesheets/css/rtl/core.css */
.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 6342, app/assets/stylesheets/css/rtl/core.css */
.link-danger:hover, .link-danger:focus {
  color: RGBA(230, 82, 83, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(230, 82, 83, var(--bs-link-underline-opacity, 1)) !important;
}

/* line 6347, app/assets/stylesheets/css/rtl/core.css */
.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 6351, app/assets/stylesheets/css/rtl/core.css */
.link-light:hover, .link-light:focus {
  color: RGBA(232, 235, 239, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(232, 235, 239, var(--bs-link-underline-opacity, 1)) !important;
}

/* line 6356, app/assets/stylesheets/css/rtl/core.css */
.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 6360, app/assets/stylesheets/css/rtl/core.css */
.link-dark:hover, .link-dark:focus {
  color: RGBA(66, 77, 89, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(66, 77, 89, var(--bs-link-underline-opacity, 1)) !important;
}

/* line 6365, app/assets/stylesheets/css/rtl/core.css */
.link-gray {
  color: RGBA(var(--bs-gray-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-gray-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 6369, app/assets/stylesheets/css/rtl/core.css */
.link-gray:hover, .link-gray:focus {
  color: RGBA(29, 45, 64, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(29, 45, 64, var(--bs-link-underline-opacity, 1)) !important;
}

/* line 6374, app/assets/stylesheets/css/rtl/core.css */
.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 6378, app/assets/stylesheets/css/rtl/core.css */
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

/* line 6383, app/assets/stylesheets/css/rtl/core.css */
.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

/* line 6388, app/assets/stylesheets/css/rtl/core.css */
.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}

/* line 6396, app/assets/stylesheets/css/rtl/core.css */
.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 6404, app/assets/stylesheets/css/rtl/core.css */
  .icon-link > .bi {
    transition: none;
  }
}

/* line 6409, app/assets/stylesheets/css/rtl/core.css */
.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

/* line 6413, app/assets/stylesheets/css/rtl/core.css */
.ratio {
  position: relative;
  width: 100%;
}

/* line 6417, app/assets/stylesheets/css/rtl/core.css */
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

/* line 6422, app/assets/stylesheets/css/rtl/core.css */
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 6430, app/assets/stylesheets/css/rtl/core.css */
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

/* line 6434, app/assets/stylesheets/css/rtl/core.css */
.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

/* line 6438, app/assets/stylesheets/css/rtl/core.css */
.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

/* line 6442, app/assets/stylesheets/css/rtl/core.css */
.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

/* line 6446, app/assets/stylesheets/css/rtl/core.css */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 6454, app/assets/stylesheets/css/rtl/core.css */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

/* line 6462, app/assets/stylesheets/css/rtl/core.css */
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

/* line 6468, app/assets/stylesheets/css/rtl/core.css */
.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  /* line 6475, app/assets/stylesheets/css/rtl/core.css */
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 6480, app/assets/stylesheets/css/rtl/core.css */
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 768px) {
  /* line 6487, app/assets/stylesheets/css/rtl/core.css */
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 6492, app/assets/stylesheets/css/rtl/core.css */
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 992px) {
  /* line 6499, app/assets/stylesheets/css/rtl/core.css */
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 6504, app/assets/stylesheets/css/rtl/core.css */
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 1200px) {
  /* line 6511, app/assets/stylesheets/css/rtl/core.css */
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 6516, app/assets/stylesheets/css/rtl/core.css */
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 1400px) {
  /* line 6523, app/assets/stylesheets/css/rtl/core.css */
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 6528, app/assets/stylesheets/css/rtl/core.css */
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

/* line 6534, app/assets/stylesheets/css/rtl/core.css */
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

/* line 6541, app/assets/stylesheets/css/rtl/core.css */
.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

/* line 6548, app/assets/stylesheets/css/rtl/core.css */
.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 6559, app/assets/stylesheets/css/rtl/core.css */
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}

/* line 6564, app/assets/stylesheets/css/rtl/core.css */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

/* line 6574, app/assets/stylesheets/css/rtl/core.css */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 6580, app/assets/stylesheets/css/rtl/core.css */
.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 1;
}

/* line 6589, app/assets/stylesheets/css/rtl/core.css */
:root {
  color-scheme: light;
}

/* line 6593, app/assets/stylesheets/css/rtl/core.css */
b,
strong {
  font-weight: 700;
}

/* line 6598, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] caption {
  text-align: right;
}

/* line 6601, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] dd {
  margin-right: 0;
}

/* line 6605, app/assets/stylesheets/css/rtl/core.css */
a:not([href]) {
  color: inherit;
  text-decoration: none;
}

/* line 6609, app/assets/stylesheets/css/rtl/core.css */
a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

/* line 6614, app/assets/stylesheets/css/rtl/core.css */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
input:-internal-autofill-selected {
  background-clip: text !important;
  -webkit-background-clip: text !important;
}

/* line 6628, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .list-inline,
[dir=rtl] .list-unstyled {
  padding-right: 0;
}

/* line 6632, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .list-inline-item:not(:last-child) {
  margin-right: 0;
  margin-left: 0.5rem;
}

/* line 6637, app/assets/stylesheets/css/rtl/core.css */
.row-bordered {
  overflow: hidden;
}

/* line 6640, app/assets/stylesheets/css/rtl/core.css */
.row-bordered > .col,
.row-bordered > [class^=col-],
.row-bordered > [class*=" col-"],
.row-bordered > [class^="col "],
.row-bordered > [class*=" col "],
.row-bordered > [class$=" col"],
.row-bordered > [class=col] {
  position: relative;
  padding-top: 1px;
}

/* line 6650, app/assets/stylesheets/css/rtl/core.css */
.row-bordered > .col::before,
.row-bordered > [class^=col-]::before,
.row-bordered > [class*=" col-"]::before,
.row-bordered > [class^="col "]::before,
.row-bordered > [class*=" col "]::before,
.row-bordered > [class$=" col"]::before,
.row-bordered > [class=col]::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  display: block;
  height: 0;
  border-top: 1px solid #d4d8dd;
}

/* line 6666, app/assets/stylesheets/css/rtl/core.css */
.row-bordered > .col::after,
.row-bordered > [class^=col-]::after,
.row-bordered > [class*=" col-"]::after,
.row-bordered > [class^="col "]::after,
.row-bordered > [class*=" col "]::after,
.row-bordered > [class$=" col"]::after,
.row-bordered > [class=col]::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  display: block;
  width: 0;
  border-left: 1px solid #d4d8dd;
}

/* line 6682, app/assets/stylesheets/css/rtl/core.css */
.row-bordered.row-border-light > .col::before, .row-bordered.row-border-light > .col::after,
.row-bordered.row-border-light > [class^=col-]::before,
.row-bordered.row-border-light > [class^=col-]::after,
.row-bordered.row-border-light > [class*=" col-"]::before,
.row-bordered.row-border-light > [class*=" col-"]::after,
.row-bordered.row-border-light > [class^="col "]::before,
.row-bordered.row-border-light > [class^="col "]::after,
.row-bordered.row-border-light > [class*=" col "]::before,
.row-bordered.row-border-light > [class*=" col "]::after,
.row-bordered.row-border-light > [class$=" col"]::before,
.row-bordered.row-border-light > [class$=" col"]::after,
.row-bordered.row-border-light > [class=col]::before,
.row-bordered.row-border-light > [class=col]::after {
  border-color: rgba(38, 60, 85, 0.1);
}

/* line 6698, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .row-bordered > .col::after,
[dir=rtl] .row-bordered > [class^=col-]::after,
[dir=rtl] .row-bordered > [class*=" col-"]::after,
[dir=rtl] .row-bordered > [class^="col "]::after,
[dir=rtl] .row-bordered > [class*=" col "]::after,
[dir=rtl] .row-bordered > [class$=" col"]::after,
[dir=rtl] .row-bordered > [class=col]::after {
  left: auto;
  right: -1px;
}

/* line 6709, app/assets/stylesheets/css/rtl/core.css */
.bg-label-secondary {
  background-color: #e7ebef !important;
  color: #8a8a88 !important;
}

/* line 6714, app/assets/stylesheets/css/rtl/core.css */
.border-label-secondary {
  border: 3px solid #c3ccd7;
}

/* line 6718, app/assets/stylesheets/css/rtl/core.css */
.bg-label-success {
  background-color: #dff9ec !important;
  color: #39da8a !important;
}

/* line 6723, app/assets/stylesheets/css/rtl/core.css */
.border-label-success {
  border: 3px solid #b0f0d0;
}

/* line 6727, app/assets/stylesheets/css/rtl/core.css */
.bg-label-info {
  background-color: #d6f7fa !important;
  color: #00cfdd !important;
}

/* line 6732, app/assets/stylesheets/css/rtl/core.css */
.border-label-info {
  border: 3px solid #99ecf1;
}

/* line 6736, app/assets/stylesheets/css/rtl/core.css */
.bg-label-warning {
  background-color: #fff2e1 !important;
  color: #fdac41 !important;
}

/* line 6741, app/assets/stylesheets/css/rtl/core.css */
.border-label-warning {
  border: 3px solid #fedeb3;
}

/* line 6745, app/assets/stylesheets/css/rtl/core.css */
.bg-label-danger {
  background-color: #ffe5e5 !important;
  color: #ff5b5c !important;
}

/* line 6750, app/assets/stylesheets/css/rtl/core.css */
.border-label-danger {
  border: 3px solid #ffbdbe;
}

/* line 6754, app/assets/stylesheets/css/rtl/core.css */
.bg-label-light {
  background-color: #fbfbfc !important;
  color: #e5e9ed !important;
}

/* line 6759, app/assets/stylesheets/css/rtl/core.css */
.border-label-light {
  border: 3px solid #f5f6f8;
}

/* line 6763, app/assets/stylesheets/css/rtl/core.css */
.bg-label-dark {
  background-color: #e2e4e6 !important;
  color: #495563 !important;
}

/* line 6768, app/assets/stylesheets/css/rtl/core.css */
.border-label-dark {
  border: 3px solid #b6bbc1;
}

/* line 6772, app/assets/stylesheets/css/rtl/core.css */
.bg-label-gray {
  background-color: rgba(242, 243, 245, 0.92) !important;
  color: rgba(38, 60, 85, 0.5) !important;
}

/* line 6777, app/assets/stylesheets/css/rtl/core.css */
.border-label-gray {
  border: 3px solid rgba(216, 220, 224, 0.8);
}

/* line 6781, app/assets/stylesheets/css/rtl/core.css */
.bg-label-hover-secondary {
  background-color: #e7ebef !important;
  color: #8a8a88 !important;
}

/* line 6785, app/assets/stylesheets/css/rtl/core.css */
.bg-label-hover-secondary:hover {
  background-color: #8a8a88 !important;
  color: #fff !important;
}

/* line 6790, app/assets/stylesheets/css/rtl/core.css */
.bg-label-hover-success {
  background-color: #dff9ec !important;
  color: #39da8a !important;
}

/* line 6794, app/assets/stylesheets/css/rtl/core.css */
.bg-label-hover-success:hover {
  background-color: #39da8a !important;
  color: #fff !important;
}

/* line 6799, app/assets/stylesheets/css/rtl/core.css */
.bg-label-hover-info {
  background-color: #d6f7fa !important;
  color: #00cfdd !important;
}

/* line 6803, app/assets/stylesheets/css/rtl/core.css */
.bg-label-hover-info:hover {
  background-color: #00cfdd !important;
  color: #fff !important;
}

/* line 6808, app/assets/stylesheets/css/rtl/core.css */
.bg-label-hover-warning {
  background-color: #fff2e1 !important;
  color: #fdac41 !important;
}

/* line 6812, app/assets/stylesheets/css/rtl/core.css */
.bg-label-hover-warning:hover {
  background-color: #fdac41 !important;
  color: #fff !important;
}

/* line 6817, app/assets/stylesheets/css/rtl/core.css */
.bg-label-hover-danger {
  background-color: #ffe5e5 !important;
  color: #ff5b5c !important;
}

/* line 6821, app/assets/stylesheets/css/rtl/core.css */
.bg-label-hover-danger:hover {
  background-color: #ff5b5c !important;
  color: #fff !important;
}

/* line 6826, app/assets/stylesheets/css/rtl/core.css */
.bg-label-hover-light {
  background-color: #fbfbfc !important;
  color: #e5e9ed !important;
}

/* line 6830, app/assets/stylesheets/css/rtl/core.css */
.bg-label-hover-light:hover {
  background-color: #e5e9ed !important;
  color: #fff !important;
}

/* line 6835, app/assets/stylesheets/css/rtl/core.css */
.bg-label-hover-dark {
  background-color: #e2e4e6 !important;
  color: #495563 !important;
}

/* line 6839, app/assets/stylesheets/css/rtl/core.css */
.bg-label-hover-dark:hover {
  background-color: #495563 !important;
  color: #fff !important;
}

/* line 6844, app/assets/stylesheets/css/rtl/core.css */
.bg-label-hover-gray {
  background-color: rgba(242, 243, 245, 0.92) !important;
  color: rgba(38, 60, 85, 0.5) !important;
}

/* line 6848, app/assets/stylesheets/css/rtl/core.css */
.bg-label-hover-gray:hover {
  background-color: rgba(38, 60, 85, 0.5) !important;
  color: #fff !important;
}

/* line 6853, app/assets/stylesheets/css/rtl/core.css */
.bg-gradient-secondary {
  background-image: linear-gradient(45deg, #8a8a88, #b4c0cd) !important;
}

/* line 6857, app/assets/stylesheets/css/rtl/core.css */
.bg-gradient-success {
  background-image: linear-gradient(45deg, #39da8a, #9cedc5) !important;
}

/* line 6861, app/assets/stylesheets/css/rtl/core.css */
.bg-gradient-info {
  background-image: linear-gradient(45deg, #00cfdd, #80e7ee) !important;
}

/* line 6865, app/assets/stylesheets/css/rtl/core.css */
.bg-gradient-warning {
  background-image: linear-gradient(45deg, #fdac41, #fed6a0) !important;
}

/* line 6869, app/assets/stylesheets/css/rtl/core.css */
.bg-gradient-danger {
  background-image: linear-gradient(45deg, #ff5b5c, #ffadae) !important;
}

/* line 6873, app/assets/stylesheets/css/rtl/core.css */
.bg-gradient-light {
  background-image: linear-gradient(45deg, #e5e9ed, #f2f4f6) !important;
}

/* line 6877, app/assets/stylesheets/css/rtl/core.css */
.bg-gradient-dark {
  background-image: linear-gradient(45deg, #495563, #a4aab1) !important;
}

/* line 6881, app/assets/stylesheets/css/rtl/core.css */
.bg-gradient-gray {
  background-image: linear-gradient(45deg, rgba(38, 60, 85, 0.5), #939eaa) !important;
}

/* line 6885, app/assets/stylesheets/css/rtl/core.css */
a.bg-dark:hover, a.bg-dark:focus {
  background-color: rgba(38, 60, 85, 0.9) !important;
}

/* line 6889, app/assets/stylesheets/css/rtl/core.css */
a.bg-light:hover, a.bg-light:focus {
  background-color: rgba(38, 60, 85, 0.2) !important;
}

/* line 6893, app/assets/stylesheets/css/rtl/core.css */
a.bg-lighter:hover, a.bg-lighter:focus {
  background-color: rgba(38, 60, 85, 0.1) !important;
}

/* line 6897, app/assets/stylesheets/css/rtl/core.css */
a.bg-lightest:hover, a.bg-lightest:focus {
  background-color: rgba(38, 60, 85, 0.06) !important;
}

/* line 6901, app/assets/stylesheets/css/rtl/core.css */
.text-muted[href]:hover, .text-muted[href]:focus {
  color: #7d8a99 !important;
}

/* line 6905, app/assets/stylesheets/css/rtl/core.css */
.text-light {
  color: #a8b1bb !important;
}

/* line 6908, app/assets/stylesheets/css/rtl/core.css */
.text-light[href]:hover, .text-light[href]:focus {
  color: #7d8a99 !important;
}

/* line 6912, app/assets/stylesheets/css/rtl/core.css */
.text-lighter {
  color: #bec5cc !important;
}

/* line 6915, app/assets/stylesheets/css/rtl/core.css */
.text-lighter[href]:hover, .text-lighter[href]:focus {
  color: #7d8a99 !important;
}

/* line 6919, app/assets/stylesheets/css/rtl/core.css */
.text-lightest {
  color: #d4d8dd !important;
}

/* line 6922, app/assets/stylesheets/css/rtl/core.css */
.text-lightest[href]:hover, .text-lightest[href]:focus {
  color: #7d8a99 !important;
}

/* line 6926, app/assets/stylesheets/css/rtl/core.css */
.invert-text-white {
  color: #fff !important;
}

/* line 6930, app/assets/stylesheets/css/rtl/core.css */
.invert-text-white[href]:hover:hover, .invert-text-white[href]:hover:focus {
  color: #fff !important;
}

/* line 6934, app/assets/stylesheets/css/rtl/core.css */
.invert-text-dark {
  color: #263c55 !important;
}

/* line 6938, app/assets/stylesheets/css/rtl/core.css */
.invert-text-dark[href]:hover:hover, .invert-text-dark[href]:hover:focus {
  color: #263c55 !important;
}

/* line 6942, app/assets/stylesheets/css/rtl/core.css */
.invert-bg-white {
  background-color: #fff !important;
}

/* line 6946, app/assets/stylesheets/css/rtl/core.css */
a.invert-bg-white:hover, a.invert-bg-white:focus {
  background-color: #fff !important;
}

/* line 6950, app/assets/stylesheets/css/rtl/core.css */
.invert-bg-dark {
  background-color: rgba(38, 60, 85, 0.9) !important;
}

/* line 6954, app/assets/stylesheets/css/rtl/core.css */
a.invert-bg-dark:hover, a.invert-bg-dark:focus {
  background-color: rgba(38, 60, 85, 0.9) !important;
}

/* line 6958, app/assets/stylesheets/css/rtl/core.css */
.invert-border-dark {
  border-color: #495563 !important;
}

/* line 6962, app/assets/stylesheets/css/rtl/core.css */
.invert-border-white {
  border-color: #fff !important;
}

/* line 6966, app/assets/stylesheets/css/rtl/core.css */
.container-p-x {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

@media (min-width: 992px) {
  /* line 6971, app/assets/stylesheets/css/rtl/core.css */
  .container-p-x {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
}

/* line 6977, app/assets/stylesheets/css/rtl/core.css */
.container-m-nx {
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}

@media (min-width: 992px) {
  /* line 6982, app/assets/stylesheets/css/rtl/core.css */
  .container-m-nx {
    margin-right: -1.875rem !important;
    margin-left: -1.875rem !important;
  }
}

/* line 6988, app/assets/stylesheets/css/rtl/core.css */
.container-p-y:not([class^=pt-]):not([class*=" pt-"]) {
  padding-top: 1.875rem !important;
}

/* line 6991, app/assets/stylesheets/css/rtl/core.css */
.container-p-y:not([class^=pb-]):not([class*=" pb-"]) {
  padding-bottom: 1.875rem !important;
}

/* line 6995, app/assets/stylesheets/css/rtl/core.css */
.container-m-ny:not([class^=mt-]):not([class*=" mt-"]) {
  margin-top: -1.875rem !important;
}

/* line 6998, app/assets/stylesheets/css/rtl/core.css */
.container-m-ny:not([class^=mb-]):not([class*=" mb-"]) {
  margin-bottom: -1.875rem !important;
}

/* line 7002, app/assets/stylesheets/css/rtl/core.css */
.cell-fit {
  width: 0.1%;
  white-space: nowrap;
}

/* line 7007, app/assets/stylesheets/css/rtl/core.css */
.table-secondary {
  --bs-table-bg: #e1e6eb;
  --bs-table-striped-bg: #dbe1e7;
  --bs-table-striped-color: #263c55;
  --bs-table-active-bg: #ced5dc;
  --bs-table-active-color: #263c55;
  --bs-table-hover-bg: #d6dce2;
  --bs-table-hover-color: #263c55;
  color: #263c55;
  border-color: #bcc4cd;
}

/* line 7018, app/assets/stylesheets/css/rtl/core.css */
.table-secondary .btn-icon {
  color: #263c55;
}

/* line 7022, app/assets/stylesheets/css/rtl/core.css */
.table-success {
  --bs-table-bg: #d7f8e8;
  --bs-table-striped-bg: #d2f2e4;
  --bs-table-striped-color: #263c55;
  --bs-table-active-bg: #c5e5d9;
  --bs-table-active-color: #263c55;
  --bs-table-hover-bg: #cceddf;
  --bs-table-hover-color: #263c55;
  color: #263c55;
  border-color: #b4d2cb;
}

/* line 7033, app/assets/stylesheets/css/rtl/core.css */
.table-success .btn-icon {
  color: #263c55;
}

/* line 7037, app/assets/stylesheets/css/rtl/core.css */
.table-info {
  --bs-table-bg: #ccf5f8;
  --bs-table-striped-bg: #c7eff3;
  --bs-table-striped-color: #263c55;
  --bs-table-active-bg: #bbe3e8;
  --bs-table-active-color: #263c55;
  --bs-table-hover-bg: #c2eaee;
  --bs-table-hover-color: #263c55;
  color: #263c55;
  border-color: #abd0d7;
}

/* line 7048, app/assets/stylesheets/css/rtl/core.css */
.table-info .btn-icon {
  color: #263c55;
}

/* line 7052, app/assets/stylesheets/css/rtl/core.css */
.table-warning {
  --bs-table-bg: #ffeed9;
  --bs-table-striped-bg: #f8e9d5;
  --bs-table-striped-color: #263c55;
  --bs-table-active-bg: #e9dccc;
  --bs-table-active-color: #263c55;
  --bs-table-hover-bg: #f2e3d1;
  --bs-table-hover-color: #263c55;
  color: #263c55;
  border-color: #d4cabf;
}

/* line 7063, app/assets/stylesheets/css/rtl/core.css */
.table-warning .btn-icon {
  color: #263c55;
}

/* line 7067, app/assets/stylesheets/css/rtl/core.css */
.table-danger {
  --bs-table-bg: #ffdede;
  --bs-table-striped-bg: #f8d9da;
  --bs-table-striped-color: #263c55;
  --bs-table-active-bg: #e9ced0;
  --bs-table-active-color: #263c55;
  --bs-table-hover-bg: #f2d4d6;
  --bs-table-hover-color: #263c55;
  color: #263c55;
  border-color: #d4bec3;
}

/* line 7078, app/assets/stylesheets/css/rtl/core.css */
.table-danger .btn-icon {
  color: #263c55;
}

/* line 7082, app/assets/stylesheets/css/rtl/core.css */
.table-light {
  --bs-table-bg: #e5e9ed;
  --bs-table-striped-bg: #dfe4e8;
  --bs-table-striped-color: #263c55;
  --bs-table-active-bg: #d2d8de;
  --bs-table-active-color: #263c55;
  --bs-table-hover-bg: #dadfe4;
  --bs-table-hover-color: #263c55;
  color: #263c55;
  border-color: #bfc6cf;
}

/* line 7093, app/assets/stylesheets/css/rtl/core.css */
.table-light .btn-icon {
  color: #263c55;
}

/* line 7097, app/assets/stylesheets/css/rtl/core.css */
.table-dark {
  --bs-table-bg: #495563;
  --bs-table-striped-bg: #4e5a68;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #5b6673;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #545f6c;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #6d7782;
}

/* line 7108, app/assets/stylesheets/css/rtl/core.css */
.table-dark .btn-icon {
  color: #fff;
}

/* line 7112, app/assets/stylesheets/css/rtl/core.css */
.table > :not(:first-child) {
  border-top: 0px solid currentColor;
}

/* line 7116, app/assets/stylesheets/css/rtl/core.css */
.table > :not(caption) > * > * {
  background-clip: padding-box;
}

/* line 7119, app/assets/stylesheets/css/rtl/core.css */
.table tr > td .dropdown {
  position: static;
}

/* line 7123, app/assets/stylesheets/css/rtl/core.css */
.card .table {
  margin-bottom: 0;
}

@supports (-moz-appearance: none) {
  /* line 7128, app/assets/stylesheets/css/rtl/core.css */
  .table .dropdown-menu.show {
    display: inline-table;
  }
}

/* line 7132, app/assets/stylesheets/css/rtl/core.css */
.table th {
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 1px;
  font-weight: bold;
}

/* line 7138, app/assets/stylesheets/css/rtl/core.css */
.table:not(.table-dark) thead:not(.table-dark) th {
  color: #516377;
}

/* line 7142, app/assets/stylesheets/css/rtl/core.css */
.table-border-bottom-0 tr:last-child td,
.table-border-bottom-0 tr:last-child th {
  border-bottom-width: 0;
}

/* line 7147, app/assets/stylesheets/css/rtl/core.css */
.table.table-dark .btn.btn-icon {
  color: #d4d8dd;
}

/* line 7151, app/assets/stylesheets/css/rtl/core.css */
.table-border-bottom-0 tr:last-child td,
.table-border-bottom-0 tr:last-child th {
  border-bottom-width: 0;
}

/* line 7156, app/assets/stylesheets/css/rtl/core.css */
.table.table-flush-spacing thead tr > td:first-child,
.table.table-flush-spacing tbody tr > td:first-child {
  padding-left: 0;
}

/* line 7160, app/assets/stylesheets/css/rtl/core.css */
.table.table-flush-spacing thead tr > td:last-child,
.table.table-flush-spacing tbody tr > td:last-child {
  padding-right: 0;
}

/* line 7165, app/assets/stylesheets/css/rtl/core.css */
.nav-align-top .table:not(.table-dark),
.nav-align-top .table:not(.table-dark) thead:not(.table-dark) th,
.nav-align-top .table:not(.table-dark) tfoot:not(.table-dark) th,
.nav-align-top .table:not(.table-dark) td,
.nav-align-right .table:not(.table-dark),
.nav-align-right .table:not(.table-dark) thead:not(.table-dark) th,
.nav-align-right .table:not(.table-dark) tfoot:not(.table-dark) th,
.nav-align-right .table:not(.table-dark) td,
.nav-align-bottom .table:not(.table-dark),
.nav-align-bottom .table:not(.table-dark) thead:not(.table-dark) th,
.nav-align-bottom .table:not(.table-dark) tfoot:not(.table-dark) th,
.nav-align-bottom .table:not(.table-dark) td,
.nav-align-left .table:not(.table-dark),
.nav-align-left .table:not(.table-dark) thead:not(.table-dark) th,
.nav-align-left .table:not(.table-dark) tfoot:not(.table-dark) th,
.nav-align-left .table:not(.table-dark) td {
  border-color: #e9ecee;
}

/* line 7184, app/assets/stylesheets/css/rtl/core.css */
.btn {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* line 7190, app/assets/stylesheets/css/rtl/core.css */
.btn .bx {
  line-height: 1.15;
}

/* line 7193, app/assets/stylesheets/css/rtl/core.css */
.btn.disabled, .btn:disabled {
  cursor: default;
}

/* line 7197, app/assets/stylesheets/css/rtl/core.css */
.btn .badge {
  transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 7201, app/assets/stylesheets/css/rtl/core.css */
  .btn .badge {
    transition: none;
  }
}

/* line 7206, app/assets/stylesheets/css/rtl/core.css */
label.btn {
  margin-bottom: 0;
}

/* line 7210, app/assets/stylesheets/css/rtl/core.css */
.btn-xl, .btn-group-xl > .btn {
  --bs-btn-padding-y: 0.875rem;
  --bs-btn-padding-x: 2.125rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: 0.375rem;
}

/* line 7217, app/assets/stylesheets/css/rtl/core.css */
.btn-xs, .btn-group-xs > .btn {
  --bs-btn-padding-y: 0.1rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.75rem;
  --bs-btn-border-radius: 0.125rem;
}

/* line 7224, app/assets/stylesheets/css/rtl/core.css */
.btn-secondary, .btn-secondary.dropdown-toggle[data-trigger=hover]:not(.show) {
  color: #fff;
  background-color: #8a8a88;
  border-color: #8a8a88;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}

/* line 7230, app/assets/stylesheets/css/rtl/core.css */
.btn-secondary:hover, .btn-secondary.show.dropdown-toggle[data-trigger=hover]:hover {
  color: #fff !important;
  background-color: #8799ae !important;
  border-color: #8799ae !important;
  box-shadow: 0 0.25rem 1rem rgba(147, 158, 170, 0.45) !important;
}

/* line 7236, app/assets/stylesheets/css/rtl/core.css */
.btn-check:focus + .btn-secondary, .btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #596d83;
  border-color: #596d83;
  box-shadow: none;
}

/* line 7242, app/assets/stylesheets/css/rtl/core.css */
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .btn-secondary.show.dropdown-toggle, .show > .btn-secondary.dropdown-toggle {
  color: #fff !important;
  background-color: #596d83 !important;
  border-color: #596d83 !important;
}

/* line 7247, app/assets/stylesheets/css/rtl/core.css */
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .btn-secondary.show.dropdown-toggle:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: none;
}

/* line 7250, app/assets/stylesheets/css/rtl/core.css */
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff !important;
  background-color: #8a8a88 !important;
  border-color: #8a8a88 !important;
  box-shadow: none !important;
}

/* line 7257, app/assets/stylesheets/css/rtl/core.css */
.btn-group .btn-secondary,
.input-group .btn-secondary {
  border-right: var(--bs-border-width) solid #596d83;
  border-left: var(--bs-border-width) solid #596d83;
}

/* line 7263, app/assets/stylesheets/css/rtl/core.css */
.btn-group-vertical .btn-secondary {
  border-top-color: #596d83;
  border-bottom-color: #596d83;
}

/* line 7268, app/assets/stylesheets/css/rtl/core.css */
.btn-label-secondary {
  color: #8a8a88;
  border-color: transparent;
  background: #e7ebef;
}

/* line 7273, app/assets/stylesheets/css/rtl/core.css */
.btn-label-secondary:hover {
  border-color: transparent !important;
  background: #8a8a88 !important;
  color: #fff !important;
}

/* line 7278, app/assets/stylesheets/css/rtl/core.css */
.btn-label-secondary:focus, .btn-label-secondary.focus {
  color: #fff;
  background: #596d83;
  box-shadow: none !important;
}

/* line 7283, app/assets/stylesheets/css/rtl/core.css */
.btn-label-secondary:active, .btn-label-secondary.active, .btn-label-secondary.show.dropdown-toggle, .show > .btn-label-secondary.dropdown-toggle {
  color: #fff !important;
  background-color: #596d83 !important;
  border-color: transparent !important;
}

/* line 7288, app/assets/stylesheets/css/rtl/core.css */
.btn-label-secondary:active:focus, .btn-label-secondary.active:focus, .btn-label-secondary.show.dropdown-toggle:focus, .show > .btn-label-secondary.dropdown-toggle:focus {
  box-shadow: none;
}

/* line 7291, app/assets/stylesheets/css/rtl/core.css */
.btn-label-secondary.disabled, .btn-label-secondary:disabled {
  color: #8a8a88 !important;
  border-color: transparent !important;
  background: #e7ebef !important;
  box-shadow: none !important;
}

/* line 7298, app/assets/stylesheets/css/rtl/core.css */
.btn-group .btn-label-secondary,
.input-group .btn-label-secondary {
  border-right: var(--bs-border-width) solid #596d83;
  border-left: var(--bs-border-width) solid #596d83;
}

/* line 7304, app/assets/stylesheets/css/rtl/core.css */
.btn-group-vertical .btn-label-secondary {
  border-top-color: #596d83;
  border-bottom-color: #596d83;
}

/* line 7309, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-secondary {
  color: #8a8a88;
  border-color: #8a8a88;
  background: transparent;
}

/* line 7314, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-secondary:hover {
  color: #fff !important;
  background-color: #8a8a88 !important;
  border-color: #8a8a88 !important;
}

/* line 7319, app/assets/stylesheets/css/rtl/core.css */
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  color: #fff;
  background-color: #596d83;
  border-color: #596d83;
  box-shadow: none;
}

/* line 7325, app/assets/stylesheets/css/rtl/core.css */
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff !important;
  background-color: #596d83 !important;
  border-color: #596d83 !important;
}

/* line 7330, app/assets/stylesheets/css/rtl/core.css */
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: none;
}

/* line 7333, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #8a8a88 !important;
  background-color: transparent !important;
}

/* line 7338, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-secondary .badge {
  background: #8a8a88;
  border-color: #8a8a88;
  color: #fff;
}

/* line 7344, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-secondary:hover .badge,
.btn-outline-secondary:focus:hover .badge,
.btn-outline-secondary:active .badge,
.btn-outline-secondary.active .badge,
.show > .btn-outline-secondary.dropdown-toggle .badge {
  background: #fff;
  border-color: #fff;
  color: #8a8a88;
}

/* line 7354, app/assets/stylesheets/css/rtl/core.css */
.btn-success, .btn-success.dropdown-toggle[data-trigger=hover]:not(.show) {
  color: #fff;
  background-color: #39da8a;
  border-color: #39da8a;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}

/* line 7360, app/assets/stylesheets/css/rtl/core.css */
.btn-success:hover, .btn-success.show.dropdown-toggle[data-trigger=hover]:hover {
  color: #fff !important;
  background-color: #61e1a1 !important;
  border-color: #61e1a1 !important;
  box-shadow: 0 0.25rem 1rem rgba(147, 158, 170, 0.45) !important;
}

/* line 7366, app/assets/stylesheets/css/rtl/core.css */
.btn-check:focus + .btn-success, .btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #30b975;
  border-color: #30b975;
  box-shadow: none;
}

/* line 7372, app/assets/stylesheets/css/rtl/core.css */
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .btn-success.show.dropdown-toggle, .show > .btn-success.dropdown-toggle {
  color: #fff !important;
  background-color: #30b975 !important;
  border-color: #30b975 !important;
}

/* line 7377, app/assets/stylesheets/css/rtl/core.css */
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .btn-success.show.dropdown-toggle:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: none;
}

/* line 7380, app/assets/stylesheets/css/rtl/core.css */
.btn-success.disabled, .btn-success:disabled {
  color: #fff !important;
  background-color: #39da8a !important;
  border-color: #39da8a !important;
  box-shadow: none !important;
}

/* line 7387, app/assets/stylesheets/css/rtl/core.css */
.btn-group .btn-success,
.input-group .btn-success {
  border-right: var(--bs-border-width) solid #30b975;
  border-left: var(--bs-border-width) solid #30b975;
}

/* line 7393, app/assets/stylesheets/css/rtl/core.css */
.btn-group-vertical .btn-success {
  border-top-color: #30b975;
  border-bottom-color: #30b975;
}

/* line 7398, app/assets/stylesheets/css/rtl/core.css */
.btn-label-success {
  color: #39da8a;
  border-color: transparent;
  background: #dff9ec;
}

/* line 7403, app/assets/stylesheets/css/rtl/core.css */
.btn-label-success:hover {
  border-color: transparent !important;
  background: #39da8a !important;
  color: #fff !important;
}

/* line 7408, app/assets/stylesheets/css/rtl/core.css */
.btn-label-success:focus, .btn-label-success.focus {
  color: #fff;
  background: #30b975;
  box-shadow: none !important;
}

/* line 7413, app/assets/stylesheets/css/rtl/core.css */
.btn-label-success:active, .btn-label-success.active, .btn-label-success.show.dropdown-toggle, .show > .btn-label-success.dropdown-toggle {
  color: #fff !important;
  background-color: #30b975 !important;
  border-color: transparent !important;
}

/* line 7418, app/assets/stylesheets/css/rtl/core.css */
.btn-label-success:active:focus, .btn-label-success.active:focus, .btn-label-success.show.dropdown-toggle:focus, .show > .btn-label-success.dropdown-toggle:focus {
  box-shadow: none;
}

/* line 7421, app/assets/stylesheets/css/rtl/core.css */
.btn-label-success.disabled, .btn-label-success:disabled {
  color: #39da8a !important;
  border-color: transparent !important;
  background: #dff9ec !important;
  box-shadow: none !important;
}

/* line 7428, app/assets/stylesheets/css/rtl/core.css */
.btn-group .btn-label-success,
.input-group .btn-label-success {
  border-right: var(--bs-border-width) solid #30b975;
  border-left: var(--bs-border-width) solid #30b975;
}

/* line 7434, app/assets/stylesheets/css/rtl/core.css */
.btn-group-vertical .btn-label-success {
  border-top-color: #30b975;
  border-bottom-color: #30b975;
}

/* line 7439, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-success {
  color: #39da8a;
  border-color: #39da8a;
  background: transparent;
}

/* line 7444, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-success:hover {
  color: #fff !important;
  background-color: #39da8a !important;
  border-color: #39da8a !important;
}

/* line 7449, app/assets/stylesheets/css/rtl/core.css */
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  color: #fff;
  background-color: #30b975;
  border-color: #30b975;
  box-shadow: none;
}

/* line 7455, app/assets/stylesheets/css/rtl/core.css */
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #fff !important;
  background-color: #30b975 !important;
  border-color: #30b975 !important;
}

/* line 7460, app/assets/stylesheets/css/rtl/core.css */
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: none;
}

/* line 7463, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #39da8a !important;
  background-color: transparent !important;
}

/* line 7468, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-success .badge {
  background: #39da8a;
  border-color: #39da8a;
  color: #fff;
}

/* line 7474, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-success:hover .badge,
.btn-outline-success:focus:hover .badge,
.btn-outline-success:active .badge,
.btn-outline-success.active .badge,
.show > .btn-outline-success.dropdown-toggle .badge {
  background: #fff;
  border-color: #fff;
  color: #39da8a;
}

/* line 7484, app/assets/stylesheets/css/rtl/core.css */
.btn-info, .btn-info.dropdown-toggle[data-trigger=hover]:not(.show) {
  color: #fff;
  background-color: #00cfdd;
  border-color: #00cfdd;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}

/* line 7490, app/assets/stylesheets/css/rtl/core.css */
.btn-info:hover, .btn-info.show.dropdown-toggle[data-trigger=hover]:hover {
  color: #fff !important;
  background-color: #33d9e4 !important;
  border-color: #33d9e4 !important;
  box-shadow: 0 0.25rem 1rem rgba(147, 158, 170, 0.45) !important;
}

/* line 7496, app/assets/stylesheets/css/rtl/core.css */
.btn-check:focus + .btn-info, .btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #00b0bc;
  border-color: #00b0bc;
  box-shadow: none;
}

/* line 7502, app/assets/stylesheets/css/rtl/core.css */
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .btn-info.show.dropdown-toggle, .show > .btn-info.dropdown-toggle {
  color: #fff !important;
  background-color: #00b0bc !important;
  border-color: #00b0bc !important;
}

/* line 7507, app/assets/stylesheets/css/rtl/core.css */
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .btn-info.show.dropdown-toggle:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: none;
}

/* line 7510, app/assets/stylesheets/css/rtl/core.css */
.btn-info.disabled, .btn-info:disabled {
  color: #fff !important;
  background-color: #00cfdd !important;
  border-color: #00cfdd !important;
  box-shadow: none !important;
}

/* line 7517, app/assets/stylesheets/css/rtl/core.css */
.btn-group .btn-info,
.input-group .btn-info {
  border-right: var(--bs-border-width) solid #00b0bc;
  border-left: var(--bs-border-width) solid #00b0bc;
}

/* line 7523, app/assets/stylesheets/css/rtl/core.css */
.btn-group-vertical .btn-info {
  border-top-color: #00b0bc;
  border-bottom-color: #00b0bc;
}

/* line 7528, app/assets/stylesheets/css/rtl/core.css */
.btn-label-info {
  color: #00cfdd;
  border-color: transparent;
  background: #d6f7fa;
}

/* line 7533, app/assets/stylesheets/css/rtl/core.css */
.btn-label-info:hover {
  border-color: transparent !important;
  background: #00cfdd !important;
  color: #fff !important;
}

/* line 7538, app/assets/stylesheets/css/rtl/core.css */
.btn-label-info:focus, .btn-label-info.focus {
  color: #fff;
  background: #00b0bc;
  box-shadow: none !important;
}

/* line 7543, app/assets/stylesheets/css/rtl/core.css */
.btn-label-info:active, .btn-label-info.active, .btn-label-info.show.dropdown-toggle, .show > .btn-label-info.dropdown-toggle {
  color: #fff !important;
  background-color: #00b0bc !important;
  border-color: transparent !important;
}

/* line 7548, app/assets/stylesheets/css/rtl/core.css */
.btn-label-info:active:focus, .btn-label-info.active:focus, .btn-label-info.show.dropdown-toggle:focus, .show > .btn-label-info.dropdown-toggle:focus {
  box-shadow: none;
}

/* line 7551, app/assets/stylesheets/css/rtl/core.css */
.btn-label-info.disabled, .btn-label-info:disabled {
  color: #00cfdd !important;
  border-color: transparent !important;
  background: #d6f7fa !important;
  box-shadow: none !important;
}

/* line 7558, app/assets/stylesheets/css/rtl/core.css */
.btn-group .btn-label-info,
.input-group .btn-label-info {
  border-right: var(--bs-border-width) solid #00b0bc;
  border-left: var(--bs-border-width) solid #00b0bc;
}

/* line 7564, app/assets/stylesheets/css/rtl/core.css */
.btn-group-vertical .btn-label-info {
  border-top-color: #00b0bc;
  border-bottom-color: #00b0bc;
}

/* line 7569, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-info {
  color: #00cfdd;
  border-color: #00cfdd;
  background: transparent;
}

/* line 7574, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-info:hover {
  color: #fff !important;
  background-color: #00cfdd !important;
  border-color: #00cfdd !important;
}

/* line 7579, app/assets/stylesheets/css/rtl/core.css */
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  color: #fff;
  background-color: #00b0bc;
  border-color: #00b0bc;
  box-shadow: none;
}

/* line 7585, app/assets/stylesheets/css/rtl/core.css */
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #fff !important;
  background-color: #00b0bc !important;
  border-color: #00b0bc !important;
}

/* line 7590, app/assets/stylesheets/css/rtl/core.css */
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: none;
}

/* line 7593, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #00cfdd !important;
  background-color: transparent !important;
}

/* line 7598, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-info .badge {
  background: #00cfdd;
  border-color: #00cfdd;
  color: #fff;
}

/* line 7604, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-info:hover .badge,
.btn-outline-info:focus:hover .badge,
.btn-outline-info:active .badge,
.btn-outline-info.active .badge,
.show > .btn-outline-info.dropdown-toggle .badge {
  background: #fff;
  border-color: #fff;
  color: #00cfdd;
}

/* line 7614, app/assets/stylesheets/css/rtl/core.css */
.btn-warning, .btn-warning.dropdown-toggle[data-trigger=hover]:not(.show) {
  color: #fff;
  background-color: #fdac41;
  border-color: #fdac41;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}

/* line 7620, app/assets/stylesheets/css/rtl/core.css */
.btn-warning:hover, .btn-warning.show.dropdown-toggle[data-trigger=hover]:hover {
  color: #fff !important;
  background-color: #fdbd67 !important;
  border-color: #fdbd67 !important;
  box-shadow: 0 0.25rem 1rem rgba(147, 158, 170, 0.45) !important;
}

/* line 7626, app/assets/stylesheets/css/rtl/core.css */
.btn-check:focus + .btn-warning, .btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #d79237;
  border-color: #d79237;
  box-shadow: none;
}

/* line 7632, app/assets/stylesheets/css/rtl/core.css */
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .btn-warning.show.dropdown-toggle, .show > .btn-warning.dropdown-toggle {
  color: #fff !important;
  background-color: #d79237 !important;
  border-color: #d79237 !important;
}

/* line 7637, app/assets/stylesheets/css/rtl/core.css */
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .btn-warning.show.dropdown-toggle:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: none;
}

/* line 7640, app/assets/stylesheets/css/rtl/core.css */
.btn-warning.disabled, .btn-warning:disabled {
  color: #fff !important;
  background-color: #fdac41 !important;
  border-color: #fdac41 !important;
  box-shadow: none !important;
}

/* line 7647, app/assets/stylesheets/css/rtl/core.css */
.btn-group .btn-warning,
.input-group .btn-warning {
  border-right: var(--bs-border-width) solid #d79237;
  border-left: var(--bs-border-width) solid #d79237;
}

/* line 7653, app/assets/stylesheets/css/rtl/core.css */
.btn-group-vertical .btn-warning {
  border-top-color: #d79237;
  border-bottom-color: #d79237;
}

/* line 7658, app/assets/stylesheets/css/rtl/core.css */
.btn-label-warning {
  color: #fdac41;
  border-color: transparent;
  background: #fff2e1;
}

/* line 7663, app/assets/stylesheets/css/rtl/core.css */
.btn-label-warning:hover {
  border-color: transparent !important;
  background: #fdac41 !important;
  color: #fff !important;
}

/* line 7668, app/assets/stylesheets/css/rtl/core.css */
.btn-label-warning:focus, .btn-label-warning.focus {
  color: #fff;
  background: #d79237;
  box-shadow: none !important;
}

/* line 7673, app/assets/stylesheets/css/rtl/core.css */
.btn-label-warning:active, .btn-label-warning.active, .btn-label-warning.show.dropdown-toggle, .show > .btn-label-warning.dropdown-toggle {
  color: #fff !important;
  background-color: #d79237 !important;
  border-color: transparent !important;
}

/* line 7678, app/assets/stylesheets/css/rtl/core.css */
.btn-label-warning:active:focus, .btn-label-warning.active:focus, .btn-label-warning.show.dropdown-toggle:focus, .show > .btn-label-warning.dropdown-toggle:focus {
  box-shadow: none;
}

/* line 7681, app/assets/stylesheets/css/rtl/core.css */
.btn-label-warning.disabled, .btn-label-warning:disabled {
  color: #fdac41 !important;
  border-color: transparent !important;
  background: #fff2e1 !important;
  box-shadow: none !important;
}

/* line 7688, app/assets/stylesheets/css/rtl/core.css */
.btn-group .btn-label-warning,
.input-group .btn-label-warning {
  border-right: var(--bs-border-width) solid #d79237;
  border-left: var(--bs-border-width) solid #d79237;
}

/* line 7694, app/assets/stylesheets/css/rtl/core.css */
.btn-group-vertical .btn-label-warning {
  border-top-color: #d79237;
  border-bottom-color: #d79237;
}

/* line 7699, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-warning {
  color: #fdac41;
  border-color: #fdac41;
  background: transparent;
}

/* line 7704, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-warning:hover {
  color: #fff !important;
  background-color: #fdac41 !important;
  border-color: #fdac41 !important;
}

/* line 7709, app/assets/stylesheets/css/rtl/core.css */
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  color: #fff;
  background-color: #d79237;
  border-color: #d79237;
  box-shadow: none;
}

/* line 7715, app/assets/stylesheets/css/rtl/core.css */
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #fff !important;
  background-color: #d79237 !important;
  border-color: #d79237 !important;
}

/* line 7720, app/assets/stylesheets/css/rtl/core.css */
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: none;
}

/* line 7723, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #fdac41 !important;
  background-color: transparent !important;
}

/* line 7728, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-warning .badge {
  background: #fdac41;
  border-color: #fdac41;
  color: #fff;
}

/* line 7734, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-warning:hover .badge,
.btn-outline-warning:focus:hover .badge,
.btn-outline-warning:active .badge,
.btn-outline-warning.active .badge,
.show > .btn-outline-warning.dropdown-toggle .badge {
  background: #fff;
  border-color: #fff;
  color: #fdac41;
}

/* line 7744, app/assets/stylesheets/css/rtl/core.css */
.btn-danger, .btn-danger.dropdown-toggle[data-trigger=hover]:not(.show) {
  color: #fff;
  background-color: #ff5b5c;
  border-color: #ff5b5c;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}

/* line 7750, app/assets/stylesheets/css/rtl/core.css */
.btn-danger:hover, .btn-danger.show.dropdown-toggle[data-trigger=hover]:hover {
  color: #fff !important;
  background-color: #ff7c7d !important;
  border-color: #ff7c7d !important;
  box-shadow: 0 0.25rem 1rem rgba(147, 158, 170, 0.45) !important;
}

/* line 7756, app/assets/stylesheets/css/rtl/core.css */
.btn-check:focus + .btn-danger, .btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #d94d4e;
  border-color: #d94d4e;
  box-shadow: none;
}

/* line 7762, app/assets/stylesheets/css/rtl/core.css */
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .btn-danger.show.dropdown-toggle, .show > .btn-danger.dropdown-toggle {
  color: #fff !important;
  background-color: #d94d4e !important;
  border-color: #d94d4e !important;
}

/* line 7767, app/assets/stylesheets/css/rtl/core.css */
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .btn-danger.show.dropdown-toggle:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: none;
}

/* line 7770, app/assets/stylesheets/css/rtl/core.css */
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff !important;
  background-color: #ff5b5c !important;
  border-color: #ff5b5c !important;
  box-shadow: none !important;
}

/* line 7777, app/assets/stylesheets/css/rtl/core.css */
.btn-group .btn-danger,
.input-group .btn-danger {
  border-right: var(--bs-border-width) solid #d94d4e;
  border-left: var(--bs-border-width) solid #d94d4e;
}

/* line 7783, app/assets/stylesheets/css/rtl/core.css */
.btn-group-vertical .btn-danger {
  border-top-color: #d94d4e;
  border-bottom-color: #d94d4e;
}

/* line 7788, app/assets/stylesheets/css/rtl/core.css */
.btn-label-danger {
  color: #ff5b5c;
  border-color: transparent;
  background: #ffe5e5;
}

/* line 7793, app/assets/stylesheets/css/rtl/core.css */
.btn-label-danger:hover {
  border-color: transparent !important;
  background: #ff5b5c !important;
  color: #fff !important;
}

/* line 7798, app/assets/stylesheets/css/rtl/core.css */
.btn-label-danger:focus, .btn-label-danger.focus {
  color: #fff;
  background: #d94d4e;
  box-shadow: none !important;
}

/* line 7803, app/assets/stylesheets/css/rtl/core.css */
.btn-label-danger:active, .btn-label-danger.active, .btn-label-danger.show.dropdown-toggle, .show > .btn-label-danger.dropdown-toggle {
  color: #fff !important;
  background-color: #d94d4e !important;
  border-color: transparent !important;
}

/* line 7808, app/assets/stylesheets/css/rtl/core.css */
.btn-label-danger:active:focus, .btn-label-danger.active:focus, .btn-label-danger.show.dropdown-toggle:focus, .show > .btn-label-danger.dropdown-toggle:focus {
  box-shadow: none;
}

/* line 7811, app/assets/stylesheets/css/rtl/core.css */
.btn-label-danger.disabled, .btn-label-danger:disabled {
  color: #ff5b5c !important;
  border-color: transparent !important;
  background: #ffe5e5 !important;
  box-shadow: none !important;
}

/* line 7818, app/assets/stylesheets/css/rtl/core.css */
.btn-group .btn-label-danger,
.input-group .btn-label-danger {
  border-right: var(--bs-border-width) solid #d94d4e;
  border-left: var(--bs-border-width) solid #d94d4e;
}

/* line 7824, app/assets/stylesheets/css/rtl/core.css */
.btn-group-vertical .btn-label-danger {
  border-top-color: #d94d4e;
  border-bottom-color: #d94d4e;
}

/* line 7829, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-danger {
  color: #ff5b5c;
  border-color: #ff5b5c;
  background: transparent;
}

/* line 7834, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-danger:hover {
  color: #fff !important;
  background-color: #ff5b5c !important;
  border-color: #ff5b5c !important;
}

/* line 7839, app/assets/stylesheets/css/rtl/core.css */
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  color: #fff;
  background-color: #d94d4e;
  border-color: #d94d4e;
  box-shadow: none;
}

/* line 7845, app/assets/stylesheets/css/rtl/core.css */
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff !important;
  background-color: #d94d4e !important;
  border-color: #d94d4e !important;
}

/* line 7850, app/assets/stylesheets/css/rtl/core.css */
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: none;
}

/* line 7853, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #ff5b5c !important;
  background-color: transparent !important;
}

/* line 7858, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-danger .badge {
  background: #ff5b5c;
  border-color: #ff5b5c;
  color: #fff;
}

/* line 7864, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-danger:hover .badge,
.btn-outline-danger:focus:hover .badge,
.btn-outline-danger:active .badge,
.btn-outline-danger.active .badge,
.show > .btn-outline-danger.dropdown-toggle .badge {
  background: #fff;
  border-color: #fff;
  color: #ff5b5c;
}

/* line 7874, app/assets/stylesheets/css/rtl/core.css */
.btn-light, .btn-light.dropdown-toggle[data-trigger=hover]:not(.show) {
  color: #263c55;
  background-color: #e5e9ed;
  border-color: #e5e9ed;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}

/* line 7880, app/assets/stylesheets/css/rtl/core.css */
.btn-light:hover, .btn-light.show.dropdown-toggle[data-trigger=hover]:hover {
  color: #fff !important;
  background-color: #b7babe !important;
  border-color: #b7babe !important;
  box-shadow: 0 0.25rem 1rem rgba(147, 158, 170, 0.45) !important;
}

/* line 7886, app/assets/stylesheets/css/rtl/core.css */
.btn-check:focus + .btn-light, .btn-light:focus, .btn-light.focus {
  color: #263c55;
  background-color: #e9ecf0;
  border-color: #e9ecf0;
  box-shadow: none;
}

/* line 7892, app/assets/stylesheets/css/rtl/core.css */
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .btn-light.show.dropdown-toggle, .show > .btn-light.dropdown-toggle {
  color: #263c55 !important;
  background-color: #e9ecf0 !important;
  border-color: #e9ecf0 !important;
}

/* line 7897, app/assets/stylesheets/css/rtl/core.css */
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .btn-light.show.dropdown-toggle:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: none;
}

/* line 7900, app/assets/stylesheets/css/rtl/core.css */
.btn-light.disabled, .btn-light:disabled {
  color: #263c55 !important;
  background-color: #e5e9ed !important;
  border-color: #e5e9ed !important;
  box-shadow: none !important;
}

/* line 7907, app/assets/stylesheets/css/rtl/core.css */
.btn-group .btn-light,
.input-group .btn-light {
  border-right: var(--bs-border-width) solid #e9ecf0;
  border-left: var(--bs-border-width) solid #e9ecf0;
}

/* line 7913, app/assets/stylesheets/css/rtl/core.css */
.btn-group-vertical .btn-light {
  border-top-color: #e9ecf0;
  border-bottom-color: #e9ecf0;
}

/* line 7918, app/assets/stylesheets/css/rtl/core.css */
.btn-label-light {
  color: #e5e9ed;
  border-color: transparent;
  background: #fbfbfc;
}

/* line 7923, app/assets/stylesheets/css/rtl/core.css */
.btn-label-light:hover {
  border-color: transparent !important;
  background: #e5e9ed !important;
  color: #263c55 !important;
}

/* line 7928, app/assets/stylesheets/css/rtl/core.css */
.btn-label-light:focus, .btn-label-light.focus {
  color: #263c55;
  background: #e9ecf0;
  box-shadow: none !important;
}

/* line 7933, app/assets/stylesheets/css/rtl/core.css */
.btn-label-light:active, .btn-label-light.active, .btn-label-light.show.dropdown-toggle, .show > .btn-label-light.dropdown-toggle {
  color: #263c55 !important;
  background-color: #e9ecf0 !important;
  border-color: transparent !important;
}

/* line 7938, app/assets/stylesheets/css/rtl/core.css */
.btn-label-light:active:focus, .btn-label-light.active:focus, .btn-label-light.show.dropdown-toggle:focus, .show > .btn-label-light.dropdown-toggle:focus {
  box-shadow: none;
}

/* line 7941, app/assets/stylesheets/css/rtl/core.css */
.btn-label-light.disabled, .btn-label-light:disabled {
  color: #e5e9ed !important;
  border-color: transparent !important;
  background: #fbfbfc !important;
  box-shadow: none !important;
}

/* line 7948, app/assets/stylesheets/css/rtl/core.css */
.btn-group .btn-label-light,
.input-group .btn-label-light {
  border-right: var(--bs-border-width) solid #e9ecf0;
  border-left: var(--bs-border-width) solid #e9ecf0;
}

/* line 7954, app/assets/stylesheets/css/rtl/core.css */
.btn-group-vertical .btn-label-light {
  border-top-color: #e9ecf0;
  border-bottom-color: #e9ecf0;
}

/* line 7959, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-light {
  color: #e5e9ed;
  border-color: #e5e9ed;
  background: transparent;
}

/* line 7964, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-light:hover {
  color: #263c55 !important;
  background-color: #e5e9ed !important;
  border-color: #e5e9ed !important;
}

/* line 7969, app/assets/stylesheets/css/rtl/core.css */
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  color: #fff;
  background-color: #c3c6c9;
  border-color: #c3c6c9;
  box-shadow: none;
}

/* line 7975, app/assets/stylesheets/css/rtl/core.css */
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #fff !important;
  background-color: #c3c6c9 !important;
  border-color: #c3c6c9 !important;
}

/* line 7980, app/assets/stylesheets/css/rtl/core.css */
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: none;
}

/* line 7983, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #e5e9ed !important;
  background-color: transparent !important;
}

/* line 7988, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-light .badge {
  background: #e5e9ed;
  border-color: #e5e9ed;
  color: #263c55;
}

/* line 7994, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-light:hover .badge,
.btn-outline-light:focus:hover .badge,
.btn-outline-light:active .badge,
.btn-outline-light.active .badge,
.show > .btn-outline-light.dropdown-toggle .badge {
  background: #263c55;
  border-color: #263c55;
  color: #e5e9ed;
}

/* line 8004, app/assets/stylesheets/css/rtl/core.css */
.btn-dark, .btn-dark.dropdown-toggle[data-trigger=hover]:not(.show) {
  color: #fff;
  background-color: #495563;
  border-color: #495563;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}

/* line 8010, app/assets/stylesheets/css/rtl/core.css */
.btn-dark:hover, .btn-dark.show.dropdown-toggle[data-trigger=hover]:hover {
  color: #fff !important;
  background-color: #6d7782 !important;
  border-color: #6d7782 !important;
  box-shadow: 0 0.25rem 1rem rgba(147, 158, 170, 0.45) !important;
}

/* line 8016, app/assets/stylesheets/css/rtl/core.css */
.btn-check:focus + .btn-dark, .btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #3e4854;
  border-color: #3e4854;
  box-shadow: none;
}

/* line 8022, app/assets/stylesheets/css/rtl/core.css */
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .btn-dark.show.dropdown-toggle, .show > .btn-dark.dropdown-toggle {
  color: #fff !important;
  background-color: #3e4854 !important;
  border-color: #3e4854 !important;
}

/* line 8027, app/assets/stylesheets/css/rtl/core.css */
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .btn-dark.show.dropdown-toggle:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: none;
}

/* line 8030, app/assets/stylesheets/css/rtl/core.css */
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff !important;
  background-color: #495563 !important;
  border-color: #495563 !important;
  box-shadow: none !important;
}

/* line 8037, app/assets/stylesheets/css/rtl/core.css */
.btn-group .btn-dark,
.input-group .btn-dark {
  border-right: var(--bs-border-width) solid #3e4854;
  border-left: var(--bs-border-width) solid #3e4854;
}

/* line 8043, app/assets/stylesheets/css/rtl/core.css */
.btn-group-vertical .btn-dark {
  border-top-color: #3e4854;
  border-bottom-color: #3e4854;
}

/* line 8048, app/assets/stylesheets/css/rtl/core.css */
.btn-label-dark {
  color: #495563;
  border-color: transparent;
  background: #e2e4e6;
}

/* line 8053, app/assets/stylesheets/css/rtl/core.css */
.btn-label-dark:hover {
  border-color: transparent !important;
  background: #495563 !important;
  color: #fff !important;
}

/* line 8058, app/assets/stylesheets/css/rtl/core.css */
.btn-label-dark:focus, .btn-label-dark.focus {
  color: #fff;
  background: #3e4854;
  box-shadow: none !important;
}

/* line 8063, app/assets/stylesheets/css/rtl/core.css */
.btn-label-dark:active, .btn-label-dark.active, .btn-label-dark.show.dropdown-toggle, .show > .btn-label-dark.dropdown-toggle {
  color: #fff !important;
  background-color: #3e4854 !important;
  border-color: transparent !important;
}

/* line 8068, app/assets/stylesheets/css/rtl/core.css */
.btn-label-dark:active:focus, .btn-label-dark.active:focus, .btn-label-dark.show.dropdown-toggle:focus, .show > .btn-label-dark.dropdown-toggle:focus {
  box-shadow: none;
}

/* line 8071, app/assets/stylesheets/css/rtl/core.css */
.btn-label-dark.disabled, .btn-label-dark:disabled {
  color: #495563 !important;
  border-color: transparent !important;
  background: #e2e4e6 !important;
  box-shadow: none !important;
}

/* line 8078, app/assets/stylesheets/css/rtl/core.css */
.btn-group .btn-label-dark,
.input-group .btn-label-dark {
  border-right: var(--bs-border-width) solid #3e4854;
  border-left: var(--bs-border-width) solid #3e4854;
}

/* line 8084, app/assets/stylesheets/css/rtl/core.css */
.btn-group-vertical .btn-label-dark {
  border-top-color: #3e4854;
  border-bottom-color: #3e4854;
}

/* line 8089, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-dark {
  color: #495563;
  border-color: #495563;
  background: transparent;
}

/* line 8094, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-dark:hover {
  color: #fff !important;
  background-color: #495563 !important;
  border-color: #495563 !important;
}

/* line 8099, app/assets/stylesheets/css/rtl/core.css */
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  color: #fff;
  background-color: #3e4854;
  border-color: #3e4854;
  box-shadow: none;
}

/* line 8105, app/assets/stylesheets/css/rtl/core.css */
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff !important;
  background-color: #3e4854 !important;
  border-color: #3e4854 !important;
}

/* line 8110, app/assets/stylesheets/css/rtl/core.css */
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: none;
}

/* line 8113, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #495563 !important;
  background-color: transparent !important;
}

/* line 8118, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-dark .badge {
  background: #495563;
  border-color: #495563;
  color: #fff;
}

/* line 8124, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-dark:hover .badge,
.btn-outline-dark:focus:hover .badge,
.btn-outline-dark:active .badge,
.btn-outline-dark.active .badge,
.show > .btn-outline-dark.dropdown-toggle .badge {
  background: #fff;
  border-color: #fff;
  color: #495563;
}

/* line 8134, app/assets/stylesheets/css/rtl/core.css */
.btn-gray, .btn-gray.dropdown-toggle[data-trigger=hover]:not(.show) {
  color: #fff;
  background-color: rgba(38, 60, 85, 0.5);
  border-color: rgba(38, 60, 85, 0.5);
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}

/* line 8140, app/assets/stylesheets/css/rtl/core.css */
.btn-gray:hover, .btn-gray.show.dropdown-toggle[data-trigger=hover]:hover {
  color: #fff !important;
  background-color: rgba(131, 144, 158, 0.6) !important;
  border-color: rgba(131, 144, 158, 0.6) !important;
  box-shadow: 0 0.25rem 1rem rgba(147, 158, 170, 0.45) !important;
}

/* line 8146, app/assets/stylesheets/css/rtl/core.css */
.btn-check:focus + .btn-gray, .btn-gray:focus, .btn-gray.focus {
  color: #fff;
  background-color: rgba(25, 39, 56, 0.575);
  border-color: rgba(25, 39, 56, 0.575);
  box-shadow: none;
}

/* line 8152, app/assets/stylesheets/css/rtl/core.css */
.btn-check:checked + .btn-gray, .btn-check:active + .btn-gray, .btn-gray:active, .btn-gray.active, .btn-gray.show.dropdown-toggle, .show > .btn-gray.dropdown-toggle {
  color: #fff !important;
  background-color: rgba(25, 39, 56, 0.575) !important;
  border-color: rgba(25, 39, 56, 0.575) !important;
}

/* line 8157, app/assets/stylesheets/css/rtl/core.css */
.btn-check:checked + .btn-gray:focus, .btn-check:active + .btn-gray:focus, .btn-gray:active:focus, .btn-gray.active:focus, .btn-gray.show.dropdown-toggle:focus, .show > .btn-gray.dropdown-toggle:focus {
  box-shadow: none;
}

/* line 8160, app/assets/stylesheets/css/rtl/core.css */
.btn-gray.disabled, .btn-gray:disabled {
  color: #fff !important;
  background-color: rgba(38, 60, 85, 0.5) !important;
  border-color: rgba(38, 60, 85, 0.5) !important;
  box-shadow: none !important;
}

/* line 8167, app/assets/stylesheets/css/rtl/core.css */
.btn-group .btn-gray,
.input-group .btn-gray {
  border-right: var(--bs-border-width) solid rgba(25, 39, 56, 0.575);
  border-left: var(--bs-border-width) solid rgba(25, 39, 56, 0.575);
}

/* line 8173, app/assets/stylesheets/css/rtl/core.css */
.btn-group-vertical .btn-gray {
  border-top-color: rgba(25, 39, 56, 0.575);
  border-bottom-color: rgba(25, 39, 56, 0.575);
}

/* line 8178, app/assets/stylesheets/css/rtl/core.css */
.btn-label-gray {
  color: rgba(38, 60, 85, 0.5);
  border-color: transparent;
  background: rgba(242, 243, 245, 0.92);
}

/* line 8183, app/assets/stylesheets/css/rtl/core.css */
.btn-label-gray:hover {
  border-color: transparent !important;
  background: rgba(38, 60, 85, 0.5) !important;
  color: #fff !important;
}

/* line 8188, app/assets/stylesheets/css/rtl/core.css */
.btn-label-gray:focus, .btn-label-gray.focus {
  color: #fff;
  background: rgba(25, 39, 56, 0.575);
  box-shadow: none !important;
}

/* line 8193, app/assets/stylesheets/css/rtl/core.css */
.btn-label-gray:active, .btn-label-gray.active, .btn-label-gray.show.dropdown-toggle, .show > .btn-label-gray.dropdown-toggle {
  color: #fff !important;
  background-color: rgba(25, 39, 56, 0.575) !important;
  border-color: transparent !important;
}

/* line 8198, app/assets/stylesheets/css/rtl/core.css */
.btn-label-gray:active:focus, .btn-label-gray.active:focus, .btn-label-gray.show.dropdown-toggle:focus, .show > .btn-label-gray.dropdown-toggle:focus {
  box-shadow: none;
}

/* line 8201, app/assets/stylesheets/css/rtl/core.css */
.btn-label-gray.disabled, .btn-label-gray:disabled {
  color: rgba(38, 60, 85, 0.5) !important;
  border-color: transparent !important;
  background: rgba(242, 243, 245, 0.92) !important;
  box-shadow: none !important;
}

/* line 8208, app/assets/stylesheets/css/rtl/core.css */
.btn-group .btn-label-gray,
.input-group .btn-label-gray {
  border-right: var(--bs-border-width) solid rgba(25, 39, 56, 0.575);
  border-left: var(--bs-border-width) solid rgba(25, 39, 56, 0.575);
}

/* line 8214, app/assets/stylesheets/css/rtl/core.css */
.btn-group-vertical .btn-label-gray {
  border-top-color: rgba(25, 39, 56, 0.575);
  border-bottom-color: rgba(25, 39, 56, 0.575);
}

/* line 8219, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-gray {
  color: rgba(38, 60, 85, 0.5);
  border-color: rgba(38, 60, 85, 0.5);
  background: transparent;
}

/* line 8224, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-gray:hover {
  color: #fff !important;
  background-color: rgba(38, 60, 85, 0.5) !important;
  border-color: rgba(38, 60, 85, 0.5) !important;
}

/* line 8229, app/assets/stylesheets/css/rtl/core.css */
.btn-check:focus + .btn-outline-gray, .btn-outline-gray:focus {
  color: #fff;
  background-color: rgba(25, 39, 56, 0.575);
  border-color: rgba(25, 39, 56, 0.575);
  box-shadow: none;
}

/* line 8235, app/assets/stylesheets/css/rtl/core.css */
.btn-check:checked + .btn-outline-gray, .btn-check:active + .btn-outline-gray, .btn-outline-gray:active, .btn-outline-gray.active, .btn-outline-gray.dropdown-toggle.show {
  color: #fff !important;
  background-color: rgba(25, 39, 56, 0.575) !important;
  border-color: rgba(25, 39, 56, 0.575) !important;
}

/* line 8240, app/assets/stylesheets/css/rtl/core.css */
.btn-check:checked + .btn-outline-gray:focus, .btn-check:active + .btn-outline-gray:focus, .btn-outline-gray:active:focus, .btn-outline-gray.active:focus, .btn-outline-gray.dropdown-toggle.show:focus {
  box-shadow: none;
}

/* line 8243, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-gray.disabled, .btn-outline-gray:disabled {
  color: rgba(38, 60, 85, 0.5) !important;
  background-color: transparent !important;
}

/* line 8248, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-gray .badge {
  background: rgba(38, 60, 85, 0.5);
  border-color: rgba(38, 60, 85, 0.5);
  color: #fff;
}

/* line 8254, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-gray:hover .badge,
.btn-outline-gray:focus:hover .badge,
.btn-outline-gray:active .badge,
.btn-outline-gray.active .badge,
.show > .btn-outline-gray.dropdown-toggle .badge {
  background: #fff;
  border-color: #fff;
  color: #263c55;
}

/* line 8264, app/assets/stylesheets/css/rtl/core.css */
.btn-icon {
  --bs-btn-active-border-color: transparent;
  padding: 0;
  width: calc(2.2505rem + calc(var(--bs-border-width) * 2));
  height: calc(2.2505rem + calc(var(--bs-border-width) * 2));
  display: inline-flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
}

/* line 8274, app/assets/stylesheets/css/rtl/core.css */
.btn-icon.btn-xl, .btn-group-xl > .btn-icon.btn {
  width: calc(3.625rem + calc(var(--bs-border-width) * 2));
  height: calc(3.625rem + calc(var(--bs-border-width) * 2));
}

/* line 8278, app/assets/stylesheets/css/rtl/core.css */
.btn-icon.btn-xl > span, .btn-group-xl > .btn-icon.btn > span {
  font-size: 1.25rem;
}

/* line 8281, app/assets/stylesheets/css/rtl/core.css */
.btn-icon.btn-lg, .btn-group-lg > .btn-icon.btn {
  width: calc(3.0745rem + calc(var(--bs-border-width) * 2));
  height: calc(3.0745rem + calc(var(--bs-border-width) * 2));
  font-size: 1.063rem;
}

/* line 8286, app/assets/stylesheets/css/rtl/core.css */
.btn-icon.btn-sm, .btn-group-sm > .btn-icon.btn {
  width: calc(1.3496rem + calc(var(--bs-border-width) * 2));
  height: calc(1.3496rem + calc(var(--bs-border-width) * 2));
  font-size: 0.813rem;
}

/* line 8291, app/assets/stylesheets/css/rtl/core.css */
.btn-icon.btn-xs, .btn-group-xs > .btn-icon.btn {
  width: calc(0.95rem + calc(var(--bs-border-width) * 2));
  height: calc(0.95rem + calc(var(--bs-border-width) * 2));
  font-size: 0.75rem;
}

/* line 8297, app/assets/stylesheets/css/rtl/core.css */
.btn.borderless:not(.active):not(:active):not(:hover):not(:focus), :not(.show) > .btn.borderless.dropdown-toggle:not(:hover):not(:focus) {
  border-color: transparent;
  box-shadow: none;
}

/* line 8302, app/assets/stylesheets/css/rtl/core.css */
.btn.btn-link {
  font-size: inherit;
}

/* line 8306, app/assets/stylesheets/css/rtl/core.css */
.btn-pinned {
  position: absolute;
  top: 0.75rem;
}

/* line 8310, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .btn-pinned {
  right: 0.75rem;
}

/* line 8313, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .btn-pinned {
  left: 0.75rem;
}

/* line 8317, app/assets/stylesheets/css/rtl/core.css */
button:focus,
button:focus-visible {
  outline: none;
}

/* line 8322, app/assets/stylesheets/css/rtl/core.css */
.btn:not([class*=btn-]):active,
.btn.active:not([class*=btn-]),
.btn.show:not([class*=btn-]),
.btn:not([class*=btn-]) {
  border: none;
}

/* line 8329, app/assets/stylesheets/css/rtl/core.css */
.dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split,
.input-group-lg .btn + .dropdown-toggle-split,
.btn-xl + .dropdown-toggle-split,
.btn-group-xl > .btn + .dropdown-toggle-split {
  padding-right: 0.7em;
  padding-left: 0.7em;
}

/* line 8339, app/assets/stylesheets/css/rtl/core.css */
.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split,
.input-group-sm .btn + .dropdown-toggle-split {
  padding-right: 0.6em;
  padding-left: 0.6em;
}

/* line 8346, app/assets/stylesheets/css/rtl/core.css */
.btn-xs + .dropdown-toggle-split,
.btn-group-xs > .btn + .dropdown-toggle-split {
  padding-right: 0.5em;
  padding-left: 0.5em;
}

/* line 8352, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .btn-group > .btn-group:first-child > .btn:not([class*=btn-outline-]):first-child,
html:not([dir=rtl]) .input-group > .btn:not([class*=btn-outline-]):first-child,
html:not([dir=rtl]) :not(.btn-group):not(.input-group) > .btn-group > .btn:not([class*=btn-outline-]):first-child,
html:not([dir=rtl]) .input-group > .btn-group:first-child > .btn:not([class*=btn-outline-]):first-child {
  border-left-color: transparent;
}

/* line 8358, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .btn-group > .btn-group:first-child > .btn:not([class*=btn-outline-]):first-child,
[dir=rtl] .input-group > .btn:not([class*=btn-outline-]):first-child,
[dir=rtl] :not(.btn-group):not(.input-group) > .btn-group > .btn:not([class*=btn-outline-]):first-child,
[dir=rtl] .input-group > .btn-group:first-child > .btn:not([class*=btn-outline-]):first-child {
  border-right-color: transparent;
}

/* line 8365, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .btn-group > .btn-group:last-child > .btn:not([class*=btn-outline-]):last-of-type,
html:not([dir=rtl]) .input-group > .btn:not([class*=btn-outline-]):last-of-type,
html:not([dir=rtl]) :not(.btn-group):not(.input-group) > .btn-group > .btn:not([class*=btn-outline-]):last-of-type,
html:not([dir=rtl]) .input-group > .btn-group:last-child > .btn:not([class*=btn-outline-]):last-of-type {
  border-right-color: transparent;
}

/* line 8371, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .btn-group > .btn-group:last-child > .btn:not([class*=btn-outline-]):last-of-type,
[dir=rtl] .input-group > .btn:not([class*=btn-outline-]):last-of-type,
[dir=rtl] :not(.btn-group):not(.input-group) > .btn-group > .btn:not([class*=btn-outline-]):last-of-type,
[dir=rtl] .input-group > .btn-group:last-child > .btn:not([class*=btn-outline-]):last-of-type {
  border-left-color: transparent;
}

/* line 8378, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .btn-group .btn[class] {
  border-radius: 0.25rem;
}

/* line 8381, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .btn-group .btn-xs[class],
[dir=rtl] .btn-group-xs .btn[class] {
  border-radius: 0.125rem;
}

/* line 8385, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .btn-group .btn-sm[class],
[dir=rtl] .btn-group-sm .btn[class] {
  border-radius: 0.1875rem;
}

/* line 8389, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .btn-group .btn-lg[class],
[dir=rtl] .btn-group-lg .btn[class] {
  border-radius: 0.3125rem;
}

/* line 8393, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .btn-group .btn-xl[class],
[dir=rtl] .btn-group-xl .btn[class] {
  border-radius: 0.375rem;
}

/* line 8397, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .btn-group > .btn:not(:first-child),
[dir=rtl] .btn-group > .btn-group:not(:first-child) {
  margin-left: 0;
  margin-right: calc(var(--bs-border-width) * -1);
}

/* line 8402, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
[dir=rtl] .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 8407, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .btn-group > .btn:nth-child(n+3),
[dir=rtl] .btn-group > :not(.btn-check) + .btn,
[dir=rtl] .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 8413, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
[dir=rtl] .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 8418, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .btn-group-vertical > .btn ~ .btn,
[dir=rtl] .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 8424, app/assets/stylesheets/css/rtl/core.css */
.badge {
  text-transform: uppercase;
  line-height: 0.92;
}

/* line 8428, app/assets/stylesheets/css/rtl/core.css */
.badge i {
  line-height: 0.92;
}

/* line 8432, app/assets/stylesheets/css/rtl/core.css */
.badge-center {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 1.5rem;
  width: 1.5rem;
  font-size: 0.813em;
}

/* line 8440, app/assets/stylesheets/css/rtl/core.css */
.badge-center i {
  font-size: 0.8rem;
}

/* line 8444, app/assets/stylesheets/css/rtl/core.css */
.badge.badge-dot {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  vertical-align: middle;
}

/* line 8454, app/assets/stylesheets/css/rtl/core.css */
.badge.badge-notifications {
  position: absolute;
  top: auto;
  display: inline-block;
  margin: 0;
  transform: translate(-50%, -30%);
}

/* line 8461, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .badge.badge-notifications {
  transform: translate(50%, -30%);
}

/* line 8464, app/assets/stylesheets/css/rtl/core.css */
.badge.badge-notifications:not(.badge-dot) {
  padding: 0.05rem 0.2rem;
  font-size: 0.582rem;
  line-height: 0.75rem;
}

/* line 8470, app/assets/stylesheets/css/rtl/core.css */
[data-trigger=hover] {
  outline: 0;
}

/* line 8474, app/assets/stylesheets/css/rtl/core.css */
.dropdown-menu {
  box-shadow: 0 0.25rem 1rem rgba(147, 158, 170, 0.45);
}

/* line 8477, app/assets/stylesheets/css/rtl/core.css */
.mega-dropdown > .dropdown-menu {
  left: 0 !important;
  right: 0 !important;
}

/* line 8481, app/assets/stylesheets/css/rtl/core.css */
.dropdown-menu .badge[class^=float-],
.dropdown-menu .badge[class*=" float-"] {
  position: relative;
  top: 0.071em;
}

/* line 8486, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .dropdown-menu {
  text-align: right;
}

/* line 8490, app/assets/stylesheets/css/rtl/core.css */
.dropdown-item {
  line-height: 1.54;
}

/* line 8494, app/assets/stylesheets/css/rtl/core.css */
.dropdown-header {
  font-size: 0.9375rem;
}

/* line 8498, app/assets/stylesheets/css/rtl/core.css */
.dropdown-toggle.hide-arrow::before, .dropdown-toggle.hide-arrow::after,
.dropdown-toggle-hide-arrow > .dropdown-toggle::before,
.dropdown-toggle-hide-arrow > .dropdown-toggle::after {
  display: none;
}

/* line 8504, app/assets/stylesheets/css/rtl/core.css */
.dropdown-toggle::after {
  margin-top: -0.45em;
  width: 0.45em;
  height: 0.45em;
  border: 1.5px solid;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
}

/* line 8514, app/assets/stylesheets/css/rtl/core.css */
.dropend .dropdown-toggle::after {
  margin-top: -0.45em;
  width: 0.45em;
  height: 0.45em;
  border: 1.5px solid;
  border-top: 0;
  border-left: 0;
  transform: rotate(-45deg);
}

/* line 8523, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .dropend .dropdown-toggle::after {
  margin-left: 0 !important;
  margin-right: 0.75em !important;
  transform: rotate(135deg);
}

/* line 8529, app/assets/stylesheets/css/rtl/core.css */
.dropstart .dropdown-toggle::before {
  margin-top: -0.45em;
  width: 0.45em;
  height: 0.45em;
  border: 1.5px solid;
  border-top: 0;
  border-right: 0;
  transform: rotate(45deg);
}

/* line 8538, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .dropstart .dropdown-toggle::before {
  margin-right: 0 !important;
  margin-left: 0.75em !important;
  transform: rotate(225deg);
}

/* line 8544, app/assets/stylesheets/css/rtl/core.css */
.dropup .dropdown-toggle::after {
  margin-top: 0;
  width: 0.45em;
  height: 0.45em;
  border: 1.5px solid;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(-45deg);
}

/* line 8554, app/assets/stylesheets/css/rtl/core.css */
.dropstart .dropdown-toggle::before,
.dropend .dropdown-toggle::after {
  vertical-align: middle;
}

/* line 8559, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .dropdown-toggle:not(.dropdown-toggle-split)::after {
  margin-left: 0;
  margin-right: 0.75em;
}

/* line 8564, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .dropdown-menu-start {
  --bs-position: start;
}

/* line 8567, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .dropdown-menu-start[data-bs-popper] {
  left: auto;
  right: 0;
}

/* line 8571, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .dropdown-menu-end {
  --bs-position: end;
}

/* line 8574, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .dropdown-menu-end[data-bs-popper] {
  left: 0;
  right: auto;
}

@media (min-width: 576px) {
  /* line 8579, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .dropdown-menu-sm-start {
    --bs-position: start;
  }
  /* line 8582, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .dropdown-menu-sm-start[data-bs-popper] {
    left: auto;
    right: 0;
  }
  /* line 8586, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .dropdown-menu-sm-end {
    --bs-position: end;
  }
  /* line 8589, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .dropdown-menu-sm-end[data-bs-popper] {
    left: 0;
    right: auto;
  }
}

@media (min-width: 768px) {
  /* line 8595, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .dropdown-menu-md-start {
    --bs-position: start;
  }
  /* line 8598, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .dropdown-menu-md-start[data-bs-popper] {
    left: auto;
    right: 0;
  }
  /* line 8602, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .dropdown-menu-md-end {
    --bs-position: end;
  }
  /* line 8605, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .dropdown-menu-md-end[data-bs-popper] {
    left: 0;
    right: auto;
  }
}

@media (min-width: 992px) {
  /* line 8611, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .dropdown-menu-lg-start {
    --bs-position: start;
  }
  /* line 8614, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .dropdown-menu-lg-start[data-bs-popper] {
    left: auto;
    right: 0;
  }
  /* line 8618, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .dropdown-menu-lg-end {
    --bs-position: end;
  }
  /* line 8621, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .dropdown-menu-lg-end[data-bs-popper] {
    left: 0;
    right: auto;
  }
}

@media (min-width: 1200px) {
  /* line 8627, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .dropdown-menu-xl-start {
    --bs-position: start;
  }
  /* line 8630, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .dropdown-menu-xl-start[data-bs-popper] {
    left: auto;
    right: 0;
  }
  /* line 8634, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .dropdown-menu-xl-end {
    --bs-position: end;
  }
  /* line 8637, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .dropdown-menu-xl-end[data-bs-popper] {
    left: 0;
    right: auto;
  }
}

@media (min-width: 1400px) {
  /* line 8643, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  /* line 8646, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .dropdown-menu-xxl-start[data-bs-popper] {
    left: auto;
    right: 0;
  }
  /* line 8650, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  /* line 8653, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .dropdown-menu-xxl-end[data-bs-popper] {
    left: 0;
    right: auto;
  }
}

/* line 8659, app/assets/stylesheets/css/rtl/core.css */
.nav .nav-item,
.nav .nav-link,
.tab-pane,
.tab-pane .card-body {
  outline: none !important;
}

/* line 8666, app/assets/stylesheets/css/rtl/core.css */
.nav-tabs .nav-link,
.nav-pills .nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* line 8672, app/assets/stylesheets/css/rtl/core.css */
.nav-tabs .nav-link:not(.active):hover, .nav-tabs .nav-link:not(.active):focus,
.nav-pills .nav-link:not(.active):hover,
.nav-pills .nav-link:not(.active):focus {
  color: #516377;
}

/* line 8677, app/assets/stylesheets/css/rtl/core.css */
.nav-tabs:not(.nav-fill):not(.nav-justified) .nav-link,
.nav-pills:not(.nav-fill):not(.nav-justified) .nav-link {
  margin-right: 0.125rem;
  width: 100%;
}

/* line 8682, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .nav-tabs:not(.nav-fill):not(.nav-justified) .nav-link,
[dir=rtl] .nav-pills:not(.nav-fill):not(.nav-justified) .nav-link {
  margin-left: 0.125rem;
  margin-right: 0;
}

/* line 8688, app/assets/stylesheets/css/rtl/core.css */
.tab-content {
  padding: 1.375rem;
  border-radius: 0.25rem;
}

/* line 8693, app/assets/stylesheets/css/rtl/core.css */
.nav-scrollable {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  width: 100%;
  overflow-y: auto;
  flex-wrap: nowrap;
}

/* line 8701, app/assets/stylesheets/css/rtl/core.css */
.nav-tabs .nav-link {
  background-clip: padding-box;
}

/* line 8704, app/assets/stylesheets/css/rtl/core.css */
.nav-tabs .nav-link.active {
  border-bottom-color: #fff;
}

/* line 8707, app/assets/stylesheets/css/rtl/core.css */
.nav-tabs .nav-link.active:hover, .nav-tabs .nav-link.active:focus {
  border-bottom-color: #fff;
}

/* line 8710, app/assets/stylesheets/css/rtl/core.css */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-bottom-color: transparent;
}

/* line 8714, app/assets/stylesheets/css/rtl/core.css */
.nav-sm > .nav .nav-link, .nav-sm.nav .nav-link {
  padding: 0.3125rem 0.875rem;
  font-size: 0.813rem;
  line-height: 1.2;
}

/* line 8720, app/assets/stylesheets/css/rtl/core.css */
.nav-lg > .nav .nav-link, .nav-lg.nav .nav-link {
  padding: 0.875rem 1.3125rem;
  font-size: 1.063rem;
  line-height: 1.5;
}

/* line 8726, app/assets/stylesheets/css/rtl/core.css */
.nav-align-top,
.nav-align-right,
.nav-align-bottom,
.nav-align-left {
  display: flex;
}

/* line 8732, app/assets/stylesheets/css/rtl/core.css */
.nav-align-top > .nav,
.nav-align-top > div > .nav,
.nav-align-right > .nav,
.nav-align-right > div > .nav,
.nav-align-bottom > .nav,
.nav-align-bottom > div > .nav,
.nav-align-left > .nav,
.nav-align-left > div > .nav {
  border: 0;
  z-index: 1;
  position: relative;
}

/* line 8744, app/assets/stylesheets/css/rtl/core.css */
.nav-align-top > .nav .nav-link.active,
.nav-align-top > div > .nav .nav-link.active,
.nav-align-right > .nav .nav-link.active,
.nav-align-right > div > .nav .nav-link.active,
.nav-align-bottom > .nav .nav-link.active,
.nav-align-bottom > div > .nav .nav-link.active,
.nav-align-left > .nav .nav-link.active,
.nav-align-left > div > .nav .nav-link.active {
  border-color: #d4d8dd;
}

/* line 8754, app/assets/stylesheets/css/rtl/core.css */
.nav-align-top > .nav .nav-link:not(.active):hover, .nav-align-top > .nav .nav-link:not(.active):focus,
.nav-align-top > div > .nav .nav-link:not(.active):hover,
.nav-align-top > div > .nav .nav-link:not(.active):focus,
.nav-align-right > .nav .nav-link:not(.active):hover,
.nav-align-right > .nav .nav-link:not(.active):focus,
.nav-align-right > div > .nav .nav-link:not(.active):hover,
.nav-align-right > div > .nav .nav-link:not(.active):focus,
.nav-align-bottom > .nav .nav-link:not(.active):hover,
.nav-align-bottom > .nav .nav-link:not(.active):focus,
.nav-align-bottom > div > .nav .nav-link:not(.active):hover,
.nav-align-bottom > div > .nav .nav-link:not(.active):focus,
.nav-align-left > .nav .nav-link:not(.active):hover,
.nav-align-left > .nav .nav-link:not(.active):focus,
.nav-align-left > div > .nav .nav-link:not(.active):hover,
.nav-align-left > div > .nav .nav-link:not(.active):focus {
  border-color: rgba(38, 60, 85, 0.1);
}

/* line 8771, app/assets/stylesheets/css/rtl/core.css */
.nav-align-top .row-bordered > [class^=col-]::before, .nav-align-top .row-bordered > [class^=col-]::after,
.nav-align-top .row-bordered > [class*=" col-"]::before,
.nav-align-top .row-bordered > [class*=" col-"]::after,
.nav-align-top .row-bordered > [class^="col "]::before,
.nav-align-top .row-bordered > [class^="col "]::after,
.nav-align-top .row-bordered > [class*=" col "]::before,
.nav-align-top .row-bordered > [class*=" col "]::after,
.nav-align-top .row-bordered > [class$=" col"]::before,
.nav-align-top .row-bordered > [class$=" col"]::after,
.nav-align-top .row-bordered > [class=col]::before,
.nav-align-top .row-bordered > [class=col]::after,
.nav-align-right .row-bordered > [class^=col-]::before,
.nav-align-right .row-bordered > [class^=col-]::after,
.nav-align-right .row-bordered > [class*=" col-"]::before,
.nav-align-right .row-bordered > [class*=" col-"]::after,
.nav-align-right .row-bordered > [class^="col "]::before,
.nav-align-right .row-bordered > [class^="col "]::after,
.nav-align-right .row-bordered > [class*=" col "]::before,
.nav-align-right .row-bordered > [class*=" col "]::after,
.nav-align-right .row-bordered > [class$=" col"]::before,
.nav-align-right .row-bordered > [class$=" col"]::after,
.nav-align-right .row-bordered > [class=col]::before,
.nav-align-right .row-bordered > [class=col]::after,
.nav-align-bottom .row-bordered > [class^=col-]::before,
.nav-align-bottom .row-bordered > [class^=col-]::after,
.nav-align-bottom .row-bordered > [class*=" col-"]::before,
.nav-align-bottom .row-bordered > [class*=" col-"]::after,
.nav-align-bottom .row-bordered > [class^="col "]::before,
.nav-align-bottom .row-bordered > [class^="col "]::after,
.nav-align-bottom .row-bordered > [class*=" col "]::before,
.nav-align-bottom .row-bordered > [class*=" col "]::after,
.nav-align-bottom .row-bordered > [class$=" col"]::before,
.nav-align-bottom .row-bordered > [class$=" col"]::after,
.nav-align-bottom .row-bordered > [class=col]::before,
.nav-align-bottom .row-bordered > [class=col]::after,
.nav-align-left .row-bordered > [class^=col-]::before,
.nav-align-left .row-bordered > [class^=col-]::after,
.nav-align-left .row-bordered > [class*=" col-"]::before,
.nav-align-left .row-bordered > [class*=" col-"]::after,
.nav-align-left .row-bordered > [class^="col "]::before,
.nav-align-left .row-bordered > [class^="col "]::after,
.nav-align-left .row-bordered > [class*=" col "]::before,
.nav-align-left .row-bordered > [class*=" col "]::after,
.nav-align-left .row-bordered > [class$=" col"]::before,
.nav-align-left .row-bordered > [class$=" col"]::after,
.nav-align-left .row-bordered > [class=col]::before,
.nav-align-left .row-bordered > [class=col]::after {
  border-color: #e9ecee;
}

/* line 8821, app/assets/stylesheets/css/rtl/core.css */
.nav-align-right,
.nav-align-left {
  align-items: stretch;
}

/* line 8825, app/assets/stylesheets/css/rtl/core.css */
.nav-align-right > .nav,
.nav-align-right > div > .nav,
.nav-align-left > .nav,
.nav-align-left > div > .nav {
  flex-grow: 0;
  flex-direction: column;
}

/* line 8832, app/assets/stylesheets/css/rtl/core.css */
.nav-align-right > .nav .nav-link,
.nav-align-right > div > .nav .nav-link,
.nav-align-left > .nav .nav-link,
.nav-align-left > div > .nav .nav-link {
  margin: 0 0 0.125rem 0 !important;
}

/* line 8838, app/assets/stylesheets/css/rtl/core.css */
.nav-align-right > .tab-content,
.nav-align-left > .tab-content {
  flex-grow: 1;
}

/* line 8843, app/assets/stylesheets/css/rtl/core.css */
.nav-align-top {
  flex-direction: column;
}

/* line 8846, app/assets/stylesheets/css/rtl/core.css */
.nav-align-top > .nav .nav-link:hover, .nav-align-top > .nav .nav-link:focus,
.nav-align-top > div > .nav .nav-link:hover,
.nav-align-top > div > .nav .nav-link:focus {
  border-bottom-color: transparent;
}

/* line 8851, app/assets/stylesheets/css/rtl/core.css */
.nav-align-top > .nav .nav-link.active,
.nav-align-top > div > .nav .nav-link.active {
  border-bottom-color: #fff;
}

/* line 8856, app/assets/stylesheets/css/rtl/core.css */
.nav-align-right {
  flex-direction: row-reverse;
}

/* line 8859, app/assets/stylesheets/css/rtl/core.css */
.nav-align-right > .nav .nav-item,
.nav-align-right > div > .nav .nav-item {
  margin-left: -1px;
  margin-bottom: 0;
}

/* line 8864, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .nav-align-right > .nav .nav-item,
[dir=rtl] .nav-align-right > div > .nav .nav-item {
  margin-left: 0;
  margin-right: -1px;
}

/* line 8869, app/assets/stylesheets/css/rtl/core.css */
.nav-align-right .nav-link {
  text-align: right;
  justify-content: end;
}

/* line 8873, app/assets/stylesheets/css/rtl/core.css */
.nav-align-right > .nav:not(.nav-pills) .nav-link,
.nav-align-right > div > .nav:not(.nav-pills) .nav-link {
  border-radius: 0 0.25rem 0.25rem 0;
}

/* line 8877, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .nav-align-right > .nav:not(.nav-pills) .nav-link,
[dir=rtl] .nav-align-right > div > .nav:not(.nav-pills) .nav-link {
  border-radius: 0.25rem 0 0 0.25rem;
}

/* line 8881, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .nav-align-right > .nav:not(.nav-pills) .nav-link.active,
html:not([dir=rtl]) .nav-align-right > div > .nav:not(.nav-pills) .nav-link.active {
  border-left-color: #fff;
}

/* line 8885, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .nav-align-right > .nav:not(.nav-pills) .nav-link.active,
[dir=rtl] .nav-align-right > div > .nav:not(.nav-pills) .nav-link.active {
  border-right-color: #fff;
}

/* line 8889, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .nav-align-right > .nav:not(.nav-pills) .nav-link:hover, html:not([dir=rtl]) .nav-align-right > .nav:not(.nav-pills) .nav-link:focus,
html:not([dir=rtl]) .nav-align-right > div > .nav:not(.nav-pills) .nav-link:hover,
html:not([dir=rtl]) .nav-align-right > div > .nav:not(.nav-pills) .nav-link:focus {
  border-left-color: #fff;
}

/* line 8894, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .nav-align-right > .nav:not(.nav-pills) .nav-link:hover, [dir=rtl] .nav-align-right > .nav:not(.nav-pills) .nav-link:focus,
[dir=rtl] .nav-align-right > div > .nav:not(.nav-pills) .nav-link:hover,
[dir=rtl] .nav-align-right > div > .nav:not(.nav-pills) .nav-link:focus {
  border-right-color: #fff;
}

/* line 8900, app/assets/stylesheets/css/rtl/core.css */
.nav-align-bottom {
  flex-direction: column-reverse;
}

/* line 8903, app/assets/stylesheets/css/rtl/core.css */
.nav-align-bottom > .nav .nav-item,
.nav-align-bottom > div > .nav .nav-item {
  margin-bottom: 0;
  margin-top: -1px;
}

/* line 8908, app/assets/stylesheets/css/rtl/core.css */
.nav-align-bottom > .nav:not(.nav-pills) .nav-link,
.nav-align-bottom > div > .nav:not(.nav-pills) .nav-link {
  border-radius: 0 0 0.25rem 0.25rem;
}

/* line 8912, app/assets/stylesheets/css/rtl/core.css */
.nav-align-bottom > .nav:not(.nav-pills) .nav-link.active,
.nav-align-bottom > div > .nav:not(.nav-pills) .nav-link.active {
  border-top-color: #fff;
}

/* line 8916, app/assets/stylesheets/css/rtl/core.css */
.nav-align-bottom > .nav:not(.nav-pills) .nav-link:hover, .nav-align-bottom > .nav:not(.nav-pills) .nav-link:focus,
.nav-align-bottom > div > .nav:not(.nav-pills) .nav-link:hover,
.nav-align-bottom > div > .nav:not(.nav-pills) .nav-link:focus {
  border-top-color: #fff;
}

/* line 8922, app/assets/stylesheets/css/rtl/core.css */
.nav-align-left > .nav .nav-item,
.nav-align-left > div > .nav .nav-item {
  margin-right: -1px;
  margin-bottom: 0;
}

/* line 8927, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .nav-align-left > .nav .nav-item,
[dir=rtl] .nav-align-left > div > .nav .nav-item {
  margin-right: 0;
  margin-left: -1px;
}

/* line 8932, app/assets/stylesheets/css/rtl/core.css */
.nav-align-left .nav-link {
  text-align: left;
  justify-content: start;
}

/* line 8936, app/assets/stylesheets/css/rtl/core.css */
.nav-align-left > .nav:not(.nav-pills) .nav-link,
.nav-align-left > div > .nav:not(.nav-pills) .nav-link {
  border-radius: 0.25rem 0 0 0.25rem;
}

/* line 8940, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .nav-align-left > .nav:not(.nav-pills) .nav-link,
[dir=rtl] .nav-align-left > div > .nav:not(.nav-pills) .nav-link {
  border-radius: 0 0.25rem 0.25rem 0;
}

/* line 8944, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .nav-align-left > .nav:not(.nav-pills) .nav-link.active,
html:not([dir=rtl]) .nav-align-left > div > .nav:not(.nav-pills) .nav-link.active {
  border-right-color: #fff;
}

/* line 8948, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .nav-align-left > .nav:not(.nav-pills) .nav-link.active,
[dir=rtl] .nav-align-left > div > .nav:not(.nav-pills) .nav-link.active {
  border-left-color: #fff;
}

/* line 8952, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .nav-align-left > .nav:not(.nav-pills) .nav-link:hover, html:not([dir=rtl]) .nav-align-left > .nav:not(.nav-pills) .nav-link:focus,
html:not([dir=rtl]) .nav-align-left > div > .nav:not(.nav-pills) .nav-link:hover,
html:not([dir=rtl]) .nav-align-left > div > .nav:not(.nav-pills) .nav-link:focus {
  border-right-color: #fff;
}

/* line 8957, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .nav-align-left > .nav:not(.nav-pills) .nav-link:hover, [dir=rtl] .nav-align-left > .nav:not(.nav-pills) .nav-link:focus,
[dir=rtl] .nav-align-left > div > .nav:not(.nav-pills) .nav-link:hover,
[dir=rtl] .nav-align-left > div > .nav:not(.nav-pills) .nav-link:focus {
  border-left-color: #fff;
}

/* line 8963, app/assets/stylesheets/css/rtl/core.css */
.nav-align-top > .tab-content,
.nav-align-right > .tab-content,
.nav-align-bottom > .tab-content,
.nav-align-left > .tab-content {
  flex-shrink: 1;
  border: 1px solid #d4d8dd;
  background-clip: padding-box;
  background: #fff;
}

/* line 8973, app/assets/stylesheets/css/rtl/core.css */
.nav-align-top .nav-pills + .tab-content,
.nav-align-top .tabs-line + .tab-content,
.nav-align-right .nav-pills + .tab-content,
.nav-align-right .tabs-line + .tab-content,
.nav-align-bottom .nav-pills + .tab-content,
.nav-align-bottom .tabs-line + .tab-content,
.nav-align-left .nav-pills + .tab-content,
.nav-align-left .tabs-line + .tab-content {
  box-shadow: 0 2px 14px rgba(38, 60, 85, 0.16);
  border-width: 0;
}

/* line 8985, app/assets/stylesheets/css/rtl/core.css */
.nav-pills .nav-link.active {
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}

/* line 8989, app/assets/stylesheets/css/rtl/core.css */
.nav-align-top :not(.nav-pills) ~ .tab-content {
  border-radius: 0 0 0.25rem 0.25rem;
}

/* line 8993, app/assets/stylesheets/css/rtl/core.css */
.nav-align-right :not(.nav-pills) ~ .tab-content {
  border-radius: 0.25rem 0 0 0.25rem;
}

/* line 8996, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .nav-align-right :not(.nav-pills) ~ .tab-content {
  border-radius: 0 0.25rem 0.25rem 0;
}

/* line 9000, app/assets/stylesheets/css/rtl/core.css */
.nav-align-bottom :not(.nav-pills) ~ .tab-content {
  border-radius: 0.25rem 0.25rem 0 0;
}

/* line 9004, app/assets/stylesheets/css/rtl/core.css */
.nav-align-left :not(.nav-pills) ~ .tab-content {
  border-radius: 0 0.25rem 0.25rem 0;
}

/* line 9007, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .nav-align-left :not(.nav-pills) ~ .tab-content {
  border-radius: 0.25rem 0 0 0.25rem;
}

/* line 9011, app/assets/stylesheets/css/rtl/core.css */
.nav-tabs.tabs-line .nav-link, .nav-tabs.tabs-line .nav-link.active,
.tabs-line > .nav-tabs .nav-link,
.tabs-line > .nav-tabs .nav-link.active {
  background-color: transparent;
  border-width: 0;
}

/* line 9018, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .nav {
  padding-right: 0;
}

/* line 9021, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .nav-align-left .nav-link {
  text-align: right;
}

/* line 9024, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .nav-align-right .nav-link {
  text-align: left;
}

/* line 9028, app/assets/stylesheets/css/rtl/core.css */
.pagination-secondary .page-item.active .page-link, .pagination-secondary .page-item.active .page-link:hover, .pagination-secondary .page-item.active .page-link:focus,
.pagination-secondary.pagination li.active > a:not(.page-link),
.pagination-secondary.pagination li.active > a:not(.page-link):hover,
.pagination-secondary.pagination li.active > a:not(.page-link):focus {
  border-color: #8a8a88;
  background-color: #8a8a88;
  color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}

/* line 9038, app/assets/stylesheets/css/rtl/core.css */
.pagination-success .page-item.active .page-link, .pagination-success .page-item.active .page-link:hover, .pagination-success .page-item.active .page-link:focus,
.pagination-success.pagination li.active > a:not(.page-link),
.pagination-success.pagination li.active > a:not(.page-link):hover,
.pagination-success.pagination li.active > a:not(.page-link):focus {
  border-color: #39da8a;
  background-color: #39da8a;
  color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}

/* line 9048, app/assets/stylesheets/css/rtl/core.css */
.pagination-info .page-item.active .page-link, .pagination-info .page-item.active .page-link:hover, .pagination-info .page-item.active .page-link:focus,
.pagination-info.pagination li.active > a:not(.page-link),
.pagination-info.pagination li.active > a:not(.page-link):hover,
.pagination-info.pagination li.active > a:not(.page-link):focus {
  border-color: #00cfdd;
  background-color: #00cfdd;
  color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}

/* line 9058, app/assets/stylesheets/css/rtl/core.css */
.pagination-warning .page-item.active .page-link, .pagination-warning .page-item.active .page-link:hover, .pagination-warning .page-item.active .page-link:focus,
.pagination-warning.pagination li.active > a:not(.page-link),
.pagination-warning.pagination li.active > a:not(.page-link):hover,
.pagination-warning.pagination li.active > a:not(.page-link):focus {
  border-color: #fdac41;
  background-color: #fdac41;
  color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}

/* line 9068, app/assets/stylesheets/css/rtl/core.css */
.pagination-danger .page-item.active .page-link, .pagination-danger .page-item.active .page-link:hover, .pagination-danger .page-item.active .page-link:focus,
.pagination-danger.pagination li.active > a:not(.page-link),
.pagination-danger.pagination li.active > a:not(.page-link):hover,
.pagination-danger.pagination li.active > a:not(.page-link):focus {
  border-color: #ff5b5c;
  background-color: #ff5b5c;
  color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}

/* line 9078, app/assets/stylesheets/css/rtl/core.css */
.pagination-dark .page-item.active .page-link, .pagination-dark .page-item.active .page-link:hover, .pagination-dark .page-item.active .page-link:focus,
.pagination-dark.pagination li.active > a:not(.page-link),
.pagination-dark.pagination li.active > a:not(.page-link):hover,
.pagination-dark.pagination li.active > a:not(.page-link):focus {
  border-color: #495563;
  background-color: #495563;
  color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}

/* line 9088, app/assets/stylesheets/css/rtl/core.css */
.pagination-gray .page-item.active .page-link, .pagination-gray .page-item.active .page-link:hover, .pagination-gray .page-item.active .page-link:focus,
.pagination-gray.pagination li.active > a:not(.page-link),
.pagination-gray.pagination li.active > a:not(.page-link):hover,
.pagination-gray.pagination li.active > a:not(.page-link):focus {
  border-color: rgba(38, 60, 85, 0.5);
  background-color: rgba(38, 60, 85, 0.5);
  color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}

/* line 9098, app/assets/stylesheets/css/rtl/core.css */
.page-item:not(.first, .last, .next, .prev, .previous) {
  background-color: #eeeff1;
}

/* line 9101, app/assets/stylesheets/css/rtl/core.css */
.page-item:not(.first, .last, .next, .prev, .previous):not(.active, :hover, :focus) .page-link {
  background-color: transparent;
}

/* line 9104, app/assets/stylesheets/css/rtl/core.css */
.page-item.first .page-link, .page-item.last .page-link, .page-item.next .page-link, .page-item.prev .page-link, .page-item.previous .page-link {
  padding-top: 0.43rem;
  padding-bottom: 0.43rem;
}

/* line 9108, app/assets/stylesheets/css/rtl/core.css */
.page-item.disabled .page-link {
  border-color: #e9ecee;
}

/* line 9112, app/assets/stylesheets/css/rtl/core.css */
.pagination .page-item.first .page-link,
.pagination .page-item.prev .page-link,
.pagination .page-item.previous .page-link {
  border-radius: var(--bs-border-radius);
}

/* line 9117, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .pagination .page-item.first .page-link,
html:not([dir=rtl]) .pagination .page-item.prev .page-link,
html:not([dir=rtl]) .pagination .page-item.previous .page-link {
  margin-right: 0.3125rem;
}

/* line 9122, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .pagination .page-item.first .page-link,
[dir=rtl] .pagination .page-item.prev .page-link,
[dir=rtl] .pagination .page-item.previous .page-link {
  margin-left: 0.3125rem;
}

/* line 9127, app/assets/stylesheets/css/rtl/core.css */
.pagination .page-item.last .page-link,
.pagination .page-item.next .page-link {
  border-radius: var(--bs-border-radius);
}

/* line 9131, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .pagination .page-item.last .page-link,
html:not([dir=rtl]) .pagination .page-item.next .page-link {
  margin-left: 0.3125rem;
}

/* line 9135, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .pagination .page-item.last .page-link,
[dir=rtl] .pagination .page-item.next .page-link {
  margin-right: 0.3125rem;
}

/* line 9139, app/assets/stylesheets/css/rtl/core.css */
.pagination .page-item.active .page-link {
  border-radius: var(--bs-border-radius);
  margin-top: -0.125rem;
  margin-bottom: -0.125rem;
  padding-top: 0.66rem !important;
  padding-bottom: 0.66rem !important;
  min-width: calc(2.2575rem + 0px) !important;
}

/* line 9147, app/assets/stylesheets/css/rtl/core.css */
.pagination .page-item .page-link:hover, .pagination .page-item .page-link:focus, .pagination .page-item .page-link:active {
  border-radius: var(--bs-border-radius);
}

/* line 9150, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .pagination .page-item.prev + .page-item,
html:not([dir=rtl]) .pagination .page-item.prev + .page-item .page-link,
html:not([dir=rtl]) .pagination .page-item.previous + .page-item,
html:not([dir=rtl]) .pagination .page-item.previous + .page-item .page-link {
  border-top-left-radius: var(--bs-border-radius);
  border-bottom-left-radius: var(--bs-border-radius);
}

/* line 9157, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .pagination .page-item.prev + .page-item,
[dir=rtl] .pagination .page-item.prev + .page-item .page-link,
[dir=rtl] .pagination .page-item.previous + .page-item,
[dir=rtl] .pagination .page-item.previous + .page-item .page-link {
  border-top-right-radius: var(--bs-border-radius);
  border-bottom-right-radius: var(--bs-border-radius);
}

/* line 9164, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .pagination .page-item.first ~ .page-item:nth-last-child(3),
html:not([dir=rtl]) .pagination .page-item.first ~ .page-item:nth-last-child(3) .page-link {
  border-top-right-radius: var(--bs-border-radius);
  border-bottom-right-radius: var(--bs-border-radius);
}

/* line 9169, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .pagination .page-item.first ~ .page-item:nth-last-child(3),
[dir=rtl] .pagination .page-item.first ~ .page-item:nth-last-child(3) .page-link {
  border-top-left-radius: var(--bs-border-radius);
  border-bottom-left-radius: var(--bs-border-radius);
}

/* line 9174, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .pagination .page-item:not(.first) ~ .page-item:nth-last-child(2),
html:not([dir=rtl]) .pagination .page-item:not(.first) ~ .page-item:nth-last-child(2) .page-link {
  border-top-right-radius: var(--bs-border-radius);
  border-bottom-right-radius: var(--bs-border-radius);
}

/* line 9179, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .pagination .page-item:not(.first) ~ .page-item:nth-last-child(2),
[dir=rtl] .pagination .page-item:not(.first) ~ .page-item:nth-last-child(2) .page-link {
  border-top-left-radius: var(--bs-border-radius);
  border-bottom-left-radius: var(--bs-border-radius);
}

/* line 9185, app/assets/stylesheets/css/rtl/core.css */
.pagination.pagination-sm .page-item.first .page-link,
.pagination.pagination-sm .page-item.prev .page-link,
.pagination.pagination-sm .page-item.previous .page-link {
  border-radius: var(--bs-border-radius-sm);
}

/* line 9190, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .pagination.pagination-sm .page-item.first .page-link,
html:not([dir=rtl]) .pagination.pagination-sm .page-item.prev .page-link,
html:not([dir=rtl]) .pagination.pagination-sm .page-item.previous .page-link {
  margin-right: 0.25rem;
}

/* line 9195, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .pagination.pagination-sm .page-item.first .page-link,
[dir=rtl] .pagination.pagination-sm .page-item.prev .page-link,
[dir=rtl] .pagination.pagination-sm .page-item.previous .page-link {
  margin-left: 0.25rem;
}

/* line 9200, app/assets/stylesheets/css/rtl/core.css */
.pagination.pagination-sm .page-item.last .page-link,
.pagination.pagination-sm .page-item.next .page-link {
  border-radius: var(--bs-border-radius-sm);
}

/* line 9204, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .pagination.pagination-sm .page-item.last .page-link,
html:not([dir=rtl]) .pagination.pagination-sm .page-item.next .page-link {
  margin-left: 0.25rem;
}

/* line 9208, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .pagination.pagination-sm .page-item.last .page-link,
[dir=rtl] .pagination.pagination-sm .page-item.next .page-link {
  margin-right: 0.25rem;
}

/* line 9212, app/assets/stylesheets/css/rtl/core.css */
.pagination.pagination-sm .page-item.active .page-link {
  border-radius: var(--bs-border-radius-sm);
  margin-top: -0.125rem;
  margin-bottom: -0.125rem;
  padding-top: 0.535rem !important;
  padding-bottom: 0.535rem !important;
  min-width: calc(1.883rem + 0px) !important;
}

/* line 9220, app/assets/stylesheets/css/rtl/core.css */
.pagination.pagination-sm .page-item .page-link:hover, .pagination.pagination-sm .page-item .page-link:focus, .pagination.pagination-sm .page-item .page-link:active {
  border-radius: var(--bs-border-radius-sm);
}

/* line 9223, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .pagination.pagination-sm .page-item.prev + .page-item,
html:not([dir=rtl]) .pagination.pagination-sm .page-item.prev + .page-item .page-link,
html:not([dir=rtl]) .pagination.pagination-sm .page-item.previous + .page-item,
html:not([dir=rtl]) .pagination.pagination-sm .page-item.previous + .page-item .page-link {
  border-top-left-radius: var(--bs-border-radius-sm);
  border-bottom-left-radius: var(--bs-border-radius-sm);
}

/* line 9230, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .pagination.pagination-sm .page-item.prev + .page-item,
[dir=rtl] .pagination.pagination-sm .page-item.prev + .page-item .page-link,
[dir=rtl] .pagination.pagination-sm .page-item.previous + .page-item,
[dir=rtl] .pagination.pagination-sm .page-item.previous + .page-item .page-link {
  border-top-right-radius: var(--bs-border-radius-sm);
  border-bottom-right-radius: var(--bs-border-radius-sm);
}

/* line 9237, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .pagination.pagination-sm .page-item.first ~ .page-item:nth-last-child(3),
html:not([dir=rtl]) .pagination.pagination-sm .page-item.first ~ .page-item:nth-last-child(3) .page-link {
  border-top-right-radius: var(--bs-border-radius-sm);
  border-bottom-right-radius: var(--bs-border-radius-sm);
}

/* line 9242, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .pagination.pagination-sm .page-item.first ~ .page-item:nth-last-child(3),
[dir=rtl] .pagination.pagination-sm .page-item.first ~ .page-item:nth-last-child(3) .page-link {
  border-top-left-radius: var(--bs-border-radius-sm);
  border-bottom-left-radius: var(--bs-border-radius-sm);
}

/* line 9247, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .pagination.pagination-sm .page-item:not(.first) ~ .page-item:nth-last-child(2),
html:not([dir=rtl]) .pagination.pagination-sm .page-item:not(.first) ~ .page-item:nth-last-child(2) .page-link {
  border-top-right-radius: var(--bs-border-radius-sm);
  border-bottom-right-radius: var(--bs-border-radius-sm);
}

/* line 9252, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .pagination.pagination-sm .page-item:not(.first) ~ .page-item:nth-last-child(2),
[dir=rtl] .pagination.pagination-sm .page-item:not(.first) ~ .page-item:nth-last-child(2) .page-link {
  border-top-left-radius: var(--bs-border-radius-sm);
  border-bottom-left-radius: var(--bs-border-radius-sm);
}

/* line 9258, app/assets/stylesheets/css/rtl/core.css */
.pagination.pagination-lg .page-item.first .page-link,
.pagination.pagination-lg .page-item.prev .page-link,
.pagination.pagination-lg .page-item.previous .page-link {
  border-radius: var(--bs-border-radius-lg);
}

/* line 9263, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .pagination.pagination-lg .page-item.first .page-link,
html:not([dir=rtl]) .pagination.pagination-lg .page-item.prev .page-link,
html:not([dir=rtl]) .pagination.pagination-lg .page-item.previous .page-link {
  margin-right: 0.375rem;
}

/* line 9268, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .pagination.pagination-lg .page-item.first .page-link,
[dir=rtl] .pagination.pagination-lg .page-item.prev .page-link,
[dir=rtl] .pagination.pagination-lg .page-item.previous .page-link {
  margin-left: 0.375rem;
}

/* line 9273, app/assets/stylesheets/css/rtl/core.css */
.pagination.pagination-lg .page-item.last .page-link,
.pagination.pagination-lg .page-item.next .page-link {
  border-radius: var(--bs-border-radius-lg);
}

/* line 9277, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .pagination.pagination-lg .page-item.last .page-link,
html:not([dir=rtl]) .pagination.pagination-lg .page-item.next .page-link {
  margin-left: 0.375rem;
}

/* line 9281, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .pagination.pagination-lg .page-item.last .page-link,
[dir=rtl] .pagination.pagination-lg .page-item.next .page-link {
  margin-right: 0.375rem;
}

/* line 9285, app/assets/stylesheets/css/rtl/core.css */
.pagination.pagination-lg .page-item.active .page-link {
  border-radius: var(--bs-border-radius-lg);
  margin-top: -0.125rem;
  margin-bottom: -0.125rem;
  padding-top: 0.785rem !important;
  padding-bottom: 0.785rem !important;
  min-width: calc(2.633rem + 0px) !important;
}

/* line 9293, app/assets/stylesheets/css/rtl/core.css */
.pagination.pagination-lg .page-item .page-link:hover, .pagination.pagination-lg .page-item .page-link:focus, .pagination.pagination-lg .page-item .page-link:active {
  border-radius: var(--bs-border-radius-lg);
}

/* line 9296, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .pagination.pagination-lg .page-item.prev + .page-item,
html:not([dir=rtl]) .pagination.pagination-lg .page-item.prev + .page-item .page-link,
html:not([dir=rtl]) .pagination.pagination-lg .page-item.previous + .page-item,
html:not([dir=rtl]) .pagination.pagination-lg .page-item.previous + .page-item .page-link {
  border-top-left-radius: var(--bs-border-radius-lg);
  border-bottom-left-radius: var(--bs-border-radius-lg);
}

/* line 9303, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .pagination.pagination-lg .page-item.prev + .page-item,
[dir=rtl] .pagination.pagination-lg .page-item.prev + .page-item .page-link,
[dir=rtl] .pagination.pagination-lg .page-item.previous + .page-item,
[dir=rtl] .pagination.pagination-lg .page-item.previous + .page-item .page-link {
  border-top-right-radius: var(--bs-border-radius-lg);
  border-bottom-right-radius: var(--bs-border-radius-lg);
}

/* line 9310, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .pagination.pagination-lg .page-item.first ~ .page-item:nth-last-child(3),
html:not([dir=rtl]) .pagination.pagination-lg .page-item.first ~ .page-item:nth-last-child(3) .page-link {
  border-top-right-radius: var(--bs-border-radius-lg);
  border-bottom-right-radius: var(--bs-border-radius-lg);
}

/* line 9315, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .pagination.pagination-lg .page-item.first ~ .page-item:nth-last-child(3),
[dir=rtl] .pagination.pagination-lg .page-item.first ~ .page-item:nth-last-child(3) .page-link {
  border-top-left-radius: var(--bs-border-radius-lg);
  border-bottom-left-radius: var(--bs-border-radius-lg);
}

/* line 9320, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .pagination.pagination-lg .page-item:not(.first) ~ .page-item:nth-last-child(2),
html:not([dir=rtl]) .pagination.pagination-lg .page-item:not(.first) ~ .page-item:nth-last-child(2) .page-link {
  border-top-right-radius: var(--bs-border-radius-lg);
  border-bottom-right-radius: var(--bs-border-radius-lg);
}

/* line 9325, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .pagination.pagination-lg .page-item:not(.first) ~ .page-item:nth-last-child(2),
[dir=rtl] .pagination.pagination-lg .page-item:not(.first) ~ .page-item:nth-last-child(2) .page-link {
  border-top-left-radius: var(--bs-border-radius-lg);
  border-bottom-left-radius: var(--bs-border-radius-lg);
}

/* line 9331, app/assets/stylesheets/css/rtl/core.css */
.page-link,
.page-link > a {
  line-height: 1;
  text-align: center;
  min-width: calc(2.0075rem + calc(0px * 2));
}

/* line 9337, app/assets/stylesheets/css/rtl/core.css */
.page-link:focus,
.page-link > a:focus {
  color: #677788;
}

/* line 9342, app/assets/stylesheets/css/rtl/core.css */
.page-link.btn-primary {
  box-shadow: none !important;
}

/* line 9346, app/assets/stylesheets/css/rtl/core.css */
.pagination.pagination-square .page-item, .pagination.pagination-square .page-item a {
  border-radius: 0 !important;
}

/* line 9350, app/assets/stylesheets/css/rtl/core.css */
.pagination-lg .page-link,
.pagination-lg > li > a:not(.page-link) {
  min-width: calc(2.383rem + calc(0px * 2));
}

/* line 9355, app/assets/stylesheets/css/rtl/core.css */
.pagination-lg > .page-item.first .page-link, .pagination-lg > .page-item.last .page-link, .pagination-lg > .page-item.next .page-link, .pagination-lg > .page-item.prev .page-link, .pagination-lg > .page-item.previous .page-link {
  padding-top: 0.585rem;
  padding-bottom: 0.585rem;
}

/* line 9360, app/assets/stylesheets/css/rtl/core.css */
.pagination-sm .page-link,
.pagination-sm > li > a:not(.page-link) {
  min-width: calc(1.633rem + calc(0px * 2));
}

/* line 9364, app/assets/stylesheets/css/rtl/core.css */
.pagination-sm .page-link .tf-icon,
.pagination-sm > li > a:not(.page-link) .tf-icon {
  font-size: 0.9375rem;
}

/* line 9369, app/assets/stylesheets/css/rtl/core.css */
.pagination-sm > .page-item.first .page-link, .pagination-sm > .page-item.last .page-link, .pagination-sm > .page-item.next .page-link, .pagination-sm > .page-item.prev .page-link, .pagination-sm > .page-item.previous .page-link {
  padding-top: 0.345rem;
  padding-bottom: 0.345rem;
}

/* line 9374, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .pagination {
  padding-right: 0;
}

/* line 9377, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .page-item.first .page-link i, [dir=rtl] .page-item.last .page-link i, [dir=rtl] .page-item.next .page-link i, [dir=rtl] .page-item.prev .page-link i, [dir=rtl] .page-item.previous .page-link i {
  transform: rotate(180deg);
}

/* line 9381, app/assets/stylesheets/css/rtl/core.css */
.alert-secondary {
  background-color: #e7ebef;
  border-color: #d2d9e1;
  color: #8a8a88;
}

/* line 9386, app/assets/stylesheets/css/rtl/core.css */
.alert-secondary .btn-close {
  background-image: url("data:image/svg+xml,%3Csvg width='150px' height='151px' viewBox='0 0 150 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='131.251657 0 74.9933705 56.25 18.7483426 0 0 18.75 56.2450278 75 0 131.25 18.7483426 150 74.9933705 93.75 131.251657 150 150 131.25 93.7549722 75 150 18.75'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='🎨-%5BSetup%5D:-Colors-&amp;-Shadows' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-225.000000, -250.000000)'%3E%3Cg id='Icon-Color' transform='translate(225.000000, 250.500000)'%3E%3Cuse fill='%238a8a88' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.5' fill='%238a8a88' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* line 9389, app/assets/stylesheets/css/rtl/core.css */
.alert-secondary .alert-link {
  color: #8a8a88;
}

/* line 9393, app/assets/stylesheets/css/rtl/core.css */
.alert-secondary hr {
  background-color: #8a8a88 !important;
}

/* line 9397, app/assets/stylesheets/css/rtl/core.css */
.alert-solid-secondary {
  background-color: #8a8a88;
  color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}

/* line 9402, app/assets/stylesheets/css/rtl/core.css */
.alert-solid-secondary .btn-close {
  background-image: url("data:image/svg+xml,%3Csvg width='150px' height='151px' viewBox='0 0 150 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='131.251657 0 74.9933705 56.25 18.7483426 0 0 18.75 56.2450278 75 0 131.25 18.7483426 150 74.9933705 93.75 131.251657 150 150 131.25 93.7549722 75 150 18.75'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='🎨-%5BSetup%5D:-Colors-&amp;-Shadows' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-225.000000, -250.000000)'%3E%3Cg id='Icon-Color' transform='translate(225.000000, 250.500000)'%3E%3Cuse fill='%23fff' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.5' fill='%23fff' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* line 9405, app/assets/stylesheets/css/rtl/core.css */
.alert-solid-secondary .alert-link {
  color: #fff;
}

/* line 9409, app/assets/stylesheets/css/rtl/core.css */
.alert-solid-secondary hr {
  background-color: #fff !important;
}

/* line 9413, app/assets/stylesheets/css/rtl/core.css */
.alert-success {
  background-color: #dff9ec;
  border-color: #c4f4dc;
  color: #39da8a;
}

/* line 9418, app/assets/stylesheets/css/rtl/core.css */
.alert-success .btn-close {
  background-image: url("data:image/svg+xml,%3Csvg width='150px' height='151px' viewBox='0 0 150 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='131.251657 0 74.9933705 56.25 18.7483426 0 0 18.75 56.2450278 75 0 131.25 18.7483426 150 74.9933705 93.75 131.251657 150 150 131.25 93.7549722 75 150 18.75'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='🎨-%5BSetup%5D:-Colors-&amp;-Shadows' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-225.000000, -250.000000)'%3E%3Cg id='Icon-Color' transform='translate(225.000000, 250.500000)'%3E%3Cuse fill='%2339da8a' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.5' fill='%2339da8a' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* line 9421, app/assets/stylesheets/css/rtl/core.css */
.alert-success .alert-link {
  color: #39da8a;
}

/* line 9425, app/assets/stylesheets/css/rtl/core.css */
.alert-success hr {
  background-color: #39da8a !important;
}

/* line 9429, app/assets/stylesheets/css/rtl/core.css */
.alert-solid-success {
  background-color: #39da8a;
  color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}

/* line 9434, app/assets/stylesheets/css/rtl/core.css */
.alert-solid-success .btn-close {
  background-image: url("data:image/svg+xml,%3Csvg width='150px' height='151px' viewBox='0 0 150 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='131.251657 0 74.9933705 56.25 18.7483426 0 0 18.75 56.2450278 75 0 131.25 18.7483426 150 74.9933705 93.75 131.251657 150 150 131.25 93.7549722 75 150 18.75'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='🎨-%5BSetup%5D:-Colors-&amp;-Shadows' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-225.000000, -250.000000)'%3E%3Cg id='Icon-Color' transform='translate(225.000000, 250.500000)'%3E%3Cuse fill='%23fff' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.5' fill='%23fff' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* line 9437, app/assets/stylesheets/css/rtl/core.css */
.alert-solid-success .alert-link {
  color: #fff;
}

/* line 9441, app/assets/stylesheets/css/rtl/core.css */
.alert-solid-success hr {
  background-color: #fff !important;
}

/* line 9445, app/assets/stylesheets/css/rtl/core.css */
.alert-info {
  background-color: #d6f7fa;
  border-color: #b3f1f5;
  color: #00cfdd;
}

/* line 9450, app/assets/stylesheets/css/rtl/core.css */
.alert-info .btn-close {
  background-image: url("data:image/svg+xml,%3Csvg width='150px' height='151px' viewBox='0 0 150 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='131.251657 0 74.9933705 56.25 18.7483426 0 0 18.75 56.2450278 75 0 131.25 18.7483426 150 74.9933705 93.75 131.251657 150 150 131.25 93.7549722 75 150 18.75'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='🎨-%5BSetup%5D:-Colors-&amp;-Shadows' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-225.000000, -250.000000)'%3E%3Cg id='Icon-Color' transform='translate(225.000000, 250.500000)'%3E%3Cuse fill='%2300cfdd' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.5' fill='%2300cfdd' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* line 9453, app/assets/stylesheets/css/rtl/core.css */
.alert-info .alert-link {
  color: #00cfdd;
}

/* line 9457, app/assets/stylesheets/css/rtl/core.css */
.alert-info hr {
  background-color: #00cfdd !important;
}

/* line 9461, app/assets/stylesheets/css/rtl/core.css */
.alert-solid-info {
  background-color: #00cfdd;
  color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}

/* line 9466, app/assets/stylesheets/css/rtl/core.css */
.alert-solid-info .btn-close {
  background-image: url("data:image/svg+xml,%3Csvg width='150px' height='151px' viewBox='0 0 150 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='131.251657 0 74.9933705 56.25 18.7483426 0 0 18.75 56.2450278 75 0 131.25 18.7483426 150 74.9933705 93.75 131.251657 150 150 131.25 93.7549722 75 150 18.75'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='🎨-%5BSetup%5D:-Colors-&amp;-Shadows' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-225.000000, -250.000000)'%3E%3Cg id='Icon-Color' transform='translate(225.000000, 250.500000)'%3E%3Cuse fill='%23fff' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.5' fill='%23fff' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* line 9469, app/assets/stylesheets/css/rtl/core.css */
.alert-solid-info .alert-link {
  color: #fff;
}

/* line 9473, app/assets/stylesheets/css/rtl/core.css */
.alert-solid-info hr {
  background-color: #fff !important;
}

/* line 9477, app/assets/stylesheets/css/rtl/core.css */
.alert-warning {
  background-color: #fff2e1;
  border-color: #fee6c6;
  color: #fdac41;
}

/* line 9482, app/assets/stylesheets/css/rtl/core.css */
.alert-warning .btn-close {
  background-image: url("data:image/svg+xml,%3Csvg width='150px' height='151px' viewBox='0 0 150 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='131.251657 0 74.9933705 56.25 18.7483426 0 0 18.75 56.2450278 75 0 131.25 18.7483426 150 74.9933705 93.75 131.251657 150 150 131.25 93.7549722 75 150 18.75'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='🎨-%5BSetup%5D:-Colors-&amp;-Shadows' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-225.000000, -250.000000)'%3E%3Cg id='Icon-Color' transform='translate(225.000000, 250.500000)'%3E%3Cuse fill='%23fdac41' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.5' fill='%23fdac41' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* line 9485, app/assets/stylesheets/css/rtl/core.css */
.alert-warning .alert-link {
  color: #fdac41;
}

/* line 9489, app/assets/stylesheets/css/rtl/core.css */
.alert-warning hr {
  background-color: #fdac41 !important;
}

/* line 9493, app/assets/stylesheets/css/rtl/core.css */
.alert-solid-warning {
  background-color: #fdac41;
  color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}

/* line 9498, app/assets/stylesheets/css/rtl/core.css */
.alert-solid-warning .btn-close {
  background-image: url("data:image/svg+xml,%3Csvg width='150px' height='151px' viewBox='0 0 150 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='131.251657 0 74.9933705 56.25 18.7483426 0 0 18.75 56.2450278 75 0 131.25 18.7483426 150 74.9933705 93.75 131.251657 150 150 131.25 93.7549722 75 150 18.75'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='🎨-%5BSetup%5D:-Colors-&amp;-Shadows' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-225.000000, -250.000000)'%3E%3Cg id='Icon-Color' transform='translate(225.000000, 250.500000)'%3E%3Cuse fill='%23fff' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.5' fill='%23fff' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* line 9501, app/assets/stylesheets/css/rtl/core.css */
.alert-solid-warning .alert-link {
  color: #fff;
}

/* line 9505, app/assets/stylesheets/css/rtl/core.css */
.alert-solid-warning hr {
  background-color: #fff !important;
}

/* line 9509, app/assets/stylesheets/css/rtl/core.css */
.alert-danger {
  background-color: #ffe5e5;
  border-color: #ffcece;
  color: #ff5b5c;
}

/* line 9514, app/assets/stylesheets/css/rtl/core.css */
.alert-danger .btn-close {
  background-image: url("data:image/svg+xml,%3Csvg width='150px' height='151px' viewBox='0 0 150 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='131.251657 0 74.9933705 56.25 18.7483426 0 0 18.75 56.2450278 75 0 131.25 18.7483426 150 74.9933705 93.75 131.251657 150 150 131.25 93.7549722 75 150 18.75'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='🎨-%5BSetup%5D:-Colors-&amp;-Shadows' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-225.000000, -250.000000)'%3E%3Cg id='Icon-Color' transform='translate(225.000000, 250.500000)'%3E%3Cuse fill='%23ff5b5c' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.5' fill='%23ff5b5c' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* line 9517, app/assets/stylesheets/css/rtl/core.css */
.alert-danger .alert-link {
  color: #ff5b5c;
}

/* line 9521, app/assets/stylesheets/css/rtl/core.css */
.alert-danger hr {
  background-color: #ff5b5c !important;
}

/* line 9525, app/assets/stylesheets/css/rtl/core.css */
.alert-solid-danger {
  background-color: #ff5b5c;
  color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}

/* line 9530, app/assets/stylesheets/css/rtl/core.css */
.alert-solid-danger .btn-close {
  background-image: url("data:image/svg+xml,%3Csvg width='150px' height='151px' viewBox='0 0 150 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='131.251657 0 74.9933705 56.25 18.7483426 0 0 18.75 56.2450278 75 0 131.25 18.7483426 150 74.9933705 93.75 131.251657 150 150 131.25 93.7549722 75 150 18.75'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='🎨-%5BSetup%5D:-Colors-&amp;-Shadows' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-225.000000, -250.000000)'%3E%3Cg id='Icon-Color' transform='translate(225.000000, 250.500000)'%3E%3Cuse fill='%23fff' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.5' fill='%23fff' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* line 9533, app/assets/stylesheets/css/rtl/core.css */
.alert-solid-danger .alert-link {
  color: #fff;
}

/* line 9537, app/assets/stylesheets/css/rtl/core.css */
.alert-solid-danger hr {
  background-color: #fff !important;
}

/* line 9541, app/assets/stylesheets/css/rtl/core.css */
.alert-dark {
  background-color: #e2e4e6;
  border-color: #c8ccd0;
  color: #495563;
}

/* line 9546, app/assets/stylesheets/css/rtl/core.css */
.alert-dark .btn-close {
  background-image: url("data:image/svg+xml,%3Csvg width='150px' height='151px' viewBox='0 0 150 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='131.251657 0 74.9933705 56.25 18.7483426 0 0 18.75 56.2450278 75 0 131.25 18.7483426 150 74.9933705 93.75 131.251657 150 150 131.25 93.7549722 75 150 18.75'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='🎨-%5BSetup%5D:-Colors-&amp;-Shadows' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-225.000000, -250.000000)'%3E%3Cg id='Icon-Color' transform='translate(225.000000, 250.500000)'%3E%3Cuse fill='%23495563' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.5' fill='%23495563' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* line 9549, app/assets/stylesheets/css/rtl/core.css */
.alert-dark .alert-link {
  color: #495563;
}

/* line 9553, app/assets/stylesheets/css/rtl/core.css */
.alert-dark hr {
  background-color: #495563 !important;
}

/* line 9557, app/assets/stylesheets/css/rtl/core.css */
.alert-solid-dark {
  background-color: #495563;
  color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}

/* line 9562, app/assets/stylesheets/css/rtl/core.css */
.alert-solid-dark .btn-close {
  background-image: url("data:image/svg+xml,%3Csvg width='150px' height='151px' viewBox='0 0 150 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='131.251657 0 74.9933705 56.25 18.7483426 0 0 18.75 56.2450278 75 0 131.25 18.7483426 150 74.9933705 93.75 131.251657 150 150 131.25 93.7549722 75 150 18.75'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='🎨-%5BSetup%5D:-Colors-&amp;-Shadows' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-225.000000, -250.000000)'%3E%3Cg id='Icon-Color' transform='translate(225.000000, 250.500000)'%3E%3Cuse fill='%23fff' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.5' fill='%23fff' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* line 9565, app/assets/stylesheets/css/rtl/core.css */
.alert-solid-dark .alert-link {
  color: #fff;
}

/* line 9569, app/assets/stylesheets/css/rtl/core.css */
.alert-solid-dark hr {
  background-color: #fff !important;
}

/* line 9573, app/assets/stylesheets/css/rtl/core.css */
.alert-gray {
  background-color: rgba(242, 243, 245, 0.92);
  border-color: rgba(228, 231, 234, 0.85);
  color: rgba(38, 60, 85, 0.5);
}

/* line 9578, app/assets/stylesheets/css/rtl/core.css */
.alert-gray .btn-close {
  background-image: url("data:image/svg+xml,%3Csvg width='150px' height='151px' viewBox='0 0 150 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='131.251657 0 74.9933705 56.25 18.7483426 0 0 18.75 56.2450278 75 0 131.25 18.7483426 150 74.9933705 93.75 131.251657 150 150 131.25 93.7549722 75 150 18.75'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='🎨-%5BSetup%5D:-Colors-&amp;-Shadows' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-225.000000, -250.000000)'%3E%3Cg id='Icon-Color' transform='translate(225.000000, 250.500000)'%3E%3Cuse fill='rgba(38, 60, 85, 0.5)' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.5' fill='rgba(38, 60, 85, 0.5)' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* line 9581, app/assets/stylesheets/css/rtl/core.css */
.alert-gray .alert-link {
  color: rgba(38, 60, 85, 0.5);
}

/* line 9585, app/assets/stylesheets/css/rtl/core.css */
.alert-gray hr {
  background-color: rgba(38, 60, 85, 0.5) !important;
}

/* line 9589, app/assets/stylesheets/css/rtl/core.css */
.alert-solid-gray {
  background-color: rgba(38, 60, 85, 0.5);
  color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}

/* line 9594, app/assets/stylesheets/css/rtl/core.css */
.alert-solid-gray .btn-close {
  background-image: url("data:image/svg+xml,%3Csvg width='150px' height='151px' viewBox='0 0 150 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='131.251657 0 74.9933705 56.25 18.7483426 0 0 18.75 56.2450278 75 0 131.25 18.7483426 150 74.9933705 93.75 131.251657 150 150 131.25 93.7549722 75 150 18.75'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='🎨-%5BSetup%5D:-Colors-&amp;-Shadows' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-225.000000, -250.000000)'%3E%3Cg id='Icon-Color' transform='translate(225.000000, 250.500000)'%3E%3Cuse fill='%23fff' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.5' fill='%23fff' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/* line 9597, app/assets/stylesheets/css/rtl/core.css */
.alert-solid-gray .alert-link {
  color: #fff;
}

/* line 9601, app/assets/stylesheets/css/rtl/core.css */
.alert-solid-gray hr {
  background-color: #fff !important;
}

/* line 9605, app/assets/stylesheets/css/rtl/core.css */
.alert-dismissible .btn-close {
  padding: 1.05rem 1.25rem;
}

/* line 9609, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .alert-dismissible {
  padding-left: 3.75rem;
  padding-right: 1.25rem;
}

/* line 9613, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .alert-dismissible .btn-close {
  right: auto;
  left: 0;
}

/* line 9618, app/assets/stylesheets/css/rtl/core.css */
.tooltip-secondary .tooltip-inner, .tooltip-secondary > .tooltip .tooltip-inner, .ngb-tooltip-secondary + ngb-tooltip-window .tooltip-inner {
  background: #8a8a88;
  color: #fff;
}

/* line 9622, app/assets/stylesheets/css/rtl/core.css */
.tooltip-secondary.bs-tooltip-auto[data-popper-placement=top] .tooltip-arrow::before, .tooltip-secondary > .tooltip.bs-tooltip-auto[data-popper-placement=top] .tooltip-arrow::before, .ngb-tooltip-secondary + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=top] .tooltip-arrow::before {
  border-top-color: #8a8a88;
}

/* line 9625, app/assets/stylesheets/css/rtl/core.css */
.tooltip-secondary.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before, .tooltip-secondary > .tooltip.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before, .ngb-tooltip-secondary + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before {
  border-left-color: #8a8a88;
}

/* line 9628, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .tooltip-secondary.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before, [dir=rtl] .tooltip-secondary > .tooltip.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before, [dir=rtl] .ngb-tooltip-secondary + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before {
  border-right-color: #8a8a88;
}

/* line 9631, app/assets/stylesheets/css/rtl/core.css */
.tooltip-secondary.bs-tooltip-auto[data-popper-placement=bottom] .tooltip-arrow::before, .tooltip-secondary > .tooltip.bs-tooltip-auto[data-popper-placement=bottom] .tooltip-arrow::before, .ngb-tooltip-secondary + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=bottom] .tooltip-arrow::before {
  border-bottom-color: #8a8a88;
}

/* line 9634, app/assets/stylesheets/css/rtl/core.css */
.tooltip-secondary.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before, .tooltip-secondary > .tooltip.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before, .ngb-tooltip-secondary + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before {
  border-right-color: #8a8a88;
}

/* line 9637, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .tooltip-secondary.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before, [dir=rtl] .tooltip-secondary > .tooltip.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before, [dir=rtl] .ngb-tooltip-secondary + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before {
  border-left-color: #8a8a88;
}

/* line 9641, app/assets/stylesheets/css/rtl/core.css */
.tooltip-success .tooltip-inner, .tooltip-success > .tooltip .tooltip-inner, .ngb-tooltip-success + ngb-tooltip-window .tooltip-inner {
  background: #39da8a;
  color: #fff;
}

/* line 9645, app/assets/stylesheets/css/rtl/core.css */
.tooltip-success.bs-tooltip-auto[data-popper-placement=top] .tooltip-arrow::before, .tooltip-success > .tooltip.bs-tooltip-auto[data-popper-placement=top] .tooltip-arrow::before, .ngb-tooltip-success + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=top] .tooltip-arrow::before {
  border-top-color: #39da8a;
}

/* line 9648, app/assets/stylesheets/css/rtl/core.css */
.tooltip-success.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before, .tooltip-success > .tooltip.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before, .ngb-tooltip-success + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before {
  border-left-color: #39da8a;
}

/* line 9651, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .tooltip-success.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before, [dir=rtl] .tooltip-success > .tooltip.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before, [dir=rtl] .ngb-tooltip-success + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before {
  border-right-color: #39da8a;
}

/* line 9654, app/assets/stylesheets/css/rtl/core.css */
.tooltip-success.bs-tooltip-auto[data-popper-placement=bottom] .tooltip-arrow::before, .tooltip-success > .tooltip.bs-tooltip-auto[data-popper-placement=bottom] .tooltip-arrow::before, .ngb-tooltip-success + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=bottom] .tooltip-arrow::before {
  border-bottom-color: #39da8a;
}

/* line 9657, app/assets/stylesheets/css/rtl/core.css */
.tooltip-success.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before, .tooltip-success > .tooltip.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before, .ngb-tooltip-success + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before {
  border-right-color: #39da8a;
}

/* line 9660, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .tooltip-success.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before, [dir=rtl] .tooltip-success > .tooltip.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before, [dir=rtl] .ngb-tooltip-success + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before {
  border-left-color: #39da8a;
}

/* line 9664, app/assets/stylesheets/css/rtl/core.css */
.tooltip-info .tooltip-inner, .tooltip-info > .tooltip .tooltip-inner, .ngb-tooltip-info + ngb-tooltip-window .tooltip-inner {
  background: #00cfdd;
  color: #fff;
}

/* line 9668, app/assets/stylesheets/css/rtl/core.css */
.tooltip-info.bs-tooltip-auto[data-popper-placement=top] .tooltip-arrow::before, .tooltip-info > .tooltip.bs-tooltip-auto[data-popper-placement=top] .tooltip-arrow::before, .ngb-tooltip-info + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=top] .tooltip-arrow::before {
  border-top-color: #00cfdd;
}

/* line 9671, app/assets/stylesheets/css/rtl/core.css */
.tooltip-info.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before, .tooltip-info > .tooltip.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before, .ngb-tooltip-info + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before {
  border-left-color: #00cfdd;
}

/* line 9674, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .tooltip-info.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before, [dir=rtl] .tooltip-info > .tooltip.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before, [dir=rtl] .ngb-tooltip-info + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before {
  border-right-color: #00cfdd;
}

/* line 9677, app/assets/stylesheets/css/rtl/core.css */
.tooltip-info.bs-tooltip-auto[data-popper-placement=bottom] .tooltip-arrow::before, .tooltip-info > .tooltip.bs-tooltip-auto[data-popper-placement=bottom] .tooltip-arrow::before, .ngb-tooltip-info + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=bottom] .tooltip-arrow::before {
  border-bottom-color: #00cfdd;
}

/* line 9680, app/assets/stylesheets/css/rtl/core.css */
.tooltip-info.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before, .tooltip-info > .tooltip.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before, .ngb-tooltip-info + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before {
  border-right-color: #00cfdd;
}

/* line 9683, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .tooltip-info.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before, [dir=rtl] .tooltip-info > .tooltip.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before, [dir=rtl] .ngb-tooltip-info + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before {
  border-left-color: #00cfdd;
}

/* line 9687, app/assets/stylesheets/css/rtl/core.css */
.tooltip-warning .tooltip-inner, .tooltip-warning > .tooltip .tooltip-inner, .ngb-tooltip-warning + ngb-tooltip-window .tooltip-inner {
  background: #fdac41;
  color: #fff;
}

/* line 9691, app/assets/stylesheets/css/rtl/core.css */
.tooltip-warning.bs-tooltip-auto[data-popper-placement=top] .tooltip-arrow::before, .tooltip-warning > .tooltip.bs-tooltip-auto[data-popper-placement=top] .tooltip-arrow::before, .ngb-tooltip-warning + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=top] .tooltip-arrow::before {
  border-top-color: #fdac41;
}

/* line 9694, app/assets/stylesheets/css/rtl/core.css */
.tooltip-warning.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before, .tooltip-warning > .tooltip.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before, .ngb-tooltip-warning + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before {
  border-left-color: #fdac41;
}

/* line 9697, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .tooltip-warning.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before, [dir=rtl] .tooltip-warning > .tooltip.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before, [dir=rtl] .ngb-tooltip-warning + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before {
  border-right-color: #fdac41;
}

/* line 9700, app/assets/stylesheets/css/rtl/core.css */
.tooltip-warning.bs-tooltip-auto[data-popper-placement=bottom] .tooltip-arrow::before, .tooltip-warning > .tooltip.bs-tooltip-auto[data-popper-placement=bottom] .tooltip-arrow::before, .ngb-tooltip-warning + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=bottom] .tooltip-arrow::before {
  border-bottom-color: #fdac41;
}

/* line 9703, app/assets/stylesheets/css/rtl/core.css */
.tooltip-warning.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before, .tooltip-warning > .tooltip.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before, .ngb-tooltip-warning + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before {
  border-right-color: #fdac41;
}

/* line 9706, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .tooltip-warning.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before, [dir=rtl] .tooltip-warning > .tooltip.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before, [dir=rtl] .ngb-tooltip-warning + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before {
  border-left-color: #fdac41;
}

/* line 9710, app/assets/stylesheets/css/rtl/core.css */
.tooltip-danger .tooltip-inner, .tooltip-danger > .tooltip .tooltip-inner, .ngb-tooltip-danger + ngb-tooltip-window .tooltip-inner {
  background: #ff5b5c;
  color: #fff;
}

/* line 9714, app/assets/stylesheets/css/rtl/core.css */
.tooltip-danger.bs-tooltip-auto[data-popper-placement=top] .tooltip-arrow::before, .tooltip-danger > .tooltip.bs-tooltip-auto[data-popper-placement=top] .tooltip-arrow::before, .ngb-tooltip-danger + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=top] .tooltip-arrow::before {
  border-top-color: #ff5b5c;
}

/* line 9717, app/assets/stylesheets/css/rtl/core.css */
.tooltip-danger.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before, .tooltip-danger > .tooltip.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before, .ngb-tooltip-danger + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before {
  border-left-color: #ff5b5c;
}

/* line 9720, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .tooltip-danger.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before, [dir=rtl] .tooltip-danger > .tooltip.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before, [dir=rtl] .ngb-tooltip-danger + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before {
  border-right-color: #ff5b5c;
}

/* line 9723, app/assets/stylesheets/css/rtl/core.css */
.tooltip-danger.bs-tooltip-auto[data-popper-placement=bottom] .tooltip-arrow::before, .tooltip-danger > .tooltip.bs-tooltip-auto[data-popper-placement=bottom] .tooltip-arrow::before, .ngb-tooltip-danger + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=bottom] .tooltip-arrow::before {
  border-bottom-color: #ff5b5c;
}

/* line 9726, app/assets/stylesheets/css/rtl/core.css */
.tooltip-danger.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before, .tooltip-danger > .tooltip.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before, .ngb-tooltip-danger + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before {
  border-right-color: #ff5b5c;
}

/* line 9729, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .tooltip-danger.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before, [dir=rtl] .tooltip-danger > .tooltip.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before, [dir=rtl] .ngb-tooltip-danger + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before {
  border-left-color: #ff5b5c;
}

/* line 9733, app/assets/stylesheets/css/rtl/core.css */
.tooltip-dark .tooltip-inner, .tooltip-dark > .tooltip .tooltip-inner, .ngb-tooltip-dark + ngb-tooltip-window .tooltip-inner {
  background: #495563;
  color: #fff;
}

/* line 9737, app/assets/stylesheets/css/rtl/core.css */
.tooltip-dark.bs-tooltip-auto[data-popper-placement=top] .tooltip-arrow::before, .tooltip-dark > .tooltip.bs-tooltip-auto[data-popper-placement=top] .tooltip-arrow::before, .ngb-tooltip-dark + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=top] .tooltip-arrow::before {
  border-top-color: #495563;
}

/* line 9740, app/assets/stylesheets/css/rtl/core.css */
.tooltip-dark.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before, .tooltip-dark > .tooltip.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before, .ngb-tooltip-dark + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before {
  border-left-color: #495563;
}

/* line 9743, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .tooltip-dark.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before, [dir=rtl] .tooltip-dark > .tooltip.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before, [dir=rtl] .ngb-tooltip-dark + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before {
  border-right-color: #495563;
}

/* line 9746, app/assets/stylesheets/css/rtl/core.css */
.tooltip-dark.bs-tooltip-auto[data-popper-placement=bottom] .tooltip-arrow::before, .tooltip-dark > .tooltip.bs-tooltip-auto[data-popper-placement=bottom] .tooltip-arrow::before, .ngb-tooltip-dark + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=bottom] .tooltip-arrow::before {
  border-bottom-color: #495563;
}

/* line 9749, app/assets/stylesheets/css/rtl/core.css */
.tooltip-dark.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before, .tooltip-dark > .tooltip.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before, .ngb-tooltip-dark + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before {
  border-right-color: #495563;
}

/* line 9752, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .tooltip-dark.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before, [dir=rtl] .tooltip-dark > .tooltip.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before, [dir=rtl] .ngb-tooltip-dark + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before {
  border-left-color: #495563;
}

/* line 9756, app/assets/stylesheets/css/rtl/core.css */
.tooltip-gray .tooltip-inner, .tooltip-gray > .tooltip .tooltip-inner, .ngb-tooltip-gray + ngb-tooltip-window .tooltip-inner {
  background: rgba(38, 60, 85, 0.5);
  color: #fff;
}

/* line 9760, app/assets/stylesheets/css/rtl/core.css */
.tooltip-gray.bs-tooltip-auto[data-popper-placement=top] .tooltip-arrow::before, .tooltip-gray > .tooltip.bs-tooltip-auto[data-popper-placement=top] .tooltip-arrow::before, .ngb-tooltip-gray + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=top] .tooltip-arrow::before {
  border-top-color: rgba(38, 60, 85, 0.5);
}

/* line 9763, app/assets/stylesheets/css/rtl/core.css */
.tooltip-gray.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before, .tooltip-gray > .tooltip.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before, .ngb-tooltip-gray + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before {
  border-left-color: rgba(38, 60, 85, 0.5);
}

/* line 9766, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .tooltip-gray.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before, [dir=rtl] .tooltip-gray > .tooltip.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before, [dir=rtl] .ngb-tooltip-gray + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=left] .tooltip-arrow::before {
  border-right-color: rgba(38, 60, 85, 0.5);
}

/* line 9769, app/assets/stylesheets/css/rtl/core.css */
.tooltip-gray.bs-tooltip-auto[data-popper-placement=bottom] .tooltip-arrow::before, .tooltip-gray > .tooltip.bs-tooltip-auto[data-popper-placement=bottom] .tooltip-arrow::before, .ngb-tooltip-gray + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=bottom] .tooltip-arrow::before {
  border-bottom-color: rgba(38, 60, 85, 0.5);
}

/* line 9772, app/assets/stylesheets/css/rtl/core.css */
.tooltip-gray.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before, .tooltip-gray > .tooltip.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before, .ngb-tooltip-gray + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before {
  border-right-color: rgba(38, 60, 85, 0.5);
}

/* line 9775, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .tooltip-gray.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before, [dir=rtl] .tooltip-gray > .tooltip.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before, [dir=rtl] .ngb-tooltip-gray + ngb-tooltip-window.bs-tooltip-auto[data-popper-placement=right] .tooltip-arrow::before {
  border-left-color: rgba(38, 60, 85, 0.5);
}

/* line 9779, app/assets/stylesheets/css/rtl/core.css */
.modal-open .tooltip {
  z-index: 1092;
}

/* line 9783, app/assets/stylesheets/css/rtl/core.css */
.tooltip-inner {
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}

/* line 9787, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .tooltip {
  text-align: right;
}

/* line 9790, app/assets/stylesheets/css/rtl/core.css */
.bs-tooltip-auto[dir=rtl][data-popper-placement=right] .tooltip-arrow {
  right: 0;
  left: inherit;
}

/* line 9794, app/assets/stylesheets/css/rtl/core.css */
.bs-tooltip-auto[dir=rtl][data-popper-placement=right] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
}

/* line 9798, app/assets/stylesheets/css/rtl/core.css */
.bs-tooltip-auto[dir=rtl][data-popper-placement=left] .tooltip-arrow {
  left: 0;
  right: inherit;
}

/* line 9802, app/assets/stylesheets/css/rtl/core.css */
.bs-tooltip-auto[dir=rtl][data-popper-placement=left] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
}

/* line 9807, app/assets/stylesheets/css/rtl/core.css */
.popover.popover-secondary, .popover .popover-secondary > .popover, .popover .ngb-popover-secondary + ngb-popover-window {
  border-color: transparent;
  background: #8a8a88;
}

/* line 9811, app/assets/stylesheets/css/rtl/core.css */
.popover.popover-secondary .popover-header, .popover .popover-secondary > .popover .popover-header, .popover .ngb-popover-secondary + ngb-popover-window .popover-header {
  background: transparent;
  color: #fff;
}

/* line 9815, app/assets/stylesheets/css/rtl/core.css */
.popover.popover-secondary .popover-body, .popover .popover-secondary > .popover .popover-body, .popover .ngb-popover-secondary + ngb-popover-window .popover-body {
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
}

/* line 9819, app/assets/stylesheets/css/rtl/core.css */
.popover.popover-secondary > .popover-arrow::before, .popover .popover-secondary > .popover > .popover-arrow::before, .popover .ngb-popover-secondary + ngb-popover-window > .popover-arrow::before {
  border-color: transparent;
}

/* line 9822, app/assets/stylesheets/css/rtl/core.css */
.popover.popover-secondary.bs-popover-auto[data-popper-placement=top] > .popover-arrow::after, .popover .popover-secondary > .popover.bs-popover-auto[data-popper-placement=top] > .popover-arrow::after, .popover .ngb-popover-secondary + ngb-popover-window.bs-popover-auto[data-popper-placement=top] > .popover-arrow::after {
  border-top-color: #8a8a88 !important;
}

/* line 9825, app/assets/stylesheets/css/rtl/core.css */
.popover.popover-secondary.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after, .popover .popover-secondary > .popover.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after, .popover .ngb-popover-secondary + ngb-popover-window.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after {
  border-right-color: #8a8a88 !important;
}

/* line 9828, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .popover.popover-secondary.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after, [dir=rtl] .popover .popover-secondary > .popover.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after, [dir=rtl] .popover .ngb-popover-secondary + ngb-popover-window.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after {
  border-left-color: #8a8a88 !important;
}

/* line 9831, app/assets/stylesheets/css/rtl/core.css */
.popover.popover-secondary.bs-popover-auto[data-popper-placement=bottom] > .popover-arrow::after, .popover .popover-secondary > .popover.bs-popover-auto[data-popper-placement=bottom] > .popover-arrow::after, .popover .ngb-popover-secondary + ngb-popover-window.bs-popover-auto[data-popper-placement=bottom] > .popover-arrow::after {
  border-bottom-color: #8a8a88 !important;
}

/* line 9834, app/assets/stylesheets/css/rtl/core.css */
.popover.popover-secondary.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after, .popover .popover-secondary > .popover.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after, .popover .ngb-popover-secondary + ngb-popover-window.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after {
  border-left-color: #8a8a88 !important;
}

/* line 9837, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .popover.popover-secondary.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after, [dir=rtl] .popover .popover-secondary > .popover.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after, [dir=rtl] .popover .ngb-popover-secondary + ngb-popover-window.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after {
  border-right-color: #8a8a88 !important;
}

/* line 9840, app/assets/stylesheets/css/rtl/core.css */
.popover.popover-secondary.bs-popover-auto.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before, .popover.popover-secondary.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, .popover .popover-secondary > .popover.bs-popover-auto.bs-popover-bottom .popover-header::before, .popover .popover-secondary > .popover.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, .popover .ngb-popover-secondary + ngb-popover-window.bs-popover-auto.bs-popover-bottom .popover-header::before, .popover .ngb-popover-secondary + ngb-popover-window.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  border-bottom: 1px solid transparent;
}

/* line 9844, app/assets/stylesheets/css/rtl/core.css */
.popover.popover-success, .popover .popover-success > .popover, .popover .ngb-popover-success + ngb-popover-window {
  border-color: transparent;
  background: #39da8a;
}

/* line 9848, app/assets/stylesheets/css/rtl/core.css */
.popover.popover-success .popover-header, .popover .popover-success > .popover .popover-header, .popover .ngb-popover-success + ngb-popover-window .popover-header {
  background: transparent;
  color: #fff;
}

/* line 9852, app/assets/stylesheets/css/rtl/core.css */
.popover.popover-success .popover-body, .popover .popover-success > .popover .popover-body, .popover .ngb-popover-success + ngb-popover-window .popover-body {
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
}

/* line 9856, app/assets/stylesheets/css/rtl/core.css */
.popover.popover-success > .popover-arrow::before, .popover .popover-success > .popover > .popover-arrow::before, .popover .ngb-popover-success + ngb-popover-window > .popover-arrow::before {
  border-color: transparent;
}

/* line 9859, app/assets/stylesheets/css/rtl/core.css */
.popover.popover-success.bs-popover-auto[data-popper-placement=top] > .popover-arrow::after, .popover .popover-success > .popover.bs-popover-auto[data-popper-placement=top] > .popover-arrow::after, .popover .ngb-popover-success + ngb-popover-window.bs-popover-auto[data-popper-placement=top] > .popover-arrow::after {
  border-top-color: #39da8a !important;
}

/* line 9862, app/assets/stylesheets/css/rtl/core.css */
.popover.popover-success.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after, .popover .popover-success > .popover.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after, .popover .ngb-popover-success + ngb-popover-window.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after {
  border-right-color: #39da8a !important;
}

/* line 9865, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .popover.popover-success.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after, [dir=rtl] .popover .popover-success > .popover.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after, [dir=rtl] .popover .ngb-popover-success + ngb-popover-window.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after {
  border-left-color: #39da8a !important;
}

/* line 9868, app/assets/stylesheets/css/rtl/core.css */
.popover.popover-success.bs-popover-auto[data-popper-placement=bottom] > .popover-arrow::after, .popover .popover-success > .popover.bs-popover-auto[data-popper-placement=bottom] > .popover-arrow::after, .popover .ngb-popover-success + ngb-popover-window.bs-popover-auto[data-popper-placement=bottom] > .popover-arrow::after {
  border-bottom-color: #39da8a !important;
}

/* line 9871, app/assets/stylesheets/css/rtl/core.css */
.popover.popover-success.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after, .popover .popover-success > .popover.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after, .popover .ngb-popover-success + ngb-popover-window.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after {
  border-left-color: #39da8a !important;
}

/* line 9874, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .popover.popover-success.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after, [dir=rtl] .popover .popover-success > .popover.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after, [dir=rtl] .popover .ngb-popover-success + ngb-popover-window.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after {
  border-right-color: #39da8a !important;
}

/* line 9877, app/assets/stylesheets/css/rtl/core.css */
.popover.popover-success.bs-popover-auto.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before, .popover.popover-success.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, .popover .popover-success > .popover.bs-popover-auto.bs-popover-bottom .popover-header::before, .popover .popover-success > .popover.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, .popover .ngb-popover-success + ngb-popover-window.bs-popover-auto.bs-popover-bottom .popover-header::before, .popover .ngb-popover-success + ngb-popover-window.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  border-bottom: 1px solid transparent;
}

/* line 9881, app/assets/stylesheets/css/rtl/core.css */
.popover.popover-info, .popover .popover-info > .popover, .popover .ngb-popover-info + ngb-popover-window {
  border-color: transparent;
  background: #00cfdd;
}

/* line 9885, app/assets/stylesheets/css/rtl/core.css */
.popover.popover-info .popover-header, .popover .popover-info > .popover .popover-header, .popover .ngb-popover-info + ngb-popover-window .popover-header {
  background: transparent;
  color: #fff;
}

/* line 9889, app/assets/stylesheets/css/rtl/core.css */
.popover.popover-info .popover-body, .popover .popover-info > .popover .popover-body, .popover .ngb-popover-info + ngb-popover-window .popover-body {
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
}

/* line 9893, app/assets/stylesheets/css/rtl/core.css */
.popover.popover-info > .popover-arrow::before, .popover .popover-info > .popover > .popover-arrow::before, .popover .ngb-popover-info + ngb-popover-window > .popover-arrow::before {
  border-color: transparent;
}

/* line 9896, app/assets/stylesheets/css/rtl/core.css */
.popover.popover-info.bs-popover-auto[data-popper-placement=top] > .popover-arrow::after, .popover .popover-info > .popover.bs-popover-auto[data-popper-placement=top] > .popover-arrow::after, .popover .ngb-popover-info + ngb-popover-window.bs-popover-auto[data-popper-placement=top] > .popover-arrow::after {
  border-top-color: #00cfdd !important;
}

/* line 9899, app/assets/stylesheets/css/rtl/core.css */
.popover.popover-info.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after, .popover .popover-info > .popover.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after, .popover .ngb-popover-info + ngb-popover-window.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after {
  border-right-color: #00cfdd !important;
}

/* line 9902, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .popover.popover-info.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after, [dir=rtl] .popover .popover-info > .popover.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after, [dir=rtl] .popover .ngb-popover-info + ngb-popover-window.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after {
  border-left-color: #00cfdd !important;
}

/* line 9905, app/assets/stylesheets/css/rtl/core.css */
.popover.popover-info.bs-popover-auto[data-popper-placement=bottom] > .popover-arrow::after, .popover .popover-info > .popover.bs-popover-auto[data-popper-placement=bottom] > .popover-arrow::after, .popover .ngb-popover-info + ngb-popover-window.bs-popover-auto[data-popper-placement=bottom] > .popover-arrow::after {
  border-bottom-color: #00cfdd !important;
}

/* line 9908, app/assets/stylesheets/css/rtl/core.css */
.popover.popover-info.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after, .popover .popover-info > .popover.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after, .popover .ngb-popover-info + ngb-popover-window.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after {
  border-left-color: #00cfdd !important;
}

/* line 9911, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .popover.popover-info.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after, [dir=rtl] .popover .popover-info > .popover.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after, [dir=rtl] .popover .ngb-popover-info + ngb-popover-window.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after {
  border-right-color: #00cfdd !important;
}

/* line 9914, app/assets/stylesheets/css/rtl/core.css */
.popover.popover-info.bs-popover-auto.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before, .popover.popover-info.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, .popover .popover-info > .popover.bs-popover-auto.bs-popover-bottom .popover-header::before, .popover .popover-info > .popover.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, .popover .ngb-popover-info + ngb-popover-window.bs-popover-auto.bs-popover-bottom .popover-header::before, .popover .ngb-popover-info + ngb-popover-window.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  border-bottom: 1px solid transparent;
}

/* line 9918, app/assets/stylesheets/css/rtl/core.css */
.popover.popover-warning, .popover .popover-warning > .popover, .popover .ngb-popover-warning + ngb-popover-window {
  border-color: transparent;
  background: #fdac41;
}

/* line 9922, app/assets/stylesheets/css/rtl/core.css */
.popover.popover-warning .popover-header, .popover .popover-warning > .popover .popover-header, .popover .ngb-popover-warning + ngb-popover-window .popover-header {
  background: transparent;
  color: #fff;
}

/* line 9926, app/assets/stylesheets/css/rtl/core.css */
.popover.popover-warning .popover-body, .popover .popover-warning > .popover .popover-body, .popover .ngb-popover-warning + ngb-popover-window .popover-body {
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
}

/* line 9930, app/assets/stylesheets/css/rtl/core.css */
.popover.popover-warning > .popover-arrow::before, .popover .popover-warning > .popover > .popover-arrow::before, .popover .ngb-popover-warning + ngb-popover-window > .popover-arrow::before {
  border-color: transparent;
}

/* line 9933, app/assets/stylesheets/css/rtl/core.css */
.popover.popover-warning.bs-popover-auto[data-popper-placement=top] > .popover-arrow::after, .popover .popover-warning > .popover.bs-popover-auto[data-popper-placement=top] > .popover-arrow::after, .popover .ngb-popover-warning + ngb-popover-window.bs-popover-auto[data-popper-placement=top] > .popover-arrow::after {
  border-top-color: #fdac41 !important;
}

/* line 9936, app/assets/stylesheets/css/rtl/core.css */
.popover.popover-warning.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after, .popover .popover-warning > .popover.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after, .popover .ngb-popover-warning + ngb-popover-window.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after {
  border-right-color: #fdac41 !important;
}

/* line 9939, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .popover.popover-warning.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after, [dir=rtl] .popover .popover-warning > .popover.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after, [dir=rtl] .popover .ngb-popover-warning + ngb-popover-window.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after {
  border-left-color: #fdac41 !important;
}

/* line 9942, app/assets/stylesheets/css/rtl/core.css */
.popover.popover-warning.bs-popover-auto[data-popper-placement=bottom] > .popover-arrow::after, .popover .popover-warning > .popover.bs-popover-auto[data-popper-placement=bottom] > .popover-arrow::after, .popover .ngb-popover-warning + ngb-popover-window.bs-popover-auto[data-popper-placement=bottom] > .popover-arrow::after {
  border-bottom-color: #fdac41 !important;
}

/* line 9945, app/assets/stylesheets/css/rtl/core.css */
.popover.popover-warning.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after, .popover .popover-warning > .popover.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after, .popover .ngb-popover-warning + ngb-popover-window.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after {
  border-left-color: #fdac41 !important;
}

/* line 9948, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .popover.popover-warning.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after, [dir=rtl] .popover .popover-warning > .popover.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after, [dir=rtl] .popover .ngb-popover-warning + ngb-popover-window.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after {
  border-right-color: #fdac41 !important;
}

/* line 9951, app/assets/stylesheets/css/rtl/core.css */
.popover.popover-warning.bs-popover-auto.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before, .popover.popover-warning.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, .popover .popover-warning > .popover.bs-popover-auto.bs-popover-bottom .popover-header::before, .popover .popover-warning > .popover.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, .popover .ngb-popover-warning + ngb-popover-window.bs-popover-auto.bs-popover-bottom .popover-header::before, .popover .ngb-popover-warning + ngb-popover-window.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  border-bottom: 1px solid transparent;
}

/* line 9955, app/assets/stylesheets/css/rtl/core.css */
.popover.popover-danger, .popover .popover-danger > .popover, .popover .ngb-popover-danger + ngb-popover-window {
  border-color: transparent;
  background: #ff5b5c;
}

/* line 9959, app/assets/stylesheets/css/rtl/core.css */
.popover.popover-danger .popover-header, .popover .popover-danger > .popover .popover-header, .popover .ngb-popover-danger + ngb-popover-window .popover-header {
  background: transparent;
  color: #fff;
}

/* line 9963, app/assets/stylesheets/css/rtl/core.css */
.popover.popover-danger .popover-body, .popover .popover-danger > .popover .popover-body, .popover .ngb-popover-danger + ngb-popover-window .popover-body {
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
}

/* line 9967, app/assets/stylesheets/css/rtl/core.css */
.popover.popover-danger > .popover-arrow::before, .popover .popover-danger > .popover > .popover-arrow::before, .popover .ngb-popover-danger + ngb-popover-window > .popover-arrow::before {
  border-color: transparent;
}

/* line 9970, app/assets/stylesheets/css/rtl/core.css */
.popover.popover-danger.bs-popover-auto[data-popper-placement=top] > .popover-arrow::after, .popover .popover-danger > .popover.bs-popover-auto[data-popper-placement=top] > .popover-arrow::after, .popover .ngb-popover-danger + ngb-popover-window.bs-popover-auto[data-popper-placement=top] > .popover-arrow::after {
  border-top-color: #ff5b5c !important;
}

/* line 9973, app/assets/stylesheets/css/rtl/core.css */
.popover.popover-danger.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after, .popover .popover-danger > .popover.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after, .popover .ngb-popover-danger + ngb-popover-window.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after {
  border-right-color: #ff5b5c !important;
}

/* line 9976, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .popover.popover-danger.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after, [dir=rtl] .popover .popover-danger > .popover.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after, [dir=rtl] .popover .ngb-popover-danger + ngb-popover-window.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after {
  border-left-color: #ff5b5c !important;
}

/* line 9979, app/assets/stylesheets/css/rtl/core.css */
.popover.popover-danger.bs-popover-auto[data-popper-placement=bottom] > .popover-arrow::after, .popover .popover-danger > .popover.bs-popover-auto[data-popper-placement=bottom] > .popover-arrow::after, .popover .ngb-popover-danger + ngb-popover-window.bs-popover-auto[data-popper-placement=bottom] > .popover-arrow::after {
  border-bottom-color: #ff5b5c !important;
}

/* line 9982, app/assets/stylesheets/css/rtl/core.css */
.popover.popover-danger.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after, .popover .popover-danger > .popover.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after, .popover .ngb-popover-danger + ngb-popover-window.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after {
  border-left-color: #ff5b5c !important;
}

/* line 9985, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .popover.popover-danger.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after, [dir=rtl] .popover .popover-danger > .popover.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after, [dir=rtl] .popover .ngb-popover-danger + ngb-popover-window.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after {
  border-right-color: #ff5b5c !important;
}

/* line 9988, app/assets/stylesheets/css/rtl/core.css */
.popover.popover-danger.bs-popover-auto.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before, .popover.popover-danger.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, .popover .popover-danger > .popover.bs-popover-auto.bs-popover-bottom .popover-header::before, .popover .popover-danger > .popover.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, .popover .ngb-popover-danger + ngb-popover-window.bs-popover-auto.bs-popover-bottom .popover-header::before, .popover .ngb-popover-danger + ngb-popover-window.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  border-bottom: 1px solid transparent;
}

/* line 9992, app/assets/stylesheets/css/rtl/core.css */
.popover.popover-dark, .popover .popover-dark > .popover, .popover .ngb-popover-dark + ngb-popover-window {
  border-color: transparent;
  background: #495563;
}

/* line 9996, app/assets/stylesheets/css/rtl/core.css */
.popover.popover-dark .popover-header, .popover .popover-dark > .popover .popover-header, .popover .ngb-popover-dark + ngb-popover-window .popover-header {
  background: transparent;
  color: #fff;
}

/* line 10000, app/assets/stylesheets/css/rtl/core.css */
.popover.popover-dark .popover-body, .popover .popover-dark > .popover .popover-body, .popover .ngb-popover-dark + ngb-popover-window .popover-body {
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
}

/* line 10004, app/assets/stylesheets/css/rtl/core.css */
.popover.popover-dark > .popover-arrow::before, .popover .popover-dark > .popover > .popover-arrow::before, .popover .ngb-popover-dark + ngb-popover-window > .popover-arrow::before {
  border-color: transparent;
}

/* line 10007, app/assets/stylesheets/css/rtl/core.css */
.popover.popover-dark.bs-popover-auto[data-popper-placement=top] > .popover-arrow::after, .popover .popover-dark > .popover.bs-popover-auto[data-popper-placement=top] > .popover-arrow::after, .popover .ngb-popover-dark + ngb-popover-window.bs-popover-auto[data-popper-placement=top] > .popover-arrow::after {
  border-top-color: #495563 !important;
}

/* line 10010, app/assets/stylesheets/css/rtl/core.css */
.popover.popover-dark.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after, .popover .popover-dark > .popover.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after, .popover .ngb-popover-dark + ngb-popover-window.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after {
  border-right-color: #495563 !important;
}

/* line 10013, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .popover.popover-dark.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after, [dir=rtl] .popover .popover-dark > .popover.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after, [dir=rtl] .popover .ngb-popover-dark + ngb-popover-window.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after {
  border-left-color: #495563 !important;
}

/* line 10016, app/assets/stylesheets/css/rtl/core.css */
.popover.popover-dark.bs-popover-auto[data-popper-placement=bottom] > .popover-arrow::after, .popover .popover-dark > .popover.bs-popover-auto[data-popper-placement=bottom] > .popover-arrow::after, .popover .ngb-popover-dark + ngb-popover-window.bs-popover-auto[data-popper-placement=bottom] > .popover-arrow::after {
  border-bottom-color: #495563 !important;
}

/* line 10019, app/assets/stylesheets/css/rtl/core.css */
.popover.popover-dark.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after, .popover .popover-dark > .popover.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after, .popover .ngb-popover-dark + ngb-popover-window.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after {
  border-left-color: #495563 !important;
}

/* line 10022, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .popover.popover-dark.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after, [dir=rtl] .popover .popover-dark > .popover.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after, [dir=rtl] .popover .ngb-popover-dark + ngb-popover-window.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after {
  border-right-color: #495563 !important;
}

/* line 10025, app/assets/stylesheets/css/rtl/core.css */
.popover.popover-dark.bs-popover-auto.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before, .popover.popover-dark.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, .popover .popover-dark > .popover.bs-popover-auto.bs-popover-bottom .popover-header::before, .popover .popover-dark > .popover.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, .popover .ngb-popover-dark + ngb-popover-window.bs-popover-auto.bs-popover-bottom .popover-header::before, .popover .ngb-popover-dark + ngb-popover-window.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  border-bottom: 1px solid transparent;
}

/* line 10029, app/assets/stylesheets/css/rtl/core.css */
.popover.popover-gray, .popover .popover-gray > .popover, .popover .ngb-popover-gray + ngb-popover-window {
  border-color: transparent;
  background: rgba(38, 60, 85, 0.5);
}

/* line 10033, app/assets/stylesheets/css/rtl/core.css */
.popover.popover-gray .popover-header, .popover .popover-gray > .popover .popover-header, .popover .ngb-popover-gray + ngb-popover-window .popover-header {
  background: transparent;
  color: #fff;
}

/* line 10037, app/assets/stylesheets/css/rtl/core.css */
.popover.popover-gray .popover-body, .popover .popover-gray > .popover .popover-body, .popover .ngb-popover-gray + ngb-popover-window .popover-body {
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
}

/* line 10041, app/assets/stylesheets/css/rtl/core.css */
.popover.popover-gray > .popover-arrow::before, .popover .popover-gray > .popover > .popover-arrow::before, .popover .ngb-popover-gray + ngb-popover-window > .popover-arrow::before {
  border-color: transparent;
}

/* line 10044, app/assets/stylesheets/css/rtl/core.css */
.popover.popover-gray.bs-popover-auto[data-popper-placement=top] > .popover-arrow::after, .popover .popover-gray > .popover.bs-popover-auto[data-popper-placement=top] > .popover-arrow::after, .popover .ngb-popover-gray + ngb-popover-window.bs-popover-auto[data-popper-placement=top] > .popover-arrow::after {
  border-top-color: rgba(38, 60, 85, 0.5) !important;
}

/* line 10047, app/assets/stylesheets/css/rtl/core.css */
.popover.popover-gray.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after, .popover .popover-gray > .popover.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after, .popover .ngb-popover-gray + ngb-popover-window.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after {
  border-right-color: rgba(38, 60, 85, 0.5) !important;
}

/* line 10050, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .popover.popover-gray.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after, [dir=rtl] .popover .popover-gray > .popover.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after, [dir=rtl] .popover .ngb-popover-gray + ngb-popover-window.bs-popover-auto[data-popper-placement=right] > .popover-arrow::after {
  border-left-color: rgba(38, 60, 85, 0.5) !important;
}

/* line 10053, app/assets/stylesheets/css/rtl/core.css */
.popover.popover-gray.bs-popover-auto[data-popper-placement=bottom] > .popover-arrow::after, .popover .popover-gray > .popover.bs-popover-auto[data-popper-placement=bottom] > .popover-arrow::after, .popover .ngb-popover-gray + ngb-popover-window.bs-popover-auto[data-popper-placement=bottom] > .popover-arrow::after {
  border-bottom-color: rgba(38, 60, 85, 0.5) !important;
}

/* line 10056, app/assets/stylesheets/css/rtl/core.css */
.popover.popover-gray.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after, .popover .popover-gray > .popover.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after, .popover .ngb-popover-gray + ngb-popover-window.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after {
  border-left-color: rgba(38, 60, 85, 0.5) !important;
}

/* line 10059, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .popover.popover-gray.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after, [dir=rtl] .popover .popover-gray > .popover.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after, [dir=rtl] .popover .ngb-popover-gray + ngb-popover-window.bs-popover-auto[data-popper-placement=left] > .popover-arrow::after {
  border-right-color: rgba(38, 60, 85, 0.5) !important;
}

/* line 10062, app/assets/stylesheets/css/rtl/core.css */
.popover.popover-gray.bs-popover-auto.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before, .popover.popover-gray.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, .popover .popover-gray > .popover.bs-popover-auto.bs-popover-bottom .popover-header::before, .popover .popover-gray > .popover.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, .popover .ngb-popover-gray + ngb-popover-window.bs-popover-auto.bs-popover-bottom .popover-header::before, .popover .ngb-popover-gray + ngb-popover-window.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  border-bottom: 1px solid transparent;
}

/* line 10066, app/assets/stylesheets/css/rtl/core.css */
.modal-open .popover {
  z-index: 1091;
}

/* line 10070, app/assets/stylesheets/css/rtl/core.css */
.popover {
  box-shadow: 0 0.25rem 1rem rgba(147, 158, 170, 0.45);
}

/* line 10073, app/assets/stylesheets/css/rtl/core.css */
.popover .popover-arrow {
  z-index: 1;
}

/* line 10077, app/assets/stylesheets/css/rtl/core.css */
.popover-header {
  padding: 1rem 1rem 0;
  font-size: 1.125rem;
}

/* line 10082, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .popover {
  text-align: right;
}

/* line 10086, app/assets/stylesheets/css/rtl/core.css */
.form-label,
.col-form-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: inherit;
}

/* line 10093, app/assets/stylesheets/css/rtl/core.css */
.form-label-lg {
  font-size: 1.063rem;
}

/* line 10097, app/assets/stylesheets/css/rtl/core.css */
.form-label-sm {
  font-size: 0.813rem;
}

/* line 10101, app/assets/stylesheets/css/rtl/core.css */
.form-control::-moz-placeholder {
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.form-control::placeholder {
  transition: all 0.25s ease;
}

/* line 10104, app/assets/stylesheets/css/rtl/core.css */
.form-control:focus::-moz-placeholder {
  transform: translate(5px);
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.form-control:focus::placeholder {
  transform: translate(5px);
  transition: all 0.25s ease;
}

/* line 10108, app/assets/stylesheets/css/rtl/core.css */
.form-control:hover:not([disabled]):not([focus]) {
  border-color: #bec5cc;
}

/* line 10112, app/assets/stylesheets/css/rtl/core.css */
.form-select {
  background-clip: padding-box;
}

/* line 10115, app/assets/stylesheets/css/rtl/core.css */
.form-select:hover:not([disabled]):not([focus]) {
  border-color: #bec5cc;
}

/* line 10119, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .form-select {
  padding: 0.469rem 0.735rem 0.469rem 1.735rem;
  background-position: left 0.735rem center;
}

/* line 10123, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .form-select[multiple], [dir=rtl] .form-select[size]:not([size="1"]) {
  padding-left: 0.735rem;
  background-image: none;
}

/* line 10127, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .form-select-sm {
  padding-top: 0.187rem;
  padding-bottom: 0.187rem;
  padding-right: 0.6rem;
}

/* line 10132, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .form-select-lg {
  padding-top: 0.74rem;
  padding-bottom: 0.74rem;
  padding-right: 0.85rem;
}

/* line 10138, app/assets/stylesheets/css/rtl/core.css */
.form-check-input {
  cursor: pointer;
}

/* line 10142, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .form-check {
  padding-left: 0;
  padding-right: 1.7em;
}

/* line 10146, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .form-check .form-check-input {
  float: right;
  margin-left: 0;
  margin-right: -1.7em;
}

/* line 10152, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .form-switch {
  padding-left: 0;
  padding-right: 2.5em;
}

/* line 10156, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .form-switch .form-check-input {
  margin-left: 0;
  margin-right: -2.5em;
  background-position: right center;
}

/* line 10161, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .form-switch .form-check-input:checked {
  background-position: left center;
}

/* line 10164, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .form-check-inline {
  margin-right: 0;
  margin-left: 1rem;
}

/* line 10169, app/assets/stylesheets/css/rtl/core.css */
.form-check-secondary .form-check-input:focus {
  border-color: #8a8a88;
}

/* line 10172, app/assets/stylesheets/css/rtl/core.css */
.form-check-secondary .form-check-input:checked {
  background-color: #8a8a88;
  border-color: #8a8a88;
}

/* line 10176, app/assets/stylesheets/css/rtl/core.css */
.form-check-secondary .form-check-input[type=checkbox]:indeterminate {
  background-color: #8a8a88;
  border-color: #8a8a88;
}

/* line 10181, app/assets/stylesheets/css/rtl/core.css */
.form-check-secondary.custom-option.checked {
  border: 1px solid #8a8a88;
}

/* line 10185, app/assets/stylesheets/css/rtl/core.css */
.form-check-success .form-check-input:focus {
  border-color: #39da8a;
}

/* line 10188, app/assets/stylesheets/css/rtl/core.css */
.form-check-success .form-check-input:checked {
  background-color: #39da8a;
  border-color: #39da8a;
}

/* line 10192, app/assets/stylesheets/css/rtl/core.css */
.form-check-success .form-check-input[type=checkbox]:indeterminate {
  background-color: #39da8a;
  border-color: #39da8a;
}

/* line 10197, app/assets/stylesheets/css/rtl/core.css */
.form-check-success.custom-option.checked {
  border: 1px solid #39da8a;
}

/* line 10201, app/assets/stylesheets/css/rtl/core.css */
.form-check-info .form-check-input:focus {
  border-color: #00cfdd;
}

/* line 10204, app/assets/stylesheets/css/rtl/core.css */
.form-check-info .form-check-input:checked {
  background-color: #00cfdd;
  border-color: #00cfdd;
}

/* line 10208, app/assets/stylesheets/css/rtl/core.css */
.form-check-info .form-check-input[type=checkbox]:indeterminate {
  background-color: #00cfdd;
  border-color: #00cfdd;
}

/* line 10213, app/assets/stylesheets/css/rtl/core.css */
.form-check-info.custom-option.checked {
  border: 1px solid #00cfdd;
}

/* line 10217, app/assets/stylesheets/css/rtl/core.css */
.form-check-warning .form-check-input:focus {
  border-color: #fdac41;
}

/* line 10220, app/assets/stylesheets/css/rtl/core.css */
.form-check-warning .form-check-input:checked {
  background-color: #fdac41;
  border-color: #fdac41;
}

/* line 10224, app/assets/stylesheets/css/rtl/core.css */
.form-check-warning .form-check-input[type=checkbox]:indeterminate {
  background-color: #fdac41;
  border-color: #fdac41;
}

/* line 10229, app/assets/stylesheets/css/rtl/core.css */
.form-check-warning.custom-option.checked {
  border: 1px solid #fdac41;
}

/* line 10233, app/assets/stylesheets/css/rtl/core.css */
.form-check-danger .form-check-input:focus {
  border-color: #ff5b5c;
}

/* line 10236, app/assets/stylesheets/css/rtl/core.css */
.form-check-danger .form-check-input:checked {
  background-color: #ff5b5c;
  border-color: #ff5b5c;
}

/* line 10240, app/assets/stylesheets/css/rtl/core.css */
.form-check-danger .form-check-input[type=checkbox]:indeterminate {
  background-color: #ff5b5c;
  border-color: #ff5b5c;
}

/* line 10245, app/assets/stylesheets/css/rtl/core.css */
.form-check-danger.custom-option.checked {
  border: 1px solid #ff5b5c;
}

/* line 10249, app/assets/stylesheets/css/rtl/core.css */
.form-check-light .form-check-input:focus {
  border-color: #e5e9ed;
}

/* line 10252, app/assets/stylesheets/css/rtl/core.css */
.form-check-light .form-check-input:checked {
  background-color: #e5e9ed;
  border-color: #e5e9ed;
}

/* line 10256, app/assets/stylesheets/css/rtl/core.css */
.form-check-light .form-check-input[type=checkbox]:indeterminate {
  background-color: #e5e9ed;
  border-color: #e5e9ed;
}

/* line 10261, app/assets/stylesheets/css/rtl/core.css */
.form-check-light.custom-option.checked {
  border: 1px solid #e5e9ed;
}

/* line 10265, app/assets/stylesheets/css/rtl/core.css */
.form-check-dark .form-check-input:focus {
  border-color: #495563;
}

/* line 10268, app/assets/stylesheets/css/rtl/core.css */
.form-check-dark .form-check-input:checked {
  background-color: #495563;
  border-color: #495563;
}

/* line 10272, app/assets/stylesheets/css/rtl/core.css */
.form-check-dark .form-check-input[type=checkbox]:indeterminate {
  background-color: #495563;
  border-color: #495563;
}

/* line 10277, app/assets/stylesheets/css/rtl/core.css */
.form-check-dark.custom-option.checked {
  border: 1px solid #495563;
}

/* line 10281, app/assets/stylesheets/css/rtl/core.css */
.form-check-gray .form-check-input:focus {
  border-color: rgba(38, 60, 85, 0.5);
}

/* line 10284, app/assets/stylesheets/css/rtl/core.css */
.form-check-gray .form-check-input:checked {
  background-color: rgba(38, 60, 85, 0.5);
  border-color: rgba(38, 60, 85, 0.5);
}

/* line 10288, app/assets/stylesheets/css/rtl/core.css */
.form-check-gray .form-check-input[type=checkbox]:indeterminate {
  background-color: rgba(38, 60, 85, 0.5);
  border-color: rgba(38, 60, 85, 0.5);
}

/* line 10293, app/assets/stylesheets/css/rtl/core.css */
.form-check-gray.custom-option.checked {
  border: 1px solid rgba(38, 60, 85, 0.5);
}

/* line 10297, app/assets/stylesheets/css/rtl/core.css */
.form-range::-webkit-slider-thumb {
  box-shadow: 0 0 6px 0 rgba(38, 60, 85, 0.2);
  -webkit-transition: transform 0.2s;
  transition: transform 0.2s;
  transform-origin: center;
}

/* line 10302, app/assets/stylesheets/css/rtl/core.css */
.form-range::-webkit-slider-thumb:focus {
  box-shadow: 0 0 8px 0px rgba(38, 60, 85, 0.2);
}

/* line 10305, app/assets/stylesheets/css/rtl/core.css */
.form-range::-webkit-slider-thumb:active {
  transform: scale(1.4, 1.4);
}

/* line 10308, app/assets/stylesheets/css/rtl/core.css */
.form-range::-moz-range-thumb {
  box-shadow: 0 0 6px 0 rgba(38, 60, 85, 0.2);
  -moz-transition: transform 0.2s;
  transition: transform 0.2s;
  transform-origin: center;
}

/* line 10313, app/assets/stylesheets/css/rtl/core.css */
.form-range::-moz-range-thumb:focus {
  box-shadow: 0 0 8px 0px rgba(38, 60, 85, 0.2);
}

/* line 10316, app/assets/stylesheets/css/rtl/core.css */
.form-range::-moz-range-thumb:active {
  transform: scale(1.4, 1.4);
}

/* line 10319, app/assets/stylesheets/css/rtl/core.css */
.form-range:disabled::-webkit-slider-runnable-track {
  background-color: rgba(38, 60, 85, 0.06);
}

/* line 10322, app/assets/stylesheets/css/rtl/core.css */
.form-range:disabled::-moz-range-track {
  background-color: rgba(38, 60, 85, 0.06);
  box-shadow: none;
}

/* line 10326, app/assets/stylesheets/css/rtl/core.css */
.form-range:disabled::-webkit-slider-thumb {
  box-shadow: none;
}

/* line 10329, app/assets/stylesheets/css/rtl/core.css */
.form-range:disabled::-moz-range-thumb {
  box-shadow: none;
}

/* line 10333, app/assets/stylesheets/css/rtl/core.css */
.input-group.rounded-pill .input-group-text,
.input-group.rounded-pill .form-control {
  border-radius: 50rem;
}

/* line 10337, app/assets/stylesheets/css/rtl/core.css */
.input-group:hover .input-group-text,
.input-group:hover .form-control {
  border-color: #bec5cc;
}

/* line 10341, app/assets/stylesheets/css/rtl/core.css */
.input-group:focus-within {
  box-shadow: 0 0.0625rem 0.1875rem 0 rgba(38, 60, 85, 0.18);
}

/* line 10344, app/assets/stylesheets/css/rtl/core.css */
.input-group:focus-within .form-control,
.input-group:focus-within .input-group-text {
  box-shadow: none;
}

/* line 10348, app/assets/stylesheets/css/rtl/core.css */
.input-group.disabled .input-group-text {
  background-color: #e9ecee;
}

/* line 10351, app/assets/stylesheets/css/rtl/core.css */
.input-group.has-validation > .input-group-text:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 10355, app/assets/stylesheets/css/rtl/core.css */
.input-group.has-validation > .form-control:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 10359, app/assets/stylesheets/css/rtl/core.css */
.input-group.has-validation > .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 10363, app/assets/stylesheets/css/rtl/core.css */
.input-group-text {
  background-clip: padding-box;
}

/* line 10366, app/assets/stylesheets/css/rtl/core.css */
.input-group-text i {
  font-size: 0.9375rem;
}

/* line 10370, app/assets/stylesheets/css/rtl/core.css */
.input-group-lg > .input-group-text i {
  font-size: 1.063rem;
}

/* line 10374, app/assets/stylesheets/css/rtl/core.css */
.input-group-sm > .input-group-text i {
  font-size: 0.813rem;
}

/* line 10378, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .input-group-merge .input-group-text:first-child {
  border-right: 0;
}

/* line 10381, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .input-group-merge .input-group-text:last-child {
  border-left: 0;
}

/* line 10384, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .input-group-merge .form-control:not(:first-child) {
  padding-left: 0;
  border-left: 0;
}

/* line 10388, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .input-group-merge .form-control:not(:last-child) {
  padding-right: 0;
  border-right: 0;
}

/* line 10393, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .input-group-merge .field_with_errors {
  width: 89%;
}

/* line 10397, app/assets/stylesheets/css/rtl/core.css */
.input-group-text {
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 10401, app/assets/stylesheets/css/rtl/core.css */
  .input-group-text {
    transition: none;
  }
}

/* line 10406, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .input-group-lg > .form-select,
[dir=rtl] .input-group-sm > .form-select {
  padding-left: 2.47rem;
}

/* line 10410, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .input-group.rounded-pill .input-group-text {
  border-top-right-radius: 50rem !important;
  border-bottom-right-radius: 50rem !important;
}

/* line 10414, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .input-group.rounded-pill .form-control {
  border-top-left-radius: 50rem !important;
  border-bottom-left-radius: 50rem !important;
}

/* line 10418, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
[dir=rtl] .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: var(--bs-border-radius);
  border-bottom-right-radius: var(--bs-border-radius);
}

/* line 10425, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .input-group.input-group-lg:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
[dir=rtl] .input-group.input-group-lg:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: var(--bs-border-radius-lg);
  border-bottom-right-radius: var(--bs-border-radius-lg);
}

/* line 10430, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .input-group.input-group-sm:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
[dir=rtl] .input-group.input-group-sm:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: var(--bs-border-radius-sm);
  border-bottom-right-radius: var(--bs-border-radius-sm);
}

/* line 10435, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
[dir=rtl] .input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: var(--bs-border-radius);
  border-bottom-right-radius: var(--bs-border-radius);
}

/* line 10442, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .input-group.input-group-lg > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
[dir=rtl] .input-group.input-group-lg > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: var(--bs-border-radius-lg);
  border-bottom-right-radius: var(--bs-border-radius-lg);
}

/* line 10447, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .input-group.input-group-sm > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
[dir=rtl] .input-group.input-group-sm > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: var(--bs-border-radius-sm);
  border-bottom-right-radius: var(--bs-border-radius-sm);
}

/* line 10452, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-right: calc(var(--bs-border-width) * -1);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-left: 0px;
  border-top-left-radius: var(--bs-border-radius);
  border-bottom-left-radius: var(--bs-border-radius);
}

/* line 10460, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .input-group.input-group-lg > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  border-top-left-radius: var(--bs-border-radius-lg);
  border-bottom-left-radius: var(--bs-border-radius-lg);
}

/* line 10464, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .input-group.input-group-sm > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  border-top-left-radius: var(--bs-border-radius-sm);
  border-bottom-left-radius: var(--bs-border-radius-sm);
}

/* line 10468, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .input-group > :not(:first-child):not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
[dir=rtl] .input-group > .dropdown-toggle:nth-last-child(n+3):not(:first-child) {
  border-radius: 0 !important;
}

/* line 10472, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .input-group.has-validation > .input-group-text:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: var(--bs-border-radius);
  border-bottom-right-radius: var(--bs-border-radius);
}

/* line 10478, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .input-group.has-validation > .form-control:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: var(--bs-border-radius);
  border-bottom-right-radius: var(--bs-border-radius);
}

/* line 10484, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .input-group-merge .input-group-text:first-child {
  border-left: 0;
}

/* line 10487, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .input-group-merge .input-group-text:last-child {
  border-right: 0;
}

/* line 10490, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .input-group-merge .form-control:not(:first-child) {
  padding-right: 0;
  border-right: 0;
}

/* line 10494, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .input-group-merge .form-control:not(:last-child) {
  padding-left: 0;
  border-left: 0;
}

/* line 10499, app/assets/stylesheets/css/rtl/core.css */
.fv-plugins-bootstrap5-row-invalid .input-group.has-validation .input-group-text,
.fv-plugins-bootstrap5-row-invalid .input-group.has-validation:focus-within .input-group-text {
  border-color: #ff5b5c !important;
}

/* line 10504, app/assets/stylesheets/css/rtl/core.css */
.form-floating > .form-control:focus::-moz-placeholder, .form-floating > .form-control:not(:placeholder-shown)::-moz-placeholder {
  color: #a8b1bb;
}
.form-floating > .form-control:not(:-moz-placeholder-shown)::placeholder {
  color: #a8b1bb;
}
.form-floating > .form-control:focus::placeholder,
.form-floating > .form-control:not(:placeholder-shown)::placeholder {
  color: #a8b1bb;
}

/* line 10509, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .form-floating > label {
  right: 0;
  transform-origin: 100% 0;
}

/* line 10513, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(-0.15rem);
}
[dir=rtl] .form-floating > .form-control:focus ~ label,
[dir=rtl] .form-floating > .form-control:not(:placeholder-shown) ~ label,
[dir=rtl] .form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(-0.15rem);
}

/* line 10518, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .form-floating > .form-control:-webkit-autofill ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(-0.15rem);
}

/* line 10522, app/assets/stylesheets/css/rtl/core.css */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 85%;
  color: var(--bs-form-valid-color);
}

/* line 10530, app/assets/stylesheets/css/rtl/core.css */
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.7rem;
  margin-top: 0.1rem;
  font-size: 0.9375rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: 0.1875rem;
}

/* line 10544, app/assets/stylesheets/css/rtl/core.css */
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 10551, app/assets/stylesheets/css/rtl/core.css */
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--bs-form-valid-color) !important;
}

/* line 10554, app/assets/stylesheets/css/rtl/core.css */
.dark-style .was-validated .form-control:valid, .dark-style .form-control.is-valid {
  border-color: var(--bs-form-valid-color) !important;
}

/* line 10557, app/assets/stylesheets/css/rtl/core.css */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-color) !important;
  box-shadow: 0 0 0.1875rem 0.0625rem rgba(var(--bs-success-rgb), 0.18);
}

/* line 10562, app/assets/stylesheets/css/rtl/core.css */
.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-form-valid-color) !important;
}

/* line 10565, app/assets/stylesheets/css/rtl/core.css */
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-color);
  box-shadow: 0 0 0.1875rem 0.0625rem rgba(var(--bs-success-rgb), 0.18);
}

/* line 10570, app/assets/stylesheets/css/rtl/core.css */
.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-color);
}

/* line 10573, app/assets/stylesheets/css/rtl/core.css */
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
  border-color: var(--bs-form-valid-color);
}

/* line 10577, app/assets/stylesheets/css/rtl/core.css */
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0.1875rem 0.0625rem rgba(var(--bs-success-rgb), 0.18);
  border-color: var(--bs-form-valid-color);
}

/* line 10581, app/assets/stylesheets/css/rtl/core.css */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

/* line 10585, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

/* line 10588, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .form-check-inline .form-check-input ~ .valid-feedback {
  margin-right: 0.5em;
}

/* line 10592, app/assets/stylesheets/css/rtl/core.css */
.was-validated .input-group .form-control:valid ~ .input-group-text, .input-group .form-control.is-valid ~ .input-group-text {
  border-color: var(--bs-form-valid-color) !important;
}

/* line 10595, app/assets/stylesheets/css/rtl/core.css */
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-color) !important;
  box-shadow: none;
}

/* line 10599, app/assets/stylesheets/css/rtl/core.css */
.was-validated .input-group .form-control:valid:focus ~ .input-group-text, .input-group .form-control.is-valid:focus ~ .input-group-text {
  border-color: var(--bs-form-valid-color);
}

/* line 10603, app/assets/stylesheets/css/rtl/core.css */
.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 3;
}

/* line 10609, app/assets/stylesheets/css/rtl/core.css */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 85%;
  color: var(--bs-form-invalid-color);
}

/* line 10617, app/assets/stylesheets/css/rtl/core.css */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.7rem;
  margin-top: 0.1rem;
  font-size: 0.9375rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: 0.1875rem;
}

/* line 10631, app/assets/stylesheets/css/rtl/core.css */
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 10638, app/assets/stylesheets/css/rtl/core.css */
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--bs-form-invalid-color) !important;
}

/* line 10641, app/assets/stylesheets/css/rtl/core.css */
.dark-style .was-validated .form-control:invalid, .dark-style .form-control.is-invalid {
  border-color: var(--bs-form-invalid-color) !important;
}

/* line 10644, app/assets/stylesheets/css/rtl/core.css */
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-color) !important;
  box-shadow: 0 0 0.1875rem 0.0625rem rgba(var(--bs-danger-rgb), 0.18);
}

/* line 10649, app/assets/stylesheets/css/rtl/core.css */
.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-color) !important;
}

/* line 10652, app/assets/stylesheets/css/rtl/core.css */
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-color);
  box-shadow: 0 0 0.1875rem 0.0625rem rgba(var(--bs-danger-rgb), 0.18);
}

/* line 10657, app/assets/stylesheets/css/rtl/core.css */
.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-color);
}

/* line 10660, app/assets/stylesheets/css/rtl/core.css */
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
  border-color: var(--bs-form-invalid-color);
}

/* line 10664, app/assets/stylesheets/css/rtl/core.css */
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0.1875rem 0.0625rem rgba(var(--bs-danger-rgb), 0.18);
  border-color: var(--bs-form-invalid-color);
}

/* line 10668, app/assets/stylesheets/css/rtl/core.css */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

/* line 10672, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

/* line 10675, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .form-check-inline .form-check-input ~ .invalid-feedback {
  margin-right: 0.5em;
}

/* line 10679, app/assets/stylesheets/css/rtl/core.css */
.was-validated .input-group .form-control:invalid ~ .input-group-text, .input-group .form-control.is-invalid ~ .input-group-text {
  border-color: var(--bs-form-invalid-color) !important;
}

/* line 10682, app/assets/stylesheets/css/rtl/core.css */
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-color) !important;
  box-shadow: none;
}

/* line 10686, app/assets/stylesheets/css/rtl/core.css */
.was-validated .input-group .form-control:invalid:focus ~ .input-group-text, .input-group .form-control.is-invalid:focus ~ .input-group-text {
  border-color: var(--bs-form-invalid-color);
}

/* line 10690, app/assets/stylesheets/css/rtl/core.css */
.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 3;
}

/* line 10696, app/assets/stylesheets/css/rtl/core.css */
form .error:not(li):not(input) {
  color: #ff5b5c;
  font-size: 85%;
  margin-top: 0.25rem;
}

/* line 10701, app/assets/stylesheets/css/rtl/core.css */
form .invalid,
form .is-invalid .invalid:before,
form .is-invalid::before {
  border-color: #ff5b5c !important;
}

/* line 10706, app/assets/stylesheets/css/rtl/core.css */
form .form-label.invalid, form .form-label.is-invalid {
  border-color: #ff5b5c;
  box-shadow: 0 0 0 2px rgba(255, 91, 92, 0.4) !important;
}

/* line 10710, app/assets/stylesheets/css/rtl/core.css */
form select.invalid ~ .select2 .select2-selection {
  border-color: #ff5b5c;
}

/* line 10713, app/assets/stylesheets/css/rtl/core.css */
form select.is-invalid ~ .select2 .select2-selection {
  border-color: #ff5b5c !important;
}

/* line 10716, app/assets/stylesheets/css/rtl/core.css */
form select.selectpicker.is-invalid ~ .btn {
  border-color: #ff5b5c !important;
}

@media (hover: none) {
  /* line 10721, app/assets/stylesheets/css/rtl/core.css */
  .fv-plugins-bootstrap5-row-invalid .form-control.flatpickr-mobile {
    border-color: #ff5b5c;
  }
}

/* line 10725, app/assets/stylesheets/css/rtl/core.css */
.fv-plugins-bootstrap5 .invalid-feedback,
.fv-plugins-bootstrap5 .invalid-tooltip {
  display: block;
}

/* line 10730, app/assets/stylesheets/css/rtl/core.css */
.fv-plugins-bootstrap5-row-invalid .tagify.tagify--empty {
  border-color: #ff5b5c !important;
}

/* line 10734, app/assets/stylesheets/css/rtl/core.css */
.modal-content {
  box-shadow: 0 0.125rem 1.25rem 0 rgba(38, 60, 85, 0.6);
}

/* line 10738, app/assets/stylesheets/css/rtl/core.css */
.modal .btn-close {
  background-color: #eeeff1;
  padding: 0.5625rem 0.5625rem;
  margin: 0 0 0 auto;
  z-index: 1;
}

/* line 10745, app/assets/stylesheets/css/rtl/core.css */
.modal-footer {
  padding: 0 1.5rem 1.375rem;
}

/* line 10749, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .modal,
[dir=rtl] .modal-backdrop {
  right: 0;
}

/* line 10753, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .modal-header .btn-close {
  margin-left: 0;
  margin-right: auto;
}

/* line 10758, app/assets/stylesheets/css/rtl/core.css */
.modal-onboarding .close-label {
  font-size: 0.8rem;
  position: absolute;
  top: 1.5rem;
  opacity: 0.95;
}

/* line 10764, app/assets/stylesheets/css/rtl/core.css */
.modal-onboarding .close-label:hover {
  opacity: 0.95;
}

/* line 10767, app/assets/stylesheets/css/rtl/core.css */
.modal-onboarding .onboarding-media {
  margin-bottom: 1rem;
}

/* line 10770, app/assets/stylesheets/css/rtl/core.css */
.modal-onboarding .onboarding-media img {
  margin: 0 auto;
}

/* line 10773, app/assets/stylesheets/css/rtl/core.css */
.modal-onboarding .onboarding-content {
  margin: 2rem;
}

/* line 10776, app/assets/stylesheets/css/rtl/core.css */
.modal-onboarding form {
  margin-top: 2rem;
  text-align: left;
}

/* line 10780, app/assets/stylesheets/css/rtl/core.css */
.modal-onboarding .carousel-indicators {
  bottom: -10px;
}

/* line 10783, app/assets/stylesheets/css/rtl/core.css */
.modal-onboarding .carousel-control-prev,
.modal-onboarding .carousel-control-next {
  top: auto;
  bottom: 0.75rem;
  opacity: 1;
}

/* line 10789, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .modal-onboarding .carousel-control-prev,
[dir=rtl] .modal-onboarding .carousel-control-next {
  flex-direction: row-reverse;
}

/* line 10793, app/assets/stylesheets/css/rtl/core.css */
.modal-onboarding .carousel-control-prev {
  left: 1rem;
}

/* line 10796, app/assets/stylesheets/css/rtl/core.css */
.modal-onboarding .onboarding-horizontal {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 10801, app/assets/stylesheets/css/rtl/core.css */
.modal-onboarding .onboarding-horizontal .onboarding-media {
  margin: 2rem;
  margin-top: 0;
}

/* line 10805, app/assets/stylesheets/css/rtl/core.css */
.modal-onboarding .onboarding-horizontal .carousel-control-prev {
  left: 0;
}

/* line 10808, app/assets/stylesheets/css/rtl/core.css */
.modal-onboarding.animated .onboarding-media {
  transform: translateY(10px) scale(0.8);
  transition: all 0.5s cubic-bezier(0.25, 1.1, 0.5, 1.35);
  transition-delay: 0.3s;
  opacity: 0;
}

/* line 10814, app/assets/stylesheets/css/rtl/core.css */
.modal-onboarding.animated .onboarding-content {
  transform: translateY(40px);
  transition-delay: 0.1s;
  transition: all 0.4s ease;
  opacity: 0;
}

/* line 10820, app/assets/stylesheets/css/rtl/core.css */
.modal-onboarding.animated .onboarding-title {
  opacity: 0;
  transition-delay: 0.5s;
  transition: all 0.5s cubic-bezier(0.25, 1.1, 0.5, 1.35);
  transform: translateY(40px);
}

/* line 10826, app/assets/stylesheets/css/rtl/core.css */
.modal-onboarding.animated .onboarding-info {
  opacity: 0;
  transition-delay: 0.6s;
  transition: all 0.5s cubic-bezier(0.25, 1.1, 0.5, 1.35);
  transform: translateY(40px);
}

/* line 10832, app/assets/stylesheets/css/rtl/core.css */
.modal-onboarding.animated form {
  opacity: 0;
  transition-delay: 0.7s;
  transition: all 0.5s ease;
  transform: translateY(40px);
}

/* line 10838, app/assets/stylesheets/css/rtl/core.css */
.modal-onboarding.animated.show .onboarding-media {
  transform: translateY(0) scale(1);
  opacity: 1;
}

/* line 10842, app/assets/stylesheets/css/rtl/core.css */
.modal-onboarding.animated.show .onboarding-content {
  transform: translateY(0);
  opacity: 1;
}

/* line 10846, app/assets/stylesheets/css/rtl/core.css */
.modal-onboarding.animated.show .onboarding-title {
  transform: translateY(0);
  opacity: 1;
}

/* line 10850, app/assets/stylesheets/css/rtl/core.css */
.modal-onboarding.animated.show .onboarding-info {
  opacity: 1;
  transform: translateY(0px);
}

/* line 10854, app/assets/stylesheets/css/rtl/core.css */
.modal-onboarding.animated.show form {
  opacity: 1;
  transform: translateY(0px);
}

/* line 10859, app/assets/stylesheets/css/rtl/core.css */
.modal-top .modal-dialog {
  margin-top: 0;
}

/* line 10862, app/assets/stylesheets/css/rtl/core.css */
.modal-top .modal-content {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 10867, app/assets/stylesheets/css/rtl/core.css */
.modal-transparent .modal-dialog {
  display: flex;
  margin: 0 auto;
  min-height: 100vh;
}

/* line 10872, app/assets/stylesheets/css/rtl/core.css */
.modal-transparent .modal-content {
  margin: auto;
  width: 100%;
  border: 0;
  background: transparent;
  box-shadow: none;
}

/* line 10879, app/assets/stylesheets/css/rtl/core.css */
.modal-transparent .btn-close {
  position: absolute;
  top: 0;
  right: 1.5rem;
  transform: none;
  opacity: 1;
  padding: 0.25em 0.25em;
  background-image: url("data:image/svg+xml,%3Csvg width='150px' height='151px' viewBox='0 0 150 151' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-1' points='131.251657 0 74.9933705 56.25 18.7483426 0 0 18.75 56.2450278 75 0 131.25 18.7483426 150 74.9933705 93.75 131.251657 150 150 131.25 93.7549722 75 150 18.75'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='🎨-%5BSetup%5D:-Colors-&amp;-Shadows' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' transform='translate(-225.000000, -250.000000)'%3E%3Cg id='Icon-Color' transform='translate(225.000000, 250.500000)'%3E%3Cuse fill='%23fff' xlink:href='%23path-1'%3E%3C/use%3E%3Cuse fill-opacity='0.5' fill='%23fff' xlink:href='%23path-1'%3E%3C/use%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-color: transparent !important;
}

/* line 10889, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .modal-transparent .btn-close {
  right: auto;
  left: 1.5rem;
}

/* line 10894, app/assets/stylesheets/css/rtl/core.css */
.modal-simple .modal-content {
  padding: 3rem;
}

/* line 10897, app/assets/stylesheets/css/rtl/core.css */
.modal-simple .btn-close {
  position: absolute;
  top: -1.625rem;
}

/* line 10901, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .modal-simple .btn-close {
  left: -1.625rem;
}

/* line 10904, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .modal-simple .btn-close {
  right: -1.625rem;
}

@media (max-width: 767.98px) {
  /* line 10908, app/assets/stylesheets/css/rtl/core.css */
  .modal-simple .btn-close {
    top: 0;
  }
  /* line 10911, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .modal-simple .btn-close {
    left: 0;
  }
  /* line 10914, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .modal-simple .btn-close {
    right: 0;
  }
}

/* line 10919, app/assets/stylesheets/css/rtl/core.css */
.modal-refer-and-earn .modal-refer-and-earn-step {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.25rem;
}

/* line 10927, app/assets/stylesheets/css/rtl/core.css */
.modal-refer-and-earn .modal-refer-and-earn-step i {
  font-size: 2.5rem;
}

/* line 10931, app/assets/stylesheets/css/rtl/core.css */
.modal-top.fade .modal-dialog,
.modal-top .modal.fade .modal-dialog {
  transform: translateY(-100%);
}

/* line 10936, app/assets/stylesheets/css/rtl/core.css */
.modal-top.show .modal-dialog,
.modal-top .modal.show .modal-dialog {
  transform: translateY(0);
}

/* line 10941, app/assets/stylesheets/css/rtl/core.css */
.modal-transparent.fade .modal-dialog,
.modal-transparent .modal.fade .modal-dialog {
  transform: scale(0.5, 0.5);
}

/* line 10946, app/assets/stylesheets/css/rtl/core.css */
.modal-transparent.show .modal-dialog,
.modal-transparent .modal.show .modal-dialog {
  transform: scale(1, 1);
}

@media (max-width: 991.98px) {
  /* line 10952, app/assets/stylesheets/css/rtl/core.css */
  .modal-onboarding .onboarding-horizontal {
    flex-direction: column;
  }
}

@media (max-width: 767.98px) {
  /* line 10957, app/assets/stylesheets/css/rtl/core.css */
  .modal .modal-dialog:not(.modal-fullscreen) {
    padding: 0 0.75rem;
    padding-left: 0.75rem !important;
  }
  /* line 10961, app/assets/stylesheets/css/rtl/core.css */
  .modal .carousel-control-prev,
.modal .carousel-control-next {
    display: none;
  }
}

@media (min-width: 576px) {
  /* line 10967, app/assets/stylesheets/css/rtl/core.css */
  .modal-content {
    box-shadow: 0 0.125rem 1.25rem 0 rgba(38, 60, 85, 0.6);
  }
  /* line 10970, app/assets/stylesheets/css/rtl/core.css */
  .modal-sm .modal-dialog {
    max-width: 22.5rem;
  }
}

@media (min-width: 1200px) {
  /* line 10975, app/assets/stylesheets/css/rtl/core.css */
  .modal-xl .modal-dialog {
    max-width: 1140px;
  }
}

/* line 10979, app/assets/stylesheets/css/rtl/core.css */
.progress.progress-stacked {
  background-color: #fff;
}

/* line 10982, app/assets/stylesheets/css/rtl/core.css */
.progress.progress-stacked > .progress-bar:not(:last-child) {
  margin-right: 0.35rem;
}

/* line 10986, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.07) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.07) 50%, rgba(255, 255, 255, 0.07) 75%, transparent 75%, transparent);
}

/* line 10989, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .progress .progress-bar:last-child {
  border-top-right-radius: 10rem;
  border-bottom-right-radius: 10rem;
}

/* line 10993, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .progress .progress-bar:first-child {
  border-top-left-radius: 10rem;
  border-bottom-left-radius: 10rem;
}

/* line 10998, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .progress-bar-striped {
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.07) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.07) 50%, rgba(255, 255, 255, 0.07) 75%, transparent 75%, transparent);
}

/* line 11001, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .progress-bar-animated {
  animation-direction: reverse;
}

/* line 11004, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .progress .progress-bar:last-child {
  border-top-left-radius: 10rem;
  border-bottom-left-radius: 10rem;
}

/* line 11008, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .progress .progress-bar:first-child {
  border-top-right-radius: 10rem;
  border-bottom-right-radius: 10rem;
}

/* line 11013, app/assets/stylesheets/css/rtl/core.css */
.breadcrumb-item,
.breadcrumb-item a {
  color: #677788;
}

/* line 11017, app/assets/stylesheets/css/rtl/core.css */
.breadcrumb-item:hover, .breadcrumb-item:focus,
.breadcrumb-item a:hover,
.breadcrumb-item a:focus {
  color: #677788;
}

/* line 11022, app/assets/stylesheets/css/rtl/core.css */
.breadcrumb-item.active,
.breadcrumb-item a.active {
  font-weight: 600;
}

/* line 11026, app/assets/stylesheets/css/rtl/core.css */
.breadcrumb-item.active::before,
.breadcrumb-item a.active::before {
  font-weight: 400;
}

/* line 11031, app/assets/stylesheets/css/rtl/core.css */
.breadcrumb-item.active a, .breadcrumb-item.active a:hover, .breadcrumb-item.active a:focus, .breadcrumb-item.active a:active {
  color: inherit;
}

/* line 11035, app/assets/stylesheets/css/rtl/core.css */
.breadcrumb-style1 .breadcrumb-item + .breadcrumb-item::before,
.breadcrumb-style2 .breadcrumb-item + .breadcrumb-item::before {
  font-family: boxicons;
  vertical-align: middle;
}

/* line 11041, app/assets/stylesheets/css/rtl/core.css */
.breadcrumb-style1 .breadcrumb-item + .breadcrumb-item::before {
  content: "\ea50";
  font-size: 1.3rem;
  line-height: 1.2;
}

/* line 11047, app/assets/stylesheets/css/rtl/core.css */
.breadcrumb-style2 .breadcrumb-item + .breadcrumb-item::before {
  content: "\ebe7";
  font-size: 1.063rem;
  line-height: 1.39rem;
}

/* line 11053, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .breadcrumb-item + .breadcrumb-item {
  padding-right: 0.5rem;
  padding-left: 0;
}

/* line 11057, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .breadcrumb-item + .breadcrumb-item::before {
  content: "\\";
  padding-right: 0;
  padding-left: 0.5rem;
  float: right;
}

/* line 11063, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .breadcrumb-style1 .breadcrumb-item + .breadcrumb-item::before {
  content: "\ea4d";
}

/* line 11066, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .breadcrumb-style2 .breadcrumb-item + .breadcrumb-item::before {
  content: "\eb34";
}

/* line 11070, app/assets/stylesheets/css/rtl/core.css */
.list-group-item-secondary {
  border-color: #8a8a88;
  background-color: #e7ebef;
  color: #8a8a88 !important;
}

/* line 11076, app/assets/stylesheets/css/rtl/core.css */
a.list-group-item-secondary,
button.list-group-item-secondary {
  color: #8a8a88;
}

/* line 11080, app/assets/stylesheets/css/rtl/core.css */
a.list-group-item-secondary:hover, a.list-group-item-secondary:focus,
button.list-group-item-secondary:hover,
button.list-group-item-secondary:focus {
  border-color: #8a8a88;
  background-color: #dbdfe3;
  color: #8a8a88;
}

/* line 11087, app/assets/stylesheets/css/rtl/core.css */
a.list-group-item-secondary.active,
button.list-group-item-secondary.active {
  border-color: #8a8a88 !important;
  background-color: #8a8a88 !important;
  color: #fff !important;
}

/* line 11094, app/assets/stylesheets/css/rtl/core.css */
.list-group.list-group-timeline .list-group-timeline-secondary:before {
  border-color: #8a8a88;
  background-color: #8a8a88;
}

/* line 11099, app/assets/stylesheets/css/rtl/core.css */
.list-group-item-success {
  border-color: #39da8a;
  background-color: #dff9ec;
  color: #39da8a !important;
}

/* line 11105, app/assets/stylesheets/css/rtl/core.css */
a.list-group-item-success,
button.list-group-item-success {
  color: #39da8a;
}

/* line 11109, app/assets/stylesheets/css/rtl/core.css */
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  border-color: #39da8a;
  background-color: #d4ede0;
  color: #39da8a;
}

/* line 11116, app/assets/stylesheets/css/rtl/core.css */
a.list-group-item-success.active,
button.list-group-item-success.active {
  border-color: #39da8a !important;
  background-color: #39da8a !important;
  color: #fff !important;
}

/* line 11123, app/assets/stylesheets/css/rtl/core.css */
.list-group.list-group-timeline .list-group-timeline-success:before {
  border-color: #39da8a;
  background-color: #39da8a;
}

/* line 11128, app/assets/stylesheets/css/rtl/core.css */
.list-group-item-info {
  border-color: #00cfdd;
  background-color: #d6f7fa;
  color: #00cfdd !important;
}

/* line 11134, app/assets/stylesheets/css/rtl/core.css */
a.list-group-item-info,
button.list-group-item-info {
  color: #00cfdd;
}

/* line 11138, app/assets/stylesheets/css/rtl/core.css */
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  border-color: #00cfdd;
  background-color: #cbebee;
  color: #00cfdd;
}

/* line 11145, app/assets/stylesheets/css/rtl/core.css */
a.list-group-item-info.active,
button.list-group-item-info.active {
  border-color: #00cfdd !important;
  background-color: #00cfdd !important;
  color: #fff !important;
}

/* line 11152, app/assets/stylesheets/css/rtl/core.css */
.list-group.list-group-timeline .list-group-timeline-info:before {
  border-color: #00cfdd;
  background-color: #00cfdd;
}

/* line 11157, app/assets/stylesheets/css/rtl/core.css */
.list-group-item-warning {
  border-color: #fdac41;
  background-color: #fff2e1;
  color: #fdac41 !important;
}

/* line 11163, app/assets/stylesheets/css/rtl/core.css */
a.list-group-item-warning,
button.list-group-item-warning {
  color: #fdac41;
}

/* line 11167, app/assets/stylesheets/css/rtl/core.css */
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  border-color: #fdac41;
  background-color: #f2e6d6;
  color: #fdac41;
}

/* line 11174, app/assets/stylesheets/css/rtl/core.css */
a.list-group-item-warning.active,
button.list-group-item-warning.active {
  border-color: #fdac41 !important;
  background-color: #fdac41 !important;
  color: #fff !important;
}

/* line 11181, app/assets/stylesheets/css/rtl/core.css */
.list-group.list-group-timeline .list-group-timeline-warning:before {
  border-color: #fdac41;
  background-color: #fdac41;
}

/* line 11186, app/assets/stylesheets/css/rtl/core.css */
.list-group-item-danger {
  border-color: #ff5b5c;
  background-color: #ffe5e5;
  color: #ff5b5c !important;
}

/* line 11192, app/assets/stylesheets/css/rtl/core.css */
a.list-group-item-danger,
button.list-group-item-danger {
  color: #ff5b5c;
}

/* line 11196, app/assets/stylesheets/css/rtl/core.css */
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  border-color: #ff5b5c;
  background-color: #f2dada;
  color: #ff5b5c;
}

/* line 11203, app/assets/stylesheets/css/rtl/core.css */
a.list-group-item-danger.active,
button.list-group-item-danger.active {
  border-color: #ff5b5c !important;
  background-color: #ff5b5c !important;
  color: #fff !important;
}

/* line 11210, app/assets/stylesheets/css/rtl/core.css */
.list-group.list-group-timeline .list-group-timeline-danger:before {
  border-color: #ff5b5c;
  background-color: #ff5b5c;
}

/* line 11215, app/assets/stylesheets/css/rtl/core.css */
.list-group-item-dark {
  border-color: #495563;
  background-color: #e2e4e6;
  color: #495563 !important;
}

/* line 11221, app/assets/stylesheets/css/rtl/core.css */
a.list-group-item-dark,
button.list-group-item-dark {
  color: #495563;
}

/* line 11225, app/assets/stylesheets/css/rtl/core.css */
a.list-group-item-dark:hover, a.list-group-item-dark:focus,
button.list-group-item-dark:hover,
button.list-group-item-dark:focus {
  border-color: #495563;
  background-color: #d7d9db;
  color: #495563;
}

/* line 11232, app/assets/stylesheets/css/rtl/core.css */
a.list-group-item-dark.active,
button.list-group-item-dark.active {
  border-color: #495563 !important;
  background-color: #495563 !important;
  color: #fff !important;
}

/* line 11239, app/assets/stylesheets/css/rtl/core.css */
.list-group.list-group-timeline .list-group-timeline-dark:before {
  border-color: #495563;
  background-color: #495563;
}

/* line 11244, app/assets/stylesheets/css/rtl/core.css */
.list-group-item-gray {
  border-color: rgba(38, 60, 85, 0.5);
  background-color: rgba(242, 243, 245, 0.92);
  color: rgba(38, 60, 85, 0.5) !important;
}

/* line 11250, app/assets/stylesheets/css/rtl/core.css */
a.list-group-item-gray,
button.list-group-item-gray {
  color: rgba(38, 60, 85, 0.5);
}

/* line 11254, app/assets/stylesheets/css/rtl/core.css */
a.list-group-item-gray:hover, a.list-group-item-gray:focus,
button.list-group-item-gray:hover,
button.list-group-item-gray:focus {
  border-color: rgba(38, 60, 85, 0.5);
  background-color: rgba(228, 229, 231, 0.924);
  color: rgba(38, 60, 85, 0.5);
}

/* line 11261, app/assets/stylesheets/css/rtl/core.css */
a.list-group-item-gray.active,
button.list-group-item-gray.active {
  border-color: rgba(38, 60, 85, 0.5) !important;
  background-color: rgba(38, 60, 85, 0.5) !important;
  color: #fff !important;
}

/* line 11268, app/assets/stylesheets/css/rtl/core.css */
.list-group.list-group-timeline .list-group-timeline-gray:before {
  border-color: rgba(38, 60, 85, 0.5);
  background-color: rgba(38, 60, 85, 0.5);
}

/* line 11273, app/assets/stylesheets/css/rtl/core.css */
.list-group.list-group-timeline {
  position: relative;
}

/* line 11276, app/assets/stylesheets/css/rtl/core.css */
.list-group.list-group-timeline:before {
  background-color: #d4d8dd;
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0.2rem;
}

/* line 11286, app/assets/stylesheets/css/rtl/core.css */
.list-group.list-group-timeline .list-group-item {
  border: none;
  padding-left: 1.25rem;
}

/* line 11290, app/assets/stylesheets/css/rtl/core.css */
.list-group.list-group-timeline .list-group-item:before {
  position: absolute;
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  left: 0;
  top: 50%;
  margin-top: -3.5px;
  border-radius: 100%;
}

/* line 11301, app/assets/stylesheets/css/rtl/core.css */
.list-group .list-group-item.active h1,
.list-group .list-group-item.active .h1,
.list-group .list-group-item.active h2,
.list-group .list-group-item.active .h2,
.list-group .list-group-item.active h3,
.list-group .list-group-item.active .h3,
.list-group .list-group-item.active h4,
.list-group .list-group-item.active .h4,
.list-group .list-group-item.active h5,
.list-group .list-group-item.active .h5,
.list-group .list-group-item.active h6,
.list-group .list-group-item.active .h6 {
  color: #fff;
}

/* line 11316, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .list-group {
  padding-right: 0;
}

/* line 11319, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .list-group.list-group-timeline:before {
  left: auto;
  right: 0.2rem;
}

/* line 11323, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .list-group.list-group-timeline .list-group-item {
  padding-right: 1.25rem;
}

/* line 11326, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .list-group.list-group-timeline .list-group-item:before {
  left: auto;
  right: 0;
}

/* line 11330, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .list-group.list-group-horizontal .list-group-item:first-child {
  border-radius: 0.25rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 11335, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .list-group.list-group-horizontal .list-group-item:last-child {
  border-radius: 0.25rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  /* line 11342, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .list-group.list-group-horizontal-sm .list-group-item:first-child {
    border-radius: 0.25rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 11347, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .list-group.list-group-horizontal-sm .list-group-item:last-child {
    border-radius: 0.25rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  /* line 11355, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .list-group.list-group-horizontal-md .list-group-item:first-child {
    border-radius: 0.25rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 11360, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .list-group.list-group-horizontal-md .list-group-item:last-child {
    border-radius: 0.25rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  /* line 11368, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .list-group.list-group-horizontal-lg .list-group-item:first-child {
    border-radius: 0.25rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 11373, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .list-group.list-group-horizontal-lg .list-group-item:last-child {
    border-radius: 0.25rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  /* line 11381, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .list-group.list-group-horizontal-xl .list-group-item:first-child {
    border-radius: 0.25rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 11386, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .list-group.list-group-horizontal-xl .list-group-item:last-child {
    border-radius: 0.25rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-left-width: 1px;
  }
}

@media (min-width: 1400px) {
  /* line 11394, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .list-group.list-group-horizontal-xxl .list-group-item:first-child {
    border-radius: 0.25rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 11399, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .list-group.list-group-horizontal-xxl .list-group-item:last-child {
    border-radius: 0.25rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-left-width: 1px;
  }
}

/* line 11407, app/assets/stylesheets/css/rtl/core.css */
.navbar {
  z-index: 2;
}

/* line 11410, app/assets/stylesheets/css/rtl/core.css */
.navbar .dropdown:focus,
.navbar .dropdown-toggle:focus {
  outline: 0;
}

/* line 11414, app/assets/stylesheets/css/rtl/core.css */
.navbar .navbar-toggler:focus {
  box-shadow: none;
}

/* line 11418, app/assets/stylesheets/css/rtl/core.css */
.fixed-top {
  z-index: 1030;
}

/* line 11422, app/assets/stylesheets/css/rtl/core.css */
.navbar.navbar-light {
  color: rgba(38, 60, 85, 0.5);
}

/* line 11426, app/assets/stylesheets/css/rtl/core.css */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(38, 60, 85, 0.3) !important;
}

/* line 11430, app/assets/stylesheets/css/rtl/core.css */
.navbar.navbar-dark {
  color: rgba(255, 255, 255, 0.8);
}

/* line 11434, app/assets/stylesheets/css/rtl/core.css */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.4) !important;
}

/* line 11438, app/assets/stylesheets/css/rtl/core.css */
.navbar-collapse,
.navbar-brand,
.navbar-text {
  flex-shrink: 1;
}

/* line 11444, app/assets/stylesheets/css/rtl/core.css */
.navbar-dark hr {
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 11448, app/assets/stylesheets/css/rtl/core.css */
.navbar-light hr {
  border-color: rgba(38, 60, 85, 0.1);
}

/* line 11452, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .navbar-nav {
  padding-right: 0;
}

/* line 11455, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .navbar-brand {
  margin-right: 0;
}

/* line 11459, app/assets/stylesheets/css/rtl/core.css */
.mega-dropdown .dropdown-toggle {
  outline: 0;
  box-shadow: none;
}

/* line 11463, app/assets/stylesheets/css/rtl/core.css */
.mega-dropdown .dropdown-menu {
  width: 100%;
}

/* line 11467, app/assets/stylesheets/css/rtl/core.css */
.card.card-border-shadow-secondary::after {
  border-bottom-color: #c3ccd7;
}

/* line 11470, app/assets/stylesheets/css/rtl/core.css */
.card.card-border-shadow-secondary:hover::after {
  border-bottom-color: #8a8a88;
}

/* line 11474, app/assets/stylesheets/css/rtl/core.css */
.card.card-hover-border-secondary:hover,
.card .card-hover-border-secondary:hover {
  border-color: #c6cfd9;
}

/* line 11479, app/assets/stylesheets/css/rtl/core.css */
.card.card-border-shadow-success::after {
  border-bottom-color: #b0f0d0;
}

/* line 11482, app/assets/stylesheets/css/rtl/core.css */
.card.card-border-shadow-success:hover::after {
  border-bottom-color: #39da8a;
}

/* line 11486, app/assets/stylesheets/css/rtl/core.css */
.card.card-hover-border-success:hover,
.card .card-hover-border-success:hover {
  border-color: #b4f1d3;
}

/* line 11491, app/assets/stylesheets/css/rtl/core.css */
.card.card-border-shadow-info::after {
  border-bottom-color: #99ecf1;
}

/* line 11494, app/assets/stylesheets/css/rtl/core.css */
.card.card-border-shadow-info:hover::after {
  border-bottom-color: #00cfdd;
}

/* line 11498, app/assets/stylesheets/css/rtl/core.css */
.card.card-hover-border-info:hover,
.card .card-hover-border-info:hover {
  border-color: #9eedf2;
}

/* line 11503, app/assets/stylesheets/css/rtl/core.css */
.card.card-border-shadow-warning::after {
  border-bottom-color: #fedeb3;
}

/* line 11506, app/assets/stylesheets/css/rtl/core.css */
.card.card-border-shadow-warning:hover::after {
  border-bottom-color: #fdac41;
}

/* line 11510, app/assets/stylesheets/css/rtl/core.css */
.card.card-hover-border-warning:hover,
.card .card-hover-border-warning:hover {
  border-color: #fedfb7;
}

/* line 11515, app/assets/stylesheets/css/rtl/core.css */
.card.card-border-shadow-danger::after {
  border-bottom-color: #ffbdbe;
}

/* line 11518, app/assets/stylesheets/css/rtl/core.css */
.card.card-border-shadow-danger:hover::after {
  border-bottom-color: #ff5b5c;
}

/* line 11522, app/assets/stylesheets/css/rtl/core.css */
.card.card-hover-border-danger:hover,
.card .card-hover-border-danger:hover {
  border-color: #ffc1c1;
}

/* line 11527, app/assets/stylesheets/css/rtl/core.css */
.card.card-border-shadow-light::after {
  border-bottom-color: #f5f6f8;
}

/* line 11530, app/assets/stylesheets/css/rtl/core.css */
.card.card-border-shadow-light:hover::after {
  border-bottom-color: #e5e9ed;
}

/* line 11534, app/assets/stylesheets/css/rtl/core.css */
.card.card-hover-border-light:hover,
.card .card-hover-border-light:hover {
  border-color: #f5f7f8;
}

/* line 11539, app/assets/stylesheets/css/rtl/core.css */
.card.card-border-shadow-dark::after {
  border-bottom-color: #b6bbc1;
}

/* line 11542, app/assets/stylesheets/css/rtl/core.css */
.card.card-border-shadow-dark:hover::after {
  border-bottom-color: #495563;
}

/* line 11546, app/assets/stylesheets/css/rtl/core.css */
.card.card-hover-border-dark:hover,
.card .card-hover-border-dark:hover {
  border-color: #babec4;
}

/* line 11551, app/assets/stylesheets/css/rtl/core.css */
.card.card-border-shadow-gray::after {
  border-bottom-color: rgba(216, 220, 224, 0.8);
}

/* line 11554, app/assets/stylesheets/css/rtl/core.css */
.card.card-border-shadow-gray:hover::after {
  border-bottom-color: rgba(38, 60, 85, 0.5);
}

/* line 11558, app/assets/stylesheets/css/rtl/core.css */
.card.card-hover-border-gray:hover,
.card .card-hover-border-gray:hover {
  border-color: rgba(218, 222, 226, 0.81);
}

/* line 11563, app/assets/stylesheets/css/rtl/core.css */
.card {
  background-clip: padding-box;
  box-shadow: 0 2px 14px rgba(38, 60, 85, 0.16);
}

/* line 11567, app/assets/stylesheets/css/rtl/core.css */
.card .card-link {
  display: inline-block;
}

/* line 11570, app/assets/stylesheets/css/rtl/core.css */
.card .card-header + .card-body,
.card .card-header + .card-content > .card-body:first-of-type {
  padding-top: 0;
}

/* line 11574, app/assets/stylesheets/css/rtl/core.css */
.card[class*=card-border-shadow-] {
  position: relative;
  border-bottom: none;
  transition: all 0.2s ease-in-out;
  z-index: 1;
}

/* line 11580, app/assets/stylesheets/css/rtl/core.css */
.card[class*=card-border-shadow-]::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-radius: 0.3125rem;
  transition: all 0.2s ease-in-out;
  z-index: -1;
}

/* line 11593, app/assets/stylesheets/css/rtl/core.css */
.card[class*=card-border-shadow-]:hover {
  box-shadow: 0 0.25rem 1rem rgba(147, 158, 170, 0.45);
}

/* line 11596, app/assets/stylesheets/css/rtl/core.css */
.card[class*=card-border-shadow-]:hover::after {
  border-bottom-width: 3px;
}

/* line 11599, app/assets/stylesheets/css/rtl/core.css */
.card[class*=card-hover-border-] {
  border-width: 1px;
}

/* line 11603, app/assets/stylesheets/css/rtl/core.css */
.card-action.card-fullscreen {
  display: block;
  z-index: 9999;
  position: fixed;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: auto;
  border: none;
  border-radius: 0;
}

/* line 11617, app/assets/stylesheets/css/rtl/core.css */
.card-action .card-alert {
  position: absolute;
  width: 100%;
  z-index: 999;
}

/* line 11622, app/assets/stylesheets/css/rtl/core.css */
.card-action .card-alert .alert {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

/* line 11626, app/assets/stylesheets/css/rtl/core.css */
.card-action .card-header.collapsed {
  border-bottom: 0;
}

/* line 11629, app/assets/stylesheets/css/rtl/core.css */
.card-action .card-header {
  display: flex;
  line-height: 1.54;
}

/* line 11633, app/assets/stylesheets/css/rtl/core.css */
.card-action .card-header .card-action-title {
  flex-grow: 1;
  margin-right: 0.5rem;
}

/* line 11637, app/assets/stylesheets/css/rtl/core.css */
.card-action .card-header .card-action-element {
  flex-shrink: 0;
  background-color: inherit;
  top: 1rem;
  right: 1.5rem;
  color: #677788;
}

/* line 11644, app/assets/stylesheets/css/rtl/core.css */
.card-action .card-header .card-action-element a {
  color: #677788;
}

/* line 11647, app/assets/stylesheets/css/rtl/core.css */
.card-action .card-header .card-action-element a .collapse-icon::after {
  margin-top: -0.15rem;
}

/* line 11650, app/assets/stylesheets/css/rtl/core.css */
.card-action .blockUI .sk-fold {
  margin: 0 auto;
}

/* line 11653, app/assets/stylesheets/css/rtl/core.css */
.card-action .blockUI h5, .card-action .blockUI .h5 {
  color: #677788;
  margin: 1rem 0 0 0;
}

/* line 11658, app/assets/stylesheets/css/rtl/core.css */
.card-header,
.card-footer {
  border-color: #e9ecee;
}

/* line 11663, app/assets/stylesheets/css/rtl/core.css */
.card hr {
  color: #e9ecee;
}

/* line 11667, app/assets/stylesheets/css/rtl/core.css */
.card .row-bordered > [class*=" col "] .card .row-bordered > [class$=" col"], .card .row-bordered > [class*=" col "]::before, .card .row-bordered > [class*=" col "]::after,
.card .row-bordered > [class^="col "] .card .row-bordered > [class$=" col"],
.card .row-bordered > [class^="col "]::before,
.card .row-bordered > [class^="col "]::after,
.card .row-bordered > [class*=" col-"] .card .row-bordered > [class$=" col"],
.card .row-bordered > [class*=" col-"]::before,
.card .row-bordered > [class*=" col-"]::after,
.card .row-bordered > [class^=col-] .card .row-bordered > [class$=" col"],
.card .row-bordered > [class^=col-]::before,
.card .row-bordered > [class^=col-]::after,
.card .row-bordered > [class=col] .card .row-bordered > [class$=" col"],
.card .row-bordered > [class=col]::before,
.card .row-bordered > [class=col]::after {
  border-color: #e9ecee;
}

/* line 11683, app/assets/stylesheets/css/rtl/core.css */
.card-header.header-elements,
.card-title.header-elements {
  display: flex;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
}

/* line 11691, app/assets/stylesheets/css/rtl/core.css */
.card-header.card-header-elements {
  padding-top: 0.6875rem;
  padding-bottom: 0.6875rem;
}

/* line 11695, app/assets/stylesheets/css/rtl/core.css */
.card-header .card-header-elements {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

/* line 11700, app/assets/stylesheets/css/rtl/core.css */
.card-header-elements,
.card-title-elements {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

/* line 11706, app/assets/stylesheets/css/rtl/core.css */
.card-header-elements + .card-header-elements,
.card-header-elements > * + *,
.card-header-elements + .card-title-elements,
.card-title-elements > * + *,
.card-title-elements + .card-header-elements,
.card-title-elements + .card-title-elements {
  margin-left: 0.25rem;
}

/* line 11714, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .card-header-elements + .card-header-elements,
[dir=rtl] .card-header-elements > * + *,
[dir=rtl] .card-header-elements + .card-title-elements,
[dir=rtl] .card-title-elements > * + *,
[dir=rtl] .card-title-elements + .card-header-elements,
[dir=rtl] .card-title-elements + .card-title-elements {
  margin-left: 0;
  margin-right: 0.25rem;
}

/* line 11724, app/assets/stylesheets/css/rtl/core.css */
.card-title:not(.h3):not(.h6):not(.h6):not(h6):not(.h5):not(.h5):not(h5):not(.h4):not(.h4):not(h4):not(.h3):not(h3):not(.h2):not(.h2):not(h2):not(.h1):not(.h1):not(h1) {
  color: #677788;
}

/* line 11728, app/assets/stylesheets/css/rtl/core.css */
.card-img-left {
  border-top-left-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

@media (max-width: 767.98px) {
  /* line 11735, app/assets/stylesheets/css/rtl/core.css */
  .card-img-left {
    border-top-left-radius: 0.3125rem;
    border-top-right-radius: 0.3125rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}

/* line 11743, app/assets/stylesheets/css/rtl/core.css */
.card-img-right {
  border-top-right-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

@media (max-width: 767.98px) {
  /* line 11750, app/assets/stylesheets/css/rtl/core.css */
  .card-img-right {
    border-bottom-right-radius: 0.3125rem;
    border-bottom-left-radius: 0.3125rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

/* line 11758, app/assets/stylesheets/css/rtl/core.css */
.card > .list-group .list-group-item {
  padding-left: 1.375rem;
  padding-right: 1.375rem;
}

/* line 11763, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .card .card-separator {
  border-right: 1px solid #d4d8dd;
}

/* line 11766, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .card .card-separator {
  border-left: 1px solid #d4d8dd;
}

@media (max-width: 991.98px) {
  /* line 11771, app/assets/stylesheets/css/rtl/core.css */
  .card .card-widget-separator-wrapper .card-widget-separator .card-widget-2.border-end {
    border-right: none !important;
    border-left: none !important;
  }
}

@media (max-width: 575.98px) {
  /* line 11777, app/assets/stylesheets/css/rtl/core.css */
  .card .card-widget-separator-wrapper .card-widget-separator .card-widget-1.border-end,
.card .card-widget-separator-wrapper .card-widget-separator .card-widget-2.border-end,
.card .card-widget-separator-wrapper .card-widget-separator .card-widget-3.border-end {
    border-right: none !important;
    border-left: none !important;
    border-bottom: 1px solid #d4d8dd;
  }
}

@media (max-width: 767.98px) {
  /* line 11787, app/assets/stylesheets/css/rtl/core.css */
  .card .card-separator {
    border-bottom: 1px solid #d4d8dd;
    padding-bottom: 1.375rem;
  }
  /* line 11791, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .card .card-separator {
    border-right-width: 0 !important;
  }
  /* line 11794, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .card .card-separator {
    border-left-width: 0 !important;
  }
}

/* line 11798, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .card-link + .card-link {
  margin-right: 1.375rem;
  margin-left: 0;
}

/* line 11802, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .card-action .card-header .card-action-title {
  margin-left: 0.5rem;
  margin-right: 0;
}

/* line 11806, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .card-action .card-header .card-action-element,
[dir=rtl] .card-action .card-header .card-action-element-toggle {
  left: 1.5rem;
  right: auto;
}

/* line 11811, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .card-img-left {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem;
}

@media (max-width: 767.98px) {
  /* line 11818, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .card-img-left {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0.3125rem;
    border-bottom-left-radius: 0.3125rem;
  }
}

/* line 11825, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .card-img-right {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem;
}

@media (max-width: 767.98px) {
  /* line 11832, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .card-img-right {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0.3125rem;
    border-top-right-radius: 0.3125rem;
  }
}

@media (min-width: 576px) {
  /* line 11840, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .card-group > .card {
    border: 0 solid #d4d8dd;
    border-radius: 0.3125rem;
  }
  /* line 11844, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .card-group > .card .card-img-top,
[dir=rtl] .card-group > .card .card-header:first-child {
    border-top-left-radius: 0.3125rem;
    border-top-right-radius: 0.3125rem;
  }
  /* line 11849, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .card-group > .card .card-img-bottom,
[dir=rtl] .card-group > .card .card-footer:last-child {
    border-bottom-right-radius: 0.3125rem;
    border-bottom-left-radius: 0.3125rem;
  }
  /* line 11854, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .card-group > .card + .card {
    border-right: 0;
  }
  /* line 11857, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .card-group > .card:not(:first-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 11861, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .card-group > .card:not(:first-child) .card-img-top,
[dir=rtl] .card-group > .card:not(:first-child) .card-header {
    border-top-right-radius: 0;
  }
  /* line 11865, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .card-group > .card:not(:first-child) .card-img-bottom,
[dir=rtl] .card-group > .card:not(:first-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 11869, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .card-group > .card:not(:last-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 11873, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .card-group > .card:not(:last-child) .card-img-top,
[dir=rtl] .card-group > .card:not(:last-child) .card-header {
    border-top-left-radius: 0;
  }
  /* line 11877, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .card-group > .card:not(:last-child) .card-img-bottom,
[dir=rtl] .card-group > .card:not(:last-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

/* line 11883, app/assets/stylesheets/css/rtl/core.css */
.accordion.accordion-header-secondary .accordion-item.active .accordion-button {
  color: #8a8a88 !important;
}

/* line 11886, app/assets/stylesheets/css/rtl/core.css */
.accordion.accordion-header-secondary .accordion-item.active .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='m1.532 12 6.182-6-6.182-6L0 1.487 4.65 6 0 10.513z'/%3E%3C/defs%3E%3Cg transform='translate%282.571%29' fill='none' fill-rule='evenodd'%3E%3Cuse fill='%238a8a88' xlink:href='%23a'/%3E%3Cuse fill-opacity='.1' xlink:href='%23a'/%3E%3C/g%3E%3C/svg%3E%0A");
}

/* line 11890, app/assets/stylesheets/css/rtl/core.css */
.accordion.accordion-header-success .accordion-item.active .accordion-button {
  color: #39da8a !important;
}

/* line 11893, app/assets/stylesheets/css/rtl/core.css */
.accordion.accordion-header-success .accordion-item.active .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='m1.532 12 6.182-6-6.182-6L0 1.487 4.65 6 0 10.513z'/%3E%3C/defs%3E%3Cg transform='translate%282.571%29' fill='none' fill-rule='evenodd'%3E%3Cuse fill='%2339da8a' xlink:href='%23a'/%3E%3Cuse fill-opacity='.1' xlink:href='%23a'/%3E%3C/g%3E%3C/svg%3E%0A");
}

/* line 11897, app/assets/stylesheets/css/rtl/core.css */
.accordion.accordion-header-info .accordion-item.active .accordion-button {
  color: #00cfdd !important;
}

/* line 11900, app/assets/stylesheets/css/rtl/core.css */
.accordion.accordion-header-info .accordion-item.active .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='m1.532 12 6.182-6-6.182-6L0 1.487 4.65 6 0 10.513z'/%3E%3C/defs%3E%3Cg transform='translate%282.571%29' fill='none' fill-rule='evenodd'%3E%3Cuse fill='%2300cfdd' xlink:href='%23a'/%3E%3Cuse fill-opacity='.1' xlink:href='%23a'/%3E%3C/g%3E%3C/svg%3E%0A");
}

/* line 11904, app/assets/stylesheets/css/rtl/core.css */
.accordion.accordion-header-warning .accordion-item.active .accordion-button {
  color: #fdac41 !important;
}

/* line 11907, app/assets/stylesheets/css/rtl/core.css */
.accordion.accordion-header-warning .accordion-item.active .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='m1.532 12 6.182-6-6.182-6L0 1.487 4.65 6 0 10.513z'/%3E%3C/defs%3E%3Cg transform='translate%282.571%29' fill='none' fill-rule='evenodd'%3E%3Cuse fill='%23fdac41' xlink:href='%23a'/%3E%3Cuse fill-opacity='.1' xlink:href='%23a'/%3E%3C/g%3E%3C/svg%3E%0A");
}

/* line 11911, app/assets/stylesheets/css/rtl/core.css */
.accordion.accordion-header-danger .accordion-item.active .accordion-button {
  color: #ff5b5c !important;
}

/* line 11914, app/assets/stylesheets/css/rtl/core.css */
.accordion.accordion-header-danger .accordion-item.active .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='m1.532 12 6.182-6-6.182-6L0 1.487 4.65 6 0 10.513z'/%3E%3C/defs%3E%3Cg transform='translate%282.571%29' fill='none' fill-rule='evenodd'%3E%3Cuse fill='%23ff5b5c' xlink:href='%23a'/%3E%3Cuse fill-opacity='.1' xlink:href='%23a'/%3E%3C/g%3E%3C/svg%3E%0A");
}

/* line 11918, app/assets/stylesheets/css/rtl/core.css */
.accordion.accordion-header-light .accordion-item.active .accordion-button {
  color: #e5e9ed !important;
}

/* line 11921, app/assets/stylesheets/css/rtl/core.css */
.accordion.accordion-header-light .accordion-item.active .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='m1.532 12 6.182-6-6.182-6L0 1.487 4.65 6 0 10.513z'/%3E%3C/defs%3E%3Cg transform='translate%282.571%29' fill='none' fill-rule='evenodd'%3E%3Cuse fill='%23e5e9ed' xlink:href='%23a'/%3E%3Cuse fill-opacity='.1' xlink:href='%23a'/%3E%3C/g%3E%3C/svg%3E%0A");
}

/* line 11925, app/assets/stylesheets/css/rtl/core.css */
.accordion.accordion-header-dark .accordion-item.active .accordion-button {
  color: #495563 !important;
}

/* line 11928, app/assets/stylesheets/css/rtl/core.css */
.accordion.accordion-header-dark .accordion-item.active .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='m1.532 12 6.182-6-6.182-6L0 1.487 4.65 6 0 10.513z'/%3E%3C/defs%3E%3Cg transform='translate%282.571%29' fill='none' fill-rule='evenodd'%3E%3Cuse fill='%23495563' xlink:href='%23a'/%3E%3Cuse fill-opacity='.1' xlink:href='%23a'/%3E%3C/g%3E%3C/svg%3E%0A");
}

/* line 11932, app/assets/stylesheets/css/rtl/core.css */
.accordion.accordion-header-gray .accordion-item.active .accordion-button {
  color: rgba(38, 60, 85, 0.5) !important;
}

/* line 11935, app/assets/stylesheets/css/rtl/core.css */
.accordion.accordion-header-gray .accordion-item.active .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='m1.532 12 6.182-6-6.182-6L0 1.487 4.65 6 0 10.513z'/%3E%3C/defs%3E%3Cg transform='translate%282.571%29' fill='none' fill-rule='evenodd'%3E%3Cuse fill='rgba%2838, 60, 85, 0.5%29' xlink:href='%23a'/%3E%3Cuse fill-opacity='.1' xlink:href='%23a'/%3E%3C/g%3E%3C/svg%3E%0A");
}

/* line 11939, app/assets/stylesheets/css/rtl/core.css */
.accordion-arrow-left .accordion-button.collapsed:focus {
  box-shadow: none;
}

/* line 11942, app/assets/stylesheets/css/rtl/core.css */
.accordion-arrow-left .accordion-item {
  border: 0;
}

/* line 11945, app/assets/stylesheets/css/rtl/core.css */
.accordion-arrow-left .accordion-button {
  padding: var(--bs-accordion-btn-padding-y) 0;
}

/* line 11948, app/assets/stylesheets/css/rtl/core.css */
.accordion-arrow-left .accordion-button::after {
  content: "";
  display: none;
}

/* line 11952, app/assets/stylesheets/css/rtl/core.css */
.accordion-arrow-left .accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: none;
}

/* line 11957, app/assets/stylesheets/css/rtl/core.css */
.accordion-arrow-left .accordion-button:not(.collapsed)::before {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}

/* line 11961, app/assets/stylesheets/css/rtl/core.css */
.accordion-arrow-left .accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: none;
}

/* line 11965, app/assets/stylesheets/css/rtl/core.css */
.accordion-arrow-left .accordion-button::before {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: 0;
  margin-right: 1.1rem;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 11978, app/assets/stylesheets/css/rtl/core.css */
  .accordion-arrow-left .accordion-button::before {
    transition: none;
  }
}

/* line 11983, app/assets/stylesheets/css/rtl/core.css */
.accordion-header + .accordion-collapse .accordion-body {
  padding-top: 0;
}

/* line 11987, app/assets/stylesheets/css/rtl/core.css */
.accordion.accordion-without-arrow .accordion-button::after {
  background-image: none !important;
}

/* line 11990, app/assets/stylesheets/css/rtl/core.css */
.accordion .accordion-item.active {
  box-shadow: 0 0.25rem 1rem rgba(147, 158, 170, 0.45);
}

/* line 11994, app/assets/stylesheets/css/rtl/core.css */
.card.accordion-item {
  box-shadow: none;
}

/* line 11998, app/assets/stylesheets/css/rtl/core.css */
.accordion-button.collapsed:focus {
  box-shadow: none;
}

/* line 12002, app/assets/stylesheets/css/rtl/core.css */
.accordion-button {
  box-shadow: none;
}

/* line 12006, app/assets/stylesheets/css/rtl/core.css */
.accordion-header {
  line-height: 1.54;
}

/* line 12010, app/assets/stylesheets/css/rtl/core.css */
.accordion-item:not(:first-of-type) {
  border-top: 0 solid #d4d8dd;
}

/* line 12014, app/assets/stylesheets/css/rtl/core.css */
.accordion-button {
  font-weight: inherit;
  border-top-left-radius: 0.3125rem;
  border-top-right-radius: 0.3125rem;
}

/* line 12019, app/assets/stylesheets/css/rtl/core.css */
.accordion-button.collapsed {
  border-radius: 0.3125rem;
}

/* line 12023, app/assets/stylesheets/css/rtl/core.css */
.accordion > .card:not(:last-of-type) {
  border-radius: 0.3125rem !important;
  margin-bottom: 0.5rem;
}

/* line 12028, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .accordion-arrow-left .accordion-button::before {
  margin-left: 1.1rem;
  margin-right: 0;
}

/* line 12032, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .accordion-button {
  text-align: right;
}

/* line 12035, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .accordion-button::after {
  margin-left: 0;
  margin-right: auto;
  transform: rotate(180deg);
}

/* line 12040, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .accordion-button:not(.collapsed)::after {
  transform: rotate(90deg);
}

/* line 12044, app/assets/stylesheets/css/rtl/core.css */
.close:focus {
  outline: 0;
}

/* line 12048, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .close {
  float: left;
}

/* line 12052, app/assets/stylesheets/css/rtl/core.css */
.toast .toast-header.bg-secondary,
.bs-toast .toast-header.bg-secondary {
  background-color: #8a8a88;
  color: #fff;
}

/* line 12058, app/assets/stylesheets/css/rtl/core.css */
.toast .toast-header.bg-success,
.bs-toast .toast-header.bg-success {
  background-color: #39da8a;
  color: #fff;
}

/* line 12064, app/assets/stylesheets/css/rtl/core.css */
.toast .toast-header.bg-info,
.bs-toast .toast-header.bg-info {
  background-color: #00cfdd;
  color: #fff;
}

/* line 12070, app/assets/stylesheets/css/rtl/core.css */
.toast .toast-header.bg-warning,
.bs-toast .toast-header.bg-warning {
  background-color: #fdac41;
  color: #fff;
}

/* line 12076, app/assets/stylesheets/css/rtl/core.css */
.toast .toast-header.bg-danger,
.bs-toast .toast-header.bg-danger {
  background-color: #ff5b5c;
  color: #fff;
}

/* line 12082, app/assets/stylesheets/css/rtl/core.css */
.toast .toast-header.bg-light,
.bs-toast .toast-header.bg-light {
  background-color: #e5e9ed;
  color: #263c55;
}

/* line 12088, app/assets/stylesheets/css/rtl/core.css */
.toast .toast-header.bg-dark,
.bs-toast .toast-header.bg-dark {
  background-color: #495563;
  color: #fff;
}

/* line 12094, app/assets/stylesheets/css/rtl/core.css */
.toast .toast-header.bg-gray,
.bs-toast .toast-header.bg-gray {
  background-color: rgba(38, 60, 85, 0.5);
  color: #fff;
}

/* line 12100, app/assets/stylesheets/css/rtl/core.css */
.toast.bs-toast {
  z-index: 1095;
  background-color: rgba(255, 255, 255, 0.85);
}

/* line 12105, app/assets/stylesheets/css/rtl/core.css */
.toast-container {
  --bs-toast-zindex: 9;
}

/* line 12109, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .toast-header .btn-close {
  padding: 0.435rem;
  font-size: 0.7rem;
  background-color: #fff;
  margin-left: -0.5rem;
  margin-right: 1rem;
}

/* line 12116, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .toast-body {
  padding: 0.625rem 1rem;
}

/* line 12120, app/assets/stylesheets/css/rtl/core.css */
.toast.bs-toast .toast-header:not([class*=bg-]) .btn-close {
  background-color: #e9ecee;
}

/* line 12124, app/assets/stylesheets/css/rtl/core.css */
.toast-ex {
  position: fixed;
  top: 4.1rem;
  right: 0.5rem;
}

/* line 12129, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .toast-ex {
  left: 0.5rem;
  right: auto;
}

/* line 12134, app/assets/stylesheets/css/rtl/core.css */
.toast-placement-ex {
  position: fixed;
}

/* line 12138, app/assets/stylesheets/css/rtl/core.css */
.carousel .carousel-item.active h1,
.carousel .carousel-item.active .h1,
.carousel .carousel-item.active h2,
.carousel .carousel-item.active .h2,
.carousel .carousel-item.active h3,
.carousel .carousel-item.active .h3,
.carousel .carousel-item.active h4,
.carousel .carousel-item.active .h4,
.carousel .carousel-item.active h5,
.carousel .carousel-item.active .h5,
.carousel .carousel-item.active h6,
.carousel .carousel-item.active .h6,
.carousel .carousel-item.carousel-item-start h1,
.carousel .carousel-item.carousel-item-start .h1,
.carousel .carousel-item.carousel-item-start h2,
.carousel .carousel-item.carousel-item-start .h2,
.carousel .carousel-item.carousel-item-start h3,
.carousel .carousel-item.carousel-item-start .h3,
.carousel .carousel-item.carousel-item-start h4,
.carousel .carousel-item.carousel-item-start .h4,
.carousel .carousel-item.carousel-item-start h5,
.carousel .carousel-item.carousel-item-start .h5,
.carousel .carousel-item.carousel-item-start h6,
.carousel .carousel-item.carousel-item-start .h6 {
  color: #fff;
}

/* line 12165, app/assets/stylesheets/css/rtl/core.css */
.carousel.carousel-dark .carousel-item.active h1,
.carousel.carousel-dark .carousel-item.active .h1,
.carousel.carousel-dark .carousel-item.active h2,
.carousel.carousel-dark .carousel-item.active .h2,
.carousel.carousel-dark .carousel-item.active h3,
.carousel.carousel-dark .carousel-item.active .h3,
.carousel.carousel-dark .carousel-item.active h4,
.carousel.carousel-dark .carousel-item.active .h4,
.carousel.carousel-dark .carousel-item.active h5,
.carousel.carousel-dark .carousel-item.active .h5,
.carousel.carousel-dark .carousel-item.active h6,
.carousel.carousel-dark .carousel-item.active .h6,
.carousel.carousel-dark .carousel-item.carousel-item-start h1,
.carousel.carousel-dark .carousel-item.carousel-item-start .h1,
.carousel.carousel-dark .carousel-item.carousel-item-start h2,
.carousel.carousel-dark .carousel-item.carousel-item-start .h2,
.carousel.carousel-dark .carousel-item.carousel-item-start h3,
.carousel.carousel-dark .carousel-item.carousel-item-start .h3,
.carousel.carousel-dark .carousel-item.carousel-item-start h4,
.carousel.carousel-dark .carousel-item.carousel-item-start .h4,
.carousel.carousel-dark .carousel-item.carousel-item-start h5,
.carousel.carousel-dark .carousel-item.carousel-item-start .h5,
.carousel.carousel-dark .carousel-item.carousel-item-start h6,
.carousel.carousel-dark .carousel-item.carousel-item-start .h6 {
  color: #263c55;
}

/* line 12192, app/assets/stylesheets/css/rtl/core.css */
.spinner-border-lg {
  width: 3rem;
  height: 3rem;
  border-width: 0.3em;
}

/* line 12198, app/assets/stylesheets/css/rtl/core.css */
.spinner-grow-lg {
  width: 3rem;
  height: 3rem;
  border-width: 0.3em;
}

/* line 12204, app/assets/stylesheets/css/rtl/core.css */
.btn .spinner-border,
.btn .spinner-grow {
  position: relative;
  top: -0.0625rem;
  height: 1em;
  width: 1em;
}

/* line 12211, app/assets/stylesheets/css/rtl/core.css */
.btn .spinner-border {
  border-width: 0.15em;
}

@keyframes spinner-border-rtl {
  to {
    transform: rotate(-360deg);
  }
}

/* line 12230, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .spinner-border {
  animation-name: spinner-border-rtl;
}

/* line 12234, app/assets/stylesheets/css/rtl/core.css */
.offcanvas {
  box-shadow: 0 0.125rem 1.25rem 0 rgba(38, 60, 85, 0.6);
}

/* line 12238, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .offcanvas-header .btn-close {
  margin: -0.75rem auto -0.75rem -0.75rem;
}

/* line 12241, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .offcanvas-start {
  left: auto;
  right: 0;
  transform: translateX(100%);
}

/* line 12246, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .offcanvas-end {
  right: auto;
  left: 0;
  transform: translateX(-100%);
}

/* line 12252, app/assets/stylesheets/css/rtl/core.css */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 12256, app/assets/stylesheets/css/rtl/core.css */
.align-top {
  vertical-align: top !important;
}

/* line 12260, app/assets/stylesheets/css/rtl/core.css */
.align-middle {
  vertical-align: middle !important;
}

/* line 12264, app/assets/stylesheets/css/rtl/core.css */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 12268, app/assets/stylesheets/css/rtl/core.css */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 12272, app/assets/stylesheets/css/rtl/core.css */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 12276, app/assets/stylesheets/css/rtl/core.css */
.object-fit-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

/* line 12280, app/assets/stylesheets/css/rtl/core.css */
.object-fit-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

/* line 12284, app/assets/stylesheets/css/rtl/core.css */
.object-fit-fill {
  -o-object-fit: fill !important;
     object-fit: fill !important;
}

/* line 12288, app/assets/stylesheets/css/rtl/core.css */
.object-fit-scale {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

/* line 12292, app/assets/stylesheets/css/rtl/core.css */
.object-fit-none {
  -o-object-fit: none !important;
     object-fit: none !important;
}

/* line 12296, app/assets/stylesheets/css/rtl/core.css */
.opacity-0 {
  opacity: 0 !important;
}

/* line 12300, app/assets/stylesheets/css/rtl/core.css */
.opacity-25 {
  opacity: 0.25 !important;
}

/* line 12304, app/assets/stylesheets/css/rtl/core.css */
.opacity-50 {
  opacity: 0.5 !important;
}

/* line 12308, app/assets/stylesheets/css/rtl/core.css */
.opacity-75 {
  opacity: 0.75 !important;
}

/* line 12312, app/assets/stylesheets/css/rtl/core.css */
.opacity-100 {
  opacity: 1 !important;
}

/* line 12316, app/assets/stylesheets/css/rtl/core.css */
.overflow-auto {
  overflow: auto !important;
}

/* line 12320, app/assets/stylesheets/css/rtl/core.css */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 12324, app/assets/stylesheets/css/rtl/core.css */
.overflow-visible {
  overflow: visible !important;
}

/* line 12328, app/assets/stylesheets/css/rtl/core.css */
.overflow-scroll {
  overflow: scroll !important;
}

/* line 12332, app/assets/stylesheets/css/rtl/core.css */
.d-inline {
  display: inline !important;
}

/* line 12336, app/assets/stylesheets/css/rtl/core.css */
.d-inline-block {
  display: inline-block !important;
}

/* line 12340, app/assets/stylesheets/css/rtl/core.css */
.d-block {
  display: block !important;
}

/* line 12344, app/assets/stylesheets/css/rtl/core.css */
.d-grid {
  display: grid !important;
}

/* line 12348, app/assets/stylesheets/css/rtl/core.css */
.d-table {
  display: table !important;
}

/* line 12352, app/assets/stylesheets/css/rtl/core.css */
.d-table-row {
  display: table-row !important;
}

/* line 12356, app/assets/stylesheets/css/rtl/core.css */
.d-table-cell {
  display: table-cell !important;
}

/* line 12360, app/assets/stylesheets/css/rtl/core.css */
.d-flex {
  display: flex !important;
}

/* line 12364, app/assets/stylesheets/css/rtl/core.css */
.d-inline-flex {
  display: inline-flex !important;
}

/* line 12368, app/assets/stylesheets/css/rtl/core.css */
.d-none {
  display: none !important;
}

/* line 12372, app/assets/stylesheets/css/rtl/core.css */
.shadow {
  box-shadow: 0 0.25rem 1rem rgba(147, 158, 170, 0.45) !important;
}

/* line 12376, app/assets/stylesheets/css/rtl/core.css */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4) !important;
}

/* line 12380, app/assets/stylesheets/css/rtl/core.css */
.shadow-lg {
  box-shadow: 0 0.625rem 1.25rem rgba(147, 158, 170, 0.5) !important;
}

/* line 12384, app/assets/stylesheets/css/rtl/core.css */
.shadow-none {
  box-shadow: none !important;
}

/* line 12388, app/assets/stylesheets/css/rtl/core.css */
.position-static {
  position: static !important;
}

/* line 12392, app/assets/stylesheets/css/rtl/core.css */
.position-relative {
  position: relative !important;
}

/* line 12396, app/assets/stylesheets/css/rtl/core.css */
.position-absolute {
  position: absolute !important;
}

/* line 12400, app/assets/stylesheets/css/rtl/core.css */
.position-fixed {
  position: fixed !important;
}

/* line 12404, app/assets/stylesheets/css/rtl/core.css */
.position-sticky {
  position: sticky !important;
}

/* line 12408, app/assets/stylesheets/css/rtl/core.css */
.top-0 {
  top: 0 !important;
}

/* line 12412, app/assets/stylesheets/css/rtl/core.css */
.top-50 {
  top: 50% !important;
}

/* line 12416, app/assets/stylesheets/css/rtl/core.css */
.top-100 {
  top: 100% !important;
}

/* line 12420, app/assets/stylesheets/css/rtl/core.css */
.bottom-0 {
  bottom: 0 !important;
}

/* line 12424, app/assets/stylesheets/css/rtl/core.css */
.bottom-50 {
  bottom: 50% !important;
}

/* line 12428, app/assets/stylesheets/css/rtl/core.css */
.bottom-100 {
  bottom: 100% !important;
}

/* line 12432, app/assets/stylesheets/css/rtl/core.css */
.border {
  border: 1px solid #d4d8dd !important;
}

/* line 12436, app/assets/stylesheets/css/rtl/core.css */
.border-0 {
  border: 0 !important;
}

/* line 12440, app/assets/stylesheets/css/rtl/core.css */
.border-solid {
  border-style: solid !important;
}

/* line 12444, app/assets/stylesheets/css/rtl/core.css */
.border-dashed {
  border-style: dashed !important;
}

/* line 12448, app/assets/stylesheets/css/rtl/core.css */
.border-none {
  border-style: none !important;
}

/* line 12452, app/assets/stylesheets/css/rtl/core.css */
.border-top {
  border-top: 1px solid #d4d8dd !important;
}

/* line 12456, app/assets/stylesheets/css/rtl/core.css */
.border-top-0 {
  border-top: 0 !important;
}

/* line 12460, app/assets/stylesheets/css/rtl/core.css */
.border-bottom {
  border-bottom: 1px solid #d4d8dd !important;
}

/* line 12464, app/assets/stylesheets/css/rtl/core.css */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 12468, app/assets/stylesheets/css/rtl/core.css */
.border-primary {
  border-color: #ead138 !important;
}

/* line 12472, app/assets/stylesheets/css/rtl/core.css */
.border-secondary {
  border-color: #8a8a88 !important;
}

/* line 12476, app/assets/stylesheets/css/rtl/core.css */
.border-success {
  border-color: #39da8a !important;
}

/* line 12480, app/assets/stylesheets/css/rtl/core.css */
.border-info {
  border-color: #00cfdd !important;
}

/* line 12484, app/assets/stylesheets/css/rtl/core.css */
.border-warning {
  border-color: #fdac41 !important;
}

/* line 12488, app/assets/stylesheets/css/rtl/core.css */
.border-danger {
  border-color: #ff5b5c !important;
}

/* line 12492, app/assets/stylesheets/css/rtl/core.css */
.border-light {
  border-color: rgba(38, 60, 85, 0.1) !important;
}

/* line 12496, app/assets/stylesheets/css/rtl/core.css */
.border-dark {
  border-color: #495563 !important;
}

/* line 12500, app/assets/stylesheets/css/rtl/core.css */
.border-gray {
  border-color: rgba(38, 60, 85, 0.5) !important;
}

/* line 12504, app/assets/stylesheets/css/rtl/core.css */
.border-white {
  border-color: #fff !important;
}

/* line 12508, app/assets/stylesheets/css/rtl/core.css */
.border-transparent {
  border-color: transparent !important;
}

/* line 12512, app/assets/stylesheets/css/rtl/core.css */
.border-label-primary {
  --bs-border-opacity: 0.4;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

/* line 12517, app/assets/stylesheets/css/rtl/core.css */
.border-label-secondary {
  --bs-border-opacity: 0.4;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

/* line 12522, app/assets/stylesheets/css/rtl/core.css */
.border-label-success {
  --bs-border-opacity: 0.4;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

/* line 12527, app/assets/stylesheets/css/rtl/core.css */
.border-label-info {
  --bs-border-opacity: 0.4;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

/* line 12532, app/assets/stylesheets/css/rtl/core.css */
.border-label-warning {
  --bs-border-opacity: 0.4;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

/* line 12537, app/assets/stylesheets/css/rtl/core.css */
.border-label-danger {
  --bs-border-opacity: 0.4;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

/* line 12542, app/assets/stylesheets/css/rtl/core.css */
.border-label-light {
  --bs-border-opacity: 0.4;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

/* line 12547, app/assets/stylesheets/css/rtl/core.css */
.border-label-dark {
  --bs-border-opacity: 0.4;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

/* line 12552, app/assets/stylesheets/css/rtl/core.css */
.border-label-gray {
  --bs-border-opacity: 0.4;
  border-color: rgba(var(--bs-gray-rgb), var(--bs-border-opacity)) !important;
}

/* line 12557, app/assets/stylesheets/css/rtl/core.css */
.border-label-black {
  --bs-border-opacity: 0.4;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

/* line 12562, app/assets/stylesheets/css/rtl/core.css */
.border-label-white {
  --bs-border-opacity: 0.4;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

/* line 12567, app/assets/stylesheets/css/rtl/core.css */
.border-1 {
  border-width: 1px !important;
}

/* line 12571, app/assets/stylesheets/css/rtl/core.css */
.border-2 {
  border-width: 2px !important;
}

/* line 12575, app/assets/stylesheets/css/rtl/core.css */
.border-3 {
  border-width: 3px !important;
}

/* line 12579, app/assets/stylesheets/css/rtl/core.css */
.border-4 {
  border-width: 4px !important;
}

/* line 12583, app/assets/stylesheets/css/rtl/core.css */
.border-5 {
  border-width: 5px !important;
}

/* line 12587, app/assets/stylesheets/css/rtl/core.css */
.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

/* line 12591, app/assets/stylesheets/css/rtl/core.css */
.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

/* line 12595, app/assets/stylesheets/css/rtl/core.css */
.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

/* line 12599, app/assets/stylesheets/css/rtl/core.css */
.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

/* line 12603, app/assets/stylesheets/css/rtl/core.css */
.border-opacity-100 {
  --bs-border-opacity: 1;
}

/* line 12607, app/assets/stylesheets/css/rtl/core.css */
.w-px-20 {
  width: 20px !important;
}

/* line 12611, app/assets/stylesheets/css/rtl/core.css */
.w-px-30 {
  width: 30px !important;
}

/* line 12615, app/assets/stylesheets/css/rtl/core.css */
.w-px-40 {
  width: 40px !important;
}

/* line 12619, app/assets/stylesheets/css/rtl/core.css */
.w-px-50 {
  width: 50px !important;
}

/* line 12623, app/assets/stylesheets/css/rtl/core.css */
.w-px-75 {
  width: 75px !important;
}

/* line 12627, app/assets/stylesheets/css/rtl/core.css */
.w-px-100 {
  width: 100px !important;
}

/* line 12631, app/assets/stylesheets/css/rtl/core.css */
.w-px-150 {
  width: 150px !important;
}

/* line 12635, app/assets/stylesheets/css/rtl/core.css */
.w-px-200 {
  width: 200px !important;
}

/* line 12639, app/assets/stylesheets/css/rtl/core.css */
.w-px-250 {
  width: 250px !important;
}

/* line 12643, app/assets/stylesheets/css/rtl/core.css */
.w-px-300 {
  width: 300px !important;
}

/* line 12647, app/assets/stylesheets/css/rtl/core.css */
.w-px-350 {
  width: 350px !important;
}

/* line 12651, app/assets/stylesheets/css/rtl/core.css */
.w-px-400 {
  width: 400px !important;
}

/* line 12655, app/assets/stylesheets/css/rtl/core.css */
.w-px-500 {
  width: 500px !important;
}

/* line 12659, app/assets/stylesheets/css/rtl/core.css */
.w-px-600 {
  width: 600px !important;
}

/* line 12663, app/assets/stylesheets/css/rtl/core.css */
.w-px-700 {
  width: 700px !important;
}

/* line 12667, app/assets/stylesheets/css/rtl/core.css */
.w-px-800 {
  width: 800px !important;
}

/* line 12671, app/assets/stylesheets/css/rtl/core.css */
.w-auto {
  width: auto !important;
}

/* line 12675, app/assets/stylesheets/css/rtl/core.css */
.w-20 {
  width: 20% !important;
}

/* line 12679, app/assets/stylesheets/css/rtl/core.css */
.w-25 {
  width: 25% !important;
}

/* line 12683, app/assets/stylesheets/css/rtl/core.css */
.w-50 {
  width: 50% !important;
}

/* line 12687, app/assets/stylesheets/css/rtl/core.css */
.w-60 {
  width: 60% !important;
}

/* line 12691, app/assets/stylesheets/css/rtl/core.css */
.w-75 {
  width: 75% !important;
}

/* line 12695, app/assets/stylesheets/css/rtl/core.css */
.w-100 {
  width: 100% !important;
}

/* line 12699, app/assets/stylesheets/css/rtl/core.css */
.mw-100 {
  max-width: 100% !important;
}

/* line 12703, app/assets/stylesheets/css/rtl/core.css */
.vw-100 {
  width: 100vw !important;
}

/* line 12707, app/assets/stylesheets/css/rtl/core.css */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 12711, app/assets/stylesheets/css/rtl/core.css */
.h-px-20 {
  height: 20px !important;
}

/* line 12715, app/assets/stylesheets/css/rtl/core.css */
.h-px-30 {
  height: 30px !important;
}

/* line 12719, app/assets/stylesheets/css/rtl/core.css */
.h-px-40 {
  height: 40px !important;
}

/* line 12723, app/assets/stylesheets/css/rtl/core.css */
.h-px-50 {
  height: 50px !important;
}

/* line 12727, app/assets/stylesheets/css/rtl/core.css */
.h-px-75 {
  height: 75px !important;
}

/* line 12731, app/assets/stylesheets/css/rtl/core.css */
.h-px-100 {
  height: 100px !important;
}

/* line 12735, app/assets/stylesheets/css/rtl/core.css */
.h-px-150 {
  height: 150px !important;
}

/* line 12739, app/assets/stylesheets/css/rtl/core.css */
.h-px-200 {
  height: 200px !important;
}

/* line 12743, app/assets/stylesheets/css/rtl/core.css */
.h-px-250 {
  height: 250px !important;
}

/* line 12747, app/assets/stylesheets/css/rtl/core.css */
.h-px-300 {
  height: 300px !important;
}

/* line 12751, app/assets/stylesheets/css/rtl/core.css */
.h-px-350 {
  height: 350px !important;
}

/* line 12755, app/assets/stylesheets/css/rtl/core.css */
.h-px-400 {
  height: 400px !important;
}

/* line 12759, app/assets/stylesheets/css/rtl/core.css */
.h-px-500 {
  height: 500px !important;
}

/* line 12763, app/assets/stylesheets/css/rtl/core.css */
.h-px-600 {
  height: 600px !important;
}

/* line 12767, app/assets/stylesheets/css/rtl/core.css */
.h-px-700 {
  height: 700px !important;
}

/* line 12771, app/assets/stylesheets/css/rtl/core.css */
.h-px-800 {
  height: 800px !important;
}

/* line 12775, app/assets/stylesheets/css/rtl/core.css */
.h-auto {
  height: auto !important;
}

/* line 12779, app/assets/stylesheets/css/rtl/core.css */
.h-25 {
  height: 25% !important;
}

/* line 12783, app/assets/stylesheets/css/rtl/core.css */
.h-50 {
  height: 50% !important;
}

/* line 12787, app/assets/stylesheets/css/rtl/core.css */
.h-75 {
  height: 75% !important;
}

/* line 12791, app/assets/stylesheets/css/rtl/core.css */
.h-100 {
  height: 100% !important;
}

/* line 12795, app/assets/stylesheets/css/rtl/core.css */
.mh-100 {
  max-height: 100% !important;
}

/* line 12799, app/assets/stylesheets/css/rtl/core.css */
.vh-100 {
  height: 100vh !important;
}

/* line 12803, app/assets/stylesheets/css/rtl/core.css */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 12807, app/assets/stylesheets/css/rtl/core.css */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 12811, app/assets/stylesheets/css/rtl/core.css */
.flex-row {
  flex-direction: row !important;
}

/* line 12815, app/assets/stylesheets/css/rtl/core.css */
.flex-column {
  flex-direction: column !important;
}

/* line 12819, app/assets/stylesheets/css/rtl/core.css */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 12823, app/assets/stylesheets/css/rtl/core.css */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 12827, app/assets/stylesheets/css/rtl/core.css */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 12831, app/assets/stylesheets/css/rtl/core.css */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 12835, app/assets/stylesheets/css/rtl/core.css */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 12839, app/assets/stylesheets/css/rtl/core.css */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 12843, app/assets/stylesheets/css/rtl/core.css */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 12847, app/assets/stylesheets/css/rtl/core.css */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 12851, app/assets/stylesheets/css/rtl/core.css */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 12855, app/assets/stylesheets/css/rtl/core.css */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 12859, app/assets/stylesheets/css/rtl/core.css */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 12863, app/assets/stylesheets/css/rtl/core.css */
.justify-content-center {
  justify-content: center !important;
}

/* line 12867, app/assets/stylesheets/css/rtl/core.css */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 12871, app/assets/stylesheets/css/rtl/core.css */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 12875, app/assets/stylesheets/css/rtl/core.css */
.justify-content-evenly {
  justify-content: space-evenly !important;
}

/* line 12879, app/assets/stylesheets/css/rtl/core.css */
.align-items-start {
  align-items: flex-start !important;
}

/* line 12883, app/assets/stylesheets/css/rtl/core.css */
.align-items-end {
  align-items: flex-end !important;
}

/* line 12887, app/assets/stylesheets/css/rtl/core.css */
.align-items-center {
  align-items: center !important;
}

/* line 12891, app/assets/stylesheets/css/rtl/core.css */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 12895, app/assets/stylesheets/css/rtl/core.css */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 12899, app/assets/stylesheets/css/rtl/core.css */
.align-content-start {
  align-content: flex-start !important;
}

/* line 12903, app/assets/stylesheets/css/rtl/core.css */
.align-content-end {
  align-content: flex-end !important;
}

/* line 12907, app/assets/stylesheets/css/rtl/core.css */
.align-content-center {
  align-content: center !important;
}

/* line 12911, app/assets/stylesheets/css/rtl/core.css */
.align-content-between {
  align-content: space-between !important;
}

/* line 12915, app/assets/stylesheets/css/rtl/core.css */
.align-content-around {
  align-content: space-around !important;
}

/* line 12919, app/assets/stylesheets/css/rtl/core.css */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 12923, app/assets/stylesheets/css/rtl/core.css */
.align-self-auto {
  align-self: auto !important;
}

/* line 12927, app/assets/stylesheets/css/rtl/core.css */
.align-self-start {
  align-self: flex-start !important;
}

/* line 12931, app/assets/stylesheets/css/rtl/core.css */
.align-self-end {
  align-self: flex-end !important;
}

/* line 12935, app/assets/stylesheets/css/rtl/core.css */
.align-self-center {
  align-self: center !important;
}

/* line 12939, app/assets/stylesheets/css/rtl/core.css */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 12943, app/assets/stylesheets/css/rtl/core.css */
.align-self-stretch {
  align-self: stretch !important;
}

/* line 12947, app/assets/stylesheets/css/rtl/core.css */
.order-first {
  order: -1 !important;
}

/* line 12951, app/assets/stylesheets/css/rtl/core.css */
.order-0 {
  order: 0 !important;
}

/* line 12955, app/assets/stylesheets/css/rtl/core.css */
.order-1 {
  order: 1 !important;
}

/* line 12959, app/assets/stylesheets/css/rtl/core.css */
.order-2 {
  order: 2 !important;
}

/* line 12963, app/assets/stylesheets/css/rtl/core.css */
.order-3 {
  order: 3 !important;
}

/* line 12967, app/assets/stylesheets/css/rtl/core.css */
.order-4 {
  order: 4 !important;
}

/* line 12971, app/assets/stylesheets/css/rtl/core.css */
.order-5 {
  order: 5 !important;
}

/* line 12975, app/assets/stylesheets/css/rtl/core.css */
.order-last {
  order: 6 !important;
}

/* line 12979, app/assets/stylesheets/css/rtl/core.css */
.m-0 {
  margin: 0 !important;
}

/* line 12983, app/assets/stylesheets/css/rtl/core.css */
.m-1 {
  margin: 0.25rem !important;
}

/* line 12987, app/assets/stylesheets/css/rtl/core.css */
.m-2 {
  margin: 0.5rem !important;
}

/* line 12991, app/assets/stylesheets/css/rtl/core.css */
.m-3 {
  margin: 1rem !important;
}

/* line 12995, app/assets/stylesheets/css/rtl/core.css */
.m-4 {
  margin: 1.5rem !important;
}

/* line 12999, app/assets/stylesheets/css/rtl/core.css */
.m-5 {
  margin: 3rem !important;
}

/* line 13003, app/assets/stylesheets/css/rtl/core.css */
.m-auto {
  margin: auto !important;
}

/* line 13007, app/assets/stylesheets/css/rtl/core.css */
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* line 13012, app/assets/stylesheets/css/rtl/core.css */
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

/* line 13017, app/assets/stylesheets/css/rtl/core.css */
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

/* line 13022, app/assets/stylesheets/css/rtl/core.css */
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

/* line 13027, app/assets/stylesheets/css/rtl/core.css */
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

/* line 13032, app/assets/stylesheets/css/rtl/core.css */
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

/* line 13037, app/assets/stylesheets/css/rtl/core.css */
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

/* line 13042, app/assets/stylesheets/css/rtl/core.css */
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 13047, app/assets/stylesheets/css/rtl/core.css */
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

/* line 13052, app/assets/stylesheets/css/rtl/core.css */
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

/* line 13057, app/assets/stylesheets/css/rtl/core.css */
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

/* line 13062, app/assets/stylesheets/css/rtl/core.css */
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

/* line 13067, app/assets/stylesheets/css/rtl/core.css */
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

/* line 13072, app/assets/stylesheets/css/rtl/core.css */
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

/* line 13077, app/assets/stylesheets/css/rtl/core.css */
.mt-0 {
  margin-top: 0 !important;
}

/* line 13081, app/assets/stylesheets/css/rtl/core.css */
.mt-1 {
  margin-top: 0.25rem !important;
}

/* line 13085, app/assets/stylesheets/css/rtl/core.css */
.mt-2 {
  margin-top: 0.5rem !important;
}

/* line 13089, app/assets/stylesheets/css/rtl/core.css */
.mt-3 {
  margin-top: 1rem !important;
}

/* line 13093, app/assets/stylesheets/css/rtl/core.css */
.mt-4 {
  margin-top: 1.5rem !important;
}

/* line 13097, app/assets/stylesheets/css/rtl/core.css */
.mt-5 {
  margin-top: 3rem !important;
}

/* line 13101, app/assets/stylesheets/css/rtl/core.css */
.mt-auto {
  margin-top: auto !important;
}

/* line 13105, app/assets/stylesheets/css/rtl/core.css */
.mb-0 {
  margin-bottom: 0 !important;
}

/* line 13109, app/assets/stylesheets/css/rtl/core.css */
.mb-1 {
  margin-bottom: 0.25rem !important;
}

/* line 13113, app/assets/stylesheets/css/rtl/core.css */
.mb-2 {
  margin-bottom: 0.5rem !important;
}

/* line 13117, app/assets/stylesheets/css/rtl/core.css */
.mb-3 {
  margin-bottom: 1rem !important;
}

/* line 13121, app/assets/stylesheets/css/rtl/core.css */
.mb-4 {
  margin-bottom: 1.5rem !important;
}

/* line 13125, app/assets/stylesheets/css/rtl/core.css */
.mb-5 {
  margin-bottom: 3rem !important;
}

/* line 13129, app/assets/stylesheets/css/rtl/core.css */
.mb-auto {
  margin-bottom: auto !important;
}

/* line 13133, app/assets/stylesheets/css/rtl/core.css */
.m-n1 {
  margin: -0.25rem !important;
}

/* line 13137, app/assets/stylesheets/css/rtl/core.css */
.m-n2 {
  margin: -0.5rem !important;
}

/* line 13141, app/assets/stylesheets/css/rtl/core.css */
.m-n3 {
  margin: -1rem !important;
}

/* line 13145, app/assets/stylesheets/css/rtl/core.css */
.m-n4 {
  margin: -1.5rem !important;
}

/* line 13149, app/assets/stylesheets/css/rtl/core.css */
.m-n5 {
  margin: -3rem !important;
}

/* line 13153, app/assets/stylesheets/css/rtl/core.css */
.mx-n1 {
  margin-right: -0.25rem !important;
  margin-left: -0.25rem !important;
}

/* line 13158, app/assets/stylesheets/css/rtl/core.css */
.mx-n2 {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important;
}

/* line 13163, app/assets/stylesheets/css/rtl/core.css */
.mx-n3 {
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}

/* line 13168, app/assets/stylesheets/css/rtl/core.css */
.mx-n4 {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important;
}

/* line 13173, app/assets/stylesheets/css/rtl/core.css */
.mx-n5 {
  margin-right: -3rem !important;
  margin-left: -3rem !important;
}

/* line 13178, app/assets/stylesheets/css/rtl/core.css */
.my-n1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

/* line 13183, app/assets/stylesheets/css/rtl/core.css */
.my-n2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

/* line 13188, app/assets/stylesheets/css/rtl/core.css */
.my-n3 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

/* line 13193, app/assets/stylesheets/css/rtl/core.css */
.my-n4 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

/* line 13198, app/assets/stylesheets/css/rtl/core.css */
.my-n5 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

/* line 13203, app/assets/stylesheets/css/rtl/core.css */
.mt-n1 {
  margin-top: -0.25rem !important;
}

/* line 13207, app/assets/stylesheets/css/rtl/core.css */
.mt-n2 {
  margin-top: -0.5rem !important;
}

/* line 13211, app/assets/stylesheets/css/rtl/core.css */
.mt-n3 {
  margin-top: -1rem !important;
}

/* line 13215, app/assets/stylesheets/css/rtl/core.css */
.mt-n4 {
  margin-top: -1.5rem !important;
}

/* line 13219, app/assets/stylesheets/css/rtl/core.css */
.mt-n5 {
  margin-top: -3rem !important;
}

/* line 13223, app/assets/stylesheets/css/rtl/core.css */
.mb-n1 {
  margin-bottom: -0.25rem !important;
}

/* line 13227, app/assets/stylesheets/css/rtl/core.css */
.mb-n2 {
  margin-bottom: -0.5rem !important;
}

/* line 13231, app/assets/stylesheets/css/rtl/core.css */
.mb-n3 {
  margin-bottom: -1rem !important;
}

/* line 13235, app/assets/stylesheets/css/rtl/core.css */
.mb-n4 {
  margin-bottom: -1.5rem !important;
}

/* line 13239, app/assets/stylesheets/css/rtl/core.css */
.mb-n5 {
  margin-bottom: -3rem !important;
}

/* line 13243, app/assets/stylesheets/css/rtl/core.css */
.p-0 {
  padding: 0 !important;
}

/* line 13247, app/assets/stylesheets/css/rtl/core.css */
.p-1 {
  padding: 0.25rem !important;
}

/* line 13251, app/assets/stylesheets/css/rtl/core.css */
.p-2 {
  padding: 0.5rem !important;
}

/* line 13255, app/assets/stylesheets/css/rtl/core.css */
.p-3 {
  padding: 1rem !important;
}

/* line 13259, app/assets/stylesheets/css/rtl/core.css */
.p-4 {
  padding: 1.5rem !important;
}

/* line 13263, app/assets/stylesheets/css/rtl/core.css */
.p-5 {
  padding: 3rem !important;
}

/* line 13267, app/assets/stylesheets/css/rtl/core.css */
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* line 13272, app/assets/stylesheets/css/rtl/core.css */
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

/* line 13277, app/assets/stylesheets/css/rtl/core.css */
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

/* line 13282, app/assets/stylesheets/css/rtl/core.css */
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

/* line 13287, app/assets/stylesheets/css/rtl/core.css */
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

/* line 13292, app/assets/stylesheets/css/rtl/core.css */
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

/* line 13297, app/assets/stylesheets/css/rtl/core.css */
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 13302, app/assets/stylesheets/css/rtl/core.css */
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

/* line 13307, app/assets/stylesheets/css/rtl/core.css */
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

/* line 13312, app/assets/stylesheets/css/rtl/core.css */
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

/* line 13317, app/assets/stylesheets/css/rtl/core.css */
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

/* line 13322, app/assets/stylesheets/css/rtl/core.css */
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* line 13327, app/assets/stylesheets/css/rtl/core.css */
.pt-0 {
  padding-top: 0 !important;
}

/* line 13331, app/assets/stylesheets/css/rtl/core.css */
.pt-1 {
  padding-top: 0.25rem !important;
}

/* line 13335, app/assets/stylesheets/css/rtl/core.css */
.pt-2 {
  padding-top: 0.5rem !important;
}

/* line 13339, app/assets/stylesheets/css/rtl/core.css */
.pt-3 {
  padding-top: 1rem !important;
}

/* line 13343, app/assets/stylesheets/css/rtl/core.css */
.pt-4 {
  padding-top: 1.5rem !important;
}

/* line 13347, app/assets/stylesheets/css/rtl/core.css */
.pt-5 {
  padding-top: 3rem !important;
}

/* line 13351, app/assets/stylesheets/css/rtl/core.css */
.pb-0 {
  padding-bottom: 0 !important;
}

/* line 13355, app/assets/stylesheets/css/rtl/core.css */
.pb-1 {
  padding-bottom: 0.25rem !important;
}

/* line 13359, app/assets/stylesheets/css/rtl/core.css */
.pb-2 {
  padding-bottom: 0.5rem !important;
}

/* line 13363, app/assets/stylesheets/css/rtl/core.css */
.pb-3 {
  padding-bottom: 1rem !important;
}

/* line 13367, app/assets/stylesheets/css/rtl/core.css */
.pb-4 {
  padding-bottom: 1.5rem !important;
}

/* line 13371, app/assets/stylesheets/css/rtl/core.css */
.pb-5 {
  padding-bottom: 3rem !important;
}

/* line 13375, app/assets/stylesheets/css/rtl/core.css */
.gap-0 {
  gap: 0 !important;
}

/* line 13379, app/assets/stylesheets/css/rtl/core.css */
.gap-1 {
  gap: 0.25rem !important;
}

/* line 13383, app/assets/stylesheets/css/rtl/core.css */
.gap-2 {
  gap: 0.5rem !important;
}

/* line 13387, app/assets/stylesheets/css/rtl/core.css */
.gap-3 {
  gap: 1rem !important;
}

/* line 13391, app/assets/stylesheets/css/rtl/core.css */
.gap-4 {
  gap: 1.5rem !important;
}

/* line 13395, app/assets/stylesheets/css/rtl/core.css */
.gap-5 {
  gap: 3rem !important;
}

/* line 13399, app/assets/stylesheets/css/rtl/core.css */
.row-gap-0 {
  row-gap: 0 !important;
}

/* line 13403, app/assets/stylesheets/css/rtl/core.css */
.row-gap-1 {
  row-gap: 0.25rem !important;
}

/* line 13407, app/assets/stylesheets/css/rtl/core.css */
.row-gap-2 {
  row-gap: 0.5rem !important;
}

/* line 13411, app/assets/stylesheets/css/rtl/core.css */
.row-gap-3 {
  row-gap: 1rem !important;
}

/* line 13415, app/assets/stylesheets/css/rtl/core.css */
.row-gap-4 {
  row-gap: 1.5rem !important;
}

/* line 13419, app/assets/stylesheets/css/rtl/core.css */
.row-gap-5 {
  row-gap: 3rem !important;
}

/* line 13423, app/assets/stylesheets/css/rtl/core.css */
.column-gap-0 {
  -moz-column-gap: 0 !important;
       column-gap: 0 !important;
}

/* line 13427, app/assets/stylesheets/css/rtl/core.css */
.column-gap-1 {
  -moz-column-gap: 0.25rem !important;
       column-gap: 0.25rem !important;
}

/* line 13431, app/assets/stylesheets/css/rtl/core.css */
.column-gap-2 {
  -moz-column-gap: 0.5rem !important;
       column-gap: 0.5rem !important;
}

/* line 13435, app/assets/stylesheets/css/rtl/core.css */
.column-gap-3 {
  -moz-column-gap: 1rem !important;
       column-gap: 1rem !important;
}

/* line 13439, app/assets/stylesheets/css/rtl/core.css */
.column-gap-4 {
  -moz-column-gap: 1.5rem !important;
       column-gap: 1.5rem !important;
}

/* line 13443, app/assets/stylesheets/css/rtl/core.css */
.column-gap-5 {
  -moz-column-gap: 3rem !important;
       column-gap: 3rem !important;
}

/* line 13447, app/assets/stylesheets/css/rtl/core.css */
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

/* line 13451, app/assets/stylesheets/css/rtl/core.css */
.fs-1 {
  font-size: calc(1.3625rem + 1.35vw) !important;
}

/* line 13455, app/assets/stylesheets/css/rtl/core.css */
.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

/* line 13459, app/assets/stylesheets/css/rtl/core.css */
.fs-3 {
  font-size: calc(1.2875rem + 0.45vw) !important;
}

/* line 13463, app/assets/stylesheets/css/rtl/core.css */
.fs-4 {
  font-size: calc(1.2625rem + 0.15vw) !important;
}

/* line 13467, app/assets/stylesheets/css/rtl/core.css */
.fs-5 {
  font-size: 1.125rem !important;
}

/* line 13471, app/assets/stylesheets/css/rtl/core.css */
.fs-6 {
  font-size: 0.9375rem !important;
}

/* line 13475, app/assets/stylesheets/css/rtl/core.css */
.fs-tiny {
  font-size: 70% !important;
}

/* line 13479, app/assets/stylesheets/css/rtl/core.css */
.fs-big {
  font-size: 112% !important;
}

/* line 13483, app/assets/stylesheets/css/rtl/core.css */
.fs-large {
  font-size: 150% !important;
}

/* line 13487, app/assets/stylesheets/css/rtl/core.css */
.fs-xlarge {
  font-size: 170% !important;
}

/* line 13491, app/assets/stylesheets/css/rtl/core.css */
.fst-italic {
  font-style: italic !important;
}

/* line 13495, app/assets/stylesheets/css/rtl/core.css */
.fst-normal {
  font-style: normal !important;
}

/* line 13499, app/assets/stylesheets/css/rtl/core.css */
.fw-lighter {
  font-weight: lighter !important;
}

/* line 13503, app/assets/stylesheets/css/rtl/core.css */
.fw-light {
  font-weight: 300 !important;
}

/* line 13507, app/assets/stylesheets/css/rtl/core.css */
.fw-normal {
  font-weight: 400 !important;
}

/* line 13511, app/assets/stylesheets/css/rtl/core.css */
.fw-medium {
  font-weight: 500 !important;
}

/* line 13515, app/assets/stylesheets/css/rtl/core.css */
.fw-semibold {
  font-weight: 600 !important;
}

/* line 13519, app/assets/stylesheets/css/rtl/core.css */
.fw-bold {
  font-weight: 700 !important;
}

/* line 13523, app/assets/stylesheets/css/rtl/core.css */
.fw-bolder {
  font-weight: bolder !important;
}

/* line 13527, app/assets/stylesheets/css/rtl/core.css */
.lh-1 {
  line-height: 1 !important;
}

/* line 13531, app/assets/stylesheets/css/rtl/core.css */
.lh-inherit {
  line-height: inherit !important;
}

/* line 13535, app/assets/stylesheets/css/rtl/core.css */
.lh-sm {
  line-height: 1.2 !important;
}

/* line 13539, app/assets/stylesheets/css/rtl/core.css */
.lh-base {
  line-height: 1.47 !important;
}

/* line 13543, app/assets/stylesheets/css/rtl/core.css */
.lh-lg {
  line-height: 1.5 !important;
}

/* line 13547, app/assets/stylesheets/css/rtl/core.css */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 13551, app/assets/stylesheets/css/rtl/core.css */
.text-decoration-underline {
  text-decoration: underline !important;
}

/* line 13555, app/assets/stylesheets/css/rtl/core.css */
.text-decoration-line-through {
  text-decoration: line-through !important;
}

/* line 13559, app/assets/stylesheets/css/rtl/core.css */
.text-none {
  text-transform: none !important;
}

/* line 13563, app/assets/stylesheets/css/rtl/core.css */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 13567, app/assets/stylesheets/css/rtl/core.css */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 13571, app/assets/stylesheets/css/rtl/core.css */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 13575, app/assets/stylesheets/css/rtl/core.css */
.text-wrap {
  white-space: normal !important;
}

/* line 13579, app/assets/stylesheets/css/rtl/core.css */
.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
/* line 13584, app/assets/stylesheets/css/rtl/core.css */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
/* line 13590, app/assets/stylesheets/css/rtl/core.css */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

/* line 13595, app/assets/stylesheets/css/rtl/core.css */
.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

/* line 13600, app/assets/stylesheets/css/rtl/core.css */
.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

/* line 13605, app/assets/stylesheets/css/rtl/core.css */
.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

/* line 13610, app/assets/stylesheets/css/rtl/core.css */
.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

/* line 13615, app/assets/stylesheets/css/rtl/core.css */
.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

/* line 13620, app/assets/stylesheets/css/rtl/core.css */
.text-light {
  --bs-text-opacity: 1;
  color: #a8b1bb !important;
}

/* line 13625, app/assets/stylesheets/css/rtl/core.css */
.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

/* line 13630, app/assets/stylesheets/css/rtl/core.css */
.text-gray {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray-rgb), var(--bs-text-opacity)) !important;
}

/* line 13635, app/assets/stylesheets/css/rtl/core.css */
.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

/* line 13640, app/assets/stylesheets/css/rtl/core.css */
.text-white {
  --bs-text-opacity: 1;
  color: #fff !important;
}

/* line 13645, app/assets/stylesheets/css/rtl/core.css */
.text-body {
  --bs-text-opacity: 1;
  color: #677788 !important;
}

/* line 13650, app/assets/stylesheets/css/rtl/core.css */
.text-muted {
  --bs-text-opacity: 1;
  color: #a8b1bb !important;
}

/* line 13655, app/assets/stylesheets/css/rtl/core.css */
.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(38, 60, 85, 0.5) !important;
}

/* line 13660, app/assets/stylesheets/css/rtl/core.css */
.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 13665, app/assets/stylesheets/css/rtl/core.css */
.text-heading {
  --bs-text-opacity: 1;
  color: #516377 !important;
}

/* line 13670, app/assets/stylesheets/css/rtl/core.css */
.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

/* line 13675, app/assets/stylesheets/css/rtl/core.css */
.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

/* line 13679, app/assets/stylesheets/css/rtl/core.css */
.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

/* line 13683, app/assets/stylesheets/css/rtl/core.css */
.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

/* line 13687, app/assets/stylesheets/css/rtl/core.css */
.text-opacity-100 {
  --bs-text-opacity: 1;
}

/* line 13691, app/assets/stylesheets/css/rtl/core.css */
.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

/* line 13695, app/assets/stylesheets/css/rtl/core.css */
.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

/* line 13699, app/assets/stylesheets/css/rtl/core.css */
.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

/* line 13703, app/assets/stylesheets/css/rtl/core.css */
.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

/* line 13707, app/assets/stylesheets/css/rtl/core.css */
.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

/* line 13711, app/assets/stylesheets/css/rtl/core.css */
.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

/* line 13715, app/assets/stylesheets/css/rtl/core.css */
.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

/* line 13719, app/assets/stylesheets/css/rtl/core.css */
.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

/* line 13723, app/assets/stylesheets/css/rtl/core.css */
.link-opacity-100 {
  --bs-link-opacity: 1;
}

/* line 13727, app/assets/stylesheets/css/rtl/core.css */
.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

/* line 13731, app/assets/stylesheets/css/rtl/core.css */
.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

/* line 13735, app/assets/stylesheets/css/rtl/core.css */
.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

/* line 13739, app/assets/stylesheets/css/rtl/core.css */
.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

/* line 13743, app/assets/stylesheets/css/rtl/core.css */
.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

/* line 13747, app/assets/stylesheets/css/rtl/core.css */
.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

/* line 13751, app/assets/stylesheets/css/rtl/core.css */
.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

/* line 13755, app/assets/stylesheets/css/rtl/core.css */
.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 13760, app/assets/stylesheets/css/rtl/core.css */
.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 13765, app/assets/stylesheets/css/rtl/core.css */
.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 13770, app/assets/stylesheets/css/rtl/core.css */
.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 13775, app/assets/stylesheets/css/rtl/core.css */
.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 13780, app/assets/stylesheets/css/rtl/core.css */
.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 13785, app/assets/stylesheets/css/rtl/core.css */
.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 13790, app/assets/stylesheets/css/rtl/core.css */
.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 13795, app/assets/stylesheets/css/rtl/core.css */
.link-underline-gray {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-gray-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 13800, app/assets/stylesheets/css/rtl/core.css */
.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 13805, app/assets/stylesheets/css/rtl/core.css */
.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

/* line 13809, app/assets/stylesheets/css/rtl/core.css */
.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

/* line 13813, app/assets/stylesheets/css/rtl/core.css */
.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

/* line 13817, app/assets/stylesheets/css/rtl/core.css */
.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

/* line 13821, app/assets/stylesheets/css/rtl/core.css */
.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

/* line 13825, app/assets/stylesheets/css/rtl/core.css */
.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

/* line 13829, app/assets/stylesheets/css/rtl/core.css */
.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

/* line 13833, app/assets/stylesheets/css/rtl/core.css */
.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

/* line 13837, app/assets/stylesheets/css/rtl/core.css */
.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

/* line 13841, app/assets/stylesheets/css/rtl/core.css */
.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

/* line 13845, app/assets/stylesheets/css/rtl/core.css */
.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

/* line 13849, app/assets/stylesheets/css/rtl/core.css */
.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

/* line 13853, app/assets/stylesheets/css/rtl/core.css */
.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

/* line 13858, app/assets/stylesheets/css/rtl/core.css */
.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

/* line 13863, app/assets/stylesheets/css/rtl/core.css */
.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

/* line 13868, app/assets/stylesheets/css/rtl/core.css */
.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

/* line 13873, app/assets/stylesheets/css/rtl/core.css */
.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

/* line 13878, app/assets/stylesheets/css/rtl/core.css */
.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

/* line 13883, app/assets/stylesheets/css/rtl/core.css */
.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

/* line 13888, app/assets/stylesheets/css/rtl/core.css */
.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

/* line 13893, app/assets/stylesheets/css/rtl/core.css */
.bg-gray {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray-rgb), var(--bs-bg-opacity)) !important;
}

/* line 13898, app/assets/stylesheets/css/rtl/core.css */
.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

/* line 13903, app/assets/stylesheets/css/rtl/core.css */
.bg-white {
  --bs-bg-opacity: 1;
  background-color: #fff !important;
}

/* line 13908, app/assets/stylesheets/css/rtl/core.css */
.bg-body {
  --bs-bg-opacity: 1;
  background-color: #f2f2f6 !important;
}

/* line 13913, app/assets/stylesheets/css/rtl/core.css */
.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

/* line 13918, app/assets/stylesheets/css/rtl/core.css */
.bg-lighter {
  --bs-bg-opacity: 1;
  background-color: rgba(38, 60, 85, 0.06) !important;
}

/* line 13923, app/assets/stylesheets/css/rtl/core.css */
.bg-lightest {
  --bs-bg-opacity: 1;
  background-color: rgba(38, 60, 85, 0.025) !important;
}

/* line 13928, app/assets/stylesheets/css/rtl/core.css */
.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

/* line 13932, app/assets/stylesheets/css/rtl/core.css */
.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

/* line 13936, app/assets/stylesheets/css/rtl/core.css */
.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

/* line 13940, app/assets/stylesheets/css/rtl/core.css */
.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

/* line 13944, app/assets/stylesheets/css/rtl/core.css */
.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

/* line 13948, app/assets/stylesheets/css/rtl/core.css */
.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

/* line 13952, app/assets/stylesheets/css/rtl/core.css */
.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

/* line 13956, app/assets/stylesheets/css/rtl/core.css */
.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

/* line 13960, app/assets/stylesheets/css/rtl/core.css */
.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

/* line 13964, app/assets/stylesheets/css/rtl/core.css */
.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

/* line 13968, app/assets/stylesheets/css/rtl/core.css */
.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

/* line 13972, app/assets/stylesheets/css/rtl/core.css */
.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

/* line 13976, app/assets/stylesheets/css/rtl/core.css */
.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

/* line 13980, app/assets/stylesheets/css/rtl/core.css */
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

/* line 13984, app/assets/stylesheets/css/rtl/core.css */
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

/* line 13988, app/assets/stylesheets/css/rtl/core.css */
.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

/* line 13992, app/assets/stylesheets/css/rtl/core.css */
.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

/* line 13996, app/assets/stylesheets/css/rtl/core.css */
.pe-none {
  pointer-events: none !important;
}

/* line 14000, app/assets/stylesheets/css/rtl/core.css */
.pe-auto {
  pointer-events: auto !important;
}

/* line 14004, app/assets/stylesheets/css/rtl/core.css */
.rounded {
  border-radius: 0.25rem !important;
}

/* line 14008, app/assets/stylesheets/css/rtl/core.css */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 14012, app/assets/stylesheets/css/rtl/core.css */
.rounded-1 {
  border-radius: 0.1875rem !important;
}

/* line 14016, app/assets/stylesheets/css/rtl/core.css */
.rounded-2 {
  border-radius: 0.25rem !important;
}

/* line 14020, app/assets/stylesheets/css/rtl/core.css */
.rounded-3 {
  border-radius: 0.3125rem !important;
}

/* line 14024, app/assets/stylesheets/css/rtl/core.css */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 14028, app/assets/stylesheets/css/rtl/core.css */
.rounded-pill {
  border-radius: 50rem !important;
}

/* line 14032, app/assets/stylesheets/css/rtl/core.css */
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

/* line 14037, app/assets/stylesheets/css/rtl/core.css */
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 14042, app/assets/stylesheets/css/rtl/core.css */
.visible {
  visibility: visible !important;
}

/* line 14046, app/assets/stylesheets/css/rtl/core.css */
.invisible {
  visibility: hidden !important;
}

/* line 14050, app/assets/stylesheets/css/rtl/core.css */
.z-n1 {
  z-index: -1 !important;
}

/* line 14054, app/assets/stylesheets/css/rtl/core.css */
.z-0 {
  z-index: 0 !important;
}

/* line 14058, app/assets/stylesheets/css/rtl/core.css */
.z-1 {
  z-index: 1 !important;
}

/* line 14062, app/assets/stylesheets/css/rtl/core.css */
.z-2 {
  z-index: 2 !important;
}

/* line 14066, app/assets/stylesheets/css/rtl/core.css */
.z-3 {
  z-index: 3 !important;
}

/* line 14070, app/assets/stylesheets/css/rtl/core.css */
.z-4 {
  z-index: 4 !important;
}

/* line 14074, app/assets/stylesheets/css/rtl/core.css */
.z-5 {
  z-index: 5 !important;
}

/* line 14078, app/assets/stylesheets/css/rtl/core.css */
.cursor-pointer {
  cursor: pointer !important;
}

/* line 14082, app/assets/stylesheets/css/rtl/core.css */
.cursor-move {
  cursor: move !important;
}

/* line 14086, app/assets/stylesheets/css/rtl/core.css */
.cursor-grab {
  cursor: grab !important;
}

@media (min-width: 576px) {
  /* line 14091, app/assets/stylesheets/css/rtl/core.css */
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  /* line 14094, app/assets/stylesheets/css/rtl/core.css */
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  /* line 14097, app/assets/stylesheets/css/rtl/core.css */
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  /* line 14100, app/assets/stylesheets/css/rtl/core.css */
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  /* line 14103, app/assets/stylesheets/css/rtl/core.css */
  .object-fit-sm-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  /* line 14106, app/assets/stylesheets/css/rtl/core.css */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 14109, app/assets/stylesheets/css/rtl/core.css */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 14112, app/assets/stylesheets/css/rtl/core.css */
  .d-sm-block {
    display: block !important;
  }
  /* line 14115, app/assets/stylesheets/css/rtl/core.css */
  .d-sm-grid {
    display: grid !important;
  }
  /* line 14118, app/assets/stylesheets/css/rtl/core.css */
  .d-sm-table {
    display: table !important;
  }
  /* line 14121, app/assets/stylesheets/css/rtl/core.css */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 14124, app/assets/stylesheets/css/rtl/core.css */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 14127, app/assets/stylesheets/css/rtl/core.css */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 14130, app/assets/stylesheets/css/rtl/core.css */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  /* line 14133, app/assets/stylesheets/css/rtl/core.css */
  .d-sm-none {
    display: none !important;
  }
  /* line 14136, app/assets/stylesheets/css/rtl/core.css */
  .border-sm-solid {
    border-style: solid !important;
  }
  /* line 14139, app/assets/stylesheets/css/rtl/core.css */
  .border-sm-dashed {
    border-style: dashed !important;
  }
  /* line 14142, app/assets/stylesheets/css/rtl/core.css */
  .border-sm-none {
    border-style: none !important;
  }
  /* line 14145, app/assets/stylesheets/css/rtl/core.css */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 14148, app/assets/stylesheets/css/rtl/core.css */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 14151, app/assets/stylesheets/css/rtl/core.css */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 14154, app/assets/stylesheets/css/rtl/core.css */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14157, app/assets/stylesheets/css/rtl/core.css */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 14160, app/assets/stylesheets/css/rtl/core.css */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 14163, app/assets/stylesheets/css/rtl/core.css */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 14166, app/assets/stylesheets/css/rtl/core.css */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 14169, app/assets/stylesheets/css/rtl/core.css */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 14172, app/assets/stylesheets/css/rtl/core.css */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 14175, app/assets/stylesheets/css/rtl/core.css */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 14178, app/assets/stylesheets/css/rtl/core.css */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 14181, app/assets/stylesheets/css/rtl/core.css */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 14184, app/assets/stylesheets/css/rtl/core.css */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 14187, app/assets/stylesheets/css/rtl/core.css */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 14190, app/assets/stylesheets/css/rtl/core.css */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 14193, app/assets/stylesheets/css/rtl/core.css */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 14196, app/assets/stylesheets/css/rtl/core.css */
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  /* line 14199, app/assets/stylesheets/css/rtl/core.css */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 14202, app/assets/stylesheets/css/rtl/core.css */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 14205, app/assets/stylesheets/css/rtl/core.css */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 14208, app/assets/stylesheets/css/rtl/core.css */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 14211, app/assets/stylesheets/css/rtl/core.css */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 14214, app/assets/stylesheets/css/rtl/core.css */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 14217, app/assets/stylesheets/css/rtl/core.css */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 14220, app/assets/stylesheets/css/rtl/core.css */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 14223, app/assets/stylesheets/css/rtl/core.css */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 14226, app/assets/stylesheets/css/rtl/core.css */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 14229, app/assets/stylesheets/css/rtl/core.css */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 14232, app/assets/stylesheets/css/rtl/core.css */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 14235, app/assets/stylesheets/css/rtl/core.css */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 14238, app/assets/stylesheets/css/rtl/core.css */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 14241, app/assets/stylesheets/css/rtl/core.css */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 14244, app/assets/stylesheets/css/rtl/core.css */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 14247, app/assets/stylesheets/css/rtl/core.css */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  /* line 14250, app/assets/stylesheets/css/rtl/core.css */
  .order-sm-first {
    order: -1 !important;
  }
  /* line 14253, app/assets/stylesheets/css/rtl/core.css */
  .order-sm-0 {
    order: 0 !important;
  }
  /* line 14256, app/assets/stylesheets/css/rtl/core.css */
  .order-sm-1 {
    order: 1 !important;
  }
  /* line 14259, app/assets/stylesheets/css/rtl/core.css */
  .order-sm-2 {
    order: 2 !important;
  }
  /* line 14262, app/assets/stylesheets/css/rtl/core.css */
  .order-sm-3 {
    order: 3 !important;
  }
  /* line 14265, app/assets/stylesheets/css/rtl/core.css */
  .order-sm-4 {
    order: 4 !important;
  }
  /* line 14268, app/assets/stylesheets/css/rtl/core.css */
  .order-sm-5 {
    order: 5 !important;
  }
  /* line 14271, app/assets/stylesheets/css/rtl/core.css */
  .order-sm-last {
    order: 6 !important;
  }
  /* line 14274, app/assets/stylesheets/css/rtl/core.css */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 14277, app/assets/stylesheets/css/rtl/core.css */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 14280, app/assets/stylesheets/css/rtl/core.css */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 14283, app/assets/stylesheets/css/rtl/core.css */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 14286, app/assets/stylesheets/css/rtl/core.css */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 14289, app/assets/stylesheets/css/rtl/core.css */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 14292, app/assets/stylesheets/css/rtl/core.css */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 14295, app/assets/stylesheets/css/rtl/core.css */
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 14299, app/assets/stylesheets/css/rtl/core.css */
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 14303, app/assets/stylesheets/css/rtl/core.css */
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 14307, app/assets/stylesheets/css/rtl/core.css */
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 14311, app/assets/stylesheets/css/rtl/core.css */
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 14315, app/assets/stylesheets/css/rtl/core.css */
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 14319, app/assets/stylesheets/css/rtl/core.css */
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 14323, app/assets/stylesheets/css/rtl/core.css */
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 14327, app/assets/stylesheets/css/rtl/core.css */
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 14331, app/assets/stylesheets/css/rtl/core.css */
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 14335, app/assets/stylesheets/css/rtl/core.css */
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 14339, app/assets/stylesheets/css/rtl/core.css */
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 14343, app/assets/stylesheets/css/rtl/core.css */
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 14347, app/assets/stylesheets/css/rtl/core.css */
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 14351, app/assets/stylesheets/css/rtl/core.css */
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  /* line 14354, app/assets/stylesheets/css/rtl/core.css */
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 14357, app/assets/stylesheets/css/rtl/core.css */
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 14360, app/assets/stylesheets/css/rtl/core.css */
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 14363, app/assets/stylesheets/css/rtl/core.css */
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 14366, app/assets/stylesheets/css/rtl/core.css */
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 14369, app/assets/stylesheets/css/rtl/core.css */
  .mt-sm-auto {
    margin-top: auto !important;
  }
  /* line 14372, app/assets/stylesheets/css/rtl/core.css */
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 14375, app/assets/stylesheets/css/rtl/core.css */
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 14378, app/assets/stylesheets/css/rtl/core.css */
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 14381, app/assets/stylesheets/css/rtl/core.css */
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 14384, app/assets/stylesheets/css/rtl/core.css */
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 14387, app/assets/stylesheets/css/rtl/core.css */
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 14390, app/assets/stylesheets/css/rtl/core.css */
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 14393, app/assets/stylesheets/css/rtl/core.css */
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  /* line 14396, app/assets/stylesheets/css/rtl/core.css */
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  /* line 14399, app/assets/stylesheets/css/rtl/core.css */
  .m-sm-n3 {
    margin: -1rem !important;
  }
  /* line 14402, app/assets/stylesheets/css/rtl/core.css */
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  /* line 14405, app/assets/stylesheets/css/rtl/core.css */
  .m-sm-n5 {
    margin: -3rem !important;
  }
  /* line 14408, app/assets/stylesheets/css/rtl/core.css */
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  /* line 14412, app/assets/stylesheets/css/rtl/core.css */
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  /* line 14416, app/assets/stylesheets/css/rtl/core.css */
  .mx-sm-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  /* line 14420, app/assets/stylesheets/css/rtl/core.css */
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  /* line 14424, app/assets/stylesheets/css/rtl/core.css */
  .mx-sm-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  /* line 14428, app/assets/stylesheets/css/rtl/core.css */
  .my-sm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  /* line 14432, app/assets/stylesheets/css/rtl/core.css */
  .my-sm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  /* line 14436, app/assets/stylesheets/css/rtl/core.css */
  .my-sm-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  /* line 14440, app/assets/stylesheets/css/rtl/core.css */
  .my-sm-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  /* line 14444, app/assets/stylesheets/css/rtl/core.css */
  .my-sm-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  /* line 14448, app/assets/stylesheets/css/rtl/core.css */
  .mt-sm-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 14451, app/assets/stylesheets/css/rtl/core.css */
  .mt-sm-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 14454, app/assets/stylesheets/css/rtl/core.css */
  .mt-sm-n3 {
    margin-top: -1rem !important;
  }
  /* line 14457, app/assets/stylesheets/css/rtl/core.css */
  .mt-sm-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 14460, app/assets/stylesheets/css/rtl/core.css */
  .mt-sm-n5 {
    margin-top: -3rem !important;
  }
  /* line 14463, app/assets/stylesheets/css/rtl/core.css */
  .mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 14466, app/assets/stylesheets/css/rtl/core.css */
  .mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 14469, app/assets/stylesheets/css/rtl/core.css */
  .mb-sm-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 14472, app/assets/stylesheets/css/rtl/core.css */
  .mb-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 14475, app/assets/stylesheets/css/rtl/core.css */
  .mb-sm-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 14478, app/assets/stylesheets/css/rtl/core.css */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 14481, app/assets/stylesheets/css/rtl/core.css */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 14484, app/assets/stylesheets/css/rtl/core.css */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 14487, app/assets/stylesheets/css/rtl/core.css */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 14490, app/assets/stylesheets/css/rtl/core.css */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 14493, app/assets/stylesheets/css/rtl/core.css */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 14496, app/assets/stylesheets/css/rtl/core.css */
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 14500, app/assets/stylesheets/css/rtl/core.css */
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 14504, app/assets/stylesheets/css/rtl/core.css */
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 14508, app/assets/stylesheets/css/rtl/core.css */
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 14512, app/assets/stylesheets/css/rtl/core.css */
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 14516, app/assets/stylesheets/css/rtl/core.css */
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 14520, app/assets/stylesheets/css/rtl/core.css */
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 14524, app/assets/stylesheets/css/rtl/core.css */
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 14528, app/assets/stylesheets/css/rtl/core.css */
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 14532, app/assets/stylesheets/css/rtl/core.css */
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 14536, app/assets/stylesheets/css/rtl/core.css */
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 14540, app/assets/stylesheets/css/rtl/core.css */
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 14544, app/assets/stylesheets/css/rtl/core.css */
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  /* line 14547, app/assets/stylesheets/css/rtl/core.css */
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 14550, app/assets/stylesheets/css/rtl/core.css */
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 14553, app/assets/stylesheets/css/rtl/core.css */
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 14556, app/assets/stylesheets/css/rtl/core.css */
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 14559, app/assets/stylesheets/css/rtl/core.css */
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 14562, app/assets/stylesheets/css/rtl/core.css */
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 14565, app/assets/stylesheets/css/rtl/core.css */
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 14568, app/assets/stylesheets/css/rtl/core.css */
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 14571, app/assets/stylesheets/css/rtl/core.css */
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 14574, app/assets/stylesheets/css/rtl/core.css */
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 14577, app/assets/stylesheets/css/rtl/core.css */
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 14580, app/assets/stylesheets/css/rtl/core.css */
  .gap-sm-0 {
    gap: 0 !important;
  }
  /* line 14583, app/assets/stylesheets/css/rtl/core.css */
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  /* line 14586, app/assets/stylesheets/css/rtl/core.css */
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  /* line 14589, app/assets/stylesheets/css/rtl/core.css */
  .gap-sm-3 {
    gap: 1rem !important;
  }
  /* line 14592, app/assets/stylesheets/css/rtl/core.css */
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  /* line 14595, app/assets/stylesheets/css/rtl/core.css */
  .gap-sm-5 {
    gap: 3rem !important;
  }
  /* line 14598, app/assets/stylesheets/css/rtl/core.css */
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  /* line 14601, app/assets/stylesheets/css/rtl/core.css */
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  /* line 14604, app/assets/stylesheets/css/rtl/core.css */
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  /* line 14607, app/assets/stylesheets/css/rtl/core.css */
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  /* line 14610, app/assets/stylesheets/css/rtl/core.css */
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  /* line 14613, app/assets/stylesheets/css/rtl/core.css */
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  /* line 14616, app/assets/stylesheets/css/rtl/core.css */
  .column-gap-sm-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  /* line 14619, app/assets/stylesheets/css/rtl/core.css */
  .column-gap-sm-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  /* line 14622, app/assets/stylesheets/css/rtl/core.css */
  .column-gap-sm-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  /* line 14625, app/assets/stylesheets/css/rtl/core.css */
  .column-gap-sm-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  /* line 14628, app/assets/stylesheets/css/rtl/core.css */
  .column-gap-sm-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  /* line 14631, app/assets/stylesheets/css/rtl/core.css */
  .column-gap-sm-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
}

@media (min-width: 768px) {
  /* line 14636, app/assets/stylesheets/css/rtl/core.css */
  .object-fit-md-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  /* line 14639, app/assets/stylesheets/css/rtl/core.css */
  .object-fit-md-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  /* line 14642, app/assets/stylesheets/css/rtl/core.css */
  .object-fit-md-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  /* line 14645, app/assets/stylesheets/css/rtl/core.css */
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  /* line 14648, app/assets/stylesheets/css/rtl/core.css */
  .object-fit-md-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  /* line 14651, app/assets/stylesheets/css/rtl/core.css */
  .d-md-inline {
    display: inline !important;
  }
  /* line 14654, app/assets/stylesheets/css/rtl/core.css */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 14657, app/assets/stylesheets/css/rtl/core.css */
  .d-md-block {
    display: block !important;
  }
  /* line 14660, app/assets/stylesheets/css/rtl/core.css */
  .d-md-grid {
    display: grid !important;
  }
  /* line 14663, app/assets/stylesheets/css/rtl/core.css */
  .d-md-table {
    display: table !important;
  }
  /* line 14666, app/assets/stylesheets/css/rtl/core.css */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 14669, app/assets/stylesheets/css/rtl/core.css */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 14672, app/assets/stylesheets/css/rtl/core.css */
  .d-md-flex {
    display: flex !important;
  }
  /* line 14675, app/assets/stylesheets/css/rtl/core.css */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  /* line 14678, app/assets/stylesheets/css/rtl/core.css */
  .d-md-none {
    display: none !important;
  }
  /* line 14681, app/assets/stylesheets/css/rtl/core.css */
  .border-md-solid {
    border-style: solid !important;
  }
  /* line 14684, app/assets/stylesheets/css/rtl/core.css */
  .border-md-dashed {
    border-style: dashed !important;
  }
  /* line 14687, app/assets/stylesheets/css/rtl/core.css */
  .border-md-none {
    border-style: none !important;
  }
  /* line 14690, app/assets/stylesheets/css/rtl/core.css */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 14693, app/assets/stylesheets/css/rtl/core.css */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 14696, app/assets/stylesheets/css/rtl/core.css */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 14699, app/assets/stylesheets/css/rtl/core.css */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 14702, app/assets/stylesheets/css/rtl/core.css */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 14705, app/assets/stylesheets/css/rtl/core.css */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 14708, app/assets/stylesheets/css/rtl/core.css */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 14711, app/assets/stylesheets/css/rtl/core.css */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 14714, app/assets/stylesheets/css/rtl/core.css */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 14717, app/assets/stylesheets/css/rtl/core.css */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 14720, app/assets/stylesheets/css/rtl/core.css */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 14723, app/assets/stylesheets/css/rtl/core.css */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 14726, app/assets/stylesheets/css/rtl/core.css */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 14729, app/assets/stylesheets/css/rtl/core.css */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 14732, app/assets/stylesheets/css/rtl/core.css */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 14735, app/assets/stylesheets/css/rtl/core.css */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 14738, app/assets/stylesheets/css/rtl/core.css */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 14741, app/assets/stylesheets/css/rtl/core.css */
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  /* line 14744, app/assets/stylesheets/css/rtl/core.css */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 14747, app/assets/stylesheets/css/rtl/core.css */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 14750, app/assets/stylesheets/css/rtl/core.css */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 14753, app/assets/stylesheets/css/rtl/core.css */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 14756, app/assets/stylesheets/css/rtl/core.css */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 14759, app/assets/stylesheets/css/rtl/core.css */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 14762, app/assets/stylesheets/css/rtl/core.css */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 14765, app/assets/stylesheets/css/rtl/core.css */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 14768, app/assets/stylesheets/css/rtl/core.css */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 14771, app/assets/stylesheets/css/rtl/core.css */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 14774, app/assets/stylesheets/css/rtl/core.css */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 14777, app/assets/stylesheets/css/rtl/core.css */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 14780, app/assets/stylesheets/css/rtl/core.css */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 14783, app/assets/stylesheets/css/rtl/core.css */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 14786, app/assets/stylesheets/css/rtl/core.css */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 14789, app/assets/stylesheets/css/rtl/core.css */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 14792, app/assets/stylesheets/css/rtl/core.css */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  /* line 14795, app/assets/stylesheets/css/rtl/core.css */
  .order-md-first {
    order: -1 !important;
  }
  /* line 14798, app/assets/stylesheets/css/rtl/core.css */
  .order-md-0 {
    order: 0 !important;
  }
  /* line 14801, app/assets/stylesheets/css/rtl/core.css */
  .order-md-1 {
    order: 1 !important;
  }
  /* line 14804, app/assets/stylesheets/css/rtl/core.css */
  .order-md-2 {
    order: 2 !important;
  }
  /* line 14807, app/assets/stylesheets/css/rtl/core.css */
  .order-md-3 {
    order: 3 !important;
  }
  /* line 14810, app/assets/stylesheets/css/rtl/core.css */
  .order-md-4 {
    order: 4 !important;
  }
  /* line 14813, app/assets/stylesheets/css/rtl/core.css */
  .order-md-5 {
    order: 5 !important;
  }
  /* line 14816, app/assets/stylesheets/css/rtl/core.css */
  .order-md-last {
    order: 6 !important;
  }
  /* line 14819, app/assets/stylesheets/css/rtl/core.css */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 14822, app/assets/stylesheets/css/rtl/core.css */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 14825, app/assets/stylesheets/css/rtl/core.css */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 14828, app/assets/stylesheets/css/rtl/core.css */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 14831, app/assets/stylesheets/css/rtl/core.css */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 14834, app/assets/stylesheets/css/rtl/core.css */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 14837, app/assets/stylesheets/css/rtl/core.css */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 14840, app/assets/stylesheets/css/rtl/core.css */
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 14844, app/assets/stylesheets/css/rtl/core.css */
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 14848, app/assets/stylesheets/css/rtl/core.css */
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 14852, app/assets/stylesheets/css/rtl/core.css */
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 14856, app/assets/stylesheets/css/rtl/core.css */
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 14860, app/assets/stylesheets/css/rtl/core.css */
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 14864, app/assets/stylesheets/css/rtl/core.css */
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 14868, app/assets/stylesheets/css/rtl/core.css */
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 14872, app/assets/stylesheets/css/rtl/core.css */
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 14876, app/assets/stylesheets/css/rtl/core.css */
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 14880, app/assets/stylesheets/css/rtl/core.css */
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 14884, app/assets/stylesheets/css/rtl/core.css */
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 14888, app/assets/stylesheets/css/rtl/core.css */
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 14892, app/assets/stylesheets/css/rtl/core.css */
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 14896, app/assets/stylesheets/css/rtl/core.css */
  .mt-md-0 {
    margin-top: 0 !important;
  }
  /* line 14899, app/assets/stylesheets/css/rtl/core.css */
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 14902, app/assets/stylesheets/css/rtl/core.css */
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 14905, app/assets/stylesheets/css/rtl/core.css */
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  /* line 14908, app/assets/stylesheets/css/rtl/core.css */
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 14911, app/assets/stylesheets/css/rtl/core.css */
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  /* line 14914, app/assets/stylesheets/css/rtl/core.css */
  .mt-md-auto {
    margin-top: auto !important;
  }
  /* line 14917, app/assets/stylesheets/css/rtl/core.css */
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 14920, app/assets/stylesheets/css/rtl/core.css */
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 14923, app/assets/stylesheets/css/rtl/core.css */
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 14926, app/assets/stylesheets/css/rtl/core.css */
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 14929, app/assets/stylesheets/css/rtl/core.css */
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 14932, app/assets/stylesheets/css/rtl/core.css */
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 14935, app/assets/stylesheets/css/rtl/core.css */
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  /* line 14938, app/assets/stylesheets/css/rtl/core.css */
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  /* line 14941, app/assets/stylesheets/css/rtl/core.css */
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  /* line 14944, app/assets/stylesheets/css/rtl/core.css */
  .m-md-n3 {
    margin: -1rem !important;
  }
  /* line 14947, app/assets/stylesheets/css/rtl/core.css */
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  /* line 14950, app/assets/stylesheets/css/rtl/core.css */
  .m-md-n5 {
    margin: -3rem !important;
  }
  /* line 14953, app/assets/stylesheets/css/rtl/core.css */
  .mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  /* line 14957, app/assets/stylesheets/css/rtl/core.css */
  .mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  /* line 14961, app/assets/stylesheets/css/rtl/core.css */
  .mx-md-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  /* line 14965, app/assets/stylesheets/css/rtl/core.css */
  .mx-md-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  /* line 14969, app/assets/stylesheets/css/rtl/core.css */
  .mx-md-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  /* line 14973, app/assets/stylesheets/css/rtl/core.css */
  .my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  /* line 14977, app/assets/stylesheets/css/rtl/core.css */
  .my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  /* line 14981, app/assets/stylesheets/css/rtl/core.css */
  .my-md-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  /* line 14985, app/assets/stylesheets/css/rtl/core.css */
  .my-md-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  /* line 14989, app/assets/stylesheets/css/rtl/core.css */
  .my-md-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  /* line 14993, app/assets/stylesheets/css/rtl/core.css */
  .mt-md-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 14996, app/assets/stylesheets/css/rtl/core.css */
  .mt-md-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 14999, app/assets/stylesheets/css/rtl/core.css */
  .mt-md-n3 {
    margin-top: -1rem !important;
  }
  /* line 15002, app/assets/stylesheets/css/rtl/core.css */
  .mt-md-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 15005, app/assets/stylesheets/css/rtl/core.css */
  .mt-md-n5 {
    margin-top: -3rem !important;
  }
  /* line 15008, app/assets/stylesheets/css/rtl/core.css */
  .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 15011, app/assets/stylesheets/css/rtl/core.css */
  .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 15014, app/assets/stylesheets/css/rtl/core.css */
  .mb-md-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 15017, app/assets/stylesheets/css/rtl/core.css */
  .mb-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 15020, app/assets/stylesheets/css/rtl/core.css */
  .mb-md-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 15023, app/assets/stylesheets/css/rtl/core.css */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 15026, app/assets/stylesheets/css/rtl/core.css */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 15029, app/assets/stylesheets/css/rtl/core.css */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 15032, app/assets/stylesheets/css/rtl/core.css */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 15035, app/assets/stylesheets/css/rtl/core.css */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 15038, app/assets/stylesheets/css/rtl/core.css */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 15041, app/assets/stylesheets/css/rtl/core.css */
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 15045, app/assets/stylesheets/css/rtl/core.css */
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 15049, app/assets/stylesheets/css/rtl/core.css */
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 15053, app/assets/stylesheets/css/rtl/core.css */
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 15057, app/assets/stylesheets/css/rtl/core.css */
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 15061, app/assets/stylesheets/css/rtl/core.css */
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 15065, app/assets/stylesheets/css/rtl/core.css */
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 15069, app/assets/stylesheets/css/rtl/core.css */
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 15073, app/assets/stylesheets/css/rtl/core.css */
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 15077, app/assets/stylesheets/css/rtl/core.css */
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 15081, app/assets/stylesheets/css/rtl/core.css */
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 15085, app/assets/stylesheets/css/rtl/core.css */
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 15089, app/assets/stylesheets/css/rtl/core.css */
  .pt-md-0 {
    padding-top: 0 !important;
  }
  /* line 15092, app/assets/stylesheets/css/rtl/core.css */
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15095, app/assets/stylesheets/css/rtl/core.css */
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15098, app/assets/stylesheets/css/rtl/core.css */
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  /* line 15101, app/assets/stylesheets/css/rtl/core.css */
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15104, app/assets/stylesheets/css/rtl/core.css */
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  /* line 15107, app/assets/stylesheets/css/rtl/core.css */
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 15110, app/assets/stylesheets/css/rtl/core.css */
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 15113, app/assets/stylesheets/css/rtl/core.css */
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 15116, app/assets/stylesheets/css/rtl/core.css */
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 15119, app/assets/stylesheets/css/rtl/core.css */
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 15122, app/assets/stylesheets/css/rtl/core.css */
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 15125, app/assets/stylesheets/css/rtl/core.css */
  .gap-md-0 {
    gap: 0 !important;
  }
  /* line 15128, app/assets/stylesheets/css/rtl/core.css */
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  /* line 15131, app/assets/stylesheets/css/rtl/core.css */
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  /* line 15134, app/assets/stylesheets/css/rtl/core.css */
  .gap-md-3 {
    gap: 1rem !important;
  }
  /* line 15137, app/assets/stylesheets/css/rtl/core.css */
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  /* line 15140, app/assets/stylesheets/css/rtl/core.css */
  .gap-md-5 {
    gap: 3rem !important;
  }
  /* line 15143, app/assets/stylesheets/css/rtl/core.css */
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  /* line 15146, app/assets/stylesheets/css/rtl/core.css */
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  /* line 15149, app/assets/stylesheets/css/rtl/core.css */
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  /* line 15152, app/assets/stylesheets/css/rtl/core.css */
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  /* line 15155, app/assets/stylesheets/css/rtl/core.css */
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  /* line 15158, app/assets/stylesheets/css/rtl/core.css */
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  /* line 15161, app/assets/stylesheets/css/rtl/core.css */
  .column-gap-md-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  /* line 15164, app/assets/stylesheets/css/rtl/core.css */
  .column-gap-md-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  /* line 15167, app/assets/stylesheets/css/rtl/core.css */
  .column-gap-md-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  /* line 15170, app/assets/stylesheets/css/rtl/core.css */
  .column-gap-md-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  /* line 15173, app/assets/stylesheets/css/rtl/core.css */
  .column-gap-md-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  /* line 15176, app/assets/stylesheets/css/rtl/core.css */
  .column-gap-md-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
}

@media (min-width: 992px) {
  /* line 15181, app/assets/stylesheets/css/rtl/core.css */
  .object-fit-lg-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  /* line 15184, app/assets/stylesheets/css/rtl/core.css */
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  /* line 15187, app/assets/stylesheets/css/rtl/core.css */
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  /* line 15190, app/assets/stylesheets/css/rtl/core.css */
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  /* line 15193, app/assets/stylesheets/css/rtl/core.css */
  .object-fit-lg-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  /* line 15196, app/assets/stylesheets/css/rtl/core.css */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 15199, app/assets/stylesheets/css/rtl/core.css */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 15202, app/assets/stylesheets/css/rtl/core.css */
  .d-lg-block {
    display: block !important;
  }
  /* line 15205, app/assets/stylesheets/css/rtl/core.css */
  .d-lg-grid {
    display: grid !important;
  }
  /* line 15208, app/assets/stylesheets/css/rtl/core.css */
  .d-lg-table {
    display: table !important;
  }
  /* line 15211, app/assets/stylesheets/css/rtl/core.css */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 15214, app/assets/stylesheets/css/rtl/core.css */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 15217, app/assets/stylesheets/css/rtl/core.css */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 15220, app/assets/stylesheets/css/rtl/core.css */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  /* line 15223, app/assets/stylesheets/css/rtl/core.css */
  .d-lg-none {
    display: none !important;
  }
  /* line 15226, app/assets/stylesheets/css/rtl/core.css */
  .border-lg-solid {
    border-style: solid !important;
  }
  /* line 15229, app/assets/stylesheets/css/rtl/core.css */
  .border-lg-dashed {
    border-style: dashed !important;
  }
  /* line 15232, app/assets/stylesheets/css/rtl/core.css */
  .border-lg-none {
    border-style: none !important;
  }
  /* line 15235, app/assets/stylesheets/css/rtl/core.css */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 15238, app/assets/stylesheets/css/rtl/core.css */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 15241, app/assets/stylesheets/css/rtl/core.css */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 15244, app/assets/stylesheets/css/rtl/core.css */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 15247, app/assets/stylesheets/css/rtl/core.css */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 15250, app/assets/stylesheets/css/rtl/core.css */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 15253, app/assets/stylesheets/css/rtl/core.css */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 15256, app/assets/stylesheets/css/rtl/core.css */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 15259, app/assets/stylesheets/css/rtl/core.css */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 15262, app/assets/stylesheets/css/rtl/core.css */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 15265, app/assets/stylesheets/css/rtl/core.css */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 15268, app/assets/stylesheets/css/rtl/core.css */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 15271, app/assets/stylesheets/css/rtl/core.css */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 15274, app/assets/stylesheets/css/rtl/core.css */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 15277, app/assets/stylesheets/css/rtl/core.css */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 15280, app/assets/stylesheets/css/rtl/core.css */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 15283, app/assets/stylesheets/css/rtl/core.css */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 15286, app/assets/stylesheets/css/rtl/core.css */
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  /* line 15289, app/assets/stylesheets/css/rtl/core.css */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 15292, app/assets/stylesheets/css/rtl/core.css */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 15295, app/assets/stylesheets/css/rtl/core.css */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 15298, app/assets/stylesheets/css/rtl/core.css */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 15301, app/assets/stylesheets/css/rtl/core.css */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 15304, app/assets/stylesheets/css/rtl/core.css */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 15307, app/assets/stylesheets/css/rtl/core.css */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 15310, app/assets/stylesheets/css/rtl/core.css */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 15313, app/assets/stylesheets/css/rtl/core.css */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 15316, app/assets/stylesheets/css/rtl/core.css */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 15319, app/assets/stylesheets/css/rtl/core.css */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 15322, app/assets/stylesheets/css/rtl/core.css */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 15325, app/assets/stylesheets/css/rtl/core.css */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 15328, app/assets/stylesheets/css/rtl/core.css */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 15331, app/assets/stylesheets/css/rtl/core.css */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 15334, app/assets/stylesheets/css/rtl/core.css */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 15337, app/assets/stylesheets/css/rtl/core.css */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  /* line 15340, app/assets/stylesheets/css/rtl/core.css */
  .order-lg-first {
    order: -1 !important;
  }
  /* line 15343, app/assets/stylesheets/css/rtl/core.css */
  .order-lg-0 {
    order: 0 !important;
  }
  /* line 15346, app/assets/stylesheets/css/rtl/core.css */
  .order-lg-1 {
    order: 1 !important;
  }
  /* line 15349, app/assets/stylesheets/css/rtl/core.css */
  .order-lg-2 {
    order: 2 !important;
  }
  /* line 15352, app/assets/stylesheets/css/rtl/core.css */
  .order-lg-3 {
    order: 3 !important;
  }
  /* line 15355, app/assets/stylesheets/css/rtl/core.css */
  .order-lg-4 {
    order: 4 !important;
  }
  /* line 15358, app/assets/stylesheets/css/rtl/core.css */
  .order-lg-5 {
    order: 5 !important;
  }
  /* line 15361, app/assets/stylesheets/css/rtl/core.css */
  .order-lg-last {
    order: 6 !important;
  }
  /* line 15364, app/assets/stylesheets/css/rtl/core.css */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 15367, app/assets/stylesheets/css/rtl/core.css */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 15370, app/assets/stylesheets/css/rtl/core.css */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 15373, app/assets/stylesheets/css/rtl/core.css */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 15376, app/assets/stylesheets/css/rtl/core.css */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 15379, app/assets/stylesheets/css/rtl/core.css */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 15382, app/assets/stylesheets/css/rtl/core.css */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 15385, app/assets/stylesheets/css/rtl/core.css */
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 15389, app/assets/stylesheets/css/rtl/core.css */
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 15393, app/assets/stylesheets/css/rtl/core.css */
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 15397, app/assets/stylesheets/css/rtl/core.css */
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 15401, app/assets/stylesheets/css/rtl/core.css */
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 15405, app/assets/stylesheets/css/rtl/core.css */
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 15409, app/assets/stylesheets/css/rtl/core.css */
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 15413, app/assets/stylesheets/css/rtl/core.css */
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 15417, app/assets/stylesheets/css/rtl/core.css */
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 15421, app/assets/stylesheets/css/rtl/core.css */
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 15425, app/assets/stylesheets/css/rtl/core.css */
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 15429, app/assets/stylesheets/css/rtl/core.css */
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 15433, app/assets/stylesheets/css/rtl/core.css */
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 15437, app/assets/stylesheets/css/rtl/core.css */
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 15441, app/assets/stylesheets/css/rtl/core.css */
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  /* line 15444, app/assets/stylesheets/css/rtl/core.css */
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15447, app/assets/stylesheets/css/rtl/core.css */
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15450, app/assets/stylesheets/css/rtl/core.css */
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 15453, app/assets/stylesheets/css/rtl/core.css */
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 15456, app/assets/stylesheets/css/rtl/core.css */
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 15459, app/assets/stylesheets/css/rtl/core.css */
  .mt-lg-auto {
    margin-top: auto !important;
  }
  /* line 15462, app/assets/stylesheets/css/rtl/core.css */
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 15465, app/assets/stylesheets/css/rtl/core.css */
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 15468, app/assets/stylesheets/css/rtl/core.css */
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 15471, app/assets/stylesheets/css/rtl/core.css */
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 15474, app/assets/stylesheets/css/rtl/core.css */
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 15477, app/assets/stylesheets/css/rtl/core.css */
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 15480, app/assets/stylesheets/css/rtl/core.css */
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 15483, app/assets/stylesheets/css/rtl/core.css */
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  /* line 15486, app/assets/stylesheets/css/rtl/core.css */
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  /* line 15489, app/assets/stylesheets/css/rtl/core.css */
  .m-lg-n3 {
    margin: -1rem !important;
  }
  /* line 15492, app/assets/stylesheets/css/rtl/core.css */
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  /* line 15495, app/assets/stylesheets/css/rtl/core.css */
  .m-lg-n5 {
    margin: -3rem !important;
  }
  /* line 15498, app/assets/stylesheets/css/rtl/core.css */
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  /* line 15502, app/assets/stylesheets/css/rtl/core.css */
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  /* line 15506, app/assets/stylesheets/css/rtl/core.css */
  .mx-lg-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  /* line 15510, app/assets/stylesheets/css/rtl/core.css */
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  /* line 15514, app/assets/stylesheets/css/rtl/core.css */
  .mx-lg-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  /* line 15518, app/assets/stylesheets/css/rtl/core.css */
  .my-lg-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  /* line 15522, app/assets/stylesheets/css/rtl/core.css */
  .my-lg-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  /* line 15526, app/assets/stylesheets/css/rtl/core.css */
  .my-lg-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  /* line 15530, app/assets/stylesheets/css/rtl/core.css */
  .my-lg-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  /* line 15534, app/assets/stylesheets/css/rtl/core.css */
  .my-lg-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  /* line 15538, app/assets/stylesheets/css/rtl/core.css */
  .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 15541, app/assets/stylesheets/css/rtl/core.css */
  .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 15544, app/assets/stylesheets/css/rtl/core.css */
  .mt-lg-n3 {
    margin-top: -1rem !important;
  }
  /* line 15547, app/assets/stylesheets/css/rtl/core.css */
  .mt-lg-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 15550, app/assets/stylesheets/css/rtl/core.css */
  .mt-lg-n5 {
    margin-top: -3rem !important;
  }
  /* line 15553, app/assets/stylesheets/css/rtl/core.css */
  .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 15556, app/assets/stylesheets/css/rtl/core.css */
  .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 15559, app/assets/stylesheets/css/rtl/core.css */
  .mb-lg-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 15562, app/assets/stylesheets/css/rtl/core.css */
  .mb-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 15565, app/assets/stylesheets/css/rtl/core.css */
  .mb-lg-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 15568, app/assets/stylesheets/css/rtl/core.css */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 15571, app/assets/stylesheets/css/rtl/core.css */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 15574, app/assets/stylesheets/css/rtl/core.css */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 15577, app/assets/stylesheets/css/rtl/core.css */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 15580, app/assets/stylesheets/css/rtl/core.css */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 15583, app/assets/stylesheets/css/rtl/core.css */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 15586, app/assets/stylesheets/css/rtl/core.css */
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 15590, app/assets/stylesheets/css/rtl/core.css */
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 15594, app/assets/stylesheets/css/rtl/core.css */
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 15598, app/assets/stylesheets/css/rtl/core.css */
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 15602, app/assets/stylesheets/css/rtl/core.css */
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 15606, app/assets/stylesheets/css/rtl/core.css */
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 15610, app/assets/stylesheets/css/rtl/core.css */
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 15614, app/assets/stylesheets/css/rtl/core.css */
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 15618, app/assets/stylesheets/css/rtl/core.css */
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 15622, app/assets/stylesheets/css/rtl/core.css */
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 15626, app/assets/stylesheets/css/rtl/core.css */
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 15630, app/assets/stylesheets/css/rtl/core.css */
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 15634, app/assets/stylesheets/css/rtl/core.css */
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  /* line 15637, app/assets/stylesheets/css/rtl/core.css */
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 15640, app/assets/stylesheets/css/rtl/core.css */
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 15643, app/assets/stylesheets/css/rtl/core.css */
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 15646, app/assets/stylesheets/css/rtl/core.css */
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 15649, app/assets/stylesheets/css/rtl/core.css */
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 15652, app/assets/stylesheets/css/rtl/core.css */
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 15655, app/assets/stylesheets/css/rtl/core.css */
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 15658, app/assets/stylesheets/css/rtl/core.css */
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 15661, app/assets/stylesheets/css/rtl/core.css */
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 15664, app/assets/stylesheets/css/rtl/core.css */
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 15667, app/assets/stylesheets/css/rtl/core.css */
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 15670, app/assets/stylesheets/css/rtl/core.css */
  .gap-lg-0 {
    gap: 0 !important;
  }
  /* line 15673, app/assets/stylesheets/css/rtl/core.css */
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  /* line 15676, app/assets/stylesheets/css/rtl/core.css */
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  /* line 15679, app/assets/stylesheets/css/rtl/core.css */
  .gap-lg-3 {
    gap: 1rem !important;
  }
  /* line 15682, app/assets/stylesheets/css/rtl/core.css */
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  /* line 15685, app/assets/stylesheets/css/rtl/core.css */
  .gap-lg-5 {
    gap: 3rem !important;
  }
  /* line 15688, app/assets/stylesheets/css/rtl/core.css */
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  /* line 15691, app/assets/stylesheets/css/rtl/core.css */
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  /* line 15694, app/assets/stylesheets/css/rtl/core.css */
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  /* line 15697, app/assets/stylesheets/css/rtl/core.css */
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  /* line 15700, app/assets/stylesheets/css/rtl/core.css */
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  /* line 15703, app/assets/stylesheets/css/rtl/core.css */
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  /* line 15706, app/assets/stylesheets/css/rtl/core.css */
  .column-gap-lg-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  /* line 15709, app/assets/stylesheets/css/rtl/core.css */
  .column-gap-lg-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  /* line 15712, app/assets/stylesheets/css/rtl/core.css */
  .column-gap-lg-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  /* line 15715, app/assets/stylesheets/css/rtl/core.css */
  .column-gap-lg-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  /* line 15718, app/assets/stylesheets/css/rtl/core.css */
  .column-gap-lg-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  /* line 15721, app/assets/stylesheets/css/rtl/core.css */
  .column-gap-lg-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
}

@media (min-width: 1200px) {
  /* line 15726, app/assets/stylesheets/css/rtl/core.css */
  .object-fit-xl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  /* line 15729, app/assets/stylesheets/css/rtl/core.css */
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  /* line 15732, app/assets/stylesheets/css/rtl/core.css */
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  /* line 15735, app/assets/stylesheets/css/rtl/core.css */
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  /* line 15738, app/assets/stylesheets/css/rtl/core.css */
  .object-fit-xl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  /* line 15741, app/assets/stylesheets/css/rtl/core.css */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 15744, app/assets/stylesheets/css/rtl/core.css */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 15747, app/assets/stylesheets/css/rtl/core.css */
  .d-xl-block {
    display: block !important;
  }
  /* line 15750, app/assets/stylesheets/css/rtl/core.css */
  .d-xl-grid {
    display: grid !important;
  }
  /* line 15753, app/assets/stylesheets/css/rtl/core.css */
  .d-xl-table {
    display: table !important;
  }
  /* line 15756, app/assets/stylesheets/css/rtl/core.css */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 15759, app/assets/stylesheets/css/rtl/core.css */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 15762, app/assets/stylesheets/css/rtl/core.css */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 15765, app/assets/stylesheets/css/rtl/core.css */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  /* line 15768, app/assets/stylesheets/css/rtl/core.css */
  .d-xl-none {
    display: none !important;
  }
  /* line 15771, app/assets/stylesheets/css/rtl/core.css */
  .border-xl-solid {
    border-style: solid !important;
  }
  /* line 15774, app/assets/stylesheets/css/rtl/core.css */
  .border-xl-dashed {
    border-style: dashed !important;
  }
  /* line 15777, app/assets/stylesheets/css/rtl/core.css */
  .border-xl-none {
    border-style: none !important;
  }
  /* line 15780, app/assets/stylesheets/css/rtl/core.css */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 15783, app/assets/stylesheets/css/rtl/core.css */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 15786, app/assets/stylesheets/css/rtl/core.css */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 15789, app/assets/stylesheets/css/rtl/core.css */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 15792, app/assets/stylesheets/css/rtl/core.css */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 15795, app/assets/stylesheets/css/rtl/core.css */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 15798, app/assets/stylesheets/css/rtl/core.css */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 15801, app/assets/stylesheets/css/rtl/core.css */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 15804, app/assets/stylesheets/css/rtl/core.css */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 15807, app/assets/stylesheets/css/rtl/core.css */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 15810, app/assets/stylesheets/css/rtl/core.css */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 15813, app/assets/stylesheets/css/rtl/core.css */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 15816, app/assets/stylesheets/css/rtl/core.css */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 15819, app/assets/stylesheets/css/rtl/core.css */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 15822, app/assets/stylesheets/css/rtl/core.css */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 15825, app/assets/stylesheets/css/rtl/core.css */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 15828, app/assets/stylesheets/css/rtl/core.css */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 15831, app/assets/stylesheets/css/rtl/core.css */
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  /* line 15834, app/assets/stylesheets/css/rtl/core.css */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 15837, app/assets/stylesheets/css/rtl/core.css */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 15840, app/assets/stylesheets/css/rtl/core.css */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 15843, app/assets/stylesheets/css/rtl/core.css */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 15846, app/assets/stylesheets/css/rtl/core.css */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 15849, app/assets/stylesheets/css/rtl/core.css */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 15852, app/assets/stylesheets/css/rtl/core.css */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 15855, app/assets/stylesheets/css/rtl/core.css */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 15858, app/assets/stylesheets/css/rtl/core.css */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 15861, app/assets/stylesheets/css/rtl/core.css */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 15864, app/assets/stylesheets/css/rtl/core.css */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 15867, app/assets/stylesheets/css/rtl/core.css */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 15870, app/assets/stylesheets/css/rtl/core.css */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 15873, app/assets/stylesheets/css/rtl/core.css */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 15876, app/assets/stylesheets/css/rtl/core.css */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 15879, app/assets/stylesheets/css/rtl/core.css */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 15882, app/assets/stylesheets/css/rtl/core.css */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  /* line 15885, app/assets/stylesheets/css/rtl/core.css */
  .order-xl-first {
    order: -1 !important;
  }
  /* line 15888, app/assets/stylesheets/css/rtl/core.css */
  .order-xl-0 {
    order: 0 !important;
  }
  /* line 15891, app/assets/stylesheets/css/rtl/core.css */
  .order-xl-1 {
    order: 1 !important;
  }
  /* line 15894, app/assets/stylesheets/css/rtl/core.css */
  .order-xl-2 {
    order: 2 !important;
  }
  /* line 15897, app/assets/stylesheets/css/rtl/core.css */
  .order-xl-3 {
    order: 3 !important;
  }
  /* line 15900, app/assets/stylesheets/css/rtl/core.css */
  .order-xl-4 {
    order: 4 !important;
  }
  /* line 15903, app/assets/stylesheets/css/rtl/core.css */
  .order-xl-5 {
    order: 5 !important;
  }
  /* line 15906, app/assets/stylesheets/css/rtl/core.css */
  .order-xl-last {
    order: 6 !important;
  }
  /* line 15909, app/assets/stylesheets/css/rtl/core.css */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 15912, app/assets/stylesheets/css/rtl/core.css */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 15915, app/assets/stylesheets/css/rtl/core.css */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 15918, app/assets/stylesheets/css/rtl/core.css */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 15921, app/assets/stylesheets/css/rtl/core.css */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 15924, app/assets/stylesheets/css/rtl/core.css */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 15927, app/assets/stylesheets/css/rtl/core.css */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 15930, app/assets/stylesheets/css/rtl/core.css */
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 15934, app/assets/stylesheets/css/rtl/core.css */
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 15938, app/assets/stylesheets/css/rtl/core.css */
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 15942, app/assets/stylesheets/css/rtl/core.css */
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 15946, app/assets/stylesheets/css/rtl/core.css */
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 15950, app/assets/stylesheets/css/rtl/core.css */
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 15954, app/assets/stylesheets/css/rtl/core.css */
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 15958, app/assets/stylesheets/css/rtl/core.css */
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 15962, app/assets/stylesheets/css/rtl/core.css */
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 15966, app/assets/stylesheets/css/rtl/core.css */
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 15970, app/assets/stylesheets/css/rtl/core.css */
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 15974, app/assets/stylesheets/css/rtl/core.css */
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 15978, app/assets/stylesheets/css/rtl/core.css */
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 15982, app/assets/stylesheets/css/rtl/core.css */
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 15986, app/assets/stylesheets/css/rtl/core.css */
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  /* line 15989, app/assets/stylesheets/css/rtl/core.css */
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 15992, app/assets/stylesheets/css/rtl/core.css */
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 15995, app/assets/stylesheets/css/rtl/core.css */
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 15998, app/assets/stylesheets/css/rtl/core.css */
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 16001, app/assets/stylesheets/css/rtl/core.css */
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 16004, app/assets/stylesheets/css/rtl/core.css */
  .mt-xl-auto {
    margin-top: auto !important;
  }
  /* line 16007, app/assets/stylesheets/css/rtl/core.css */
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 16010, app/assets/stylesheets/css/rtl/core.css */
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 16013, app/assets/stylesheets/css/rtl/core.css */
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 16016, app/assets/stylesheets/css/rtl/core.css */
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 16019, app/assets/stylesheets/css/rtl/core.css */
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 16022, app/assets/stylesheets/css/rtl/core.css */
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 16025, app/assets/stylesheets/css/rtl/core.css */
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 16028, app/assets/stylesheets/css/rtl/core.css */
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  /* line 16031, app/assets/stylesheets/css/rtl/core.css */
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  /* line 16034, app/assets/stylesheets/css/rtl/core.css */
  .m-xl-n3 {
    margin: -1rem !important;
  }
  /* line 16037, app/assets/stylesheets/css/rtl/core.css */
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  /* line 16040, app/assets/stylesheets/css/rtl/core.css */
  .m-xl-n5 {
    margin: -3rem !important;
  }
  /* line 16043, app/assets/stylesheets/css/rtl/core.css */
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  /* line 16047, app/assets/stylesheets/css/rtl/core.css */
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  /* line 16051, app/assets/stylesheets/css/rtl/core.css */
  .mx-xl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  /* line 16055, app/assets/stylesheets/css/rtl/core.css */
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  /* line 16059, app/assets/stylesheets/css/rtl/core.css */
  .mx-xl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  /* line 16063, app/assets/stylesheets/css/rtl/core.css */
  .my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  /* line 16067, app/assets/stylesheets/css/rtl/core.css */
  .my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  /* line 16071, app/assets/stylesheets/css/rtl/core.css */
  .my-xl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  /* line 16075, app/assets/stylesheets/css/rtl/core.css */
  .my-xl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  /* line 16079, app/assets/stylesheets/css/rtl/core.css */
  .my-xl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  /* line 16083, app/assets/stylesheets/css/rtl/core.css */
  .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 16086, app/assets/stylesheets/css/rtl/core.css */
  .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 16089, app/assets/stylesheets/css/rtl/core.css */
  .mt-xl-n3 {
    margin-top: -1rem !important;
  }
  /* line 16092, app/assets/stylesheets/css/rtl/core.css */
  .mt-xl-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 16095, app/assets/stylesheets/css/rtl/core.css */
  .mt-xl-n5 {
    margin-top: -3rem !important;
  }
  /* line 16098, app/assets/stylesheets/css/rtl/core.css */
  .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 16101, app/assets/stylesheets/css/rtl/core.css */
  .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 16104, app/assets/stylesheets/css/rtl/core.css */
  .mb-xl-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 16107, app/assets/stylesheets/css/rtl/core.css */
  .mb-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 16110, app/assets/stylesheets/css/rtl/core.css */
  .mb-xl-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 16113, app/assets/stylesheets/css/rtl/core.css */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 16116, app/assets/stylesheets/css/rtl/core.css */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 16119, app/assets/stylesheets/css/rtl/core.css */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 16122, app/assets/stylesheets/css/rtl/core.css */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 16125, app/assets/stylesheets/css/rtl/core.css */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 16128, app/assets/stylesheets/css/rtl/core.css */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 16131, app/assets/stylesheets/css/rtl/core.css */
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 16135, app/assets/stylesheets/css/rtl/core.css */
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 16139, app/assets/stylesheets/css/rtl/core.css */
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 16143, app/assets/stylesheets/css/rtl/core.css */
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 16147, app/assets/stylesheets/css/rtl/core.css */
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 16151, app/assets/stylesheets/css/rtl/core.css */
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 16155, app/assets/stylesheets/css/rtl/core.css */
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 16159, app/assets/stylesheets/css/rtl/core.css */
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 16163, app/assets/stylesheets/css/rtl/core.css */
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 16167, app/assets/stylesheets/css/rtl/core.css */
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 16171, app/assets/stylesheets/css/rtl/core.css */
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 16175, app/assets/stylesheets/css/rtl/core.css */
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 16179, app/assets/stylesheets/css/rtl/core.css */
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  /* line 16182, app/assets/stylesheets/css/rtl/core.css */
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 16185, app/assets/stylesheets/css/rtl/core.css */
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 16188, app/assets/stylesheets/css/rtl/core.css */
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 16191, app/assets/stylesheets/css/rtl/core.css */
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 16194, app/assets/stylesheets/css/rtl/core.css */
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 16197, app/assets/stylesheets/css/rtl/core.css */
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 16200, app/assets/stylesheets/css/rtl/core.css */
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 16203, app/assets/stylesheets/css/rtl/core.css */
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 16206, app/assets/stylesheets/css/rtl/core.css */
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 16209, app/assets/stylesheets/css/rtl/core.css */
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 16212, app/assets/stylesheets/css/rtl/core.css */
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 16215, app/assets/stylesheets/css/rtl/core.css */
  .gap-xl-0 {
    gap: 0 !important;
  }
  /* line 16218, app/assets/stylesheets/css/rtl/core.css */
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  /* line 16221, app/assets/stylesheets/css/rtl/core.css */
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  /* line 16224, app/assets/stylesheets/css/rtl/core.css */
  .gap-xl-3 {
    gap: 1rem !important;
  }
  /* line 16227, app/assets/stylesheets/css/rtl/core.css */
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  /* line 16230, app/assets/stylesheets/css/rtl/core.css */
  .gap-xl-5 {
    gap: 3rem !important;
  }
  /* line 16233, app/assets/stylesheets/css/rtl/core.css */
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  /* line 16236, app/assets/stylesheets/css/rtl/core.css */
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  /* line 16239, app/assets/stylesheets/css/rtl/core.css */
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  /* line 16242, app/assets/stylesheets/css/rtl/core.css */
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  /* line 16245, app/assets/stylesheets/css/rtl/core.css */
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  /* line 16248, app/assets/stylesheets/css/rtl/core.css */
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  /* line 16251, app/assets/stylesheets/css/rtl/core.css */
  .column-gap-xl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  /* line 16254, app/assets/stylesheets/css/rtl/core.css */
  .column-gap-xl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  /* line 16257, app/assets/stylesheets/css/rtl/core.css */
  .column-gap-xl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  /* line 16260, app/assets/stylesheets/css/rtl/core.css */
  .column-gap-xl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  /* line 16263, app/assets/stylesheets/css/rtl/core.css */
  .column-gap-xl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  /* line 16266, app/assets/stylesheets/css/rtl/core.css */
  .column-gap-xl-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
}

@media (min-width: 1400px) {
  /* line 16271, app/assets/stylesheets/css/rtl/core.css */
  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  /* line 16274, app/assets/stylesheets/css/rtl/core.css */
  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  /* line 16277, app/assets/stylesheets/css/rtl/core.css */
  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  /* line 16280, app/assets/stylesheets/css/rtl/core.css */
  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  /* line 16283, app/assets/stylesheets/css/rtl/core.css */
  .object-fit-xxl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  /* line 16286, app/assets/stylesheets/css/rtl/core.css */
  .d-xxl-inline {
    display: inline !important;
  }
  /* line 16289, app/assets/stylesheets/css/rtl/core.css */
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  /* line 16292, app/assets/stylesheets/css/rtl/core.css */
  .d-xxl-block {
    display: block !important;
  }
  /* line 16295, app/assets/stylesheets/css/rtl/core.css */
  .d-xxl-grid {
    display: grid !important;
  }
  /* line 16298, app/assets/stylesheets/css/rtl/core.css */
  .d-xxl-table {
    display: table !important;
  }
  /* line 16301, app/assets/stylesheets/css/rtl/core.css */
  .d-xxl-table-row {
    display: table-row !important;
  }
  /* line 16304, app/assets/stylesheets/css/rtl/core.css */
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  /* line 16307, app/assets/stylesheets/css/rtl/core.css */
  .d-xxl-flex {
    display: flex !important;
  }
  /* line 16310, app/assets/stylesheets/css/rtl/core.css */
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  /* line 16313, app/assets/stylesheets/css/rtl/core.css */
  .d-xxl-none {
    display: none !important;
  }
  /* line 16316, app/assets/stylesheets/css/rtl/core.css */
  .border-xxl-solid {
    border-style: solid !important;
  }
  /* line 16319, app/assets/stylesheets/css/rtl/core.css */
  .border-xxl-dashed {
    border-style: dashed !important;
  }
  /* line 16322, app/assets/stylesheets/css/rtl/core.css */
  .border-xxl-none {
    border-style: none !important;
  }
  /* line 16325, app/assets/stylesheets/css/rtl/core.css */
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  /* line 16328, app/assets/stylesheets/css/rtl/core.css */
  .flex-xxl-row {
    flex-direction: row !important;
  }
  /* line 16331, app/assets/stylesheets/css/rtl/core.css */
  .flex-xxl-column {
    flex-direction: column !important;
  }
  /* line 16334, app/assets/stylesheets/css/rtl/core.css */
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 16337, app/assets/stylesheets/css/rtl/core.css */
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 16340, app/assets/stylesheets/css/rtl/core.css */
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 16343, app/assets/stylesheets/css/rtl/core.css */
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 16346, app/assets/stylesheets/css/rtl/core.css */
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 16349, app/assets/stylesheets/css/rtl/core.css */
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 16352, app/assets/stylesheets/css/rtl/core.css */
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 16355, app/assets/stylesheets/css/rtl/core.css */
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 16358, app/assets/stylesheets/css/rtl/core.css */
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 16361, app/assets/stylesheets/css/rtl/core.css */
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  /* line 16364, app/assets/stylesheets/css/rtl/core.css */
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  /* line 16367, app/assets/stylesheets/css/rtl/core.css */
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  /* line 16370, app/assets/stylesheets/css/rtl/core.css */
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  /* line 16373, app/assets/stylesheets/css/rtl/core.css */
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  /* line 16376, app/assets/stylesheets/css/rtl/core.css */
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  /* line 16379, app/assets/stylesheets/css/rtl/core.css */
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  /* line 16382, app/assets/stylesheets/css/rtl/core.css */
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  /* line 16385, app/assets/stylesheets/css/rtl/core.css */
  .align-items-xxl-center {
    align-items: center !important;
  }
  /* line 16388, app/assets/stylesheets/css/rtl/core.css */
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  /* line 16391, app/assets/stylesheets/css/rtl/core.css */
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  /* line 16394, app/assets/stylesheets/css/rtl/core.css */
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  /* line 16397, app/assets/stylesheets/css/rtl/core.css */
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  /* line 16400, app/assets/stylesheets/css/rtl/core.css */
  .align-content-xxl-center {
    align-content: center !important;
  }
  /* line 16403, app/assets/stylesheets/css/rtl/core.css */
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  /* line 16406, app/assets/stylesheets/css/rtl/core.css */
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  /* line 16409, app/assets/stylesheets/css/rtl/core.css */
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  /* line 16412, app/assets/stylesheets/css/rtl/core.css */
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  /* line 16415, app/assets/stylesheets/css/rtl/core.css */
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  /* line 16418, app/assets/stylesheets/css/rtl/core.css */
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  /* line 16421, app/assets/stylesheets/css/rtl/core.css */
  .align-self-xxl-center {
    align-self: center !important;
  }
  /* line 16424, app/assets/stylesheets/css/rtl/core.css */
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  /* line 16427, app/assets/stylesheets/css/rtl/core.css */
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  /* line 16430, app/assets/stylesheets/css/rtl/core.css */
  .order-xxl-first {
    order: -1 !important;
  }
  /* line 16433, app/assets/stylesheets/css/rtl/core.css */
  .order-xxl-0 {
    order: 0 !important;
  }
  /* line 16436, app/assets/stylesheets/css/rtl/core.css */
  .order-xxl-1 {
    order: 1 !important;
  }
  /* line 16439, app/assets/stylesheets/css/rtl/core.css */
  .order-xxl-2 {
    order: 2 !important;
  }
  /* line 16442, app/assets/stylesheets/css/rtl/core.css */
  .order-xxl-3 {
    order: 3 !important;
  }
  /* line 16445, app/assets/stylesheets/css/rtl/core.css */
  .order-xxl-4 {
    order: 4 !important;
  }
  /* line 16448, app/assets/stylesheets/css/rtl/core.css */
  .order-xxl-5 {
    order: 5 !important;
  }
  /* line 16451, app/assets/stylesheets/css/rtl/core.css */
  .order-xxl-last {
    order: 6 !important;
  }
  /* line 16454, app/assets/stylesheets/css/rtl/core.css */
  .m-xxl-0 {
    margin: 0 !important;
  }
  /* line 16457, app/assets/stylesheets/css/rtl/core.css */
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  /* line 16460, app/assets/stylesheets/css/rtl/core.css */
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  /* line 16463, app/assets/stylesheets/css/rtl/core.css */
  .m-xxl-3 {
    margin: 1rem !important;
  }
  /* line 16466, app/assets/stylesheets/css/rtl/core.css */
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  /* line 16469, app/assets/stylesheets/css/rtl/core.css */
  .m-xxl-5 {
    margin: 3rem !important;
  }
  /* line 16472, app/assets/stylesheets/css/rtl/core.css */
  .m-xxl-auto {
    margin: auto !important;
  }
  /* line 16475, app/assets/stylesheets/css/rtl/core.css */
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 16479, app/assets/stylesheets/css/rtl/core.css */
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 16483, app/assets/stylesheets/css/rtl/core.css */
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 16487, app/assets/stylesheets/css/rtl/core.css */
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 16491, app/assets/stylesheets/css/rtl/core.css */
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 16495, app/assets/stylesheets/css/rtl/core.css */
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 16499, app/assets/stylesheets/css/rtl/core.css */
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 16503, app/assets/stylesheets/css/rtl/core.css */
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 16507, app/assets/stylesheets/css/rtl/core.css */
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 16511, app/assets/stylesheets/css/rtl/core.css */
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 16515, app/assets/stylesheets/css/rtl/core.css */
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 16519, app/assets/stylesheets/css/rtl/core.css */
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 16523, app/assets/stylesheets/css/rtl/core.css */
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 16527, app/assets/stylesheets/css/rtl/core.css */
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 16531, app/assets/stylesheets/css/rtl/core.css */
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  /* line 16534, app/assets/stylesheets/css/rtl/core.css */
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 16537, app/assets/stylesheets/css/rtl/core.css */
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 16540, app/assets/stylesheets/css/rtl/core.css */
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  /* line 16543, app/assets/stylesheets/css/rtl/core.css */
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 16546, app/assets/stylesheets/css/rtl/core.css */
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  /* line 16549, app/assets/stylesheets/css/rtl/core.css */
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  /* line 16552, app/assets/stylesheets/css/rtl/core.css */
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  /* line 16555, app/assets/stylesheets/css/rtl/core.css */
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 16558, app/assets/stylesheets/css/rtl/core.css */
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 16561, app/assets/stylesheets/css/rtl/core.css */
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 16564, app/assets/stylesheets/css/rtl/core.css */
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 16567, app/assets/stylesheets/css/rtl/core.css */
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 16570, app/assets/stylesheets/css/rtl/core.css */
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  /* line 16573, app/assets/stylesheets/css/rtl/core.css */
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  /* line 16576, app/assets/stylesheets/css/rtl/core.css */
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  /* line 16579, app/assets/stylesheets/css/rtl/core.css */
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  /* line 16582, app/assets/stylesheets/css/rtl/core.css */
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  /* line 16585, app/assets/stylesheets/css/rtl/core.css */
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  /* line 16588, app/assets/stylesheets/css/rtl/core.css */
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  /* line 16592, app/assets/stylesheets/css/rtl/core.css */
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  /* line 16596, app/assets/stylesheets/css/rtl/core.css */
  .mx-xxl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  /* line 16600, app/assets/stylesheets/css/rtl/core.css */
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  /* line 16604, app/assets/stylesheets/css/rtl/core.css */
  .mx-xxl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  /* line 16608, app/assets/stylesheets/css/rtl/core.css */
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  /* line 16612, app/assets/stylesheets/css/rtl/core.css */
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  /* line 16616, app/assets/stylesheets/css/rtl/core.css */
  .my-xxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  /* line 16620, app/assets/stylesheets/css/rtl/core.css */
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  /* line 16624, app/assets/stylesheets/css/rtl/core.css */
  .my-xxl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  /* line 16628, app/assets/stylesheets/css/rtl/core.css */
  .mt-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 16631, app/assets/stylesheets/css/rtl/core.css */
  .mt-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 16634, app/assets/stylesheets/css/rtl/core.css */
  .mt-xxl-n3 {
    margin-top: -1rem !important;
  }
  /* line 16637, app/assets/stylesheets/css/rtl/core.css */
  .mt-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 16640, app/assets/stylesheets/css/rtl/core.css */
  .mt-xxl-n5 {
    margin-top: -3rem !important;
  }
  /* line 16643, app/assets/stylesheets/css/rtl/core.css */
  .mb-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 16646, app/assets/stylesheets/css/rtl/core.css */
  .mb-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 16649, app/assets/stylesheets/css/rtl/core.css */
  .mb-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 16652, app/assets/stylesheets/css/rtl/core.css */
  .mb-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 16655, app/assets/stylesheets/css/rtl/core.css */
  .mb-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 16658, app/assets/stylesheets/css/rtl/core.css */
  .p-xxl-0 {
    padding: 0 !important;
  }
  /* line 16661, app/assets/stylesheets/css/rtl/core.css */
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  /* line 16664, app/assets/stylesheets/css/rtl/core.css */
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  /* line 16667, app/assets/stylesheets/css/rtl/core.css */
  .p-xxl-3 {
    padding: 1rem !important;
  }
  /* line 16670, app/assets/stylesheets/css/rtl/core.css */
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  /* line 16673, app/assets/stylesheets/css/rtl/core.css */
  .p-xxl-5 {
    padding: 3rem !important;
  }
  /* line 16676, app/assets/stylesheets/css/rtl/core.css */
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 16680, app/assets/stylesheets/css/rtl/core.css */
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 16684, app/assets/stylesheets/css/rtl/core.css */
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 16688, app/assets/stylesheets/css/rtl/core.css */
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 16692, app/assets/stylesheets/css/rtl/core.css */
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 16696, app/assets/stylesheets/css/rtl/core.css */
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 16700, app/assets/stylesheets/css/rtl/core.css */
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 16704, app/assets/stylesheets/css/rtl/core.css */
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 16708, app/assets/stylesheets/css/rtl/core.css */
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 16712, app/assets/stylesheets/css/rtl/core.css */
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 16716, app/assets/stylesheets/css/rtl/core.css */
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 16720, app/assets/stylesheets/css/rtl/core.css */
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 16724, app/assets/stylesheets/css/rtl/core.css */
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  /* line 16727, app/assets/stylesheets/css/rtl/core.css */
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 16730, app/assets/stylesheets/css/rtl/core.css */
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 16733, app/assets/stylesheets/css/rtl/core.css */
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  /* line 16736, app/assets/stylesheets/css/rtl/core.css */
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 16739, app/assets/stylesheets/css/rtl/core.css */
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  /* line 16742, app/assets/stylesheets/css/rtl/core.css */
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  /* line 16745, app/assets/stylesheets/css/rtl/core.css */
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 16748, app/assets/stylesheets/css/rtl/core.css */
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 16751, app/assets/stylesheets/css/rtl/core.css */
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 16754, app/assets/stylesheets/css/rtl/core.css */
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 16757, app/assets/stylesheets/css/rtl/core.css */
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 16760, app/assets/stylesheets/css/rtl/core.css */
  .gap-xxl-0 {
    gap: 0 !important;
  }
  /* line 16763, app/assets/stylesheets/css/rtl/core.css */
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  /* line 16766, app/assets/stylesheets/css/rtl/core.css */
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  /* line 16769, app/assets/stylesheets/css/rtl/core.css */
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  /* line 16772, app/assets/stylesheets/css/rtl/core.css */
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  /* line 16775, app/assets/stylesheets/css/rtl/core.css */
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  /* line 16778, app/assets/stylesheets/css/rtl/core.css */
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  /* line 16781, app/assets/stylesheets/css/rtl/core.css */
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  /* line 16784, app/assets/stylesheets/css/rtl/core.css */
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  /* line 16787, app/assets/stylesheets/css/rtl/core.css */
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  /* line 16790, app/assets/stylesheets/css/rtl/core.css */
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  /* line 16793, app/assets/stylesheets/css/rtl/core.css */
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  /* line 16796, app/assets/stylesheets/css/rtl/core.css */
  .column-gap-xxl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  /* line 16799, app/assets/stylesheets/css/rtl/core.css */
  .column-gap-xxl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  /* line 16802, app/assets/stylesheets/css/rtl/core.css */
  .column-gap-xxl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  /* line 16805, app/assets/stylesheets/css/rtl/core.css */
  .column-gap-xxl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  /* line 16808, app/assets/stylesheets/css/rtl/core.css */
  .column-gap-xxl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  /* line 16811, app/assets/stylesheets/css/rtl/core.css */
  .column-gap-xxl-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
}

@media (min-width: 1200px) {
  /* line 16816, app/assets/stylesheets/css/rtl/core.css */
  .fs-1 {
    font-size: 2.375rem !important;
  }
  /* line 16819, app/assets/stylesheets/css/rtl/core.css */
  .fs-2 {
    font-size: 2rem !important;
  }
  /* line 16822, app/assets/stylesheets/css/rtl/core.css */
  .fs-3 {
    font-size: 1.625rem !important;
  }
  /* line 16825, app/assets/stylesheets/css/rtl/core.css */
  .fs-4 {
    font-size: 1.375rem !important;
  }
}

@media print {
  /* line 16830, app/assets/stylesheets/css/rtl/core.css */
  .d-print-inline {
    display: inline !important;
  }
  /* line 16833, app/assets/stylesheets/css/rtl/core.css */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 16836, app/assets/stylesheets/css/rtl/core.css */
  .d-print-block {
    display: block !important;
  }
  /* line 16839, app/assets/stylesheets/css/rtl/core.css */
  .d-print-grid {
    display: grid !important;
  }
  /* line 16842, app/assets/stylesheets/css/rtl/core.css */
  .d-print-table {
    display: table !important;
  }
  /* line 16845, app/assets/stylesheets/css/rtl/core.css */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 16848, app/assets/stylesheets/css/rtl/core.css */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 16851, app/assets/stylesheets/css/rtl/core.css */
  .d-print-flex {
    display: flex !important;
  }
  /* line 16854, app/assets/stylesheets/css/rtl/core.css */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  /* line 16857, app/assets/stylesheets/css/rtl/core.css */
  .d-print-none {
    display: none !important;
  }
}

/* line 16861, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .object-fit-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

/* line 16864, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .object-fit-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

/* line 16867, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .object-fit-fill {
  -o-object-fit: fill !important;
     object-fit: fill !important;
}

/* line 16870, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .object-fit-scale {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

/* line 16873, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .object-fit-none {
  -o-object-fit: none !important;
     object-fit: none !important;
}

/* line 16876, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .border-solid {
  border-style: solid !important;
}

/* line 16879, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .border-dashed {
  border-style: dashed !important;
}

/* line 16882, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .border-none {
  border-style: none !important;
}

/* line 16885, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .border-label-primary {
  --bs-border-opacity: 0.4;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

/* line 16889, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .border-label-secondary {
  --bs-border-opacity: 0.4;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

/* line 16893, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .border-label-success {
  --bs-border-opacity: 0.4;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

/* line 16897, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .border-label-info {
  --bs-border-opacity: 0.4;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

/* line 16901, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .border-label-warning {
  --bs-border-opacity: 0.4;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

/* line 16905, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .border-label-danger {
  --bs-border-opacity: 0.4;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

/* line 16909, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .border-label-light {
  --bs-border-opacity: 0.4;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

/* line 16913, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .border-label-dark {
  --bs-border-opacity: 0.4;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

/* line 16917, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .border-label-gray {
  --bs-border-opacity: 0.4;
  border-color: rgba(var(--bs-gray-rgb), var(--bs-border-opacity)) !important;
}

/* line 16921, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .border-label-black {
  --bs-border-opacity: 0.4;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

/* line 16925, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .border-label-white {
  --bs-border-opacity: 0.4;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

/* line 16929, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .border-opacity-10 {
  --bs-border-opacity: 0.1;
}

/* line 16932, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .border-opacity-25 {
  --bs-border-opacity: 0.25;
}

/* line 16935, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .border-opacity-50 {
  --bs-border-opacity: 0.5;
}

/* line 16938, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .border-opacity-75 {
  --bs-border-opacity: 0.75;
}

/* line 16941, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .border-opacity-100 {
  --bs-border-opacity: 1;
}

/* line 16944, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .row-gap-0 {
  row-gap: 0 !important;
}

/* line 16947, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .row-gap-1 {
  row-gap: 0.25rem !important;
}

/* line 16950, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .row-gap-2 {
  row-gap: 0.5rem !important;
}

/* line 16953, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .row-gap-3 {
  row-gap: 1rem !important;
}

/* line 16956, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .row-gap-4 {
  row-gap: 1.5rem !important;
}

/* line 16959, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .row-gap-5 {
  row-gap: 3rem !important;
}

/* line 16962, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .column-gap-0 {
  -moz-column-gap: 0 !important;
       column-gap: 0 !important;
}

/* line 16965, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .column-gap-1 {
  -moz-column-gap: 0.25rem !important;
       column-gap: 0.25rem !important;
}

/* line 16968, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .column-gap-2 {
  -moz-column-gap: 0.5rem !important;
       column-gap: 0.5rem !important;
}

/* line 16971, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .column-gap-3 {
  -moz-column-gap: 1rem !important;
       column-gap: 1rem !important;
}

/* line 16974, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .column-gap-4 {
  -moz-column-gap: 1.5rem !important;
       column-gap: 1.5rem !important;
}

/* line 16977, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .column-gap-5 {
  -moz-column-gap: 3rem !important;
       column-gap: 3rem !important;
}

/* line 16980, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .text-opacity-25 {
  --bs-text-opacity: 0.25;
}

/* line 16983, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .text-opacity-50 {
  --bs-text-opacity: 0.5;
}

/* line 16986, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .text-opacity-75 {
  --bs-text-opacity: 0.75;
}

/* line 16989, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .text-opacity-100 {
  --bs-text-opacity: 1;
}

/* line 16992, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .link-opacity-10 {
  --bs-link-opacity: 0.1;
}

/* line 16995, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

/* line 16998, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .link-opacity-25 {
  --bs-link-opacity: 0.25;
}

/* line 17001, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

/* line 17004, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .link-opacity-50 {
  --bs-link-opacity: 0.5;
}

/* line 17007, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

/* line 17010, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .link-opacity-75 {
  --bs-link-opacity: 0.75;
}

/* line 17013, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

/* line 17016, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .link-opacity-100 {
  --bs-link-opacity: 1;
}

/* line 17019, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

/* line 17022, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .link-offset-1 {
  text-underline-offset: 0.125em !important;
}

/* line 17025, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

/* line 17028, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .link-offset-2 {
  text-underline-offset: 0.25em !important;
}

/* line 17031, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

/* line 17034, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .link-offset-3 {
  text-underline-offset: 0.375em !important;
}

/* line 17037, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

/* line 17040, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 17044, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 17048, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 17052, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 17056, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 17060, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 17064, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 17068, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 17072, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .link-underline-gray {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-gray-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 17076, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 17080, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

/* line 17083, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

/* line 17086, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

/* line 17089, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

/* line 17092, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

/* line 17095, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

/* line 17098, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

/* line 17101, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

/* line 17104, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

/* line 17107, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

/* line 17110, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

/* line 17113, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

/* line 17116, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

/* line 17119, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

/* line 17122, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

/* line 17125, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

/* line 17128, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .bg-opacity-100 {
  --bs-bg-opacity: 1;
}

/* line 17131, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

/* line 17134, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

/* line 17137, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

/* line 17140, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

/* line 17143, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

/* line 17146, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

/* line 17149, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

/* line 17152, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

/* line 17155, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .z-n1 {
  z-index: -1 !important;
}

/* line 17158, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .z-0 {
  z-index: 0 !important;
}

/* line 17161, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .z-1 {
  z-index: 1 !important;
}

/* line 17164, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .z-2 {
  z-index: 2 !important;
}

/* line 17167, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .z-3 {
  z-index: 3 !important;
}

/* line 17170, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .z-4 {
  z-index: 4 !important;
}

/* line 17173, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .z-5 {
  z-index: 5 !important;
}

/* line 17176, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .float-start {
  float: left !important;
}

/* line 17179, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .float-end {
  float: right !important;
}

/* line 17182, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .float-none {
  float: none !important;
}

/* line 17185, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .end-0 {
  right: 0 !important;
}

/* line 17188, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .end-50 {
  right: 50% !important;
}

/* line 17191, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .end-100 {
  right: 100% !important;
}

/* line 17194, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .start-0 {
  left: 0 !important;
}

/* line 17197, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .start-50 {
  left: 50% !important;
}

/* line 17200, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .start-100 {
  left: 100% !important;
}

/* line 17203, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .translate-middle {
  transform: translate(-50%, -50%) !important;
}

/* line 17206, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .translate-middle-x {
  transform: translateX(-50%) !important;
}

/* line 17209, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .translate-middle-y {
  transform: translateY(-50%) !important;
}

/* line 17212, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .border-end {
  border-right: 1px solid #d4d8dd !important;
}

/* line 17215, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .border-end-0 {
  border-right: 0 !important;
}

/* line 17218, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .border-start {
  border-left: 1px solid #d4d8dd !important;
}

/* line 17221, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .border-start-0 {
  border-left: 0 !important;
}

/* line 17224, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .border-left-dashed {
  border-left-style: dashed !important;
}

/* line 17227, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .border-right-dashed {
  border-right-style: dashed !important;
}

/* line 17230, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .text-start {
  text-align: left !important;
}

/* line 17233, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .text-end {
  text-align: right !important;
}

/* line 17236, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .text-center {
  text-align: center !important;
}

/* line 17239, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

/* line 17243, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

/* line 17247, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .rounded-start-top {
  border-top-left-radius: 0.25rem !important;
}

/* line 17250, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .rounded-start-bottom {
  border-bottom-left-radius: 0.25rem !important;
}

/* line 17253, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .rounded-end-top {
  border-top-right-radius: 0.25rem !important;
}

/* line 17256, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .rounded-end-bottom {
  border-bottom-right-radius: 0.25rem !important;
}

/* line 17259, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .me-0 {
  margin-right: 0 !important;
}

/* line 17262, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .me-1 {
  margin-right: 0.25rem !important;
}

/* line 17265, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .me-2 {
  margin-right: 0.5rem !important;
}

/* line 17268, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .me-3 {
  margin-right: 1rem !important;
}

/* line 17271, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .me-4 {
  margin-right: 1.5rem !important;
}

/* line 17274, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .me-5 {
  margin-right: 3rem !important;
}

/* line 17277, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .me-auto {
  margin-right: auto !important;
}

/* line 17280, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .ms-0 {
  margin-left: 0 !important;
}

/* line 17283, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .ms-1 {
  margin-left: 0.25rem !important;
}

/* line 17286, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .ms-2 {
  margin-left: 0.5rem !important;
}

/* line 17289, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .ms-3 {
  margin-left: 1rem !important;
}

/* line 17292, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .ms-4 {
  margin-left: 1.5rem !important;
}

/* line 17295, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .ms-5 {
  margin-left: 3rem !important;
}

/* line 17298, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .ms-auto {
  margin-left: auto !important;
}

/* line 17301, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .me-n1 {
  margin-right: -0.25rem !important;
}

/* line 17304, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .me-n2 {
  margin-right: -0.5rem !important;
}

/* line 17307, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .me-n3 {
  margin-right: -1rem !important;
}

/* line 17310, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .me-n4 {
  margin-right: -1.5rem !important;
}

/* line 17313, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .me-n5 {
  margin-right: -3rem !important;
}

/* line 17316, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .ms-n1 {
  margin-left: -0.25rem !important;
}

/* line 17319, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .ms-n2 {
  margin-left: -0.5rem !important;
}

/* line 17322, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .ms-n3 {
  margin-left: -1rem !important;
}

/* line 17325, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .ms-n4 {
  margin-left: -1.5rem !important;
}

/* line 17328, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .ms-n5 {
  margin-left: -3rem !important;
}

/* line 17331, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .pe-0 {
  padding-right: 0 !important;
}

/* line 17334, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .pe-1 {
  padding-right: 0.25rem !important;
}

/* line 17337, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .pe-2 {
  padding-right: 0.5rem !important;
}

/* line 17340, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .pe-3 {
  padding-right: 1rem !important;
}

/* line 17343, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .pe-4 {
  padding-right: 1.5rem !important;
}

/* line 17346, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .pe-5 {
  padding-right: 3rem !important;
}

/* line 17349, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .ps-0 {
  padding-left: 0 !important;
}

/* line 17352, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .ps-1 {
  padding-left: 0.25rem !important;
}

/* line 17355, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .ps-2 {
  padding-left: 0.5rem !important;
}

/* line 17358, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .ps-3 {
  padding-left: 1rem !important;
}

/* line 17361, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .ps-4 {
  padding-left: 1.5rem !important;
}

/* line 17364, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .ps-5 {
  padding-left: 3rem !important;
}

/* line 17367, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .rotate-0 {
  transform: rotate(0deg) !important;
}

/* line 17370, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .rotate-90 {
  transform: rotate(90deg) !important;
}

/* line 17373, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .rotate-180 {
  transform: rotate(180deg) !important;
}

/* line 17376, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .rotate-270 {
  transform: rotate(270deg) !important;
}

/* line 17379, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .rotate-n90 {
  transform: rotate(-90deg) !important;
}

/* line 17382, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .rotate-n180 {
  transform: rotate(-180deg) !important;
}

/* line 17385, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .rotate-n270 {
  transform: rotate(-270deg) !important;
}

/* line 17388, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .scaleX-n1 {
  transform: scaleX(-1) !important;
}

/* line 17391, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .scaleY-n1 {
  transform: scaleY(-1) !important;
}

@media (min-width: 576px) {
  /* line 17395, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .object-fit-sm-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  /* line 17398, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .object-fit-sm-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  /* line 17401, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .object-fit-sm-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  /* line 17404, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  /* line 17407, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .object-fit-sm-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  /* line 17410, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .border-sm-solid {
    border-style: solid !important;
  }
  /* line 17413, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .border-sm-dashed {
    border-style: dashed !important;
  }
  /* line 17416, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .border-sm-none {
    border-style: none !important;
  }
  /* line 17419, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  /* line 17422, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  /* line 17425, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  /* line 17428, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  /* line 17431, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  /* line 17434, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  /* line 17437, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .column-gap-sm-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  /* line 17440, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .column-gap-sm-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  /* line 17443, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .column-gap-sm-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  /* line 17446, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .column-gap-sm-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  /* line 17449, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .column-gap-sm-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  /* line 17452, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .column-gap-sm-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  /* line 17455, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .float-sm-start {
    float: left !important;
  }
  /* line 17458, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .float-sm-end {
    float: right !important;
  }
  /* line 17461, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .float-sm-none {
    float: none !important;
  }
  /* line 17464, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .text-sm-start {
    text-align: left !important;
  }
  /* line 17467, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .text-sm-end {
    text-align: right !important;
  }
  /* line 17470, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .text-sm-center {
    text-align: center !important;
  }
  /* line 17473, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .me-sm-0 {
    margin-right: 0 !important;
  }
  /* line 17476, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 17479, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 17482, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .me-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 17485, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 17488, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .me-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 17491, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .me-sm-auto {
    margin-right: auto !important;
  }
  /* line 17494, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ms-sm-0 {
    margin-left: 0 !important;
  }
  /* line 17497, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 17500, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 17503, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ms-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 17506, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 17509, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ms-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 17512, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ms-sm-auto {
    margin-left: auto !important;
  }
  /* line 17515, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .me-sm-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 17518, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .me-sm-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 17521, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .me-sm-n3 {
    margin-right: -1rem !important;
  }
  /* line 17524, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .me-sm-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 17527, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .me-sm-n5 {
    margin-right: -3rem !important;
  }
  /* line 17530, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ms-sm-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 17533, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ms-sm-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 17536, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ms-sm-n3 {
    margin-left: -1rem !important;
  }
  /* line 17539, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ms-sm-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 17542, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ms-sm-n5 {
    margin-left: -3rem !important;
  }
  /* line 17545, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .pe-sm-0 {
    padding-right: 0 !important;
  }
  /* line 17548, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 17551, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 17554, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .pe-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 17557, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 17560, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .pe-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 17563, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ps-sm-0 {
    padding-left: 0 !important;
  }
  /* line 17566, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 17569, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 17572, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ps-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 17575, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 17578, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ps-sm-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 768px) {
  /* line 17583, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .object-fit-md-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  /* line 17586, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .object-fit-md-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  /* line 17589, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .object-fit-md-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  /* line 17592, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .object-fit-md-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  /* line 17595, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .object-fit-md-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  /* line 17598, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .border-md-solid {
    border-style: solid !important;
  }
  /* line 17601, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .border-md-dashed {
    border-style: dashed !important;
  }
  /* line 17604, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .border-md-none {
    border-style: none !important;
  }
  /* line 17607, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .row-gap-md-0 {
    row-gap: 0 !important;
  }
  /* line 17610, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  /* line 17613, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  /* line 17616, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  /* line 17619, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  /* line 17622, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  /* line 17625, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .column-gap-md-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  /* line 17628, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .column-gap-md-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  /* line 17631, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .column-gap-md-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  /* line 17634, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .column-gap-md-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  /* line 17637, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .column-gap-md-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  /* line 17640, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .column-gap-md-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  /* line 17643, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .float-md-start {
    float: left !important;
  }
  /* line 17646, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .float-md-end {
    float: right !important;
  }
  /* line 17649, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .float-md-none {
    float: none !important;
  }
  /* line 17652, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .text-md-start {
    text-align: left !important;
  }
  /* line 17655, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .text-md-end {
    text-align: right !important;
  }
  /* line 17658, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .text-md-center {
    text-align: center !important;
  }
  /* line 17661, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .me-md-0 {
    margin-right: 0 !important;
  }
  /* line 17664, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .me-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 17667, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .me-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 17670, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .me-md-3 {
    margin-right: 1rem !important;
  }
  /* line 17673, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .me-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 17676, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .me-md-5 {
    margin-right: 3rem !important;
  }
  /* line 17679, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .me-md-auto {
    margin-right: auto !important;
  }
  /* line 17682, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ms-md-0 {
    margin-left: 0 !important;
  }
  /* line 17685, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 17688, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 17691, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ms-md-3 {
    margin-left: 1rem !important;
  }
  /* line 17694, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 17697, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ms-md-5 {
    margin-left: 3rem !important;
  }
  /* line 17700, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ms-md-auto {
    margin-left: auto !important;
  }
  /* line 17703, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .me-md-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 17706, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .me-md-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 17709, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .me-md-n3 {
    margin-right: -1rem !important;
  }
  /* line 17712, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .me-md-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 17715, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .me-md-n5 {
    margin-right: -3rem !important;
  }
  /* line 17718, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ms-md-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 17721, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ms-md-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 17724, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ms-md-n3 {
    margin-left: -1rem !important;
  }
  /* line 17727, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ms-md-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 17730, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ms-md-n5 {
    margin-left: -3rem !important;
  }
  /* line 17733, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .pe-md-0 {
    padding-right: 0 !important;
  }
  /* line 17736, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 17739, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 17742, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .pe-md-3 {
    padding-right: 1rem !important;
  }
  /* line 17745, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 17748, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .pe-md-5 {
    padding-right: 3rem !important;
  }
  /* line 17751, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ps-md-0 {
    padding-left: 0 !important;
  }
  /* line 17754, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 17757, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 17760, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ps-md-3 {
    padding-left: 1rem !important;
  }
  /* line 17763, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 17766, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ps-md-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 992px) {
  /* line 17771, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .object-fit-lg-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  /* line 17774, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .object-fit-lg-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  /* line 17777, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .object-fit-lg-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  /* line 17780, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  /* line 17783, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .object-fit-lg-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  /* line 17786, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .border-lg-solid {
    border-style: solid !important;
  }
  /* line 17789, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .border-lg-dashed {
    border-style: dashed !important;
  }
  /* line 17792, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .border-lg-none {
    border-style: none !important;
  }
  /* line 17795, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  /* line 17798, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  /* line 17801, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  /* line 17804, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  /* line 17807, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  /* line 17810, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  /* line 17813, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .column-gap-lg-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  /* line 17816, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .column-gap-lg-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  /* line 17819, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .column-gap-lg-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  /* line 17822, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .column-gap-lg-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  /* line 17825, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .column-gap-lg-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  /* line 17828, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .column-gap-lg-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  /* line 17831, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .float-lg-start {
    float: left !important;
  }
  /* line 17834, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .float-lg-end {
    float: right !important;
  }
  /* line 17837, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .float-lg-none {
    float: none !important;
  }
  /* line 17840, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .text-lg-start {
    text-align: left !important;
  }
  /* line 17843, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .text-lg-end {
    text-align: right !important;
  }
  /* line 17846, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .text-lg-center {
    text-align: center !important;
  }
  /* line 17849, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .me-lg-0 {
    margin-right: 0 !important;
  }
  /* line 17852, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 17855, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 17858, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .me-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 17861, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 17864, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .me-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 17867, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .me-lg-auto {
    margin-right: auto !important;
  }
  /* line 17870, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ms-lg-0 {
    margin-left: 0 !important;
  }
  /* line 17873, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 17876, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 17879, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ms-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 17882, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 17885, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ms-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 17888, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ms-lg-auto {
    margin-left: auto !important;
  }
  /* line 17891, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .me-lg-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 17894, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .me-lg-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 17897, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .me-lg-n3 {
    margin-right: -1rem !important;
  }
  /* line 17900, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .me-lg-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 17903, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .me-lg-n5 {
    margin-right: -3rem !important;
  }
  /* line 17906, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ms-lg-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 17909, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ms-lg-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 17912, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ms-lg-n3 {
    margin-left: -1rem !important;
  }
  /* line 17915, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ms-lg-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 17918, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ms-lg-n5 {
    margin-left: -3rem !important;
  }
  /* line 17921, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .pe-lg-0 {
    padding-right: 0 !important;
  }
  /* line 17924, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 17927, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 17930, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .pe-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 17933, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 17936, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .pe-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 17939, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ps-lg-0 {
    padding-left: 0 !important;
  }
  /* line 17942, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 17945, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 17948, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ps-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 17951, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 17954, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ps-lg-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 1200px) {
  /* line 17959, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .object-fit-xl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  /* line 17962, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .object-fit-xl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  /* line 17965, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .object-fit-xl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  /* line 17968, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  /* line 17971, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .object-fit-xl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  /* line 17974, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .border-xl-solid {
    border-style: solid !important;
  }
  /* line 17977, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .border-xl-dashed {
    border-style: dashed !important;
  }
  /* line 17980, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .border-xl-none {
    border-style: none !important;
  }
  /* line 17983, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  /* line 17986, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  /* line 17989, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  /* line 17992, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  /* line 17995, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  /* line 17998, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  /* line 18001, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .column-gap-xl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  /* line 18004, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .column-gap-xl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  /* line 18007, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .column-gap-xl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  /* line 18010, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .column-gap-xl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  /* line 18013, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .column-gap-xl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  /* line 18016, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .column-gap-xl-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  /* line 18019, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .float-xl-start {
    float: left !important;
  }
  /* line 18022, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .float-xl-end {
    float: right !important;
  }
  /* line 18025, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .float-xl-none {
    float: none !important;
  }
  /* line 18028, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .text-xl-start {
    text-align: left !important;
  }
  /* line 18031, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .text-xl-end {
    text-align: right !important;
  }
  /* line 18034, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .text-xl-center {
    text-align: center !important;
  }
  /* line 18037, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .me-xl-0 {
    margin-right: 0 !important;
  }
  /* line 18040, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18043, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18046, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .me-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 18049, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18052, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .me-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 18055, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .me-xl-auto {
    margin-right: auto !important;
  }
  /* line 18058, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ms-xl-0 {
    margin-left: 0 !important;
  }
  /* line 18061, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 18064, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 18067, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ms-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 18070, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 18073, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ms-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 18076, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ms-xl-auto {
    margin-left: auto !important;
  }
  /* line 18079, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .me-xl-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 18082, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .me-xl-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 18085, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .me-xl-n3 {
    margin-right: -1rem !important;
  }
  /* line 18088, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .me-xl-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 18091, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .me-xl-n5 {
    margin-right: -3rem !important;
  }
  /* line 18094, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ms-xl-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 18097, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ms-xl-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 18100, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ms-xl-n3 {
    margin-left: -1rem !important;
  }
  /* line 18103, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ms-xl-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 18106, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ms-xl-n5 {
    margin-left: -3rem !important;
  }
  /* line 18109, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .pe-xl-0 {
    padding-right: 0 !important;
  }
  /* line 18112, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18115, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18118, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .pe-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 18121, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18124, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .pe-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 18127, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ps-xl-0 {
    padding-left: 0 !important;
  }
  /* line 18130, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 18133, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 18136, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ps-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 18139, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 18142, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ps-xl-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 1400px) {
  /* line 18147, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .object-fit-xxl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  /* line 18150, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .object-fit-xxl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  /* line 18153, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .object-fit-xxl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  /* line 18156, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  /* line 18159, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .object-fit-xxl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  /* line 18162, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .border-xxl-solid {
    border-style: solid !important;
  }
  /* line 18165, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .border-xxl-dashed {
    border-style: dashed !important;
  }
  /* line 18168, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .border-xxl-none {
    border-style: none !important;
  }
  /* line 18171, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  /* line 18174, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  /* line 18177, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  /* line 18180, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  /* line 18183, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  /* line 18186, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  /* line 18189, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .column-gap-xxl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  /* line 18192, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .column-gap-xxl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  /* line 18195, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .column-gap-xxl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  /* line 18198, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .column-gap-xxl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  /* line 18201, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .column-gap-xxl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  /* line 18204, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .column-gap-xxl-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  /* line 18207, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .float-xxl-start {
    float: left !important;
  }
  /* line 18210, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .float-xxl-end {
    float: right !important;
  }
  /* line 18213, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .float-xxl-none {
    float: none !important;
  }
  /* line 18216, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .text-xxl-start {
    text-align: left !important;
  }
  /* line 18219, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .text-xxl-end {
    text-align: right !important;
  }
  /* line 18222, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .text-xxl-center {
    text-align: center !important;
  }
  /* line 18225, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .me-xxl-0 {
    margin-right: 0 !important;
  }
  /* line 18228, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18231, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18234, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .me-xxl-3 {
    margin-right: 1rem !important;
  }
  /* line 18237, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18240, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .me-xxl-5 {
    margin-right: 3rem !important;
  }
  /* line 18243, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .me-xxl-auto {
    margin-right: auto !important;
  }
  /* line 18246, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ms-xxl-0 {
    margin-left: 0 !important;
  }
  /* line 18249, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 18252, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 18255, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  /* line 18258, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 18261, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  /* line 18264, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ms-xxl-auto {
    margin-left: auto !important;
  }
  /* line 18267, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .me-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 18270, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .me-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 18273, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .me-xxl-n3 {
    margin-right: -1rem !important;
  }
  /* line 18276, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .me-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 18279, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .me-xxl-n5 {
    margin-right: -3rem !important;
  }
  /* line 18282, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ms-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 18285, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ms-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 18288, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ms-xxl-n3 {
    margin-left: -1rem !important;
  }
  /* line 18291, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ms-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 18294, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ms-xxl-n5 {
    margin-left: -3rem !important;
  }
  /* line 18297, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .pe-xxl-0 {
    padding-right: 0 !important;
  }
  /* line 18300, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 18303, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 18306, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  /* line 18309, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 18312, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  /* line 18315, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ps-xxl-0 {
    padding-left: 0 !important;
  }
  /* line 18318, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 18321, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 18324, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  /* line 18327, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 18330, app/assets/stylesheets/css/rtl/core.css */
  html:not([dir=rtl]) .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}

/* line 18334, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .object-fit-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

/* line 18337, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .object-fit-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

/* line 18340, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .object-fit-fill {
  -o-object-fit: fill !important;
     object-fit: fill !important;
}

/* line 18343, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .object-fit-scale {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

/* line 18346, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .object-fit-none {
  -o-object-fit: none !important;
     object-fit: none !important;
}

/* line 18349, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .border-solid {
  border-style: solid !important;
}

/* line 18352, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .border-dashed {
  border-style: dashed !important;
}

/* line 18355, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .border-none {
  border-style: none !important;
}

/* line 18358, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .border-label-primary {
  --bs-border-opacity: 0.4;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

/* line 18362, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .border-label-secondary {
  --bs-border-opacity: 0.4;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

/* line 18366, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .border-label-success {
  --bs-border-opacity: 0.4;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

/* line 18370, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .border-label-info {
  --bs-border-opacity: 0.4;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

/* line 18374, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .border-label-warning {
  --bs-border-opacity: 0.4;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

/* line 18378, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .border-label-danger {
  --bs-border-opacity: 0.4;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

/* line 18382, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .border-label-light {
  --bs-border-opacity: 0.4;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

/* line 18386, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .border-label-dark {
  --bs-border-opacity: 0.4;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

/* line 18390, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .border-label-gray {
  --bs-border-opacity: 0.4;
  border-color: rgba(var(--bs-gray-rgb), var(--bs-border-opacity)) !important;
}

/* line 18394, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .border-label-black {
  --bs-border-opacity: 0.4;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

/* line 18398, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .border-label-white {
  --bs-border-opacity: 0.4;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

/* line 18402, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .border-opacity-10 {
  --bs-border-opacity: 0.1;
}

/* line 18405, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .border-opacity-25 {
  --bs-border-opacity: 0.25;
}

/* line 18408, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .border-opacity-50 {
  --bs-border-opacity: 0.5;
}

/* line 18411, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .border-opacity-75 {
  --bs-border-opacity: 0.75;
}

/* line 18414, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .border-opacity-100 {
  --bs-border-opacity: 1;
}

/* line 18417, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .row-gap-0 {
  row-gap: 0 !important;
}

/* line 18420, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .row-gap-1 {
  row-gap: 0.25rem !important;
}

/* line 18423, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .row-gap-2 {
  row-gap: 0.5rem !important;
}

/* line 18426, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .row-gap-3 {
  row-gap: 1rem !important;
}

/* line 18429, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .row-gap-4 {
  row-gap: 1.5rem !important;
}

/* line 18432, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .row-gap-5 {
  row-gap: 3rem !important;
}

/* line 18435, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .column-gap-0 {
  -moz-column-gap: 0 !important;
       column-gap: 0 !important;
}

/* line 18438, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .column-gap-1 {
  -moz-column-gap: 0.25rem !important;
       column-gap: 0.25rem !important;
}

/* line 18441, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .column-gap-2 {
  -moz-column-gap: 0.5rem !important;
       column-gap: 0.5rem !important;
}

/* line 18444, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .column-gap-3 {
  -moz-column-gap: 1rem !important;
       column-gap: 1rem !important;
}

/* line 18447, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .column-gap-4 {
  -moz-column-gap: 1.5rem !important;
       column-gap: 1.5rem !important;
}

/* line 18450, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .column-gap-5 {
  -moz-column-gap: 3rem !important;
       column-gap: 3rem !important;
}

/* line 18453, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .text-opacity-25 {
  --bs-text-opacity: 0.25;
}

/* line 18456, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .text-opacity-50 {
  --bs-text-opacity: 0.5;
}

/* line 18459, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .text-opacity-75 {
  --bs-text-opacity: 0.75;
}

/* line 18462, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .text-opacity-100 {
  --bs-text-opacity: 1;
}

/* line 18465, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .link-opacity-10 {
  --bs-link-opacity: 0.1;
}

/* line 18468, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

/* line 18471, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .link-opacity-25 {
  --bs-link-opacity: 0.25;
}

/* line 18474, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

/* line 18477, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .link-opacity-50 {
  --bs-link-opacity: 0.5;
}

/* line 18480, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

/* line 18483, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .link-opacity-75 {
  --bs-link-opacity: 0.75;
}

/* line 18486, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

/* line 18489, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .link-opacity-100 {
  --bs-link-opacity: 1;
}

/* line 18492, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

/* line 18495, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .link-offset-1 {
  text-underline-offset: 0.125em !important;
}

/* line 18498, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

/* line 18501, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .link-offset-2 {
  text-underline-offset: 0.25em !important;
}

/* line 18504, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

/* line 18507, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .link-offset-3 {
  text-underline-offset: 0.375em !important;
}

/* line 18510, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

/* line 18513, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 18517, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 18521, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 18525, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 18529, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 18533, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 18537, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 18541, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 18545, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .link-underline-gray {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-gray-rgb), var(--bs-link-underline-opacity)) !important;
}

/* line 18549, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

/* line 18553, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

/* line 18556, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

/* line 18559, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

/* line 18562, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

/* line 18565, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

/* line 18568, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

/* line 18571, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

/* line 18574, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

/* line 18577, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

/* line 18580, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

/* line 18583, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

/* line 18586, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

/* line 18589, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

/* line 18592, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

/* line 18595, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

/* line 18598, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

/* line 18601, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .bg-opacity-100 {
  --bs-bg-opacity: 1;
}

/* line 18604, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

/* line 18607, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

/* line 18610, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

/* line 18613, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

/* line 18616, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

/* line 18619, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

/* line 18622, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

/* line 18625, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

/* line 18628, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .z-n1 {
  z-index: -1 !important;
}

/* line 18631, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .z-0 {
  z-index: 0 !important;
}

/* line 18634, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .z-1 {
  z-index: 1 !important;
}

/* line 18637, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .z-2 {
  z-index: 2 !important;
}

/* line 18640, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .z-3 {
  z-index: 3 !important;
}

/* line 18643, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .z-4 {
  z-index: 4 !important;
}

/* line 18646, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .z-5 {
  z-index: 5 !important;
}

/* line 18649, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .float-start {
  float: right !important;
}

/* line 18652, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .float-end {
  float: left !important;
}

/* line 18655, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .float-none {
  float: none !important;
}

/* line 18658, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .end-0 {
  left: 0 !important;
}

/* line 18661, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .end-50 {
  left: 50% !important;
}

/* line 18664, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .end-100 {
  left: 100% !important;
}

/* line 18667, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .start-0 {
  right: 0 !important;
}

/* line 18670, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .start-50 {
  right: 50% !important;
}

/* line 18673, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .start-100 {
  right: 100% !important;
}

/* line 18676, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .translate-middle {
  transform: translate(50%, -50%) !important;
}

/* line 18679, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .translate-middle-x {
  transform: translateX(50%) !important;
}

/* line 18682, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .translate-middle-y {
  transform: translateY(-50%) !important;
}

/* line 18685, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .border-end {
  border-left: 1px solid #d4d8dd !important;
}

/* line 18688, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .border-end-0 {
  border-left: 0 !important;
}

/* line 18691, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .border-start {
  border-right: 1px solid #d4d8dd !important;
}

/* line 18694, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .border-start-0 {
  border-right: 0 !important;
}

/* line 18697, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .border-left-dashed {
  border-right-style: dashed !important;
}

/* line 18700, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .border-right-dashed {
  border-left-style: dashed !important;
}

/* line 18703, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .text-start {
  text-align: right !important;
}

/* line 18706, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .text-end {
  text-align: left !important;
}

/* line 18709, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .text-center {
  text-align: center !important;
}

/* line 18712, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .rounded-end {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

/* line 18716, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .rounded-start {
  border-bottom-right-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

/* line 18720, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .rounded-start-top {
  border-top-right-radius: 0.25rem !important;
}

/* line 18723, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .rounded-start-bottom {
  border-bottom-right-radius: 0.25rem !important;
}

/* line 18726, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .rounded-end-top {
  border-top-left-radius: 0.25rem !important;
}

/* line 18729, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .rounded-end-bottom {
  border-bottom-left-radius: 0.25rem !important;
}

/* line 18732, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .me-0 {
  margin-left: 0 !important;
}

/* line 18735, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .me-1 {
  margin-left: 0.25rem !important;
}

/* line 18738, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .me-2 {
  margin-left: 0.5rem !important;
}

/* line 18741, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .me-3 {
  margin-left: 1rem !important;
}

/* line 18744, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .me-4 {
  margin-left: 1.5rem !important;
}

/* line 18747, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .me-5 {
  margin-left: 3rem !important;
}

/* line 18750, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .me-auto {
  margin-left: auto !important;
}

/* line 18753, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .ms-0 {
  margin-right: 0 !important;
}

/* line 18756, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .ms-1 {
  margin-right: 0.25rem !important;
}

/* line 18759, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .ms-2 {
  margin-right: 0.5rem !important;
}

/* line 18762, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .ms-3 {
  margin-right: 1rem !important;
}

/* line 18765, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .ms-4 {
  margin-right: 1.5rem !important;
}

/* line 18768, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .ms-5 {
  margin-right: 3rem !important;
}

/* line 18771, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .ms-auto {
  margin-right: auto !important;
}

/* line 18774, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .me-n1 {
  margin-left: -0.25rem !important;
}

/* line 18777, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .me-n2 {
  margin-left: -0.5rem !important;
}

/* line 18780, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .me-n3 {
  margin-left: -1rem !important;
}

/* line 18783, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .me-n4 {
  margin-left: -1.5rem !important;
}

/* line 18786, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .me-n5 {
  margin-left: -3rem !important;
}

/* line 18789, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .ms-n1 {
  margin-right: -0.25rem !important;
}

/* line 18792, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .ms-n2 {
  margin-right: -0.5rem !important;
}

/* line 18795, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .ms-n3 {
  margin-right: -1rem !important;
}

/* line 18798, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .ms-n4 {
  margin-right: -1.5rem !important;
}

/* line 18801, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .ms-n5 {
  margin-right: -3rem !important;
}

/* line 18804, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .pe-0 {
  padding-left: 0 !important;
}

/* line 18807, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .pe-1 {
  padding-left: 0.25rem !important;
}

/* line 18810, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .pe-2 {
  padding-left: 0.5rem !important;
}

/* line 18813, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .pe-3 {
  padding-left: 1rem !important;
}

/* line 18816, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .pe-4 {
  padding-left: 1.5rem !important;
}

/* line 18819, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .pe-5 {
  padding-left: 3rem !important;
}

/* line 18822, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .ps-0 {
  padding-right: 0 !important;
}

/* line 18825, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .ps-1 {
  padding-right: 0.25rem !important;
}

/* line 18828, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .ps-2 {
  padding-right: 0.5rem !important;
}

/* line 18831, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .ps-3 {
  padding-right: 1rem !important;
}

/* line 18834, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .ps-4 {
  padding-right: 1.5rem !important;
}

/* line 18837, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .ps-5 {
  padding-right: 3rem !important;
}

/* line 18840, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .rotate-0 {
  transform: rotate(0deg) !important;
}

/* line 18843, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .rotate-90 {
  transform: rotate(-90deg) !important;
}

/* line 18846, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .rotate-180 {
  transform: rotate(-180deg) !important;
}

/* line 18849, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .rotate-270 {
  transform: rotate(-270deg) !important;
}

/* line 18852, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .rotate-n90 {
  transform: rotate(90deg) !important;
}

/* line 18855, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .rotate-n180 {
  transform: rotate(180deg) !important;
}

/* line 18858, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .rotate-n270 {
  transform: rotate(270deg) !important;
}

/* line 18861, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .scaleX-n1 {
  transform: scaleX(1) !important;
}

/* line 18864, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .scaleX-n1-rtl {
  transform: scaleX(-1) !important;
}

/* line 18867, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .scaleY-n1 {
  transform: scaleY(1) !important;
}

/* line 18870, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .scaleY-n1-rtl {
  transform: scaleY(-1) !important;
}

@media (min-width: 576px) {
  /* line 18874, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .object-fit-sm-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  /* line 18877, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .object-fit-sm-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  /* line 18880, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .object-fit-sm-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  /* line 18883, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  /* line 18886, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .object-fit-sm-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  /* line 18889, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .border-sm-solid {
    border-style: solid !important;
  }
  /* line 18892, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .border-sm-dashed {
    border-style: dashed !important;
  }
  /* line 18895, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .border-sm-none {
    border-style: none !important;
  }
  /* line 18898, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  /* line 18901, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  /* line 18904, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  /* line 18907, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  /* line 18910, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  /* line 18913, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  /* line 18916, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .column-gap-sm-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  /* line 18919, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .column-gap-sm-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  /* line 18922, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .column-gap-sm-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  /* line 18925, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .column-gap-sm-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  /* line 18928, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .column-gap-sm-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  /* line 18931, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .column-gap-sm-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  /* line 18934, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .float-sm-start {
    float: right !important;
  }
  /* line 18937, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .float-sm-end {
    float: left !important;
  }
  /* line 18940, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .float-sm-none {
    float: none !important;
  }
  /* line 18943, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .text-sm-start {
    text-align: right !important;
  }
  /* line 18946, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .text-sm-end {
    text-align: left !important;
  }
  /* line 18949, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .text-sm-center {
    text-align: center !important;
  }
  /* line 18952, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .me-sm-0 {
    margin-left: 0 !important;
  }
  /* line 18955, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .me-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 18958, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .me-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 18961, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .me-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 18964, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .me-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 18967, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .me-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 18970, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .me-sm-auto {
    margin-left: auto !important;
  }
  /* line 18973, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ms-sm-0 {
    margin-right: 0 !important;
  }
  /* line 18976, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ms-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 18979, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ms-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 18982, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ms-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 18985, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ms-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 18988, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ms-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 18991, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ms-sm-auto {
    margin-right: auto !important;
  }
  /* line 18994, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .me-sm-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 18997, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .me-sm-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 19000, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .me-sm-n3 {
    margin-left: -1rem !important;
  }
  /* line 19003, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .me-sm-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 19006, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .me-sm-n5 {
    margin-left: -3rem !important;
  }
  /* line 19009, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ms-sm-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 19012, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ms-sm-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 19015, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ms-sm-n3 {
    margin-right: -1rem !important;
  }
  /* line 19018, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ms-sm-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 19021, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ms-sm-n5 {
    margin-right: -3rem !important;
  }
  /* line 19024, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .pe-sm-0 {
    padding-left: 0 !important;
  }
  /* line 19027, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .pe-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 19030, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .pe-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 19033, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .pe-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 19036, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .pe-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 19039, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .pe-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 19042, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ps-sm-0 {
    padding-right: 0 !important;
  }
  /* line 19045, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ps-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 19048, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ps-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 19051, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ps-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 19054, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ps-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 19057, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ps-sm-5 {
    padding-right: 3rem !important;
  }
}

@media (min-width: 768px) {
  /* line 19062, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .object-fit-md-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  /* line 19065, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .object-fit-md-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  /* line 19068, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .object-fit-md-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  /* line 19071, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .object-fit-md-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  /* line 19074, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .object-fit-md-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  /* line 19077, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .border-md-solid {
    border-style: solid !important;
  }
  /* line 19080, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .border-md-dashed {
    border-style: dashed !important;
  }
  /* line 19083, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .border-md-none {
    border-style: none !important;
  }
  /* line 19086, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .row-gap-md-0 {
    row-gap: 0 !important;
  }
  /* line 19089, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  /* line 19092, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  /* line 19095, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  /* line 19098, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  /* line 19101, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  /* line 19104, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .column-gap-md-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  /* line 19107, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .column-gap-md-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  /* line 19110, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .column-gap-md-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  /* line 19113, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .column-gap-md-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  /* line 19116, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .column-gap-md-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  /* line 19119, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .column-gap-md-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  /* line 19122, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .float-md-start {
    float: right !important;
  }
  /* line 19125, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .float-md-end {
    float: left !important;
  }
  /* line 19128, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .float-md-none {
    float: none !important;
  }
  /* line 19131, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .text-md-start {
    text-align: right !important;
  }
  /* line 19134, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .text-md-end {
    text-align: left !important;
  }
  /* line 19137, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .text-md-center {
    text-align: center !important;
  }
  /* line 19140, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .me-md-0 {
    margin-left: 0 !important;
  }
  /* line 19143, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .me-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 19146, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .me-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 19149, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .me-md-3 {
    margin-left: 1rem !important;
  }
  /* line 19152, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .me-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 19155, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .me-md-5 {
    margin-left: 3rem !important;
  }
  /* line 19158, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .me-md-auto {
    margin-left: auto !important;
  }
  /* line 19161, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ms-md-0 {
    margin-right: 0 !important;
  }
  /* line 19164, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ms-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 19167, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ms-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 19170, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ms-md-3 {
    margin-right: 1rem !important;
  }
  /* line 19173, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ms-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 19176, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ms-md-5 {
    margin-right: 3rem !important;
  }
  /* line 19179, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ms-md-auto {
    margin-right: auto !important;
  }
  /* line 19182, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .me-md-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 19185, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .me-md-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 19188, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .me-md-n3 {
    margin-left: -1rem !important;
  }
  /* line 19191, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .me-md-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 19194, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .me-md-n5 {
    margin-left: -3rem !important;
  }
  /* line 19197, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ms-md-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 19200, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ms-md-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 19203, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ms-md-n3 {
    margin-right: -1rem !important;
  }
  /* line 19206, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ms-md-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 19209, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ms-md-n5 {
    margin-right: -3rem !important;
  }
  /* line 19212, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .pe-md-0 {
    padding-left: 0 !important;
  }
  /* line 19215, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .pe-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 19218, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .pe-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 19221, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .pe-md-3 {
    padding-left: 1rem !important;
  }
  /* line 19224, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .pe-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 19227, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .pe-md-5 {
    padding-left: 3rem !important;
  }
  /* line 19230, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ps-md-0 {
    padding-right: 0 !important;
  }
  /* line 19233, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ps-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 19236, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ps-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 19239, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ps-md-3 {
    padding-right: 1rem !important;
  }
  /* line 19242, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ps-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 19245, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ps-md-5 {
    padding-right: 3rem !important;
  }
}

@media (min-width: 992px) {
  /* line 19250, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .object-fit-lg-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  /* line 19253, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .object-fit-lg-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  /* line 19256, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .object-fit-lg-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  /* line 19259, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  /* line 19262, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .object-fit-lg-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  /* line 19265, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .border-lg-solid {
    border-style: solid !important;
  }
  /* line 19268, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .border-lg-dashed {
    border-style: dashed !important;
  }
  /* line 19271, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .border-lg-none {
    border-style: none !important;
  }
  /* line 19274, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  /* line 19277, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  /* line 19280, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  /* line 19283, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  /* line 19286, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  /* line 19289, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  /* line 19292, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .column-gap-lg-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  /* line 19295, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .column-gap-lg-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  /* line 19298, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .column-gap-lg-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  /* line 19301, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .column-gap-lg-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  /* line 19304, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .column-gap-lg-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  /* line 19307, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .column-gap-lg-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  /* line 19310, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .float-lg-start {
    float: right !important;
  }
  /* line 19313, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .float-lg-end {
    float: left !important;
  }
  /* line 19316, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .float-lg-none {
    float: none !important;
  }
  /* line 19319, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .text-lg-start {
    text-align: right !important;
  }
  /* line 19322, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .text-lg-end {
    text-align: left !important;
  }
  /* line 19325, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .text-lg-center {
    text-align: center !important;
  }
  /* line 19328, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .me-lg-0 {
    margin-left: 0 !important;
  }
  /* line 19331, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .me-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 19334, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .me-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 19337, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .me-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 19340, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .me-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 19343, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .me-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 19346, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .me-lg-auto {
    margin-left: auto !important;
  }
  /* line 19349, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ms-lg-0 {
    margin-right: 0 !important;
  }
  /* line 19352, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ms-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 19355, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ms-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 19358, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ms-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 19361, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ms-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 19364, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ms-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 19367, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ms-lg-auto {
    margin-right: auto !important;
  }
  /* line 19370, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .me-lg-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 19373, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .me-lg-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 19376, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .me-lg-n3 {
    margin-left: -1rem !important;
  }
  /* line 19379, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .me-lg-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 19382, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .me-lg-n5 {
    margin-left: -3rem !important;
  }
  /* line 19385, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ms-lg-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 19388, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ms-lg-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 19391, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ms-lg-n3 {
    margin-right: -1rem !important;
  }
  /* line 19394, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ms-lg-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 19397, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ms-lg-n5 {
    margin-right: -3rem !important;
  }
  /* line 19400, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .pe-lg-0 {
    padding-left: 0 !important;
  }
  /* line 19403, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .pe-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 19406, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .pe-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 19409, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .pe-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 19412, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .pe-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 19415, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .pe-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 19418, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ps-lg-0 {
    padding-right: 0 !important;
  }
  /* line 19421, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ps-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 19424, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ps-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 19427, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ps-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 19430, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ps-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 19433, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ps-lg-5 {
    padding-right: 3rem !important;
  }
}

@media (min-width: 1200px) {
  /* line 19438, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .object-fit-xl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  /* line 19441, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .object-fit-xl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  /* line 19444, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .object-fit-xl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  /* line 19447, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  /* line 19450, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .object-fit-xl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  /* line 19453, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .border-xl-solid {
    border-style: solid !important;
  }
  /* line 19456, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .border-xl-dashed {
    border-style: dashed !important;
  }
  /* line 19459, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .border-xl-none {
    border-style: none !important;
  }
  /* line 19462, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  /* line 19465, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  /* line 19468, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  /* line 19471, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  /* line 19474, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  /* line 19477, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  /* line 19480, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .column-gap-xl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  /* line 19483, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .column-gap-xl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  /* line 19486, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .column-gap-xl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  /* line 19489, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .column-gap-xl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  /* line 19492, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .column-gap-xl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  /* line 19495, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .column-gap-xl-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  /* line 19498, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .float-xl-start {
    float: right !important;
  }
  /* line 19501, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .float-xl-end {
    float: left !important;
  }
  /* line 19504, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .float-xl-none {
    float: none !important;
  }
  /* line 19507, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .text-xl-start {
    text-align: right !important;
  }
  /* line 19510, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .text-xl-end {
    text-align: left !important;
  }
  /* line 19513, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .text-xl-center {
    text-align: center !important;
  }
  /* line 19516, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .me-xl-0 {
    margin-left: 0 !important;
  }
  /* line 19519, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .me-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 19522, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .me-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 19525, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .me-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 19528, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .me-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 19531, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .me-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 19534, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .me-xl-auto {
    margin-left: auto !important;
  }
  /* line 19537, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ms-xl-0 {
    margin-right: 0 !important;
  }
  /* line 19540, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ms-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 19543, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ms-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 19546, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ms-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 19549, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ms-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 19552, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ms-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 19555, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ms-xl-auto {
    margin-right: auto !important;
  }
  /* line 19558, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .me-xl-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 19561, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .me-xl-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 19564, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .me-xl-n3 {
    margin-left: -1rem !important;
  }
  /* line 19567, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .me-xl-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 19570, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .me-xl-n5 {
    margin-left: -3rem !important;
  }
  /* line 19573, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ms-xl-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 19576, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ms-xl-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 19579, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ms-xl-n3 {
    margin-right: -1rem !important;
  }
  /* line 19582, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ms-xl-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 19585, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ms-xl-n5 {
    margin-right: -3rem !important;
  }
  /* line 19588, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .pe-xl-0 {
    padding-left: 0 !important;
  }
  /* line 19591, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .pe-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 19594, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .pe-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 19597, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .pe-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 19600, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .pe-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 19603, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .pe-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 19606, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ps-xl-0 {
    padding-right: 0 !important;
  }
  /* line 19609, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ps-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 19612, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ps-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 19615, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ps-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 19618, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ps-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 19621, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ps-xl-5 {
    padding-right: 3rem !important;
  }
}

@media (min-width: 1400px) {
  /* line 19626, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .object-fit-xxl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  /* line 19629, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .object-fit-xxl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  /* line 19632, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .object-fit-xxl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  /* line 19635, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  /* line 19638, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .object-fit-xxl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  /* line 19641, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .border-xxl-solid {
    border-style: solid !important;
  }
  /* line 19644, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .border-xxl-dashed {
    border-style: dashed !important;
  }
  /* line 19647, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .border-xxl-none {
    border-style: none !important;
  }
  /* line 19650, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  /* line 19653, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  /* line 19656, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  /* line 19659, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  /* line 19662, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  /* line 19665, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  /* line 19668, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .column-gap-xxl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  /* line 19671, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .column-gap-xxl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  /* line 19674, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .column-gap-xxl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  /* line 19677, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .column-gap-xxl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  /* line 19680, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .column-gap-xxl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  /* line 19683, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .column-gap-xxl-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  /* line 19686, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .float-xxl-start {
    float: right !important;
  }
  /* line 19689, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .float-xxl-end {
    float: left !important;
  }
  /* line 19692, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .float-xxl-none {
    float: none !important;
  }
  /* line 19695, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .text-xxl-start {
    text-align: right !important;
  }
  /* line 19698, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .text-xxl-end {
    text-align: left !important;
  }
  /* line 19701, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .text-xxl-center {
    text-align: center !important;
  }
  /* line 19704, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .me-xxl-0 {
    margin-left: 0 !important;
  }
  /* line 19707, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .me-xxl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 19710, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .me-xxl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 19713, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .me-xxl-3 {
    margin-left: 1rem !important;
  }
  /* line 19716, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .me-xxl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 19719, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .me-xxl-5 {
    margin-left: 3rem !important;
  }
  /* line 19722, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .me-xxl-auto {
    margin-left: auto !important;
  }
  /* line 19725, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ms-xxl-0 {
    margin-right: 0 !important;
  }
  /* line 19728, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ms-xxl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 19731, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ms-xxl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 19734, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ms-xxl-3 {
    margin-right: 1rem !important;
  }
  /* line 19737, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ms-xxl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 19740, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ms-xxl-5 {
    margin-right: 3rem !important;
  }
  /* line 19743, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ms-xxl-auto {
    margin-right: auto !important;
  }
  /* line 19746, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .me-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 19749, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .me-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 19752, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .me-xxl-n3 {
    margin-left: -1rem !important;
  }
  /* line 19755, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .me-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 19758, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .me-xxl-n5 {
    margin-left: -3rem !important;
  }
  /* line 19761, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ms-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 19764, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ms-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 19767, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ms-xxl-n3 {
    margin-right: -1rem !important;
  }
  /* line 19770, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ms-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 19773, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ms-xxl-n5 {
    margin-right: -3rem !important;
  }
  /* line 19776, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .pe-xxl-0 {
    padding-left: 0 !important;
  }
  /* line 19779, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .pe-xxl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 19782, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .pe-xxl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 19785, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .pe-xxl-3 {
    padding-left: 1rem !important;
  }
  /* line 19788, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .pe-xxl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 19791, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .pe-xxl-5 {
    padding-left: 3rem !important;
  }
  /* line 19794, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ps-xxl-0 {
    padding-right: 0 !important;
  }
  /* line 19797, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ps-xxl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 19800, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ps-xxl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 19803, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ps-xxl-3 {
    padding-right: 1rem !important;
  }
  /* line 19806, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ps-xxl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 19809, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .ps-xxl-5 {
    padding-right: 3rem !important;
  }
}

/* line 19813, app/assets/stylesheets/css/rtl/core.css */
body {
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -moz-font-feature-settings: "liga" on;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 768px) {
  /* line 19822, app/assets/stylesheets/css/rtl/core.css */
  button.list-group-item {
    outline: none;
  }
}

/* line 19826, app/assets/stylesheets/css/rtl/core.css */
.app-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(38, 60, 85, 0.5);
  visibility: hidden;
  z-index: 3;
  transition: all 0.25s ease;
}

/* line 19837, app/assets/stylesheets/css/rtl/core.css */
.app-overlay.show {
  visibility: visible;
}

/* line 19841, app/assets/stylesheets/css/rtl/core.css */
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  padding-right: 0.6rem !important;
  padding-left: 0.6rem !important;
}

@media (min-width: 992px) {
  /* line 19852, app/assets/stylesheets/css/rtl/core.css */
  .container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

/* line 19864, app/assets/stylesheets/css/rtl/core.css */
.img-thumbnail {
  position: relative;
  display: block;
}

/* line 19868, app/assets/stylesheets/css/rtl/core.css */
.img-thumbnail img {
  z-index: 1;
}

/* line 19872, app/assets/stylesheets/css/rtl/core.css */
.img-thumbnail-content {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  display: block;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: translate(-50%, -50%);
}

/* line 19882, app/assets/stylesheets/css/rtl/core.css */
.img-thumbnail:hover .img-thumbnail-content, .img-thumbnail:focus .img-thumbnail-content {
  opacity: 1;
}

/* line 19886, app/assets/stylesheets/css/rtl/core.css */
.img-thumbnail-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  transition: all 0.2s ease-in-out;
}

/* line 19896, app/assets/stylesheets/css/rtl/core.css */
.img-thumbnail:not(:hover):not(:focus) .img-thumbnail-overlay {
  opacity: 0 !important;
}

/* line 19900, app/assets/stylesheets/css/rtl/core.css */
.img-thumbnail-shadow {
  transition: box-shadow 0.2s;
}

/* line 19903, app/assets/stylesheets/css/rtl/core.css */
.img-thumbnail-shadow:hover, .img-thumbnail-shadow:focus {
  box-shadow: 0 5px 20px rgba(38, 60, 85, 0.4);
}

/* line 19907, app/assets/stylesheets/css/rtl/core.css */
.img-thumbnail-zoom-in {
  overflow: hidden;
}

/* line 19910, app/assets/stylesheets/css/rtl/core.css */
.img-thumbnail-zoom-in img {
  transition: all 0.3s ease-in-out;
  transform: translate3d(0);
}

/* line 19914, app/assets/stylesheets/css/rtl/core.css */
.img-thumbnail-zoom-in .img-thumbnail-content {
  transform: translate(-50%, -50%) scale(0.6);
}

/* line 19917, app/assets/stylesheets/css/rtl/core.css */
.img-thumbnail-zoom-in:hover img, .img-thumbnail-zoom-in:focus img {
  transform: scale(1.1);
}

/* line 19920, app/assets/stylesheets/css/rtl/core.css */
.img-thumbnail-zoom-in:hover .img-thumbnail-content, .img-thumbnail-zoom-in:focus .img-thumbnail-content {
  transform: translate(-50%, -50%) scale(1);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 19925, app/assets/stylesheets/css/rtl/core.css */
  .card,
.card-body,
.media,
.flex-column,
.tab-content {
    min-height: 1px;
  }
  /* line 19932, app/assets/stylesheets/css/rtl/core.css */
  img {
    min-height: 1px;
    height: auto;
  }
}

/* line 19937, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] body {
  text-align: right;
  direction: rtl;
}

/* line 19942, app/assets/stylesheets/css/rtl/core.css */
.buy-now .btn-buy-now {
  position: fixed;
  bottom: 3rem;
  right: 1.875rem;
  z-index: 1080;
  box-shadow: 0 1px 20px 1px #ff5b5c;
}

/* line 19949, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .buy-now .btn-buy-now {
  left: 1.875rem;
  right: inherit;
}

/* line 19953, app/assets/stylesheets/css/rtl/core.css */
.buy-now .btn-buy-now:hover {
  box-shadow: none;
}

/* line 19957, app/assets/stylesheets/css/rtl/core.css */
.ui-square,
.ui-rect,
.ui-rect-30,
.ui-rect-60,
.ui-rect-67,
.ui-rect-75 {
  position: relative !important;
  display: block !important;
  padding-top: 100% !important;
  width: 100% !important;
}

/* line 19969, app/assets/stylesheets/css/rtl/core.css */
.ui-square {
  padding-top: 100% !important;
}

/* line 19973, app/assets/stylesheets/css/rtl/core.css */
.ui-rect {
  padding-top: 50% !important;
}

/* line 19977, app/assets/stylesheets/css/rtl/core.css */
.ui-rect-30 {
  padding-top: 30% !important;
}

/* line 19981, app/assets/stylesheets/css/rtl/core.css */
.ui-rect-60 {
  padding-top: 60% !important;
}

/* line 19985, app/assets/stylesheets/css/rtl/core.css */
.ui-rect-67 {
  padding-top: 67% !important;
}

/* line 19989, app/assets/stylesheets/css/rtl/core.css */
.ui-rect-75 {
  padding-top: 75% !important;
}

/* line 19993, app/assets/stylesheets/css/rtl/core.css */
.ui-square-content,
.ui-rect-content {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
}

/* line 20002, app/assets/stylesheets/css/rtl/core.css */
.text-strike-through {
  text-decoration: line-through;
}

/* line 20006, app/assets/stylesheets/css/rtl/core.css */
.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

/* line 20013, app/assets/stylesheets/css/rtl/core.css */
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* line 20020, app/assets/stylesheets/css/rtl/core.css */
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* line 20027, app/assets/stylesheets/css/rtl/core.css */
.ui-stars,
.ui-star,
.ui-star > * {
  height: 1.1em;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

/* line 20038, app/assets/stylesheets/css/rtl/core.css */
.ui-stars {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}

/* line 20044, app/assets/stylesheets/css/rtl/core.css */
.ui-star {
  position: relative;
  display: block;
  float: left;
  width: 1.1em;
  height: 1.1em;
  text-decoration: none !important;
  font-size: 1.1em;
  line-height: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 20055, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .ui-star {
  float: right;
}

/* line 20058, app/assets/stylesheets/css/rtl/core.css */
.ui-star + .ui-star {
  margin-left: -0.1em;
}

/* line 20061, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .ui-star + .ui-star {
  margin-right: -0.1em;
  margin-left: 0;
}

/* line 20065, app/assets/stylesheets/css/rtl/core.css */
.ui-star > *,
.ui-star > *::before,
.ui-star > *::after {
  position: absolute;
  left: 0.55em;
  height: 100%;
  font-size: 1em;
  line-height: 1;
  transform: translateX(-50%);
}

/* line 20075, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .ui-star > *,
[dir=rtl] .ui-star > *::before,
[dir=rtl] .ui-star > *::after {
  right: 0.55em;
  left: auto;
  transform: translateX(50%);
}

/* line 20082, app/assets/stylesheets/css/rtl/core.css */
.ui-star > * {
  top: 0;
  width: 100%;
  text-align: center;
}

/* line 20087, app/assets/stylesheets/css/rtl/core.css */
.ui-star > *:first-child {
  z-index: 10;
  display: none;
  overflow: hidden;
  color: #fdac41;
}

/* line 20093, app/assets/stylesheets/css/rtl/core.css */
.ui-star > *:last-child {
  z-index: 5;
  display: block;
}

/* line 20097, app/assets/stylesheets/css/rtl/core.css */
.ui-star.half-filled > *:first-child {
  width: 50%;
  transform: translateX(-100%);
}

/* line 20101, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .ui-star.half-filled > *:first-child {
  transform: translateX(100%);
}

/* line 20104, app/assets/stylesheets/css/rtl/core.css */
.ui-star.filled > *:first-child, .ui-star.half-filled > *:first-child {
  display: block;
}

/* line 20107, app/assets/stylesheets/css/rtl/core.css */
.ui-star.filled > *:last-child {
  display: none;
}

/* line 20111, app/assets/stylesheets/css/rtl/core.css */
.ui-stars.hoverable .ui-star > *:first-child {
  display: block;
}

/* line 20115, app/assets/stylesheets/css/rtl/core.css */
.ui-stars.hoverable .ui-star:first-child:not(.filled) > *:first-child,
.ui-stars.hoverable .ui-star:first-child:not(.filled) ~ .ui-star > *:first-child,
.ui-stars.hoverable .ui-star:first-child:not(.half-filled) > *:first-child,
.ui-stars.hoverable .ui-star:first-child:not(.half-filled) ~ .ui-star > *:first-child {
  display: none;
}

/* line 20122, app/assets/stylesheets/css/rtl/core.css */
.ui-stars.hoverable .ui-star.filled > *:first-child,
.ui-stars.hoverable .ui-star.half-filled > *:first-child {
  display: block !important;
}

/* line 20127, app/assets/stylesheets/css/rtl/core.css */
.ui-stars.hoverable:hover .ui-star > *:first-child {
  display: block !important;
  width: 100% !important;
  transform: translateX(-50%) !important;
}

/* line 20132, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .ui-stars.hoverable:hover .ui-star > *:first-child {
  transform: translateX(50%) !important;
}

/* line 20136, app/assets/stylesheets/css/rtl/core.css */
.ui-stars.hoverable .ui-star:hover ~ .ui-star > *:first-child {
  display: none !important;
}

/* line 20139, app/assets/stylesheets/css/rtl/core.css */
.ui-stars.hoverable .ui-star:hover ~ .ui-star > *:last-child {
  display: block !important;
}

/* line 20143, app/assets/stylesheets/css/rtl/core.css */
.ui-bg-cover {
  background-color: rgba(0, 0, 0, 0);
  background-position: center center;
  background-size: cover;
}

/* line 20149, app/assets/stylesheets/css/rtl/core.css */
.ui-bg-overlay-container,
.ui-bg-video-container {
  position: relative;
}

/* line 20153, app/assets/stylesheets/css/rtl/core.css */
.ui-bg-overlay-container > *,
.ui-bg-video-container > * {
  position: relative;
}

/* line 20158, app/assets/stylesheets/css/rtl/core.css */
.ui-bg-overlay-container .ui-bg-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}

/* line 20167, app/assets/stylesheets/css/rtl/core.css */
.light-style .ui-bordered {
  border: 1px solid #d4d8dd;
}

/* line 20170, app/assets/stylesheets/css/rtl/core.css */
.light-style .ui-star > *:last-child {
  color: rgba(38, 60, 85, 0.2);
}

/* line 20174, app/assets/stylesheets/css/rtl/core.css */
.menu {
  display: flex;
}

/* line 20177, app/assets/stylesheets/css/rtl/core.css */
.menu .app-brand {
  width: 100%;
}

/* line 20180, app/assets/stylesheets/css/rtl/core.css */
.menu .ps__thumb-y,
.menu .ps__rail-y {
  width: 0.125rem !important;
}

/* line 20184, app/assets/stylesheets/css/rtl/core.css */
.menu .ps__rail-y {
  right: 0.25rem !important;
  left: auto !important;
  background: none !important;
}

/* line 20189, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .menu .ps__rail-y {
  right: auto !important;
  left: 0.25rem !important;
}

/* line 20193, app/assets/stylesheets/css/rtl/core.css */
.menu .ps__rail-y:hover,
.menu .ps__rail-y:focus,
.menu .ps__rail-y.ps--clicking,
.menu .ps__rail-y:hover > .ps__thumb-y,
.menu .ps__rail-y:focus > .ps__thumb-y,
.menu .ps__rail-y.ps--clicking > .ps__thumb-y {
  width: 0.375rem !important;
}

/* line 20202, app/assets/stylesheets/css/rtl/core.css */
.menu-inner {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  height: 100%;
}

/* line 20211, app/assets/stylesheets/css/rtl/core.css */
.menu-inner-shadow {
  display: none;
  position: absolute;
  top: 3.225rem;
  height: 3rem;
  width: 100%;
  pointer-events: none;
  z-index: 2;
}

/* line 20220, app/assets/stylesheets/css/rtl/core.css */
html:not(.layout-menu-fixed) .menu-inner-shadow {
  display: none !important;
}

/* line 20224, app/assets/stylesheets/css/rtl/core.css */
.menu-item {
  align-items: flex-start;
  justify-content: flex-start;
}

/* line 20228, app/assets/stylesheets/css/rtl/core.css */
.menu-item.menu-item-animating {
  transition: height 0.3s ease-in-out;
}

/* line 20232, app/assets/stylesheets/css/rtl/core.css */
.menu-item,
.menu-header,
.menu-divider,
.menu-block {
  flex: 0 0 auto;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 20243, app/assets/stylesheets/css/rtl/core.css */
.menu-header {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

/* line 20248, app/assets/stylesheets/css/rtl/core.css */
.menu-icon {
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 0.5rem;
  font-size: 1.25rem;
}

/* line 20254, app/assets/stylesheets/css/rtl/core.css */
.menu:not(.menu-no-animation) .menu-icon {
  transition: margin-right 0.3s ease;
}

/* line 20257, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .menu-icon {
  margin-right: 0;
  margin-left: 0.5rem;
}

/* line 20261, app/assets/stylesheets/css/rtl/core.css */
.menu:not(.menu-no-animation) [dir=rtl] .menu-icon {
  transition: margin-left 0.3s ease;
}

/* line 20265, app/assets/stylesheets/css/rtl/core.css */
.menu-link {
  position: relative;
  display: flex;
  align-items: center;
  flex: 0 1 auto;
  margin: 0;
}

/* line 20272, app/assets/stylesheets/css/rtl/core.css */
.menu-item.disabled .menu-link {
  cursor: not-allowed !important;
}

/* line 20275, app/assets/stylesheets/css/rtl/core.css */
.menu:not(.menu-no-animation) .menu-link {
  transition-duration: 0.3s;
  transition-property: color, background-color;
}

/* line 20279, app/assets/stylesheets/css/rtl/core.css */
.menu-link > :not(.menu-icon) {
  flex: 0 1 auto;
  opacity: 1;
}

/* line 20284, app/assets/stylesheets/css/rtl/core.css */
.menu-sub {
  display: none;
  flex-direction: column;
  margin: 0;
  padding: 0;
}

/* line 20290, app/assets/stylesheets/css/rtl/core.css */
.menu:not(.menu-no-animation) .menu-sub {
  transition: background-color 0.3s;
}

/* line 20293, app/assets/stylesheets/css/rtl/core.css */
.menu-item.open > .menu-sub {
  display: flex;
}

/* line 20297, app/assets/stylesheets/css/rtl/core.css */
.menu-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.45em;
  height: 0.45em;
  border: 1.5px solid;
  border-bottom: 0;
  border-left: 0;
  transform: translateY(-50%) rotate(45deg);
}

/* line 20309, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .menu-toggle::after {
  border-left: 1.5px solid;
  border-right: 0;
  transform: translateY(-50%) rotate(-45deg);
}

/* line 20314, app/assets/stylesheets/css/rtl/core.css */
.menu-item.open:not(.menu-item-closing) > .menu-toggle::after {
  transform: translateY(-50%) rotate(135deg);
}

/* line 20317, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .menu-item.open:not(.menu-item-closing) > .menu-toggle::after {
  transform: translateY(-50%) rotate(-135deg);
}

/* line 20320, app/assets/stylesheets/css/rtl/core.css */
.menu:not(.menu-no-animation) .menu-toggle::after {
  transition-duration: 0.3s;
  transition-property: transform;
}

/* line 20325, app/assets/stylesheets/css/rtl/core.css */
.menu-divider {
  width: 100%;
  border: 0;
  border-top: 1px solid;
}

/* line 20331, app/assets/stylesheets/css/rtl/core.css */
.menu-vertical {
  flex-direction: column;
  width: 16.25rem;
}

/* line 20335, app/assets/stylesheets/css/rtl/core.css */
.menu-vertical:not(.menu-no-animation) {
  transition: width 0.3s;
}

/* line 20338, app/assets/stylesheets/css/rtl/core.css */
.menu-vertical .menu-block,
.menu-vertical .menu-inner > .menu-item,
.menu-vertical .menu-inner > .menu-header {
  width: 14.374rem;
}

/* line 20343, app/assets/stylesheets/css/rtl/core.css */
.menu-vertical .menu-inner {
  flex-direction: column;
  flex: 1 1 auto;
}

/* line 20347, app/assets/stylesheets/css/rtl/core.css */
.menu-vertical .menu-inner > .menu-item {
  margin: 0.0625rem 0.938rem;
}

/* line 20350, app/assets/stylesheets/css/rtl/core.css */
.menu-vertical .menu-item .menu-link,
.menu-vertical .menu-block {
  padding: 0.625rem 0.938rem;
}

/* line 20354, app/assets/stylesheets/css/rtl/core.css */
.menu-vertical .menu-header {
  margin: 0.938rem 0 0.469rem 0;
  padding: 0.625rem 1.876rem 0.625rem 1.876rem;
}

/* line 20358, app/assets/stylesheets/css/rtl/core.css */
.menu-vertical .menu-item .menu-link {
  font-size: 0.9375rem;
}

/* line 20361, app/assets/stylesheets/css/rtl/core.css */
.menu-vertical .menu-item.active > .menu-link:not(.menu-toggle) {
  font-weight: 600;
}

/* line 20364, app/assets/stylesheets/css/rtl/core.css */
.menu-vertical .menu-item .menu-toggle {
  padding-right: calc(0.938rem + 1.35em);
}

/* line 20367, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .menu-vertical .menu-item .menu-toggle {
  padding-right: 0.938rem;
  padding-left: calc(0.938rem + 1.35em);
}

/* line 20371, app/assets/stylesheets/css/rtl/core.css */
.menu-vertical .menu-item .menu-toggle::after {
  right: 0.938rem;
}

/* line 20374, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .menu-vertical .menu-item .menu-toggle::after {
  right: auto;
  left: 0.938rem;
}

/* line 20378, app/assets/stylesheets/css/rtl/core.css */
.menu-vertical .menu-divider {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  padding: 0;
}

/* line 20383, app/assets/stylesheets/css/rtl/core.css */
.menu-vertical .menu-sub {
  padding-top: 0.125rem;
}

/* line 20386, app/assets/stylesheets/css/rtl/core.css */
.menu-vertical .menu-sub .menu-link {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

/* line 20390, app/assets/stylesheets/css/rtl/core.css */
.menu-vertical .menu-icon {
  width: 1.5rem;
}

/* line 20393, app/assets/stylesheets/css/rtl/core.css */
.menu-vertical .menu-sub .menu-icon {
  margin-right: 0;
}

@media (max-width: 1199.98px) {
  /* line 20397, app/assets/stylesheets/css/rtl/core.css */
  .menu-vertical .menu-sub .menu-icon {
    display: none;
  }
}

/* line 20401, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .menu-vertical .menu-sub .menu-icon {
  margin-left: 0;
}

/* line 20404, app/assets/stylesheets/css/rtl/core.css */
.menu-vertical .menu-horizontal-wrapper {
  flex: none;
}

/* line 20407, app/assets/stylesheets/css/rtl/core.css */
.menu-vertical .menu-sub .menu-link {
  padding-left: 2.938rem;
}

/* line 20410, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .menu-vertical .menu-sub .menu-link {
  padding-right: 2.938rem;
  padding-left: 0.938rem;
}

/* line 20414, app/assets/stylesheets/css/rtl/core.css */
.menu-vertical .menu-sub .menu-sub .menu-link {
  padding-left: 3.588rem;
}

/* line 20417, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .menu-vertical .menu-sub .menu-sub .menu-link {
  padding-right: 3.588rem;
  padding-left: 0.938rem;
}

/* line 20421, app/assets/stylesheets/css/rtl/core.css */
.menu-vertical .menu-sub .menu-sub .menu-sub .menu-link {
  padding-left: 4.238rem;
}

/* line 20424, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .menu-vertical .menu-sub .menu-sub .menu-sub .menu-link {
  padding-right: 4.238rem;
  padding-left: 0.938rem;
}

/* line 20428, app/assets/stylesheets/css/rtl/core.css */
.menu-vertical .menu-sub .menu-sub .menu-sub .menu-sub .menu-link {
  padding-left: 4.888rem;
}

/* line 20431, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .menu-vertical .menu-sub .menu-sub .menu-sub .menu-sub .menu-link {
  padding-right: 4.888rem;
  padding-left: 0.938rem;
}

/* line 20435, app/assets/stylesheets/css/rtl/core.css */
.menu-vertical .menu-sub .menu-sub .menu-sub .menu-sub .menu-sub .menu-link {
  padding-left: 5.538rem;
}

/* line 20438, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .menu-vertical .menu-sub .menu-sub .menu-sub .menu-sub .menu-sub .menu-link {
  padding-right: 5.538rem;
  padding-left: 0.938rem;
}

/* line 20443, app/assets/stylesheets/css/rtl/core.css */
.menu-collapsed:not(:hover) {
  width: 5rem;
}

/* line 20446, app/assets/stylesheets/css/rtl/core.css */
.menu-collapsed:not(:hover) .menu-inner > .menu-item {
  width: 3.124rem;
}

/* line 20449, app/assets/stylesheets/css/rtl/core.css */
.menu-collapsed:not(:hover) .menu-inner > .menu-item > .menu-link {
  padding-left: 0.938rem;
}

/* line 20452, app/assets/stylesheets/css/rtl/core.css */
.menu-collapsed:not(:hover) .menu-inner > .menu-header,
.menu-collapsed:not(:hover) .menu-block {
  position: relative;
  margin-left: 0.938rem;
  padding-right: 1.376rem;
  padding-left: 0.5rem;
  width: 16.25rem;
  text-indent: -9999px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 20463, app/assets/stylesheets/css/rtl/core.css */
.menu-collapsed:not(:hover) .menu-inner > .menu-header .menu-header-text,
.menu-collapsed:not(:hover) .menu-block .menu-header-text {
  overflow: hidden;
  opacity: 0;
}

/* line 20468, app/assets/stylesheets/css/rtl/core.css */
.menu-collapsed:not(:hover) .menu-inner > .menu-header::before,
.menu-collapsed:not(:hover) .menu-block::before {
  content: "";
  position: absolute;
  left: 1.062rem;
  display: block;
  width: 1.25rem;
  text-align: center;
  top: 1.1875rem;
  height: 0.125rem;
}

/* line 20479, app/assets/stylesheets/css/rtl/core.css */
.menu-collapsed:not(:hover) .menu-inner > .menu-item div:not(.menu-block) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  opacity: 0;
}

/* line 20485, app/assets/stylesheets/css/rtl/core.css */
.menu-collapsed:not(:hover) .menu-inner > .menu-item > .menu-sub,
.menu-collapsed:not(:hover) .menu-inner > .menu-item.open > .menu-sub {
  display: none;
}

/* line 20489, app/assets/stylesheets/css/rtl/core.css */
.menu-collapsed:not(:hover) .menu-inner > .menu-item > .menu-toggle::after {
  display: none;
}

/* line 20492, app/assets/stylesheets/css/rtl/core.css */
.menu-collapsed:not(:hover) .menu-inner > .menu-item > .menu-link .menu-icon {
  margin-left: -1.876rem;
  width: 5rem;
  text-align: center;
  margin-right: 0;
}

/* line 20498, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .menu-collapsed:not(:hover) .menu-block {
  width: 5rem !important;
}

/* line 20501, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .menu-collapsed:not(:hover) .menu-inner > .menu-item > .menu-link {
  padding-right: 0.938rem;
  padding-left: 0.938rem;
}

/* line 20505, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .menu-collapsed:not(:hover) .menu-inner > .menu-header,
[dir=rtl] .menu-collapsed:not(:hover) .menu-block {
  margin-right: 0.938rem;
  margin-left: 0;
  padding-right: 0.5rem;
  padding-left: 1.376rem;
}

/* line 20512, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .menu-collapsed:not(:hover) .menu-inner > .menu-header::before,
[dir=rtl] .menu-collapsed:not(:hover) .menu-block::before {
  right: 1.062rem;
  left: auto;
}

/* line 20517, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .menu-collapsed:not(:hover) .menu-inner > .menu-item > .menu-link .menu-icon {
  margin-right: -1.876rem;
  margin-left: 0;
}

/* line 20522, app/assets/stylesheets/css/rtl/core.css */
.menu-horizontal {
  flex-direction: row;
  width: 100%;
}

/* line 20526, app/assets/stylesheets/css/rtl/core.css */
.menu-horizontal .menu-inner {
  overflow: hidden;
  flex-direction: row;
  flex: 0 1 100%;
}

/* line 20531, app/assets/stylesheets/css/rtl/core.css */
.menu-horizontal .menu-item .menu-link {
  padding: 0.565rem calc(1rem - 0.0625rem);
}

/* line 20534, app/assets/stylesheets/css/rtl/core.css */
.menu-horizontal .menu-item .menu-toggle {
  padding-right: calc(1rem + 1.35em - 0.0625rem);
}

/* line 20537, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .menu-horizontal .menu-item .menu-toggle {
  padding-right: calc(1rem - 0.0625rem);
  padding-left: calc(1rem + 1.35em - 0.0625rem);
}

/* line 20541, app/assets/stylesheets/css/rtl/core.css */
.menu-horizontal .menu-item .menu-toggle::after {
  right: 1rem;
  transform: translateY(-50%) rotate(45deg) !important;
}

/* line 20545, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .menu-horizontal .menu-item .menu-toggle::after {
  transform: translateY(-50%) rotate(-45deg) !important;
  right: auto;
  left: 1rem;
}

/* line 20550, app/assets/stylesheets/css/rtl/core.css */
.menu-horizontal .menu-inner > .menu-item > .menu-toggle::after {
  transform: translateY(-50%) rotate(135deg) !important;
}

/* line 20553, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .menu-horizontal .menu-inner > .menu-item > .menu-toggle::after {
  transform: translateY(-75%) rotate(-135deg) !important;
}

/* line 20556, app/assets/stylesheets/css/rtl/core.css */
.menu-horizontal .menu-sub .menu-item.open:not(.menu-item-closing) > .menu-toggle::after {
  transform: translateY(-50%) rotate(45deg);
}

/* line 20559, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .menu-horizontal .menu-sub .menu-item.open:not(.menu-item-closing) > .menu-toggle::after {
  transform: translateY(-50%) rotate(-45deg);
}

/* line 20562, app/assets/stylesheets/css/rtl/core.css */
.menu-horizontal .menu-inner > .menu-item.open:not(.menu-item-closing) .menu-item.open {
  position: relative;
}

/* line 20565, app/assets/stylesheets/css/rtl/core.css */
.menu-horizontal .menu-header,
.menu-horizontal .menu-divider {
  display: none !important;
}

/* line 20569, app/assets/stylesheets/css/rtl/core.css */
.menu-horizontal .menu-sub {
  position: absolute;
  width: 14.5rem;
  padding: 0.325rem 0;
  border-radius: 0.3125rem;
}

/* line 20575, app/assets/stylesheets/css/rtl/core.css */
.menu-horizontal .menu-sub .menu-sub {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
}

/* line 20581, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .menu-horizontal .menu-sub .menu-sub .menu-item .menu-link {
  padding-left: 2.35rem;
}

/* line 20584, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .menu-horizontal .menu-sub .menu-sub .menu-item .menu-link {
  padding-right: 2.35rem;
}

/* line 20587, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .menu-horizontal .menu-sub .menu-sub {
  left: -100%;
}

/* line 20590, app/assets/stylesheets/css/rtl/core.css */
.menu-horizontal .menu-sub .menu-link {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  border-radius: 0 !important;
}

/* line 20595, app/assets/stylesheets/css/rtl/core.css */
.menu-horizontal .menu-sub .menu-item.active > .menu-link:not(.menu-toggle) {
  font-weight: 600;
}

/* line 20598, app/assets/stylesheets/css/rtl/core.css */
.menu-horizontal:not(.menu-no-animation) .menu-inner .menu-item.open .menu-sub {
  animation: menuDropdownShow 0.3s ease-in-out;
}

/* line 20601, app/assets/stylesheets/css/rtl/core.css */
.menu-horizontal .menu-sub > .menu-sub .menu-link {
  padding-left: 2.35rem;
}

/* line 20604, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .menu-horizontal .menu-sub > .menu-sub .menu-link {
  padding-right: 2.35rem;
  padding-left: 1rem;
}

@media (max-width: 991.98px) {
  /* line 20609, app/assets/stylesheets/css/rtl/core.css */
  .menu-horizontal {
    display: none;
  }
}

/* line 20614, app/assets/stylesheets/css/rtl/core.css */
.menu-horizontal-wrapper {
  overflow: hidden;
  flex: 0 1 100%;
  width: 0;
}

/* line 20619, app/assets/stylesheets/css/rtl/core.css */
.menu:not(.menu-no-animation) .menu-horizontal-wrapper .menu-inner {
  transition: margin 0.3s;
}

/* line 20623, app/assets/stylesheets/css/rtl/core.css */
.menu-horizontal-prev,
.menu-horizontal-next {
  position: relative;
  display: block;
  flex: 0 0 auto;
  width: 2.25rem;
}

/* line 20630, app/assets/stylesheets/css/rtl/core.css */
.menu-horizontal-prev::after,
.menu-horizontal-next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border: 1px solid;
  border-top: 0;
}

/* line 20642, app/assets/stylesheets/css/rtl/core.css */
.menu-horizontal-prev.disabled,
.menu-horizontal-next.disabled {
  cursor: not-allowed !important;
}

/* line 20647, app/assets/stylesheets/css/rtl/core.css */
.menu-horizontal-prev::after {
  border-right: 0;
  transform: translate(-50%, -50%) rotate(45deg);
}

/* line 20651, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .menu-horizontal-prev::after {
  transform: translate(-50%, -50%) rotate(-135deg);
}

/* line 20655, app/assets/stylesheets/css/rtl/core.css */
.menu-horizontal-next::after {
  border-left: 0;
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* line 20659, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .menu-horizontal-next::after {
  transform: translate(-50%, -50%) rotate(135deg);
}

@keyframes menuDropdownShow {
  0% {
    opacity: 0;
    transform: translateY(-0.5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* line 20693, app/assets/stylesheets/css/rtl/core.css */
.menu-light {
  color: rgba(38, 60, 85, 0.5);
}

/* line 20696, app/assets/stylesheets/css/rtl/core.css */
.menu-light .menu-link,
.menu-light .menu-horizontal-prev,
.menu-light .menu-horizontal-next {
  color: rgba(38, 60, 85, 0.5);
}

/* line 20701, app/assets/stylesheets/css/rtl/core.css */
.menu-light .menu-link:hover, .menu-light .menu-link:focus,
.menu-light .menu-horizontal-prev:hover,
.menu-light .menu-horizontal-prev:focus,
.menu-light .menu-horizontal-next:hover,
.menu-light .menu-horizontal-next:focus {
  color: #677788;
  border-radius: 0.3125rem;
}

/* line 20709, app/assets/stylesheets/css/rtl/core.css */
.menu-light .menu-link.active,
.menu-light .menu-horizontal-prev.active,
.menu-light .menu-horizontal-next.active {
  color: #677788;
}

/* line 20714, app/assets/stylesheets/css/rtl/core.css */
.menu-light .menu-item.disabled .menu-link {
  color: rgba(38, 60, 85, 0.3) !important;
}

/* line 20717, app/assets/stylesheets/css/rtl/core.css */
.menu-light .menu-item.open:not(.menu-item-closing) > .menu-toggle,
.menu-light .menu-item.active > .menu-link {
  color: #677788;
}

/* line 20721, app/assets/stylesheets/css/rtl/core.css */
.menu-light .menu-item.active > .menu-link:not(.menu-toggle) {
  background: rgba(0, 0, 0, 0.05);
}

/* line 20724, app/assets/stylesheets/css/rtl/core.css */
.menu-light .menu-inner > .menu-item.menu-item-closing .menu-item.open .menu-sub,
.menu-light .menu-inner > .menu-item.menu-item-closing .menu-item.open .menu-toggle {
  color: rgba(38, 60, 85, 0.5);
}

/* line 20728, app/assets/stylesheets/css/rtl/core.css */
.menu-light .menu-text {
  color: #677788;
}

/* line 20731, app/assets/stylesheets/css/rtl/core.css */
.menu-light .menu-header {
  color: rgba(38, 60, 85, 0.5);
}

/* line 20734, app/assets/stylesheets/css/rtl/core.css */
.menu-light hr,
.menu-light .menu-divider,
.menu-light .menu-inner > .menu-item.open > .menu-sub::before {
  border-color: rgba(0, 0, 0, 0.06) !important;
}

/* line 20739, app/assets/stylesheets/css/rtl/core.css */
.menu-light .menu-inner > .menu-header::before,
.menu-light .menu-block::before {
  background-color: rgba(38, 60, 85, 0.3);
}

/* line 20743, app/assets/stylesheets/css/rtl/core.css */
.menu-light .menu-inner > .menu-item.open .menu-item.open > .menu-toggle::before {
  background-color: rgba(0, 0, 0, 0.06);
}

/* line 20746, app/assets/stylesheets/css/rtl/core.css */
.menu-light .menu-inner > .menu-item.open .menu-item.active > .menu-link::before {
  background-color: #677788;
}

/* line 20749, app/assets/stylesheets/css/rtl/core.css */
.menu-light .ps__thumb-y {
  background: rgba(38, 60, 85, 0.5) !important;
}

/* line 20753, app/assets/stylesheets/css/rtl/core.css */
.menu-dark {
  color: rgba(255, 255, 255, 0.8);
}

/* line 20756, app/assets/stylesheets/css/rtl/core.css */
.menu-dark .menu-link,
.menu-dark .menu-horizontal-prev,
.menu-dark .menu-horizontal-next {
  color: rgba(255, 255, 255, 0.8);
}

/* line 20761, app/assets/stylesheets/css/rtl/core.css */
.menu-dark .menu-link:hover, .menu-dark .menu-link:focus,
.menu-dark .menu-horizontal-prev:hover,
.menu-dark .menu-horizontal-prev:focus,
.menu-dark .menu-horizontal-next:hover,
.menu-dark .menu-horizontal-next:focus {
  color: #fff;
}

/* line 20768, app/assets/stylesheets/css/rtl/core.css */
.menu-dark .menu-link.active,
.menu-dark .menu-horizontal-prev.active,
.menu-dark .menu-horizontal-next.active {
  color: #fff;
}

/* line 20773, app/assets/stylesheets/css/rtl/core.css */
.menu-dark .menu-item.disabled .menu-link {
  color: rgba(255, 255, 255, 0.4) !important;
}

/* line 20776, app/assets/stylesheets/css/rtl/core.css */
.menu-dark .menu-item.open:not(.menu-item-closing) > .menu-toggle,
.menu-dark .menu-item.active > .menu-link {
  color: #fff;
}

/* line 20780, app/assets/stylesheets/css/rtl/core.css */
.menu-dark .menu-item.active > .menu-link:not(.menu-toggle) {
  background: rgba(0, 0, 0, 0.06);
}

/* line 20783, app/assets/stylesheets/css/rtl/core.css */
.menu-dark .menu-inner > .menu-item.menu-item-closing .menu-item.open .menu-sub,
.menu-dark .menu-inner > .menu-item.menu-item-closing .menu-item.open .menu-toggle {
  color: rgba(255, 255, 255, 0.8);
}

/* line 20787, app/assets/stylesheets/css/rtl/core.css */
.menu-dark .menu-text {
  color: #fff;
}

/* line 20790, app/assets/stylesheets/css/rtl/core.css */
.menu-dark .menu-header {
  color: rgba(255, 255, 255, 0.8);
}

/* line 20793, app/assets/stylesheets/css/rtl/core.css */
.menu-dark hr,
.menu-dark .menu-divider,
.menu-dark .menu-inner > .menu-item.open > .menu-sub::before {
  border-color: rgba(255, 255, 255, 0.2) !important;
}

/* line 20798, app/assets/stylesheets/css/rtl/core.css */
.menu-dark .menu-inner > .menu-header::before,
.menu-dark .menu-block::before {
  background-color: rgba(255, 255, 255, 0.4);
}

/* line 20802, app/assets/stylesheets/css/rtl/core.css */
.menu-dark .menu-inner > .menu-item.open .menu-item.open > .menu-toggle::before {
  background-color: rgba(255, 255, 255, 0.2);
}

/* line 20805, app/assets/stylesheets/css/rtl/core.css */
.menu-dark .menu-inner > .menu-item.open .menu-item.active > .menu-link::before {
  background-color: #fff;
}

/* line 20808, app/assets/stylesheets/css/rtl/core.css */
.menu-dark .ps__thumb-y {
  background: rgba(255, 255, 255, 0.8) !important;
}

/* line 20812, app/assets/stylesheets/css/rtl/core.css */
.layout-container {
  min-height: 100vh;
}

/* line 20816, app/assets/stylesheets/css/rtl/core.css */
.layout-wrapper,
.layout-container {
  width: 100%;
  display: flex;
  flex: 1 1 auto;
  align-items: stretch;
}

/* line 20824, app/assets/stylesheets/css/rtl/core.css */
.layout-menu-offcanvas .layout-wrapper,
.layout-menu-fixed-offcanvas .layout-wrapper {
  overflow: hidden;
}

/* line 20829, app/assets/stylesheets/css/rtl/core.css */
.layout-wrapper:not(.layout-horizontal) .breadcrumb-wrapper {
  padding-top: 0 !important;
}

/* line 20833, app/assets/stylesheets/css/rtl/core.css */
.layout-menu-offcanvas .layout-navbar .layout-menu-toggle,
.layout-menu-fixed-offcanvas .layout-navbar .layout-menu-toggle {
  display: block !important;
}

@media (min-width: 1200px) {
  /* line 20839, app/assets/stylesheets/css/rtl/core.css */
  .layout-menu-offcanvas .layout-menu .layout-menu-toggle,
.layout-menu-fixed-offcanvas .layout-menu .layout-menu-toggle {
    display: none;
  }
}

/* line 20844, app/assets/stylesheets/css/rtl/core.css */
.layout-page,
.content-wrapper,
.content-wrapper > *,
.layout-menu {
  min-height: 1px;
}

/* line 20851, app/assets/stylesheets/css/rtl/core.css */
.layout-navbar,
.content-footer {
  flex: 0 0 auto;
}

/* line 20856, app/assets/stylesheets/css/rtl/core.css */
.layout-page {
  display: flex;
  flex: 1 1 auto;
  align-items: stretch;
  padding: 0;
}

/* line 20862, app/assets/stylesheets/css/rtl/core.css */
.layout-without-menu .layout-page {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* line 20867, app/assets/stylesheets/css/rtl/core.css */
.content-wrapper {
  display: flex;
  align-items: stretch;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: space-between;
}

/* line 20874, app/assets/stylesheets/css/rtl/core.css */
.content-wrapper .container-p-y:not([class^=pt-]):not([class*=" pt-"]) {
  padding-top: 1.15rem !important;
}

/* line 20878, app/assets/stylesheets/css/rtl/core.css */
.content-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  background-color: #263c55;
}

/* line 20887, app/assets/stylesheets/css/rtl/core.css */
.content-backdrop.fade {
  opacity: 0;
}

/* line 20890, app/assets/stylesheets/css/rtl/core.css */
.content-backdrop.show {
  opacity: 0.5;
}

/* line 20893, app/assets/stylesheets/css/rtl/core.css */
.layout-menu-fixed .content-backdrop {
  z-index: 10;
}

/* line 20896, app/assets/stylesheets/css/rtl/core.css */
.layout-horizontal .content-backdrop:not(.fade) {
  z-index: 9;
  top: 3.875rem !important;
}

/* line 20900, app/assets/stylesheets/css/rtl/core.css */
.content-backdrop.fade {
  z-index: -1;
}

/* line 20904, app/assets/stylesheets/css/rtl/core.css */
.layout-navbar {
  position: relative;
  padding-top: 0.25rem;
  padding-bottom: 0.2rem;
  height: 3.875rem;
  flex-wrap: nowrap;
  color: #677788;
  z-index: 2;
}

/* line 20913, app/assets/stylesheets/css/rtl/core.css */
.layout-navbar .navbar {
  transform: translate3d(0, 0, 0);
}

/* line 20916, app/assets/stylesheets/css/rtl/core.css */
.layout-navbar .navbar-nav-right {
  flex-basis: 100%;
}

/* line 20919, app/assets/stylesheets/css/rtl/core.css */
.layout-navbar .navbar-search-wrapper .search-input,
.layout-navbar .navbar-search-wrapper .input-group-text {
  background-color: transparent;
}

/* line 20923, app/assets/stylesheets/css/rtl/core.css */
.layout-horizontal .layout-navbar .navbar-search-wrapper .search-input,
.layout-horizontal .layout-navbar .navbar-search-wrapper .search-toggler {
  background-color: #fff !important;
}

/* line 20927, app/assets/stylesheets/css/rtl/core.css */
.layout-navbar .navbar-search-wrapper .navbar-search-suggestion {
  max-height: 28rem;
  border-radius: 0.5rem;
}

/* line 20931, app/assets/stylesheets/css/rtl/core.css */
.layout-navbar .navbar-search-wrapper .navbar-search-suggestion .suggestion {
  color: #677788;
}

/* line 20934, app/assets/stylesheets/css/rtl/core.css */
.layout-navbar .navbar-search-wrapper .navbar-search-suggestion .suggestion:hover, .layout-navbar .navbar-search-wrapper .navbar-search-suggestion .suggestion.active {
  background: #f2f2f6;
  color: #677788;
}

/* line 20938, app/assets/stylesheets/css/rtl/core.css */
.layout-navbar .navbar-search-wrapper .navbar-search-suggestion .suggestions-header {
  font-weight: 500;
}

/* line 20941, app/assets/stylesheets/css/rtl/core.css */
.layout-navbar .search-input-wrapper .search-toggler {
  position: absolute;
  top: 1.25rem;
  right: 1rem;
  z-index: 1;
}

/* line 20947, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .layout-navbar .search-input-wrapper .search-toggler {
  right: inherit;
  left: 1rem;
}

/* line 20951, app/assets/stylesheets/css/rtl/core.css */
.layout-navbar .search-input-wrapper .twitter-typeahead {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 1400px) {
  /* line 20959, app/assets/stylesheets/css/rtl/core.css */
  .layout-horizontal .layout-navbar .search-input-wrapper .twitter-typeahead.container-xxl {
    left: calc((100% - 1440px) * 0.5);
  }
  /* line 20962, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .layout-horizontal .layout-navbar .search-input-wrapper .twitter-typeahead.container-xxl {
    right: calc((100% - 1440px) * 0.5);
    left: inherit;
  }
  /* line 20966, app/assets/stylesheets/css/rtl/core.css */
  .layout-horizontal .layout-navbar .search-input-wrapper .twitter-typeahead.container-xxl + .search-toggler {
    right: calc((100% - 1440px + 5rem) * 0.5);
  }
  /* line 20969, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .layout-horizontal .layout-navbar .search-input-wrapper .twitter-typeahead.container-xxl + .search-toggler {
    left: calc((100% - 1440px + 5rem) * 0.5);
    right: inherit;
  }
}

@media (min-width: 1730px) {
  /* line 20975, app/assets/stylesheets/css/rtl/core.css */
  .layout-wrapper:not(.layout-horizontal) .layout-navbar .search-input-wrapper .twitter-typeahead.container-xxl {
    left: calc((100% - 1440px) * 0.5);
  }
  /* line 20978, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .layout-wrapper:not(.layout-horizontal) .layout-navbar .search-input-wrapper .twitter-typeahead.container-xxl {
    right: calc((100% - 1440px) * 0.5);
    left: inherit;
  }
  /* line 20982, app/assets/stylesheets/css/rtl/core.css */
  .layout-wrapper:not(.layout-horizontal) .layout-navbar .search-input-wrapper .twitter-typeahead.container-xxl + .search-toggler {
    right: calc((100% - 1440px + 5rem) * 0.5);
  }
  /* line 20985, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .layout-wrapper:not(.layout-horizontal) .layout-navbar .search-input-wrapper .twitter-typeahead.container-xxl + .search-toggler {
    left: calc((100% - 1440px + 5rem) * 0.5);
    right: inherit;
  }
}

@media (min-width: 1550px) {
  /* line 20991, app/assets/stylesheets/css/rtl/core.css */
  .layout-menu-collapsed .layout-wrapper:not(.layout-horizontal) .layout-navbar .search-input-wrapper .twitter-typeahead.container-xxl {
    left: calc((100% - 1440px) * 0.5);
  }
  /* line 20994, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .layout-menu-collapsed .layout-wrapper:not(.layout-horizontal) .layout-navbar .search-input-wrapper .twitter-typeahead.container-xxl {
    right: calc((100% - 1440px) * 0.5);
    left: inherit;
  }
  /* line 20998, app/assets/stylesheets/css/rtl/core.css */
  .layout-menu-collapsed .layout-wrapper:not(.layout-horizontal) .layout-navbar .search-input-wrapper .twitter-typeahead.container-xxl + .search-toggler {
    right: calc((100% - 1440px + 5rem) * 0.5);
  }
  /* line 21001, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .layout-menu-collapsed .layout-wrapper:not(.layout-horizontal) .layout-navbar .search-input-wrapper .twitter-typeahead.container-xxl + .search-toggler {
    left: calc((100% - 1440px + 5rem) * 0.5);
    right: inherit;
  }
}

/* line 21006, app/assets/stylesheets/css/rtl/core.css */
.layout-navbar .search-input-wrapper .search-input {
  height: 100%;
  box-shadow: none;
}

/* line 21010, app/assets/stylesheets/css/rtl/core.css */
.layout-navbar .search-input-wrapper .navbar-search-suggestion {
  left: 2% !important;
  width: 96%;
}

/* line 21014, app/assets/stylesheets/css/rtl/core.css */
.layout-navbar .navbar-dropdown .badge-notifications {
  top: 0.5rem;
  padding: 0.2rem 0.4rem;
}

/* line 21018, app/assets/stylesheets/css/rtl/core.css */
.layout-navbar .navbar-dropdown .dropdown-menu {
  min-width: 22rem;
  overflow: hidden;
}

/* line 21022, app/assets/stylesheets/css/rtl/core.css */
.layout-navbar .navbar-dropdown .dropdown-menu .last-login {
  white-space: normal;
}

/* line 21025, app/assets/stylesheets/css/rtl/core.css */
.layout-navbar .navbar-dropdown.dropdown-notifications .dropdown-notifications-list {
  max-height: 27.5rem;
}

/* line 21028, app/assets/stylesheets/css/rtl/core.css */
.layout-navbar .navbar-dropdown.dropdown-notifications .dropdown-notifications-list .dropdown-notifications-item {
  padding: 1rem;
  cursor: pointer;
}

/* line 21032, app/assets/stylesheets/css/rtl/core.css */
.layout-navbar .navbar-dropdown.dropdown-notifications .dropdown-notifications-list .dropdown-notifications-item .dropdown-notifications-actions {
  text-align: center;
}

/* line 21035, app/assets/stylesheets/css/rtl/core.css */
.layout-navbar .navbar-dropdown.dropdown-notifications .dropdown-notifications-list .dropdown-notifications-item .dropdown-notifications-actions > a {
  display: block;
}

/* line 21038, app/assets/stylesheets/css/rtl/core.css */
.layout-navbar .navbar-dropdown.dropdown-notifications .dropdown-notifications-list .dropdown-notifications-item .dropdown-notifications-archive i,
.layout-navbar .navbar-dropdown.dropdown-notifications .dropdown-notifications-list .dropdown-notifications-item .dropdown-notifications-archive span {
  color: #677788;
}

/* line 21042, app/assets/stylesheets/css/rtl/core.css */
.layout-navbar .navbar-dropdown.dropdown-notifications .dropdown-notifications-list .dropdown-notifications-item.marked-as-read .dropdown-notifications-read,
.layout-navbar .navbar-dropdown.dropdown-notifications .dropdown-notifications-list .dropdown-notifications-item.marked-as-read .dropdown-notifications-archive {
  visibility: hidden;
}

/* line 21046, app/assets/stylesheets/css/rtl/core.css */
.layout-navbar .navbar-dropdown.dropdown-notifications .dropdown-notifications-list .dropdown-notifications-item.marked-as-read .dropdown-notifications-read span {
  background-color: #8a8a88;
}

/* line 21049, app/assets/stylesheets/css/rtl/core.css */
.layout-navbar .navbar-dropdown.dropdown-notifications .dropdown-notifications-list .dropdown-notifications-item:not(.marked-as-read) .dropdown-notifications-archive {
  visibility: hidden;
}

/* line 21052, app/assets/stylesheets/css/rtl/core.css */
.layout-navbar .navbar-dropdown.dropdown-notifications .dropdown-notifications-list .dropdown-notifications-item.marked-as-read:hover .dropdown-notifications-read,
.layout-navbar .navbar-dropdown.dropdown-notifications .dropdown-notifications-list .dropdown-notifications-item.marked-as-read:hover .dropdown-notifications-archive {
  visibility: visible;
}

/* line 21056, app/assets/stylesheets/css/rtl/core.css */
.layout-navbar .navbar-dropdown.dropdown-notifications .dropdown-notifications-list .dropdown-notifications-item:hover:not(.marked-as-read) .dropdown-notifications-archive {
  visibility: visible;
}

/* line 21059, app/assets/stylesheets/css/rtl/core.css */
.layout-navbar .navbar-dropdown.dropdown-shortcuts .dropdown-shortcuts-list {
  max-height: 27.5rem;
}

/* line 21062, app/assets/stylesheets/css/rtl/core.css */
.layout-navbar .navbar-dropdown.dropdown-shortcuts .dropdown-shortcuts-item {
  text-align: center;
  padding: 1.5rem;
}

/* line 21066, app/assets/stylesheets/css/rtl/core.css */
.layout-navbar .navbar-dropdown.dropdown-shortcuts .dropdown-shortcuts-item:hover {
  background-color: rgba(38, 60, 85, 0.06);
}

/* line 21069, app/assets/stylesheets/css/rtl/core.css */
.layout-navbar .navbar-dropdown.dropdown-shortcuts .dropdown-shortcuts-item .dropdown-shortcuts-icon {
  height: 3.125rem;
  width: 3.125rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 21078, app/assets/stylesheets/css/rtl/core.css */
.layout-navbar .navbar-dropdown.dropdown-shortcuts .dropdown-shortcuts-item a,
.layout-navbar .navbar-dropdown.dropdown-shortcuts .dropdown-shortcuts-item a:hover {
  display: block;
  margin-bottom: 0;
  color: #677788 !important;
  font-weight: 500;
}

/* line 21085, app/assets/stylesheets/css/rtl/core.css */
.layout-navbar .navbar-dropdown.dropdown-user .dropdown-menu {
  min-width: 14rem;
}

/* line 21088, app/assets/stylesheets/css/rtl/core.css */
.layout-navbar[class*=bg-]:not(.bg-navbar-theme) .nav-item .input-group-text,
.layout-navbar[class*=bg-]:not(.bg-navbar-theme) .nav-item .dropdown-toggle {
  color: #fff;
}

@media (max-width: 1199.98px) {
  /* line 21093, app/assets/stylesheets/css/rtl/core.css */
  .layout-navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
    position: absolute;
  }
  /* line 21096, app/assets/stylesheets/css/rtl/core.css */
  .layout-navbar .navbar-nav .nav-item.dropdown .dropdown-menu .last-login {
    white-space: nowrap;
  }
}

@media (max-width: 767.98px) {
  /* line 21101, app/assets/stylesheets/css/rtl/core.css */
  .layout-navbar .navbar-nav .nav-item.dropdown {
    position: static;
    float: left;
  }
  /* line 21105, app/assets/stylesheets/css/rtl/core.css */
  .layout-navbar .navbar-nav .nav-item.dropdown .badge-notifications {
    top: auto;
  }
  /* line 21108, app/assets/stylesheets/css/rtl/core.css */
  .layout-navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
    position: absolute;
    left: 0.9rem;
    min-width: auto;
    width: 92%;
  }
}

@media (max-width: 1199.98px) {
  /* line 21117, app/assets/stylesheets/css/rtl/core.css */
  .layout-navbar {
    z-index: 1080;
  }
}

/* line 21121, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .navbar.layout-navbar .search-input-wrapper .navbar-search-suggestion {
  right: 2% !important;
}

/* line 21125, app/assets/stylesheets/css/rtl/core.css */
.layout-menu {
  position: relative;
  flex: 1 0 auto;
}

/* line 21129, app/assets/stylesheets/css/rtl/core.css */
.layout-menu a:focus-visible {
  outline: none;
}

/* line 21132, app/assets/stylesheets/css/rtl/core.css */
.layout-menu .menu {
  transform: translate3d(0, 0, 0);
}

/* line 21135, app/assets/stylesheets/css/rtl/core.css */
.layout-menu .menu-vertical {
  height: 100%;
}

/* line 21139, app/assets/stylesheets/css/rtl/core.css */
.layout-content-navbar .layout-page {
  flex-basis: 100%;
  flex-direction: column;
  width: 0;
  min-width: 0;
  max-width: 100%;
}

/* line 21146, app/assets/stylesheets/css/rtl/core.css */
.layout-content-navbar .content-wrapper {
  width: 100%;
}

/* line 21150, app/assets/stylesheets/css/rtl/core.css */
.layout-navbar-full .layout-container {
  flex-direction: column;
}

@media (min-width: 1200px) {
  /* line 21154, app/assets/stylesheets/css/rtl/core.css */
  .layout-navbar-full:not(.layout-horizontal) .menu-inner {
    margin-top: 0.75rem;
  }
}

/* line 21158, app/assets/stylesheets/css/rtl/core.css */
.layout-navbar-full .content-wrapper {
  flex-basis: 100%;
  width: 0;
  min-width: 0;
  max-width: 100%;
}

/* line 21164, app/assets/stylesheets/css/rtl/core.css */
.layout-navbar-full .content-backdrop.show {
  z-index: 9;
}

/* line 21167, app/assets/stylesheets/css/rtl/core.css */
.layout-menu-fixed .layout-navbar-full .content-backdrop.show, .layout-menu-fixed-offcanvas .layout-navbar-full .content-backdrop.show {
  z-index: 1076;
}

/* line 21171, app/assets/stylesheets/css/rtl/core.css */
.layout-menu-flipped .layout-navbar-full .layout-page {
  flex-direction: row-reverse;
}

/* line 21174, app/assets/stylesheets/css/rtl/core.css */
.layout-menu-flipped .layout-content-navbar .layout-container {
  flex-direction: row-reverse;
}

/* line 21178, app/assets/stylesheets/css/rtl/core.css */
.layout-menu-toggle {
  display: block;
}

/* line 21181, app/assets/stylesheets/css/rtl/core.css */
.layout-menu-toggle .menu-toggle-icon:before {
  content: "\eaa3";
}

/* line 21184, app/assets/stylesheets/css/rtl/core.css */
.layout-menu-collapsed .layout-menu-toggle .menu-toggle-icon:before {
  content: "\ea5c";
}

@media (min-width: 1200px) {
  /* line 21189, app/assets/stylesheets/css/rtl/core.css */
  .layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .menu-vertical,
.layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu.menu-vertical {
    width: 5rem;
  }
  /* line 21193, app/assets/stylesheets/css/rtl/core.css */
  .layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .menu-vertical .menu-inner > .menu-item,
.layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu.menu-vertical .menu-inner > .menu-item {
    width: 3.124rem;
  }
  /* line 21197, app/assets/stylesheets/css/rtl/core.css */
  .layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .menu-vertical .menu-inner > .menu-item > .menu-link,
.layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu.menu-vertical .menu-inner > .menu-item > .menu-link {
    padding-left: 0.938rem;
  }
  /* line 21201, app/assets/stylesheets/css/rtl/core.css */
  .layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .menu-vertical .menu-inner > .menu-header,
.layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .menu-vertical .menu-block,
.layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu.menu-vertical .menu-inner > .menu-header,
.layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu.menu-vertical .menu-block {
    position: relative;
    margin-left: 0.938rem;
    padding-right: 1.376rem;
    padding-left: 0.5rem;
    width: 16.25rem;
    text-indent: -9999px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 21214, app/assets/stylesheets/css/rtl/core.css */
  .layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .menu-vertical .menu-inner > .menu-header .menu-header-text,
.layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .menu-vertical .menu-block .menu-header-text,
.layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu.menu-vertical .menu-inner > .menu-header .menu-header-text,
.layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu.menu-vertical .menu-block .menu-header-text {
    overflow: hidden;
    opacity: 0;
  }
  /* line 21221, app/assets/stylesheets/css/rtl/core.css */
  .layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .menu-vertical .menu-inner > .menu-header::before,
.layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .menu-vertical .menu-block::before,
.layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu.menu-vertical .menu-inner > .menu-header::before,
.layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu.menu-vertical .menu-block::before {
    content: "";
    position: absolute;
    left: 1.062rem;
    display: block;
    width: 1.25rem;
    text-align: center;
    top: 1.1875rem;
    height: 0.125rem;
  }
  /* line 21234, app/assets/stylesheets/css/rtl/core.css */
  .layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .menu-vertical .menu-inner > .menu-item div:not(.menu-block),
.layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu.menu-vertical .menu-inner > .menu-item div:not(.menu-block) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    opacity: 0;
  }
  /* line 21241, app/assets/stylesheets/css/rtl/core.css */
  .layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .menu-vertical .menu-inner > .menu-item > .menu-sub,
.layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .menu-vertical .menu-inner > .menu-item.open > .menu-sub,
.layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu.menu-vertical .menu-inner > .menu-item > .menu-sub,
.layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu.menu-vertical .menu-inner > .menu-item.open > .menu-sub {
    display: none;
  }
  /* line 21247, app/assets/stylesheets/css/rtl/core.css */
  .layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .menu-vertical .menu-inner > .menu-item > .menu-toggle::after,
.layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu.menu-vertical .menu-inner > .menu-item > .menu-toggle::after {
    display: none;
  }
  /* line 21251, app/assets/stylesheets/css/rtl/core.css */
  .layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .menu-vertical .menu-inner > .menu-item > .menu-link .menu-icon,
.layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu.menu-vertical .menu-inner > .menu-item > .menu-link .menu-icon {
    margin-left: -1.876rem;
    width: 5rem;
    text-align: center;
    margin-right: 0;
  }
  /* line 21258, app/assets/stylesheets/css/rtl/core.css */
  .layout-menu-collapsed[dir=rtl]:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .menu-vertical .menu-block,
.layout-menu-collapsed[dir=rtl]:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu.menu-vertical .menu-block {
    width: 5rem !important;
  }
  /* line 21262, app/assets/stylesheets/css/rtl/core.css */
  .layout-menu-collapsed[dir=rtl]:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .menu-vertical .menu-inner > .menu-item > .menu-link,
.layout-menu-collapsed[dir=rtl]:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu.menu-vertical .menu-inner > .menu-item > .menu-link {
    padding-right: 0.938rem;
    padding-left: 0.938rem;
  }
  /* line 21267, app/assets/stylesheets/css/rtl/core.css */
  .layout-menu-collapsed[dir=rtl]:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .menu-vertical .menu-inner > .menu-header,
.layout-menu-collapsed[dir=rtl]:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .menu-vertical .menu-block,
.layout-menu-collapsed[dir=rtl]:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu.menu-vertical .menu-inner > .menu-header,
.layout-menu-collapsed[dir=rtl]:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu.menu-vertical .menu-block {
    margin-right: 0.938rem;
    margin-left: 0;
    padding-right: 0.5rem;
    padding-left: 1.376rem;
  }
  /* line 21276, app/assets/stylesheets/css/rtl/core.css */
  .layout-menu-collapsed[dir=rtl]:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .menu-vertical .menu-inner > .menu-header::before,
.layout-menu-collapsed[dir=rtl]:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .menu-vertical .menu-block::before,
.layout-menu-collapsed[dir=rtl]:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu.menu-vertical .menu-inner > .menu-header::before,
.layout-menu-collapsed[dir=rtl]:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu.menu-vertical .menu-block::before {
    right: 1.062rem;
    left: auto;
  }
  /* line 21283, app/assets/stylesheets/css/rtl/core.css */
  .layout-menu-collapsed[dir=rtl]:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .menu-vertical .menu-inner > .menu-item > .menu-link .menu-icon,
.layout-menu-collapsed[dir=rtl]:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu.menu-vertical .menu-inner > .menu-item > .menu-link .menu-icon {
    margin-right: -1.876rem;
    margin-left: 0;
  }
  /* line 21288, app/assets/stylesheets/css/rtl/core.css */
  .layout-menu-hover.layout-menu-collapsed .layout-menu {
    margin-right: -11.25rem;
  }
  /* line 21291, app/assets/stylesheets/css/rtl/core.css */
  .layout-menu-hover.layout-menu-collapsed.layout-menu-flipped .layout-menu {
    margin-left: -11.25rem;
    margin-right: 0;
  }
  /* line 21295, app/assets/stylesheets/css/rtl/core.css */
  .layout-menu-hover.layout-menu-collapsed[dir=rtl] .layout-menu {
    margin-left: -11.25rem;
    margin-right: 0;
  }
  /* line 21299, app/assets/stylesheets/css/rtl/core.css */
  .layout-menu-hover.layout-menu-collapsed.layout-menu-flipped[dir=rtl] .layout-menu {
    margin-right: -11.25rem;
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 21305, app/assets/stylesheets/css/rtl/core.css */
  .layout-menu-collapsed.layout-menu-offcanvas .layout-menu {
    margin-right: -16.25rem;
    transform: translateX(-100%);
  }
  /* line 21309, app/assets/stylesheets/css/rtl/core.css */
  .layout-menu-collapsed.layout-menu-offcanvas.layout-menu-flipped .layout-menu {
    margin-right: 0;
    margin-left: -16.25rem;
    transform: translateX(100%);
  }
  /* line 21314, app/assets/stylesheets/css/rtl/core.css */
  .layout-menu-collapsed.layout-menu-offcanvas[dir=rtl] .layout-menu {
    margin-right: 0;
    margin-left: -16.25rem;
    transform: translateX(100%);
  }
  /* line 21319, app/assets/stylesheets/css/rtl/core.css */
  .layout-menu-collapsed.layout-menu-offcanvas.layout-menu-flipped[dir=rtl] .layout-menu {
    margin-right: -16.25rem;
    margin-left: 0;
    transform: translateX(-100%);
  }
}

@media (min-width: 1200px) {
  /* line 21326, app/assets/stylesheets/css/rtl/core.css */
  .layout-menu-fixed .layout-menu,
.layout-menu-fixed-offcanvas .layout-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 21335, app/assets/stylesheets/css/rtl/core.css */
  .layout-menu-fixed.layout-menu-flipped .layout-menu,
.layout-menu-fixed-offcanvas.layout-menu-flipped .layout-menu {
    right: 0;
    left: auto;
  }
  /* line 21340, app/assets/stylesheets/css/rtl/core.css */
  .layout-menu-fixed[dir=rtl] .layout-menu, .layout-menu-fixed-offcanvas[dir=rtl] .layout-menu {
    right: 0;
    left: auto;
  }
  /* line 21344, app/assets/stylesheets/css/rtl/core.css */
  .layout-menu-fixed.layout-menu-flipped[dir=rtl] .layout-menu, .layout-menu-fixed-offcanvas.layout-menu-flipped[dir=rtl] .layout-menu {
    right: auto;
    left: 0;
  }
  /* line 21348, app/assets/stylesheets/css/rtl/core.css */
  .layout-menu-fixed-offcanvas.layout-menu-collapsed .layout-menu {
    transform: translateX(-100%);
  }
  /* line 21351, app/assets/stylesheets/css/rtl/core.css */
  .layout-menu-fixed-offcanvas.layout-menu-collapsed.layout-menu-flipped .layout-menu {
    transform: translateX(100%);
  }
  /* line 21354, app/assets/stylesheets/css/rtl/core.css */
  .layout-menu-fixed-offcanvas.layout-menu-collapsed[dir=rtl] .layout-menu {
    transform: translateX(100%);
  }
  /* line 21357, app/assets/stylesheets/css/rtl/core.css */
  .layout-menu-fixed-offcanvas.layout-menu-collapsed.layout-menu-flipped[dir=rtl] .layout-menu {
    transform: translateX(-100%);
  }
  /* line 21360, app/assets/stylesheets/css/rtl/core.css */
  .layout-menu-fixed:not(.layout-menu-collapsed) .layout-page,
.layout-menu-fixed-offcanvas:not(.layout-menu-collapsed) .layout-page {
    padding-left: 16.25rem;
  }
  /* line 21364, app/assets/stylesheets/css/rtl/core.css */
  .layout-menu-fixed.layout-menu-flipped:not(.layout-menu-collapsed) .layout-page,
.layout-menu-fixed-offcanvas.layout-menu-flipped:not(.layout-menu-collapsed) .layout-page {
    padding-right: 16.25rem;
    padding-left: 0;
  }
  /* line 21369, app/assets/stylesheets/css/rtl/core.css */
  .layout-menu-fixed[dir=rtl]:not(.layout-menu-collapsed) .layout-page, .layout-menu-fixed-offcanvas[dir=rtl]:not(.layout-menu-collapsed) .layout-page {
    padding-right: 16.25rem;
    padding-left: 0;
  }
  /* line 21373, app/assets/stylesheets/css/rtl/core.css */
  .layout-menu-fixed.layout-menu-flipped[dir=rtl]:not(.layout-menu-collapsed) .layout-page, .layout-menu-fixed-offcanvas.layout-menu-flipped[dir=rtl]:not(.layout-menu-collapsed) .layout-page {
    padding-right: 0;
    padding-left: 16.25rem;
  }
  /* line 21377, app/assets/stylesheets/css/rtl/core.css */
  .layout-menu-fixed.layout-menu-collapsed .layout-page {
    padding-left: 5rem;
  }
  /* line 21380, app/assets/stylesheets/css/rtl/core.css */
  .layout-menu-fixed.layout-menu-collapsed.layout-menu-flipped .layout-page {
    padding-right: 5rem;
    padding-left: 0;
  }
  /* line 21384, app/assets/stylesheets/css/rtl/core.css */
  .layout-menu-fixed.layout-menu-collapsed[dir=rtl] .layout-page {
    padding-right: 5rem;
    padding-left: 0;
  }
  /* line 21388, app/assets/stylesheets/css/rtl/core.css */
  .layout-menu-fixed.layout-menu-collapsed.layout-menu-flipped[dir=rtl] .layout-page {
    padding-right: 0;
    padding-left: 5rem;
  }
}

/* line 21393, app/assets/stylesheets/css/rtl/core.css */
html:not(.layout-navbar-fixed):not(.layout-menu-fixed):not(.layout-menu-fixed-offcanvas) .layout-page,
html:not(.layout-navbar-fixed) .layout-content-navbar .layout-page {
  padding-top: 0 !important;
}

/* line 21398, app/assets/stylesheets/css/rtl/core.css */
html:not(.layout-footer-fixed) .content-wrapper {
  padding-bottom: 0 !important;
}

@media (max-width: 1199.98px) {
  /* line 21403, app/assets/stylesheets/css/rtl/core.css */
  .layout-menu-fixed .layout-wrapper.layout-navbar-full .layout-menu,
.layout-menu-fixed-offcanvas .layout-wrapper.layout-navbar-full .layout-menu {
    top: 0 !important;
  }
  /* line 21407, app/assets/stylesheets/css/rtl/core.css */
  html:not(.layout-navbar-fixed) .layout-navbar-full .layout-page {
    padding-top: 0 !important;
  }
}

/* line 21411, app/assets/stylesheets/css/rtl/core.css */
.layout-navbar-hidden .layout-navbar {
  display: none;
}

/* line 21415, app/assets/stylesheets/css/rtl/core.css */
.layout-navbar-fixed .layout-navbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}

/* line 21421, app/assets/stylesheets/css/rtl/core.css */
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal) .layout-navbar.navbar-elevated, .layout-navbar-fixed:not(.layout-menu-fixed) .layout-wrapper.layout-horizontal .layout-navbar.navbar-elevated {
  box-shadow: 6px 4px 30px 0 rgba(38, 60, 85, 0.12);
}

@media (min-width: 1200px) {
  /* line 21426, app/assets/stylesheets/css/rtl/core.css */
  .layout-menu-fixed .layout-navbar-full .layout-navbar,
.layout-menu-fixed-offcanvas .layout-navbar-full .layout-navbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
  }
  /* line 21433, app/assets/stylesheets/css/rtl/core.css */
  .layout-navbar-fixed:not(.layout-menu-collapsed) .layout-content-navbar:not(.layout-without-menu) .layout-navbar,
.layout-menu-fixed.layout-navbar-fixed:not(.layout-menu-collapsed) .layout-content-navbar:not(.layout-without-menu) .layout-navbar,
.layout-menu-fixed-offcanvas.layout-navbar-fixed:not(.layout-menu-collapsed) .layout-content-navbar:not(.layout-without-menu) .layout-navbar {
    left: 16.25rem;
  }
  /* line 21438, app/assets/stylesheets/css/rtl/core.css */
  .layout-navbar-fixed.layout-menu-flipped:not(.layout-menu-collapsed) .layout-content-navbar:not(.layout-without-menu) .layout-navbar,
.layout-menu-fixed.layout-navbar-fixed.layout-menu-flipped:not(.layout-menu-collapsed) .layout-content-navbar:not(.layout-without-menu) .layout-navbar,
.layout-menu-fixed-offcanvas.layout-navbar-fixed.layout-menu-flipped:not(.layout-menu-collapsed) .layout-content-navbar:not(.layout-without-menu) .layout-navbar {
    right: 16.25rem;
    left: 0;
  }
  /* line 21444, app/assets/stylesheets/css/rtl/core.css */
  .layout-menu-fixed .layout-horizontal .layout-page .menu-horizontal,
.layout-menu-fixed-offcanvas .layout-horizontal .layout-page .menu-horizontal {
    position: fixed;
    top: 3.875rem;
  }
  /* line 21449, app/assets/stylesheets/css/rtl/core.css */
  .layout-menu-fixed .layout-horizontal .layout-page .menu-horizontal + [class*=container-],
.layout-menu-fixed-offcanvas .layout-horizontal .layout-page .menu-horizontal + [class*=container-] {
    padding-top: 4.8rem !important;
  }
  /* line 21453, app/assets/stylesheets/css/rtl/core.css */
  .layout-navbar-fixed[dir=rtl]:not(.layout-menu-collapsed) .layout-content-navbar:not(.layout-without-menu) .layout-navbar, .layout-menu-fixed.layout-navbar-fixed[dir=rtl]:not(.layout-menu-collapsed) .layout-content-navbar:not(.layout-without-menu) .layout-navbar, .layout-menu-fixed-offcanvas.layout-navbar-fixed[dir=rtl]:not(.layout-menu-collapsed) .layout-content-navbar:not(.layout-without-menu) .layout-navbar {
    right: 16.25rem;
    left: 0;
  }
  /* line 21457, app/assets/stylesheets/css/rtl/core.css */
  .layout-navbar-fixed.layout-menu-flipped[dir=rtl]:not(.layout-menu-collapsed) .layout-content-navbar:not(.layout-without-menu) .layout-navbar, .layout-menu-fixed.layout-navbar-fixed.layout-menu-flipped[dir=rtl]:not(.layout-menu-collapsed) .layout-content-navbar:not(.layout-without-menu) .layout-navbar, .layout-menu-fixed-offcanvas.layout-navbar-fixed.layout-menu-flipped[dir=rtl]:not(.layout-menu-collapsed) .layout-content-navbar:not(.layout-without-menu) .layout-navbar {
    right: 0;
    left: 16.25rem;
  }
  /* line 21461, app/assets/stylesheets/css/rtl/core.css */
  .layout-navbar-fixed.layout-menu-collapsed:not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-content-navbar .layout-navbar,
.layout-menu-fixed.layout-navbar-fixed.layout-menu-collapsed .layout-content-navbar .layout-navbar {
    left: 5rem;
  }
  /* line 21465, app/assets/stylesheets/css/rtl/core.css */
  .layout-navbar-fixed.layout-menu-collapsed.layout-menu-flipped:not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-content-navbar .layout-navbar,
.layout-menu-fixed.layout-navbar-fixed.layout-menu-collapsed.layout-menu-flipped .layout-content-navbar .layout-navbar {
    right: 5rem;
    left: 0;
  }
  /* line 21470, app/assets/stylesheets/css/rtl/core.css */
  .layout-navbar-fixed.layout-menu-collapsed[dir=rtl]:not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-content-navbar .layout-navbar, .layout-menu-fixed.layout-navbar-fixed.layout-menu-collapsed[dir=rtl] .layout-content-navbar .layout-navbar {
    right: 5rem;
    left: 0;
  }
  /* line 21474, app/assets/stylesheets/css/rtl/core.css */
  .layout-navbar-fixed.layout-menu-collapsed.layout-menu-flipped[dir=rtl]:not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-content-navbar .layout-navbar, .layout-menu-fixed.layout-navbar-fixed.layout-menu-collapsed.layout-menu-flipped[dir=rtl] .layout-content-navbar .layout-navbar {
    right: 0;
    left: 5rem;
  }
}

/* line 21479, app/assets/stylesheets/css/rtl/core.css */
.layout-footer-fixed .content-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

@media (min-width: 1200px) {
  /* line 21487, app/assets/stylesheets/css/rtl/core.css */
  .layout-footer-fixed:not(.layout-menu-collapsed) .layout-wrapper:not(.layout-without-menu) .content-footer {
    left: 16.25rem;
  }
  /* line 21490, app/assets/stylesheets/css/rtl/core.css */
  .layout-footer-fixed.layout-menu-flipped:not(.layout-menu-collapsed) .layout-wrapper:not(.layout-without-menu) .content-footer {
    right: 16.25rem;
    left: 0;
  }
  /* line 21494, app/assets/stylesheets/css/rtl/core.css */
  .layout-footer-fixed.layout-menu-collapsed:not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-wrapper:not(.layout-without-menu) .content-footer {
    left: 5rem;
  }
  /* line 21497, app/assets/stylesheets/css/rtl/core.css */
  .layout-footer-fixed.layout-menu-collapsed.layout-menu-flipped:not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-wrapper:not(.layout-without-menu) .content-footer {
    right: 5rem;
    left: 0;
  }
  /* line 21501, app/assets/stylesheets/css/rtl/core.css */
  .layout-footer-fixed[dir=rtl]:not(.layout-menu-collapsed) .layout-wrapper:not(.layout-without-menu) .content-footer {
    left: 0;
    right: 16.25rem;
  }
  /* line 21505, app/assets/stylesheets/css/rtl/core.css */
  .layout-footer-fixed.layout-menu-flipped[dir=rtl]:not(.layout-menu-collapsed) .layout-wrapper:not(.layout-without-menu) .content-footer {
    left: 16.25rem;
    right: 0;
  }
  /* line 21509, app/assets/stylesheets/css/rtl/core.css */
  .layout-footer-fixed.layout-menu-collapsed[dir=rtl]:not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-wrapper:not(.layout-without-menu) .content-footer {
    left: 0;
    right: 5rem;
  }
  /* line 21513, app/assets/stylesheets/css/rtl/core.css */
  .layout-footer-fixed.layout-menu-collapsed.layout-menu-flipped[dir=rtl]:not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-wrapper:not(.layout-without-menu) .content-footer {
    right: 0;
    left: 5rem;
  }
}

@media (max-width: 1199.98px) {
  /* line 21519, app/assets/stylesheets/css/rtl/core.css */
  .layout-menu {
    position: fixed !important;
    top: 0 !important;
    height: 100% !important;
    left: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    transform: translate3d(-100%, 0, 0);
    will-change: transform, -webkit-transform;
  }
  /* line 21529, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .layout-menu {
    right: 0 !important;
    left: auto !important;
    transform: translate3d(100%, 0, 0);
  }
  /* line 21534, app/assets/stylesheets/css/rtl/core.css */
  .layout-menu-flipped .layout-menu {
    right: 0 !important;
    left: auto !important;
    transform: translate3d(100%, 0, 0);
  }
  /* line 21539, app/assets/stylesheets/css/rtl/core.css */
  .layout-menu-expanded .layout-menu {
    transform: translate3d(0, 0, 0) !important;
  }
  /* line 21542, app/assets/stylesheets/css/rtl/core.css */
  .layout-menu-expanded body {
    overflow: hidden;
  }
  /* line 21545, app/assets/stylesheets/css/rtl/core.css */
  .layout-menu-flipped[dir=rtl] .layout-menu {
    right: auto !important;
    left: 0 !important;
    transform: translate3d(-100%, 0, 0);
  }
  /* line 21550, app/assets/stylesheets/css/rtl/core.css */
  .layout-overlay {
    position: fixed;
    top: 0;
    right: 0;
    height: 100% !important;
    left: 0;
    display: none;
    background: #263c55;
    opacity: 0.5;
    cursor: pointer;
  }
  /* line 21561, app/assets/stylesheets/css/rtl/core.css */
  .layout-menu-expanded .layout-overlay {
    display: block;
  }
  /* line 21564, app/assets/stylesheets/css/rtl/core.css */
  .layout-menu-100vh .layout-menu,
.layout-menu-100vh .layout-overlay {
    height: 100vh !important;
  }
  /* line 21568, app/assets/stylesheets/css/rtl/core.css */
  .drag-target {
    height: 100%;
    width: 40px;
    position: fixed;
    top: 0;
    left: 0px;
    z-index: 1036;
  }
}

/* line 21577, app/assets/stylesheets/css/rtl/core.css */
.layout-navbar-fixed body:not(.modal-open) .layout-navbar-full .layout-navbar,
.layout-menu-fixed body:not(.modal-open) .layout-navbar-full .layout-navbar,
.layout-menu-fixed-offcanvas body:not(.modal-open) .layout-navbar-full .layout-navbar {
  z-index: 1080;
}

/* line 21582, app/assets/stylesheets/css/rtl/core.css */
.layout-navbar-fixed body:not(.modal-open) .layout-content-navbar .layout-navbar,
.layout-menu-fixed body:not(.modal-open) .layout-content-navbar .layout-navbar,
.layout-menu-fixed-offcanvas body:not(.modal-open) .layout-content-navbar .layout-navbar {
  z-index: 1075;
}

/* line 21588, app/assets/stylesheets/css/rtl/core.css */
.layout-footer-fixed .content-footer {
  z-index: 1030;
  box-shadow: 6px 4px 30px 0 rgba(38, 60, 85, 0.12);
}

/* line 21593, app/assets/stylesheets/css/rtl/core.css */
.layout-menu-horizontal {
  z-index: 9;
}

@media (max-width: 1199.98px) {
  /* line 21598, app/assets/stylesheets/css/rtl/core.css */
  .layout-menu {
    z-index: 1100;
  }
  /* line 21601, app/assets/stylesheets/css/rtl/core.css */
  .layout-overlay {
    z-index: 1099;
  }
}

@media (min-width: 1200px) {
  /* line 21606, app/assets/stylesheets/css/rtl/core.css */
  .layout-navbar-full .layout-navbar {
    z-index: 10;
  }
  /* line 21609, app/assets/stylesheets/css/rtl/core.css */
  .layout-navbar-full .layout-menu {
    z-index: 9;
  }
  /* line 21612, app/assets/stylesheets/css/rtl/core.css */
  .layout-content-navbar .layout-navbar {
    z-index: 9;
  }
  /* line 21615, app/assets/stylesheets/css/rtl/core.css */
  .layout-content-navbar .layout-menu {
    z-index: 10;
  }
  /* line 21618, app/assets/stylesheets/css/rtl/core.css */
  .layout-menu-collapsed.layout-menu-hover:not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-navbar-full .layout-menu {
    z-index: 1075 !important;
  }
  /* line 21621, app/assets/stylesheets/css/rtl/core.css */
  .layout-menu-collapsed:not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-content-navbar .layout-menu {
    z-index: 1085 !important;
  }
  /* line 21624, app/assets/stylesheets/css/rtl/core.css */
  .layout-menu-fixed body:not(.modal-open) .layout-navbar-full .layout-menu,
.layout-menu-fixed-offcanvas body:not(.modal-open) .layout-navbar-full .layout-menu {
    z-index: 1075;
  }
  /* line 21628, app/assets/stylesheets/css/rtl/core.css */
  .layout-navbar-fixed body:not(.modal-open) .layout-content-navbar .layout-menu,
.layout-menu-fixed body:not(.modal-open) .layout-content-navbar .layout-menu,
.layout-menu-fixed-offcanvas body:not(.modal-open) .layout-content-navbar .layout-menu {
    z-index: 1080;
  }
}

/* line 21634, app/assets/stylesheets/css/rtl/core.css */
.layout-menu-link-no-transition .layout-menu .menu-link,
.layout-menu-link-no-transition .layout-menu-horizontal .menu-link {
  transition: none !important;
  animation: none !important;
}

/* line 21640, app/assets/stylesheets/css/rtl/core.css */
.layout-no-transition .layout-menu, .layout-no-transition .layout-menu .menu, .layout-no-transition .layout-menu .menu-item,
.layout-no-transition .layout-menu-horizontal,
.layout-no-transition .layout-menu-horizontal .menu,
.layout-no-transition .layout-menu-horizontal .menu-item {
  transition: none !important;
  animation: none !important;
}

@media (max-width: 1199.98px) {
  /* line 21649, app/assets/stylesheets/css/rtl/core.css */
  .layout-transitioning .layout-overlay {
    animation: menuAnimation 0.3s;
  }
  /* line 21652, app/assets/stylesheets/css/rtl/core.css */
  .layout-transitioning .layout-menu {
    transition-duration: 0.3s;
    transition-property: transform;
  }
}

@media (min-width: 1200px) {
  /* line 21658, app/assets/stylesheets/css/rtl/core.css */
  .layout-menu-collapsed:not(.layout-transitioning):not(.layout-menu-offcanvas):not(.layout-menu-fixed):not(.layout-menu-fixed-offcanvas) .layout-menu {
    transition-duration: 0.3s;
    transition-property: margin-left, margin-right, width;
  }
  /* line 21662, app/assets/stylesheets/css/rtl/core.css */
  .layout-transitioning.layout-menu-offcanvas .layout-menu {
    transition-duration: 0.3s;
    transition-property: margin-left, margin-right, transform;
  }
  /* line 21666, app/assets/stylesheets/css/rtl/core.css */
  .layout-transitioning.layout-menu-fixed .layout-page, .layout-transitioning.layout-menu-fixed-offcanvas .layout-page {
    transition-duration: 0.3s;
    transition-property: padding-left, padding-right;
  }
  /* line 21670, app/assets/stylesheets/css/rtl/core.css */
  .layout-transitioning.layout-menu-fixed .layout-menu {
    transition: width 0.3s;
  }
  /* line 21673, app/assets/stylesheets/css/rtl/core.css */
  .layout-transitioning.layout-menu-fixed-offcanvas .layout-menu {
    transition-duration: 0.3s;
    transition-property: transform;
  }
  /* line 21677, app/assets/stylesheets/css/rtl/core.css */
  .layout-transitioning.layout-navbar-fixed .layout-content-navbar .layout-navbar, .layout-transitioning.layout-footer-fixed .content-footer {
    transition-duration: 0.3s;
    transition-property: left, right;
  }
  /* line 21681, app/assets/stylesheets/css/rtl/core.css */
  .layout-transitioning:not(.layout-menu-offcanvas):not(.layout-menu-fixed):not(.layout-menu-fixed-offcanvas) .layout-menu {
    transition-duration: 0.3s;
    transition-property: margin-left, margin-right, width;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* line 21687, app/assets/stylesheets/css/rtl/core.css */
  .menu,
.layout-menu,
.layout-page,
.layout-navbar,
.content-footer {
    transition: none !important;
    transition-duration: 0s !important;
  }
  /* line 21695, app/assets/stylesheets/css/rtl/core.css */
  .layout-overlay {
    animation: none !important;
  }
}

@keyframes menuAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}

/* line 21723, app/assets/stylesheets/css/rtl/core.css */
.app-brand {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  overflow: hidden;
  line-height: 1;
  min-height: 1px;
  align-items: center;
}

/* line 21733, app/assets/stylesheets/css/rtl/core.css */
.app-brand-link {
  display: flex;
  align-items: center;
}

/* line 21738, app/assets/stylesheets/css/rtl/core.css */
.app-brand-logo {
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
  overflow: hidden;
  min-height: 1px;
}

/* line 21745, app/assets/stylesheets/css/rtl/core.css */
.app-brand-logo img,
.app-brand-logo svg {
  display: block;
}

/* line 21750, app/assets/stylesheets/css/rtl/core.css */
.app-brand-text {
  flex-shrink: 0;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

/* line 21756, app/assets/stylesheets/css/rtl/core.css */
.app-brand-img-collapsed {
  display: none;
}

/* line 21760, app/assets/stylesheets/css/rtl/core.css */
.app-brand .layout-menu-toggle {
  display: block;
}

/* line 21764, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .menu-vertical .app-brand {
  padding-right: 1.25rem;
  padding-left: 1.5rem;
}

/* line 21768, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .menu-vertical .app-brand {
  padding-right: 1.5rem;
  padding-left: 1.25rem;
}

/* line 21773, app/assets/stylesheets/css/rtl/core.css */
.menu-horizontal .app-brand,
.menu-horizontal .app-brand + .menu-divider {
  display: none !important;
}

/* line 21778, app/assets/stylesheets/css/rtl/core.css */
:not(.layout-menu) > .menu-vertical.menu-collapsed:not(.layout-menu):not(:hover) .app-brand {
  width: 5rem;
}

/* line 21781, app/assets/stylesheets/css/rtl/core.css */
:not(.layout-menu) > .menu-vertical.menu-collapsed:not(.layout-menu):not(:hover) .app-brand-logo,
:not(.layout-menu) > .menu-vertical.menu-collapsed:not(.layout-menu):not(:hover) .app-brand-link,
:not(.layout-menu) > .menu-vertical.menu-collapsed:not(.layout-menu):not(:hover) .app-brand-text {
  margin-right: auto;
  margin-left: auto;
}

/* line 21787, app/assets/stylesheets/css/rtl/core.css */
:not(.layout-menu) > .menu-vertical.menu-collapsed:not(.layout-menu):not(:hover) .app-brand-logo ~ .app-brand-text,
:not(.layout-menu) > .menu-vertical.menu-collapsed:not(.layout-menu):not(:hover) .app-brand .layout-menu-toggle {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  opacity: 0;
}

/* line 21794, app/assets/stylesheets/css/rtl/core.css */
:not(.layout-menu) > .menu-vertical.menu-collapsed:not(.layout-menu):not(:hover) .app-brand-img {
  display: none;
}

/* line 21797, app/assets/stylesheets/css/rtl/core.css */
:not(.layout-menu) > .menu-vertical.menu-collapsed:not(.layout-menu):not(:hover) .app-brand-img-collapsed {
  display: block;
}

@media (min-width: 1200px) {
  /* line 21802, app/assets/stylesheets/css/rtl/core.css */
  .layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .app-brand {
    width: 5rem;
  }
  /* line 21805, app/assets/stylesheets/css/rtl/core.css */
  .layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .app-brand-logo,
.layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .app-brand-link,
.layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .app-brand-text {
    margin-right: auto;
    margin-left: auto;
  }
  /* line 21811, app/assets/stylesheets/css/rtl/core.css */
  .layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .app-brand-logo ~ .app-brand-text,
.layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .app-brand .layout-menu-toggle {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    opacity: 0;
  }
  /* line 21818, app/assets/stylesheets/css/rtl/core.css */
  .layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .app-brand-img {
    display: none;
  }
  /* line 21821, app/assets/stylesheets/css/rtl/core.css */
  .layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .app-brand-img-collapsed {
    display: block;
  }
}

/* line 21825, app/assets/stylesheets/css/rtl/core.css */
.custom-option {
  padding-left: 0;
  border: 1px solid #d4d8dd;
  border-radius: 0.25rem;
}

/* line 21830, app/assets/stylesheets/css/rtl/core.css */
.custom-option:hover {
  border: 1px solid #bec5cc;
}

/* line 21833, app/assets/stylesheets/css/rtl/core.css */
.custom-option.custom-option-image {
  border-width: 2px !important;
}

/* line 21836, app/assets/stylesheets/css/rtl/core.css */
.custom-option.custom-option-image:hover {
  border-width: 2px !important;
}

/* line 21839, app/assets/stylesheets/css/rtl/core.css */
.custom-option.custom-option-image .custom-option-body img {
  border-radius: 0.25rem;
}

/* line 21842, app/assets/stylesheets/css/rtl/core.css */
.custom-option .custom-option-content {
  cursor: pointer;
  width: 100%;
}

/* line 21847, app/assets/stylesheets/css/rtl/core.css */
.custom-option-basic .custom-option-content {
  padding: 1em;
  padding-left: 2.7em;
}

/* line 21851, app/assets/stylesheets/css/rtl/core.css */
.custom-option-basic .custom-option-content .form-check-input {
  margin-top: 0;
}

/* line 21854, app/assets/stylesheets/css/rtl/core.css */
.custom-option-basic .custom-option-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.25rem;
}

/* line 21861, app/assets/stylesheets/css/rtl/core.css */
.custom-option-icon .custom-option-content {
  text-align: center;
  padding: 1em;
}

/* line 21865, app/assets/stylesheets/css/rtl/core.css */
.custom-option-icon .custom-option-body {
  display: block;
  margin-bottom: 0.5rem;
}

/* line 21869, app/assets/stylesheets/css/rtl/core.css */
.custom-option-icon .custom-option-body i {
  font-size: 2rem;
  margin-bottom: 0.25rem;
  display: block;
}

/* line 21874, app/assets/stylesheets/css/rtl/core.css */
.custom-option-icon .custom-option-body svg {
  height: 38px;
  width: 38px;
  margin-bottom: 0.25rem;
}

/* line 21879, app/assets/stylesheets/css/rtl/core.css */
.custom-option-icon .custom-option-body .custom-option-title {
  display: block;
  font-family: "Rubik", "Times New Roman", serif;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #516377;
}

/* line 21886, app/assets/stylesheets/css/rtl/core.css */
.custom-option-icon .form-check-input {
  float: none !important;
  margin: 0 !important;
}

/* line 21891, app/assets/stylesheets/css/rtl/core.css */
.custom-option-image {
  border-width: 2px;
}

/* line 21894, app/assets/stylesheets/css/rtl/core.css */
.custom-option-image .custom-option-content {
  padding: 0;
}

/* line 21897, app/assets/stylesheets/css/rtl/core.css */
.custom-option-image .custom-option-body img {
  height: 100%;
  width: 100%;
}

/* line 21901, app/assets/stylesheets/css/rtl/core.css */
.custom-option-image.custom-option-image-radio .form-check-input {
  display: none;
}

/* line 21904, app/assets/stylesheets/css/rtl/core.css */
.custom-option-image.custom-option-image-check {
  position: relative;
}

/* line 21907, app/assets/stylesheets/css/rtl/core.css */
.custom-option-image.custom-option-image-check .form-check-input {
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 0;
  border: 0;
  opacity: 0;
}

/* line 21915, app/assets/stylesheets/css/rtl/core.css */
.custom-option-image.custom-option-image-check .form-check-input:checked {
  opacity: 1;
}

/* line 21918, app/assets/stylesheets/css/rtl/core.css */
.custom-option-image.custom-option-image-check:hover .form-check-input {
  border: inherit;
  border-width: 1px;
  opacity: 1;
}

/* line 21924, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .custom-option {
  padding-right: 0;
}

/* line 21927, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .custom-option-basic .custom-option-content {
  padding-right: 2.7em;
  padding-left: 1em;
}

/* line 21931, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .custom-option-image.custom-option-image-check .form-check-input {
  right: auto;
  left: 10px;
}

/* line 21936, app/assets/stylesheets/css/rtl/core.css */
.switch {
  margin-right: 0.75rem;
  position: relative;
  vertical-align: middle;
  margin-bottom: 0;
  display: inline-block;
  border-radius: 30rem;
  cursor: pointer;
  min-height: 1.35rem;
  font-size: 0.9375rem;
  line-height: 1.4;
}

/* line 21948, app/assets/stylesheets/css/rtl/core.css */
.switch .switch-label:first-child {
  padding-right: 0.5rem;
}

/* line 21951, app/assets/stylesheets/css/rtl/core.css */
.switch .switch-input ~ .switch-label {
  padding-left: 3rem;
}

/* line 21954, app/assets/stylesheets/css/rtl/core.css */
.switch .switch-toggle-slider {
  width: 2.5rem;
  height: 1.35rem;
  font-size: 0.625rem;
  line-height: 1.35rem;
  border: 1px solid transparent;
  top: 0;
}

/* line 21962, app/assets/stylesheets/css/rtl/core.css */
.switch .switch-toggle-slider i {
  position: relative;
  font-size: 0.9375rem;
  top: -1.35px;
}

/* line 21967, app/assets/stylesheets/css/rtl/core.css */
.switch .switch-label {
  top: 0.01875rem;
}

/* line 21970, app/assets/stylesheets/css/rtl/core.css */
.switch .switch-input:checked ~ .switch-toggle-slider::after {
  left: 1.15rem;
}

/* line 21973, app/assets/stylesheets/css/rtl/core.css */
.switch .switch-toggle-slider::after {
  top: -1px;
  margin: 0.25rem 0 0 0.25rem;
  width: 13px;
  height: 13px;
}

/* line 21979, app/assets/stylesheets/css/rtl/core.css */
.switch .switch-on {
  padding-left: 0.25rem;
  padding-right: 1.1rem;
}

/* line 21983, app/assets/stylesheets/css/rtl/core.css */
.switch .switch-off {
  padding-left: 1.1rem;
  padding-right: 0.25rem;
}

/* line 21987, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .switch .switch-label {
  padding-right: 3rem;
  padding-left: 0;
}

/* line 21991, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .switch .switch-input:checked ~ .switch-toggle-slider::after {
  left: auto;
  right: 1.15rem;
}

/* line 21995, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .switch .switch-toggle-slider::after {
  margin-left: 0;
  margin-right: 0.25rem;
}

/* line 21999, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .switch .switch-on {
  padding-left: 1.1rem;
  padding-right: 0.25rem;
}

/* line 22003, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .switch .switch-off {
  padding-left: 0.25rem;
  padding-right: 1.1rem;
}

/* line 22007, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .switch {
  margin-left: 0.75rem;
  margin-right: 0;
}

/* line 22012, app/assets/stylesheets/css/rtl/core.css */
.switch-input {
  opacity: 0;
  position: absolute;
  padding: 0;
  margin: 0;
  z-index: -1;
}

/* line 22020, app/assets/stylesheets/css/rtl/core.css */
.switch-toggle-slider {
  position: absolute;
  overflow: hidden;
  border-radius: 30rem;
  background: #e9ecee;
  color: #677788;
  transition-duration: 0.2s;
  transition-property: left, right, background, box-shadow;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 22032, app/assets/stylesheets/css/rtl/core.css */
.switch-label {
  display: inline-block;
  font-weight: 400;
  color: #677788;
  position: relative;
  cursor: default;
}

/* line 22040, app/assets/stylesheets/css/rtl/core.css */
.switch-off,
.switch-on {
  height: 100%;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  transition-duration: 0.2s;
  transition-property: left, right;
}

/* line 22051, app/assets/stylesheets/css/rtl/core.css */
.switch-on {
  left: -100%;
}

/* line 22054, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .switch-on {
  left: auto;
  right: -100%;
}

/* line 22058, app/assets/stylesheets/css/rtl/core.css */
.switch-input:not(:checked) ~ .switch-toggle-slider .switch-on {
  color: transparent;
}

/* line 22062, app/assets/stylesheets/css/rtl/core.css */
.switch-off {
  left: 0;
}

/* line 22065, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .switch-off {
  right: 0;
  left: auto;
}

/* line 22070, app/assets/stylesheets/css/rtl/core.css */
.switch-input:checked ~ .switch-toggle-slider .switch-on {
  left: 0;
}

/* line 22073, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .switch-input:checked ~ .switch-toggle-slider .switch-on {
  right: 0;
  left: auto;
}

/* line 22077, app/assets/stylesheets/css/rtl/core.css */
.switch-input:checked ~ .switch-toggle-slider .switch-off {
  left: 100%;
  color: transparent;
}

/* line 22081, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .switch-input:checked ~ .switch-toggle-slider .switch-off {
  right: 100%;
  left: auto;
}

/* line 22086, app/assets/stylesheets/css/rtl/core.css */
.switch-toggle-slider::after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  border-radius: 999px;
  background: #fff;
  box-shadow: -1px 2px 3px 0 rgba(0, 0, 0, 0.2);
  transition-duration: 0.2s;
  transition-property: left, right, background;
}

/* line 22097, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .switch-toggle-slider::after {
  right: 0;
  left: auto;
}

/* line 22102, app/assets/stylesheets/css/rtl/core.css */
.switches-stacked::after {
  display: block;
  clear: both;
  content: "";
}

/* line 22107, app/assets/stylesheets/css/rtl/core.css */
.switches-stacked .switch {
  display: block;
}

/* line 22110, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .switches-stacked .switch {
  margin-right: 0;
}

/* line 22113, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .switches-stacked .switch {
  margin-left: 0;
}

/* line 22116, app/assets/stylesheets/css/rtl/core.css */
.switches-stacked .switch:not(:last-child) {
  margin-bottom: 0.75rem;
}

/* line 22120, app/assets/stylesheets/css/rtl/core.css */
.switch-square,
.switch-square .switch-toggle-slider {
  border-radius: 0.25rem;
}

/* line 22125, app/assets/stylesheets/css/rtl/core.css */
.switch-square .switch-toggle-slider::after {
  border-radius: calc(0.25rem - 2px);
}

/* line 22129, app/assets/stylesheets/css/rtl/core.css */
.switch-input:disabled ~ .switch-toggle-slider {
  opacity: 0.65;
}

/* line 22132, app/assets/stylesheets/css/rtl/core.css */
.switch-input:disabled ~ .switch-toggle-slider::after {
  box-shadow: none;
}

/* line 22135, app/assets/stylesheets/css/rtl/core.css */
.switch-input:disabled ~ .switch-label {
  color: #a8b1bb;
}

/* line 22139, app/assets/stylesheets/css/rtl/core.css */
.switch-sm {
  min-height: 1.125rem;
  font-size: 0.813rem;
  line-height: 1.48;
}

/* line 22144, app/assets/stylesheets/css/rtl/core.css */
.switch-sm .switch-label:first-child {
  padding-right: 0.5rem;
}

/* line 22147, app/assets/stylesheets/css/rtl/core.css */
.switch-sm .switch-input ~ .switch-label {
  padding-left: 2.5rem;
}

/* line 22150, app/assets/stylesheets/css/rtl/core.css */
.switch-sm .switch-toggle-slider {
  width: 2rem;
  height: 1.125rem;
  font-size: 0.625rem;
  line-height: 1.125rem;
  border: 1px solid transparent;
  top: 0.03912rem;
}

/* line 22158, app/assets/stylesheets/css/rtl/core.css */
.switch-sm .switch-toggle-slider i {
  position: relative;
  font-size: 0.813rem;
  top: -2px;
}

/* line 22163, app/assets/stylesheets/css/rtl/core.css */
.switch-sm .switch-label {
  top: 0;
}

/* line 22166, app/assets/stylesheets/css/rtl/core.css */
.switch-sm .switch-input:checked ~ .switch-toggle-slider::after {
  left: 0.875rem;
}

/* line 22169, app/assets/stylesheets/css/rtl/core.css */
.switch-sm .switch-toggle-slider::after {
  top: -1px;
  margin: 0.25rem 0 0 0.25rem;
  width: 10px;
  height: 10px;
}

/* line 22175, app/assets/stylesheets/css/rtl/core.css */
.switch-sm .switch-on {
  padding-left: 0.25rem;
  padding-right: 0.875rem;
}

/* line 22179, app/assets/stylesheets/css/rtl/core.css */
.switch-sm .switch-off {
  padding-left: 0.875rem;
  padding-right: 0.25rem;
}

/* line 22183, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .switch-sm .switch-label {
  padding-right: 2.5rem;
  padding-left: 0;
}

/* line 22187, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .switch-sm .switch-input:checked ~ .switch-toggle-slider::after {
  left: auto;
  right: 0.875rem;
}

/* line 22191, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .switch-sm .switch-toggle-slider::after {
  margin-left: 0;
  margin-right: 0.25rem;
}

/* line 22195, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .switch-sm .switch-on {
  padding-left: 0.875rem;
  padding-right: 0.25rem;
}

/* line 22199, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .switch-sm .switch-off {
  padding-left: 0.25rem;
  padding-right: 0.875rem;
}

/* line 22204, app/assets/stylesheets/css/rtl/core.css */
.switch-lg {
  min-height: 1.75rem;
  font-size: 1.063rem;
  line-height: 1.47;
}

/* line 22209, app/assets/stylesheets/css/rtl/core.css */
.switch-lg .switch-label:first-child {
  padding-right: 0.5rem;
}

/* line 22212, app/assets/stylesheets/css/rtl/core.css */
.switch-lg .switch-input ~ .switch-label {
  padding-left: 3.75rem;
}

/* line 22215, app/assets/stylesheets/css/rtl/core.css */
.switch-lg .switch-toggle-slider {
  width: 3.25rem;
  height: 1.75rem;
  font-size: 0.625rem;
  line-height: 1.75rem;
  border: 1px solid transparent;
  top: 0;
}

/* line 22223, app/assets/stylesheets/css/rtl/core.css */
.switch-lg .switch-toggle-slider i {
  position: relative;
  font-size: 1.063rem;
  top: -2px;
}

/* line 22228, app/assets/stylesheets/css/rtl/core.css */
.switch-lg .switch-label {
  top: 0.093695rem;
}

/* line 22231, app/assets/stylesheets/css/rtl/core.css */
.switch-lg .switch-input:checked ~ .switch-toggle-slider::after {
  left: 1.5rem;
}

/* line 22234, app/assets/stylesheets/css/rtl/core.css */
.switch-lg .switch-toggle-slider::after {
  top: -1px;
  margin: 0.25rem 0 0 0.25rem;
  width: 20px;
  height: 20px;
}

/* line 22240, app/assets/stylesheets/css/rtl/core.css */
.switch-lg .switch-on {
  padding-left: 0.25rem;
  padding-right: 1.5rem;
}

/* line 22244, app/assets/stylesheets/css/rtl/core.css */
.switch-lg .switch-off {
  padding-left: 1.5rem;
  padding-right: 0.25rem;
}

/* line 22248, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .switch-lg .switch-label {
  padding-right: 3.75rem;
  padding-left: 0;
}

/* line 22252, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .switch-lg .switch-input:checked ~ .switch-toggle-slider::after {
  left: auto;
  right: 1.5rem;
}

/* line 22256, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .switch-lg .switch-toggle-slider::after {
  margin-left: 0;
  margin-right: 0.25rem;
}

/* line 22260, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .switch-lg .switch-on {
  padding-left: 1.5rem;
  padding-right: 0.25rem;
}

/* line 22264, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .switch-lg .switch-off {
  padding-left: 0.25rem;
  padding-right: 1.5rem;
}

/* line 22269, app/assets/stylesheets/css/rtl/core.css */
.switch-secondary.switch .switch-input:checked ~ .switch-toggle-slider {
  background: #8a8a88;
  color: #fff;
}

/* line 22274, app/assets/stylesheets/css/rtl/core.css */
.switch-secondary.switch .switch-input:active ~ .switch-toggle-slider {
  box-shadow: none;
}

/* line 22278, app/assets/stylesheets/css/rtl/core.css */
.switch-secondary.switch .switch-input:focus ~ .switch-toggle-slider {
  box-shadow: 0 0 0 0.12rem rgba(147, 158, 170, 0.3);
}

/* line 22282, app/assets/stylesheets/css/rtl/core.css */
.switch-success.switch .switch-input:checked ~ .switch-toggle-slider {
  background: #39da8a;
  color: #fff;
}

/* line 22287, app/assets/stylesheets/css/rtl/core.css */
.switch-success.switch .switch-input:active ~ .switch-toggle-slider {
  box-shadow: none;
}

/* line 22291, app/assets/stylesheets/css/rtl/core.css */
.switch-success.switch .switch-input:focus ~ .switch-toggle-slider {
  box-shadow: 0 0 0 0.12rem rgba(147, 158, 170, 0.3);
}

/* line 22295, app/assets/stylesheets/css/rtl/core.css */
.switch-info.switch .switch-input:checked ~ .switch-toggle-slider {
  background: #00cfdd;
  color: #fff;
}

/* line 22300, app/assets/stylesheets/css/rtl/core.css */
.switch-info.switch .switch-input:active ~ .switch-toggle-slider {
  box-shadow: none;
}

/* line 22304, app/assets/stylesheets/css/rtl/core.css */
.switch-info.switch .switch-input:focus ~ .switch-toggle-slider {
  box-shadow: 0 0 0 0.12rem rgba(147, 158, 170, 0.3);
}

/* line 22308, app/assets/stylesheets/css/rtl/core.css */
.switch-warning.switch .switch-input:checked ~ .switch-toggle-slider {
  background: #fdac41;
  color: #fff;
}

/* line 22313, app/assets/stylesheets/css/rtl/core.css */
.switch-warning.switch .switch-input:active ~ .switch-toggle-slider {
  box-shadow: none;
}

/* line 22317, app/assets/stylesheets/css/rtl/core.css */
.switch-warning.switch .switch-input:focus ~ .switch-toggle-slider {
  box-shadow: 0 0 0 0.12rem rgba(147, 158, 170, 0.3);
}

/* line 22321, app/assets/stylesheets/css/rtl/core.css */
.switch-danger.switch .switch-input:checked ~ .switch-toggle-slider {
  background: #ff5b5c;
  color: #fff;
}

/* line 22326, app/assets/stylesheets/css/rtl/core.css */
.switch-danger.switch .switch-input:active ~ .switch-toggle-slider {
  box-shadow: none;
}

/* line 22330, app/assets/stylesheets/css/rtl/core.css */
.switch-danger.switch .switch-input:focus ~ .switch-toggle-slider {
  box-shadow: 0 0 0 0.12rem rgba(147, 158, 170, 0.3);
}

/* line 22334, app/assets/stylesheets/css/rtl/core.css */
.switch-dark.switch .switch-input:checked ~ .switch-toggle-slider {
  background: #495563;
  color: #fff;
}

/* line 22339, app/assets/stylesheets/css/rtl/core.css */
.switch-dark.switch .switch-input:active ~ .switch-toggle-slider {
  box-shadow: none;
}

/* line 22343, app/assets/stylesheets/css/rtl/core.css */
.switch-dark.switch .switch-input:focus ~ .switch-toggle-slider {
  box-shadow: 0 0 0 0.12rem rgba(147, 158, 170, 0.3);
}

/* line 22347, app/assets/stylesheets/css/rtl/core.css */
.switch-gray.switch .switch-input:checked ~ .switch-toggle-slider {
  background: rgba(38, 60, 85, 0.5);
  color: #fff;
}

/* line 22352, app/assets/stylesheets/css/rtl/core.css */
.switch-gray.switch .switch-input:active ~ .switch-toggle-slider {
  box-shadow: none;
}

/* line 22356, app/assets/stylesheets/css/rtl/core.css */
.switch-gray.switch .switch-input:focus ~ .switch-toggle-slider {
  box-shadow: 0 0 0 0.12rem rgba(147, 158, 170, 0.3);
}

/* line 22360, app/assets/stylesheets/css/rtl/core.css */
.switch .valid-feedback,
.switch .invalid-feedback {
  padding-left: 0.5rem;
}

/* line 22365, app/assets/stylesheets/css/rtl/core.css */
.was-validated .switch-input:valid ~ .switch-label, .switch-input.invalid ~ .switch-label, .switch-input.is-valid ~ .switch-label {
  color: #39da8a;
}

/* line 22368, app/assets/stylesheets/css/rtl/core.css */
.was-validated .switch-input:valid ~ .valid-feedback,
.was-validated .switch-input:valid ~ .valid-tooltip, .switch-input.invalid ~ .valid-feedback,
.switch-input.invalid ~ .valid-tooltip, .switch-input.is-valid ~ .valid-feedback,
.switch-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 22374, app/assets/stylesheets/css/rtl/core.css */
.was-validated .switch-input:valid ~ .switch-toggle-slider, .switch-input.invalid ~ .switch-toggle-slider, .switch-input.is-valid ~ .switch-toggle-slider {
  border: 1px solid #39da8a !important;
}

/* line 22377, app/assets/stylesheets/css/rtl/core.css */
.was-validated .switch-input:valid:checked ~ .switch-toggle-slider, .switch-input.invalid:checked ~ .switch-toggle-slider, .switch-input.is-valid:checked ~ .switch-toggle-slider {
  background: #39da8a;
  color: #fff;
}

/* line 22381, app/assets/stylesheets/css/rtl/core.css */
.was-validated .switch-input:valid:focus ~ .switch-toggle-slider, .switch-input.invalid:focus ~ .switch-toggle-slider, .switch-input.is-valid:focus ~ .switch-toggle-slider {
  box-shadow: none;
}

/* line 22384, app/assets/stylesheets/css/rtl/core.css */
.was-validated .switch-input:valid:active ~ .switch-toggle-slider, .switch-input.invalid:active ~ .switch-toggle-slider, .switch-input.is-valid:active ~ .switch-toggle-slider {
  box-shadow: none;
}

/* line 22388, app/assets/stylesheets/css/rtl/core.css */
.was-validated .switch-input:invalid ~ .switch-label, .switch-input.invalid ~ .switch-label, .switch-input.is-invalid ~ .switch-label {
  color: #ff5b5c;
}

/* line 22391, app/assets/stylesheets/css/rtl/core.css */
.was-validated .switch-input:invalid ~ .invalid-feedback,
.was-validated .switch-input:invalid ~ .invalid-tooltip, .switch-input.invalid ~ .invalid-feedback,
.switch-input.invalid ~ .invalid-tooltip, .switch-input.is-invalid ~ .invalid-feedback,
.switch-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 22397, app/assets/stylesheets/css/rtl/core.css */
.was-validated .switch-input:invalid ~ .switch-toggle-slider, .switch-input.invalid ~ .switch-toggle-slider, .switch-input.is-invalid ~ .switch-toggle-slider {
  border: 1px solid #ff5b5c !important;
}

/* line 22400, app/assets/stylesheets/css/rtl/core.css */
.was-validated .switch-input:invalid:checked ~ .switch-toggle-slider, .switch-input.invalid:checked ~ .switch-toggle-slider, .switch-input.is-invalid:checked ~ .switch-toggle-slider {
  background: #ff5b5c;
  color: #fff;
}

/* line 22404, app/assets/stylesheets/css/rtl/core.css */
.was-validated .switch-input:invalid:focus ~ .switch-toggle-slider, .switch-input.invalid:focus ~ .switch-toggle-slider, .switch-input.is-invalid:focus ~ .switch-toggle-slider {
  box-shadow: none;
}

/* line 22407, app/assets/stylesheets/css/rtl/core.css */
.was-validated .switch-input:invalid:active ~ .switch-toggle-slider, .switch-input.invalid:active ~ .switch-toggle-slider, .switch-input.is-invalid:active ~ .switch-toggle-slider {
  box-shadow: none;
}

/* line 22411, app/assets/stylesheets/css/rtl/core.css */
.avatar {
  position: relative;
  width: 2.375rem;
  height: 2.375rem;
  cursor: pointer;
}

/* line 22417, app/assets/stylesheets/css/rtl/core.css */
.avatar img {
  width: 100%;
  height: 100%;
}

/* line 22421, app/assets/stylesheets/css/rtl/core.css */
.avatar .avatar-initial {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #8a8a88;
  font-weight: 500;
}

/* line 22435, app/assets/stylesheets/css/rtl/core.css */
.avatar.avatar-online:after, .avatar.avatar-offline:after, .avatar.avatar-away:after, .avatar.avatar-busy:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 3px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  box-shadow: 0 0 0 2px #fff;
}

/* line 22445, app/assets/stylesheets/css/rtl/core.css */
.avatar.avatar-online:after {
  background-color: #39da8a;
}

/* line 22448, app/assets/stylesheets/css/rtl/core.css */
.avatar.avatar-offline:after {
  background-color: #8a8a88;
}

/* line 22451, app/assets/stylesheets/css/rtl/core.css */
.avatar.avatar-away:after {
  background-color: #fdac41;
}

/* line 22454, app/assets/stylesheets/css/rtl/core.css */
.avatar.avatar-busy:after {
  background-color: #ff5b5c;
}

/* line 22458, app/assets/stylesheets/css/rtl/core.css */
.pull-up {
  transition: all 0.25s ease;
}

/* line 22461, app/assets/stylesheets/css/rtl/core.css */
.pull-up:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 0.25rem 1rem rgba(147, 158, 170, 0.45);
  z-index: 30;
  border-radius: 50%;
}

/* line 22468, app/assets/stylesheets/css/rtl/core.css */
.avatar-xs {
  width: 1.625rem;
  height: 1.625rem;
}

/* line 22472, app/assets/stylesheets/css/rtl/core.css */
.avatar-xs .avatar-initial {
  font-size: 0.625rem;
}

/* line 22475, app/assets/stylesheets/css/rtl/core.css */
.avatar-xs.avatar-online:after, .avatar-xs.avatar-offline:after, .avatar-xs.avatar-away:after, .avatar-xs.avatar-busy:after {
  width: 0.325rem;
  height: 0.325rem;
  right: 1px;
}

/* line 22481, app/assets/stylesheets/css/rtl/core.css */
.avatar-sm {
  width: 2rem;
  height: 2rem;
}

/* line 22485, app/assets/stylesheets/css/rtl/core.css */
.avatar-sm .avatar-initial {
  font-size: 0.75rem;
}

/* line 22488, app/assets/stylesheets/css/rtl/core.css */
.avatar-sm.avatar-online:after, .avatar-sm.avatar-offline:after, .avatar-sm.avatar-away:after, .avatar-sm.avatar-busy:after {
  width: 0.4rem;
  height: 0.4rem;
  right: 2px;
}

/* line 22494, app/assets/stylesheets/css/rtl/core.css */
.avatar-md {
  width: 3rem;
  height: 3rem;
}

/* line 22498, app/assets/stylesheets/css/rtl/core.css */
.avatar-md .avatar-initial {
  font-size: 1.125rem;
}

/* line 22501, app/assets/stylesheets/css/rtl/core.css */
.avatar-md.avatar-online:after, .avatar-md.avatar-offline:after, .avatar-md.avatar-away:after, .avatar-md.avatar-busy:after {
  width: 0.6rem;
  height: 0.6rem;
  right: 4px;
}

/* line 22507, app/assets/stylesheets/css/rtl/core.css */
.avatar-lg {
  width: 4rem;
  height: 4rem;
}

/* line 22511, app/assets/stylesheets/css/rtl/core.css */
.avatar-lg .avatar-initial {
  font-size: 1.5rem;
}

/* line 22514, app/assets/stylesheets/css/rtl/core.css */
.avatar-lg.avatar-online:after, .avatar-lg.avatar-offline:after, .avatar-lg.avatar-away:after, .avatar-lg.avatar-busy:after {
  width: 0.8rem;
  height: 0.8rem;
  right: 5px;
}

/* line 22520, app/assets/stylesheets/css/rtl/core.css */
.avatar-xl {
  width: 4.5rem;
  height: 4.5rem;
}

/* line 22524, app/assets/stylesheets/css/rtl/core.css */
.avatar-xl .avatar-initial {
  font-size: 1.875rem;
}

/* line 22527, app/assets/stylesheets/css/rtl/core.css */
.avatar-xl.avatar-online:after, .avatar-xl.avatar-offline:after, .avatar-xl.avatar-away:after, .avatar-xl.avatar-busy:after {
  width: 0.9rem;
  height: 0.9rem;
  right: 6px;
}

/* line 22533, app/assets/stylesheets/css/rtl/core.css */
.avatar-group .avatar {
  transition: all 0.25s ease;
}

/* line 22536, app/assets/stylesheets/css/rtl/core.css */
.avatar-group .avatar img,
.avatar-group .avatar .avatar-initial {
  border: 2px solid #fff;
}

/* line 22540, app/assets/stylesheets/css/rtl/core.css */
.avatar-group .avatar .avatar-initial {
  background-color: #8799ae;
}

/* line 22543, app/assets/stylesheets/css/rtl/core.css */
.avatar-group .avatar:hover {
  z-index: 30;
  transition: all 0.25s ease;
}

/* line 22547, app/assets/stylesheets/css/rtl/core.css */
.avatar-group .avatar {
  margin-left: -0.8rem;
}

/* line 22550, app/assets/stylesheets/css/rtl/core.css */
.avatar-group .avatar:first-child {
  margin-left: 0;
}

/* line 22553, app/assets/stylesheets/css/rtl/core.css */
.avatar-group .avatar-xs {
  margin-left: -0.65rem;
}

/* line 22556, app/assets/stylesheets/css/rtl/core.css */
.avatar-group .avatar-sm {
  margin-left: -0.75rem;
}

/* line 22559, app/assets/stylesheets/css/rtl/core.css */
.avatar-group .avatar-md {
  margin-left: -0.9rem;
}

/* line 22562, app/assets/stylesheets/css/rtl/core.css */
.avatar-group .avatar-lg {
  margin-left: -1.5rem;
}

/* line 22565, app/assets/stylesheets/css/rtl/core.css */
.avatar-group .avatar-xl {
  margin-left: -1.75rem;
}

/* line 22569, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .avatar-group .avatar {
  margin-right: -0.8rem;
  margin-left: 0;
}

/* line 22573, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .avatar-group .avatar-xs {
  margin-right: -0.65rem;
}

/* line 22576, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .avatar-group .avatar-sm {
  margin-right: -0.75rem;
}

/* line 22579, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .avatar-group .avatar-md {
  margin-right: -0.9rem;
}

/* line 22582, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .avatar-group .avatar-lg {
  margin-right: -1.5rem;
}

/* line 22585, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .avatar-group .avatar-xl {
  margin-right: -1.75rem;
}

/* line 22589, app/assets/stylesheets/css/rtl/core.css */
.timeline {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0;
  list-style: none;
}

/* line 22596, app/assets/stylesheets/css/rtl/core.css */
.timeline .timeline-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

/* line 22602, app/assets/stylesheets/css/rtl/core.css */
.timeline .timeline-header > *:first-child {
  margin-right: 0.5rem;
}

/* line 22605, app/assets/stylesheets/css/rtl/core.css */
.timeline .timeline-end-indicator {
  position: absolute;
  bottom: -1.35rem;
  left: -0.7rem;
}

/* line 22610, app/assets/stylesheets/css/rtl/core.css */
.timeline .timeline-end-indicator i {
  font-size: 1.5rem;
  color: #d4d8dd;
}

/* line 22614, app/assets/stylesheets/css/rtl/core.css */
.timeline.timeline-solid:before {
  border-style: solid;
}

/* line 22617, app/assets/stylesheets/css/rtl/core.css */
.timeline.timeline-dotted:before {
  border-style: dotted;
}

/* line 22620, app/assets/stylesheets/css/rtl/core.css */
.timeline.timeline-dashed:before {
  border-style: dashed;
}

/* line 22623, app/assets/stylesheets/css/rtl/core.css */
.timeline.timeline-hidden:before {
  border-style: none;
}

/* line 22626, app/assets/stylesheets/css/rtl/core.css */
.timeline .timeline-item {
  position: relative;
  padding-left: 3rem;
}

/* line 22630, app/assets/stylesheets/css/rtl/core.css */
.timeline .timeline-item .timeline-event {
  position: relative;
  top: -1rem;
  width: 100%;
  top: -1rem;
  min-height: 4rem;
  background-color: #fff;
  border-radius: 0.25rem;
  padding: 1.25rem 1.5rem;
}

/* line 22640, app/assets/stylesheets/css/rtl/core.css */
.timeline .timeline-item .timeline-event:before {
  position: absolute;
  top: 0.75rem;
  left: 32px;
  right: 100%;
  width: 0;
  height: 0;
  border-top: 1rem solid transparent;
  border-right: 1rem solid;
  border-left: 0 solid;
  border-bottom: 1rem solid transparent;
  border-left-color: #fff;
  border-right-color: #fff;
  margin-left: -3rem;
  content: "";
}

/* line 22656, app/assets/stylesheets/css/rtl/core.css */
.timeline .timeline-item .timeline-event.timeline-event-shadow {
  box-shadow: 0 0.5rem 1rem rgba(38, 60, 85, 0.075) !important;
}

/* line 22659, app/assets/stylesheets/css/rtl/core.css */
.timeline .timeline-item .timeline-event .timeline-event-time {
  position: absolute;
  top: 1.2rem;
  font-size: 0.85rem;
  color: #a8b1bb;
}

/* line 22665, app/assets/stylesheets/css/rtl/core.css */
.timeline .timeline-item .timeline-indicator,
.timeline .timeline-item .timeline-indicator-advanced {
  position: absolute;
  left: -0.75rem;
  top: 0;
  z-index: 2;
  height: 1.5rem;
  width: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #f2f2f6;
  border-radius: 50%;
  border: 2px solid;
}

/* line 22681, app/assets/stylesheets/css/rtl/core.css */
.timeline .timeline-item .timeline-indicator i,
.timeline .timeline-item .timeline-indicator-advanced i {
  color: #ead138;
  font-size: 0.85rem !important;
}

/* line 22686, app/assets/stylesheets/css/rtl/core.css */
.timeline .timeline-item .timeline-point {
  position: absolute;
  left: -0.415rem;
  top: 0;
  z-index: 2;
  display: block;
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 50%;
  background-color: #ead138;
}

/* line 22697, app/assets/stylesheets/css/rtl/core.css */
.timeline .timeline-item.timeline-item-transparent .timeline-event {
  top: -1.4rem;
  background-color: transparent;
}

/* line 22701, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .timeline .timeline-item.timeline-item-transparent .timeline-event {
  padding-left: 0;
}

/* line 22704, app/assets/stylesheets/css/rtl/core.css */
.timeline .timeline-item.timeline-item-transparent .timeline-event.timeline-event-shadow {
  padding-left: 2rem;
}

/* line 22707, app/assets/stylesheets/css/rtl/core.css */
.timeline .timeline-item.timeline-item-transparent .timeline-event:before {
  display: none;
}

/* line 22710, app/assets/stylesheets/css/rtl/core.css */
.timeline.timeline-center:before {
  left: 50%;
  height: 97%;
}

/* line 22714, app/assets/stylesheets/css/rtl/core.css */
.timeline.timeline-center:after {
  left: 50%;
  margin-left: -0.55rem;
}

/* line 22718, app/assets/stylesheets/css/rtl/core.css */
.timeline.timeline-center .timeline-end-indicator {
  bottom: -1.4rem;
  left: 50%;
  margin-left: 0.55rem;
}

/* line 22723, app/assets/stylesheets/css/rtl/core.css */
.timeline.timeline-center .timeline-item {
  width: 50%;
  clear: both;
}

/* line 22727, app/assets/stylesheets/css/rtl/core.css */
.timeline.timeline-center .timeline-item.timeline-item-left, .timeline.timeline-center .timeline-item:nth-of-type(odd):not(.timeline-item-left):not(.timeline-item-right) {
  float: left;
  padding-left: 0;
  padding-right: 3rem;
  padding-bottom: 1.5rem;
  border-left: 0;
  border-right: 1px solid #d4d8dd;
}

/* line 22735, app/assets/stylesheets/css/rtl/core.css */
.timeline.timeline-center .timeline-item.timeline-item-left .timeline-event .timeline-event-time, .timeline.timeline-center .timeline-item:nth-of-type(odd):not(.timeline-item-left):not(.timeline-item-right) .timeline-event .timeline-event-time {
  right: -9.5rem;
}

/* line 22738, app/assets/stylesheets/css/rtl/core.css */
.timeline.timeline-center .timeline-item.timeline-item-left .timeline-event:before, .timeline.timeline-center .timeline-item:nth-of-type(odd):not(.timeline-item-left):not(.timeline-item-right) .timeline-event:before {
  right: -15px;
  left: auto;
  border-left-width: 16px;
  border-right-width: 0;
}

/* line 22744, app/assets/stylesheets/css/rtl/core.css */
.timeline.timeline-center .timeline-item.timeline-item-left .timeline-point, .timeline.timeline-center .timeline-item:nth-of-type(odd):not(.timeline-item-left):not(.timeline-item-right) .timeline-point {
  left: 100%;
}

/* line 22747, app/assets/stylesheets/css/rtl/core.css */
.timeline.timeline-center .timeline-item.timeline-item-right, .timeline.timeline-center .timeline-item:nth-of-type(even):not(.timeline-item-left):not(.timeline-item-right) {
  float: right;
  right: 2px;
  padding-left: 3rem;
  padding-bottom: 1.5rem;
  border-left: 1px solid #d4d8dd;
}

/* line 22754, app/assets/stylesheets/css/rtl/core.css */
.timeline.timeline-center .timeline-item.timeline-item-right .timeline-event-time, .timeline.timeline-center .timeline-item:nth-of-type(even):not(.timeline-item-left):not(.timeline-item-right) .timeline-event-time {
  left: -9.5rem;
}

/* line 22757, app/assets/stylesheets/css/rtl/core.css */
.timeline.timeline-center .timeline-item.timeline-item-right .timeline-point, .timeline.timeline-center .timeline-item:nth-of-type(even):not(.timeline-item-left):not(.timeline-item-right) .timeline-point {
  left: 0;
}

/* line 22760, app/assets/stylesheets/css/rtl/core.css */
.timeline.timeline-center .timeline-item .timeline-point {
  left: 50%;
  margin-left: -0.6875rem;
}

/* line 22764, app/assets/stylesheets/css/rtl/core.css */
.timeline.timeline-center .timeline-item .timeline-point-indicator {
  left: 50%;
  margin-left: -0.3125rem;
}

/* line 22769, app/assets/stylesheets/css/rtl/core.css */
html:not([dir=rtl]) .timeline-item {
  border-left: 1px solid #d4d8dd;
}

/* line 22773, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .timeline:not(.timeline-center):before {
  right: -1px;
  left: auto;
}

/* line 22777, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .timeline:not(.timeline-center):after {
  left: auto;
  margin-right: -0.65rem;
}

/* line 22781, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .timeline:not(.timeline-center) .timeline-end-indicator {
  left: auto;
  right: -0.65rem;
}

/* line 22785, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .timeline:not(.timeline-center) .timeline-item {
  padding-left: 0;
  padding-right: 3rem;
  border-right: 1px solid #d4d8dd;
}

/* line 22790, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .timeline:not(.timeline-center) .timeline-item .timeline-event:before {
  right: -1rem;
  left: auto;
  border-left-width: 1rem;
  border-right-width: 0;
}

/* line 22796, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .timeline:not(.timeline-center) .timeline-item.timeline-item-transparent .timeline-event {
  padding-right: 0;
}

/* line 22799, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .timeline:not(.timeline-center) .timeline-item .timeline-point {
  right: -0.36rem;
  left: auto;
}

/* line 22803, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .timeline:not(.timeline-center) .timeline-item .timeline-indicator {
  right: -0.83rem;
  left: auto;
}

/* line 22807, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .timeline:not(.timeline-center) .timeline-item .timeline-indicator-advanced {
  right: -0.83rem;
  left: auto;
}

@media (min-width: 768px) {
  /* line 22813, app/assets/stylesheets/css/rtl/core.css */
  .timeline.timeline-center .timeline-item.timeline-item-left .timeline-indicator, .timeline.timeline-center .timeline-item:nth-of-type(odd):not(.timeline-item-left):not(.timeline-item-right) .timeline-indicator {
    left: calc(100% - 1.5rem / 2);
  }
  /* line 22816, app/assets/stylesheets/css/rtl/core.css */
  .timeline.timeline-center .timeline-item.timeline-item-left .timeline-event:after, .timeline.timeline-center .timeline-item:nth-of-type(odd):not(.timeline-item-left):not(.timeline-item-right) .timeline-event:after {
    transform: rotate(180deg);
    right: -16px;
    left: auto;
  }
}

@media (max-width: 767.98px) {
  /* line 22823, app/assets/stylesheets/css/rtl/core.css */
  .timeline.timeline-center:before {
    left: 1rem;
  }
  /* line 22826, app/assets/stylesheets/css/rtl/core.css */
  .timeline.timeline-center:after {
    left: 0;
  }
  /* line 22829, app/assets/stylesheets/css/rtl/core.css */
  .timeline.timeline-center .timeline-item {
    border-right: 0 !important;
    left: 1rem;
    float: left !important;
    width: 100%;
    padding-left: 3.5rem !important;
    padding-right: 1.5rem !important;
  }
  /* line 22837, app/assets/stylesheets/css/rtl/core.css */
  .timeline.timeline-center .timeline-item:not(:last-child) {
    border-left: 2px solid #d4d8dd !important;
  }
  /* line 22840, app/assets/stylesheets/css/rtl/core.css */
  .timeline.timeline-center .timeline-item .timeline-event:before {
    right: 100% !important;
    border-right-width: 1rem !important;
    border-left-width: 0 !important;
  }
  /* line 22845, app/assets/stylesheets/css/rtl/core.css */
  .timeline.timeline-center .timeline-item .timeline-event .timeline-event-time {
    top: -1.4rem;
    left: 0 !important;
    right: auto !important;
  }
  /* line 22850, app/assets/stylesheets/css/rtl/core.css */
  .timeline.timeline-center .timeline-item .timeline-point {
    left: -0.7rem !important;
    margin-left: 0 !important;
  }
  /* line 22854, app/assets/stylesheets/css/rtl/core.css */
  .timeline.timeline-center .timeline-item .timeline-point-indicator {
    left: 0 !important;
    margin-left: -0.3125rem !important;
  }
  /* line 22858, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .timeline.timeline-center:before {
    left: auto;
    right: 1rem;
  }
  /* line 22862, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .timeline.timeline-center .timeline-item {
    border-left: 0 !important;
    right: 1rem !important;
  }
  /* line 22866, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .timeline.timeline-center .timeline-item:not(:last-child) {
    border-right: 1px solid #d4d8dd !important;
  }
  /* line 22869, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .timeline.timeline-center .timeline-item {
    float: right !important;
    width: 100%;
    padding-right: 3.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 22875, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .timeline.timeline-center .timeline-item .timeline-event:before {
    left: 100% !important;
    right: -1rem !important;
    border-left-width: 1rem !important;
    border-right-width: 0 !important;
  }
  /* line 22881, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .timeline.timeline-center .timeline-item .timeline-event:after {
    right: -16.5px;
    left: auto;
  }
  /* line 22885, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .timeline.timeline-center .timeline-item .timeline-event .timeline-event-time {
    top: -1.2rem;
    right: 0 !important;
    left: auto !important;
  }
  /* line 22890, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .timeline.timeline-center .timeline-item .timeline-point {
    right: -0.7rem !important;
    margin-right: 0 !important;
  }
}

@media (max-width: 767.98px) {
  /* line 22896, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .timeline .timeline-item .timeline-indicator,
[dir=rtl] .timeline .timeline-item .timeline-indicator-advanced {
    left: auto;
    right: -0.6875rem;
  }
  /* line 22901, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .timeline-center .timeline-item {
    padding-left: 0;
    padding-right: 3rem;
  }
  /* line 22905, app/assets/stylesheets/css/rtl/core.css */
  [dir=rtl] .timeline-center .timeline-item .timeline-event:after {
    right: -16.5px;
    left: auto;
    border-left-width: 1rem;
    border-right-width: 0;
    border-left-color: #d4d8dd;
    border-right-color: rgba(38, 60, 85, 0.3);
  }
}

@media (max-width: 575.98px) {
  /* line 22915, app/assets/stylesheets/css/rtl/core.css */
  .timeline .timeline-header {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* line 22920, app/assets/stylesheets/css/rtl/core.css */
.timeline .timeline-item-secondary .timeline-event {
  background-color: rgba(105, 128, 154, 0.1);
}

/* line 22923, app/assets/stylesheets/css/rtl/core.css */
.timeline .timeline-item-secondary .timeline-event:before {
  border-left-color: rgba(105, 128, 154, 0.1) !important;
  border-right-color: rgba(105, 128, 154, 0.1) !important;
}

/* line 22928, app/assets/stylesheets/css/rtl/core.css */
.timeline .timeline-point-secondary {
  background-color: #8a8a88 !important;
  box-shadow: 0 0 0 0.1875rem rgba(105, 128, 154, 0.16);
}

/* line 22933, app/assets/stylesheets/css/rtl/core.css */
.timeline .timeline-indicator-secondary {
  border-color: #8a8a88 !important;
}

/* line 22936, app/assets/stylesheets/css/rtl/core.css */
.timeline .timeline-indicator-secondary i {
  color: #8a8a88 !important;
}

/* line 22940, app/assets/stylesheets/css/rtl/core.css */
.timeline .timeline-item-success .timeline-event {
  background-color: rgba(57, 218, 138, 0.1);
}

/* line 22943, app/assets/stylesheets/css/rtl/core.css */
.timeline .timeline-item-success .timeline-event:before {
  border-left-color: rgba(57, 218, 138, 0.1) !important;
  border-right-color: rgba(57, 218, 138, 0.1) !important;
}

/* line 22948, app/assets/stylesheets/css/rtl/core.css */
.timeline .timeline-point-success {
  background-color: #39da8a !important;
  box-shadow: 0 0 0 0.1875rem rgba(57, 218, 138, 0.16);
}

/* line 22953, app/assets/stylesheets/css/rtl/core.css */
.timeline .timeline-indicator-success {
  border-color: #39da8a !important;
}

/* line 22956, app/assets/stylesheets/css/rtl/core.css */
.timeline .timeline-indicator-success i {
  color: #39da8a !important;
}

/* line 22960, app/assets/stylesheets/css/rtl/core.css */
.timeline .timeline-item-info .timeline-event {
  background-color: rgba(0, 207, 221, 0.1);
}

/* line 22963, app/assets/stylesheets/css/rtl/core.css */
.timeline .timeline-item-info .timeline-event:before {
  border-left-color: rgba(0, 207, 221, 0.1) !important;
  border-right-color: rgba(0, 207, 221, 0.1) !important;
}

/* line 22968, app/assets/stylesheets/css/rtl/core.css */
.timeline .timeline-point-info {
  background-color: #00cfdd !important;
  box-shadow: 0 0 0 0.1875rem rgba(0, 207, 221, 0.16);
}

/* line 22973, app/assets/stylesheets/css/rtl/core.css */
.timeline .timeline-indicator-info {
  border-color: #00cfdd !important;
}

/* line 22976, app/assets/stylesheets/css/rtl/core.css */
.timeline .timeline-indicator-info i {
  color: #00cfdd !important;
}

/* line 22980, app/assets/stylesheets/css/rtl/core.css */
.timeline .timeline-item-warning .timeline-event {
  background-color: rgba(253, 172, 65, 0.1);
}

/* line 22983, app/assets/stylesheets/css/rtl/core.css */
.timeline .timeline-item-warning .timeline-event:before {
  border-left-color: rgba(253, 172, 65, 0.1) !important;
  border-right-color: rgba(253, 172, 65, 0.1) !important;
}

/* line 22988, app/assets/stylesheets/css/rtl/core.css */
.timeline .timeline-point-warning {
  background-color: #fdac41 !important;
  box-shadow: 0 0 0 0.1875rem rgba(253, 172, 65, 0.16);
}

/* line 22993, app/assets/stylesheets/css/rtl/core.css */
.timeline .timeline-indicator-warning {
  border-color: #fdac41 !important;
}

/* line 22996, app/assets/stylesheets/css/rtl/core.css */
.timeline .timeline-indicator-warning i {
  color: #fdac41 !important;
}

/* line 23000, app/assets/stylesheets/css/rtl/core.css */
.timeline .timeline-item-danger .timeline-event {
  background-color: rgba(255, 91, 92, 0.1);
}

/* line 23003, app/assets/stylesheets/css/rtl/core.css */
.timeline .timeline-item-danger .timeline-event:before {
  border-left-color: rgba(255, 91, 92, 0.1) !important;
  border-right-color: rgba(255, 91, 92, 0.1) !important;
}

/* line 23008, app/assets/stylesheets/css/rtl/core.css */
.timeline .timeline-point-danger {
  background-color: #ff5b5c !important;
  box-shadow: 0 0 0 0.1875rem rgba(255, 91, 92, 0.16);
}

/* line 23013, app/assets/stylesheets/css/rtl/core.css */
.timeline .timeline-indicator-danger {
  border-color: #ff5b5c !important;
}

/* line 23016, app/assets/stylesheets/css/rtl/core.css */
.timeline .timeline-indicator-danger i {
  color: #ff5b5c !important;
}

/* line 23020, app/assets/stylesheets/css/rtl/core.css */
.timeline .timeline-item-dark .timeline-event {
  background-color: rgba(73, 85, 99, 0.1);
}

/* line 23023, app/assets/stylesheets/css/rtl/core.css */
.timeline .timeline-item-dark .timeline-event:before {
  border-left-color: rgba(73, 85, 99, 0.1) !important;
  border-right-color: rgba(73, 85, 99, 0.1) !important;
}

/* line 23028, app/assets/stylesheets/css/rtl/core.css */
.timeline .timeline-point-dark {
  background-color: #495563 !important;
  box-shadow: 0 0 0 0.1875rem rgba(73, 85, 99, 0.16);
}

/* line 23033, app/assets/stylesheets/css/rtl/core.css */
.timeline .timeline-indicator-dark {
  border-color: #495563 !important;
}

/* line 23036, app/assets/stylesheets/css/rtl/core.css */
.timeline .timeline-indicator-dark i {
  color: #495563 !important;
}

/* line 23040, app/assets/stylesheets/css/rtl/core.css */
.timeline .timeline-item-gray .timeline-event {
  background-color: rgba(38, 60, 85, 0.1);
}

/* line 23043, app/assets/stylesheets/css/rtl/core.css */
.timeline .timeline-item-gray .timeline-event:before {
  border-left-color: rgba(38, 60, 85, 0.1) !important;
  border-right-color: rgba(38, 60, 85, 0.1) !important;
}

/* line 23048, app/assets/stylesheets/css/rtl/core.css */
.timeline .timeline-point-gray {
  background-color: rgba(38, 60, 85, 0.5) !important;
  box-shadow: 0 0 0 0.1875rem rgba(38, 60, 85, 0.16);
}

/* line 23053, app/assets/stylesheets/css/rtl/core.css */
.timeline .timeline-indicator-gray {
  border-color: rgba(38, 60, 85, 0.5) !important;
}

/* line 23056, app/assets/stylesheets/css/rtl/core.css */
.timeline .timeline-indicator-gray i {
  color: rgba(38, 60, 85, 0.5) !important;
}

/* line 23060, app/assets/stylesheets/css/rtl/core.css */
.blockUI.blockOverlay, .blockUI.blockMsg {
  z-index: 1091 !important;
  color: #fff !important;
}

/* line 23065, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] #sortable-cards {
  flex-direction: row-reverse;
}

/* line 23068, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] #image-list-1,
[dir=rtl] #image-list-2 {
  flex-direction: row-reverse;
  justify-content: flex-end;
}

/* line 23074, app/assets/stylesheets/css/rtl/core.css */
.divider {
  display: block;
  text-align: center;
  margin: 1rem 0;
  overflow: hidden;
  white-space: nowrap;
}

/* line 23081, app/assets/stylesheets/css/rtl/core.css */
.divider .divider-text {
  position: relative;
  display: inline-block;
  font-size: 0.8rem;
  padding: 0rem 1rem;
}

/* line 23087, app/assets/stylesheets/css/rtl/core.css */
.divider .divider-text i {
  font-size: 1rem;
}

/* line 23090, app/assets/stylesheets/css/rtl/core.css */
.divider .divider-text:before, .divider .divider-text:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 100vw;
  border-top: 1px solid #d4d8dd;
}

/* line 23097, app/assets/stylesheets/css/rtl/core.css */
.divider .divider-text:before {
  right: 100%;
}

/* line 23100, app/assets/stylesheets/css/rtl/core.css */
.divider .divider-text:after {
  left: 100%;
}

/* line 23103, app/assets/stylesheets/css/rtl/core.css */
.divider.text-start .divider-text {
  padding-left: 0;
}

/* line 23106, app/assets/stylesheets/css/rtl/core.css */
.divider.text-end .divider-text {
  padding-right: 0;
}

/* line 23109, app/assets/stylesheets/css/rtl/core.css */
.divider.text-start-center .divider-text {
  left: -25%;
}

/* line 23112, app/assets/stylesheets/css/rtl/core.css */
.divider.text-end-center .divider-text {
  right: -25%;
}

/* line 23115, app/assets/stylesheets/css/rtl/core.css */
.divider.divider-dotted .divider-text:before, .divider.divider-dotted .divider-text:after {
  border-style: dotted;
  border-width: 0 1px 1px;
  border-color: #d4d8dd;
}

/* line 23120, app/assets/stylesheets/css/rtl/core.css */
.divider.divider-dashed .divider-text:before, .divider.divider-dashed .divider-text:after {
  border-style: dashed;
  border-width: 0 1px 1px;
  border-color: #d4d8dd;
}

/* line 23126, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .divider.text-start-center .divider-text {
  right: -25%;
  left: auto;
}

/* line 23130, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .divider.text-end-center .divider-text {
  left: -25%;
  right: auto;
}

/* line 23134, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .divider.text-start .divider-text {
  padding-right: 0;
  padding-left: 1rem;
}

/* line 23138, app/assets/stylesheets/css/rtl/core.css */
[dir=rtl] .divider.text-end .divider-text {
  padding-left: 0;
  padding-right: 1rem;
}

/* line 23143, app/assets/stylesheets/css/rtl/core.css */
.divider.divider.divider-secondary .divider-text:before, .divider.divider.divider-secondary .divider-text:after {
  border-color: #8a8a88;
}

/* line 23147, app/assets/stylesheets/css/rtl/core.css */
.divider.divider.divider-success .divider-text:before, .divider.divider.divider-success .divider-text:after {
  border-color: #39da8a;
}

/* line 23151, app/assets/stylesheets/css/rtl/core.css */
.divider.divider.divider-info .divider-text:before, .divider.divider.divider-info .divider-text:after {
  border-color: #00cfdd;
}

/* line 23155, app/assets/stylesheets/css/rtl/core.css */
.divider.divider.divider-warning .divider-text:before, .divider.divider.divider-warning .divider-text:after {
  border-color: #fdac41;
}

/* line 23159, app/assets/stylesheets/css/rtl/core.css */
.divider.divider.divider-danger .divider-text:before, .divider.divider.divider-danger .divider-text:after {
  border-color: #ff5b5c;
}

/* line 23163, app/assets/stylesheets/css/rtl/core.css */
.divider.divider.divider-dark .divider-text:before, .divider.divider.divider-dark .divider-text:after {
  border-color: #495563;
}

/* line 23167, app/assets/stylesheets/css/rtl/core.css */
.divider.divider.divider-gray .divider-text:before, .divider.divider.divider-gray .divider-text:after {
  border-color: rgba(38, 60, 85, 0.5);
}

/* line 23171, app/assets/stylesheets/css/rtl/core.css */
.footer-link {
  display: inline-block;
}

/* line 23175, app/assets/stylesheets/css/rtl/core.css */
.footer-light {
  color: rgba(38, 60, 85, 0.5);
}

/* line 23178, app/assets/stylesheets/css/rtl/core.css */
.footer-light .footer-text {
  color: #677788;
}

/* line 23181, app/assets/stylesheets/css/rtl/core.css */
.footer-light .footer-link {
  color: rgba(38, 60, 85, 0.5);
}

/* line 23184, app/assets/stylesheets/css/rtl/core.css */
.footer-light .footer-link:hover, .footer-light .footer-link:focus {
  color: #677788;
}

/* line 23187, app/assets/stylesheets/css/rtl/core.css */
.footer-light .footer-link.disabled {
  color: rgba(38, 60, 85, 0.3) !important;
}

/* line 23190, app/assets/stylesheets/css/rtl/core.css */
.footer-light .show > .footer-link,
.footer-light .active > .footer-link,
.footer-light .footer-link.show,
.footer-light .footer-link.active {
  color: #677788;
}

/* line 23196, app/assets/stylesheets/css/rtl/core.css */
.footer-light hr {
  border-color: rgba(0, 0, 0, 0.06);
}

/* line 23200, app/assets/stylesheets/css/rtl/core.css */
.footer-dark {
  color: rgba(255, 255, 255, 0.8);
}

/* line 23203, app/assets/stylesheets/css/rtl/core.css */
.footer-dark .footer-text {
  color: #fff;
}

/* line 23206, app/assets/stylesheets/css/rtl/core.css */
.footer-dark .footer-link {
  color: rgba(255, 255, 255, 0.8);
}

/* line 23209, app/assets/stylesheets/css/rtl/core.css */
.footer-dark .footer-link:hover, .footer-dark .footer-link:focus {
  color: #fff;
}

/* line 23212, app/assets/stylesheets/css/rtl/core.css */
.footer-dark .footer-link.disabled {
  color: rgba(255, 255, 255, 0.4) !important;
}

/* line 23215, app/assets/stylesheets/css/rtl/core.css */
.footer-dark .show > .footer-link,
.footer-dark .active > .footer-link,
.footer-dark .footer-link.show,
.footer-dark .footer-link.active {
  color: #fff;
}

/* line 23221, app/assets/stylesheets/css/rtl/core.css */
.footer-dark hr {
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 23225, app/assets/stylesheets/css/rtl/core.css */
:root {
  --bs-facebook: #3b5998;
  --bs-twitter: #1da1f2;
  --bs-google-plus: #dd4b39;
  --bs-instagram: #e1306c;
  --bs-linkedin: #0077b5;
  --bs-github: #333;
  --bs-dribbble: #ea4c89;
  --bs-pinterest: #cb2027;
  --bs-slack: #4a154b;
  --bs-reddit: #ff4500;
  --bs-youtube: #ff0000;
  --bs-vimeo: #1ab7ea;
}

/* line 23240, app/assets/stylesheets/css/rtl/core.css */
.bg-facebook {
  background-color: #3b5998 !important;
}

/* line 23244, app/assets/stylesheets/css/rtl/core.css */
a.bg-facebook:hover, a.bg-facebook:focus {
  background-color: #385590 !important;
}

/* line 23248, app/assets/stylesheets/css/rtl/core.css */
.dropdown-notifications-item:not(.mark-as-read) .dropdown-notifications-read span {
  background-color: #3b5998;
}

/* line 23252, app/assets/stylesheets/css/rtl/core.css */
.bg-label-facebook {
  background-color: #e0e4ef !important;
  color: #3b5998 !important;
}

/* line 23257, app/assets/stylesheets/css/rtl/core.css */
.bg-label-hover-facebook {
  background-color: #e0e4ef !important;
  color: #3b5998 !important;
}

/* line 23261, app/assets/stylesheets/css/rtl/core.css */
.bg-label-hover-facebook:hover {
  background-color: #3b5998 !important;
  color: #fff !important;
}

/* line 23266, app/assets/stylesheets/css/rtl/core.css */
.border-label-facebook {
  border: 3px solid #b1bdd6;
}

/* line 23270, app/assets/stylesheets/css/rtl/core.css */
.btn-facebook, .btn-facebook.dropdown-toggle[data-trigger=hover]:not(.show) {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}

/* line 23276, app/assets/stylesheets/css/rtl/core.css */
.btn-facebook:hover, .btn-facebook.show.dropdown-toggle[data-trigger=hover]:hover {
  color: #fff !important;
  background-color: #627aad !important;
  border-color: #627aad !important;
  box-shadow: 0 0.25rem 1rem rgba(147, 158, 170, 0.45) !important;
}

/* line 23282, app/assets/stylesheets/css/rtl/core.css */
.btn-check:focus + .btn-facebook, .btn-facebook:focus, .btn-facebook.focus {
  color: #fff;
  background-color: #324c81;
  border-color: #324c81;
  box-shadow: none;
}

/* line 23288, app/assets/stylesheets/css/rtl/core.css */
.btn-check:checked + .btn-facebook, .btn-check:active + .btn-facebook, .btn-facebook:active, .btn-facebook.active, .btn-facebook.show.dropdown-toggle, .show > .btn-facebook.dropdown-toggle {
  color: #fff !important;
  background-color: #324c81 !important;
  border-color: #324c81 !important;
}

/* line 23293, app/assets/stylesheets/css/rtl/core.css */
.btn-check:checked + .btn-facebook:focus, .btn-check:active + .btn-facebook:focus, .btn-facebook:active:focus, .btn-facebook.active:focus, .btn-facebook.show.dropdown-toggle:focus, .show > .btn-facebook.dropdown-toggle:focus {
  box-shadow: none;
}

/* line 23296, app/assets/stylesheets/css/rtl/core.css */
.btn-facebook.disabled, .btn-facebook:disabled {
  color: #fff !important;
  background-color: #3b5998 !important;
  border-color: #3b5998 !important;
  box-shadow: none !important;
}

/* line 23303, app/assets/stylesheets/css/rtl/core.css */
.btn-group .btn-facebook,
.input-group .btn-facebook {
  border-right: var(--bs-border-width) solid #324c81;
  border-left: var(--bs-border-width) solid #324c81;
}

/* line 23309, app/assets/stylesheets/css/rtl/core.css */
.btn-group-vertical .btn-facebook {
  border-top-color: #324c81;
  border-bottom-color: #324c81;
}

/* line 23314, app/assets/stylesheets/css/rtl/core.css */
.btn-label-facebook {
  color: #3b5998;
  border-color: transparent;
  background: #e0e4ef;
}

/* line 23319, app/assets/stylesheets/css/rtl/core.css */
.btn-label-facebook:hover {
  border-color: transparent !important;
  background: #3b5998 !important;
  color: #fff !important;
}

/* line 23324, app/assets/stylesheets/css/rtl/core.css */
.btn-label-facebook:focus, .btn-label-facebook.focus {
  color: #fff;
  background: #324c81;
  box-shadow: none !important;
}

/* line 23329, app/assets/stylesheets/css/rtl/core.css */
.btn-label-facebook:active, .btn-label-facebook.active, .btn-label-facebook.show.dropdown-toggle, .show > .btn-label-facebook.dropdown-toggle {
  color: #fff !important;
  background-color: #324c81 !important;
  border-color: transparent !important;
}

/* line 23334, app/assets/stylesheets/css/rtl/core.css */
.btn-label-facebook:active:focus, .btn-label-facebook.active:focus, .btn-label-facebook.show.dropdown-toggle:focus, .show > .btn-label-facebook.dropdown-toggle:focus {
  box-shadow: none;
}

/* line 23337, app/assets/stylesheets/css/rtl/core.css */
.btn-label-facebook.disabled, .btn-label-facebook:disabled {
  color: #3b5998 !important;
  border-color: transparent !important;
  background: #e0e4ef !important;
  box-shadow: none !important;
}

/* line 23344, app/assets/stylesheets/css/rtl/core.css */
.btn-group .btn-label-facebook,
.input-group .btn-label-facebook {
  border-right: var(--bs-border-width) solid #324c81;
  border-left: var(--bs-border-width) solid #324c81;
}

/* line 23350, app/assets/stylesheets/css/rtl/core.css */
.btn-group-vertical .btn-label-facebook {
  border-top-color: #324c81;
  border-bottom-color: #324c81;
}

/* line 23355, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-facebook {
  color: #3b5998;
  border-color: #3b5998;
  background: transparent;
}

/* line 23360, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-facebook:hover {
  color: #fff !important;
  background-color: #3b5998 !important;
  border-color: #3b5998 !important;
}

/* line 23365, app/assets/stylesheets/css/rtl/core.css */
.btn-check:focus + .btn-outline-facebook, .btn-outline-facebook:focus {
  color: #fff;
  background-color: #324c81;
  border-color: #324c81;
  box-shadow: none;
}

/* line 23371, app/assets/stylesheets/css/rtl/core.css */
.btn-check:checked + .btn-outline-facebook, .btn-check:active + .btn-outline-facebook, .btn-outline-facebook:active, .btn-outline-facebook.active, .btn-outline-facebook.dropdown-toggle.show {
  color: #fff !important;
  background-color: #324c81 !important;
  border-color: #324c81 !important;
}

/* line 23376, app/assets/stylesheets/css/rtl/core.css */
.btn-check:checked + .btn-outline-facebook:focus, .btn-check:active + .btn-outline-facebook:focus, .btn-outline-facebook:active:focus, .btn-outline-facebook.active:focus, .btn-outline-facebook.dropdown-toggle.show:focus {
  box-shadow: none;
}

/* line 23379, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-facebook.disabled, .btn-outline-facebook:disabled {
  color: #3b5998 !important;
  background-color: transparent !important;
}

/* line 23384, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-facebook .badge {
  background: #3b5998;
  border-color: #3b5998;
  color: #fff;
}

/* line 23390, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-facebook:hover .badge,
.btn-outline-facebook:focus:hover .badge,
.btn-outline-facebook:active .badge,
.btn-outline-facebook.active .badge,
.show > .btn-outline-facebook.dropdown-toggle .badge {
  background: #fff;
  border-color: #fff;
  color: #3b5998;
}

/* line 23400, app/assets/stylesheets/css/rtl/core.css */
.bg-twitter {
  background-color: #1da1f2 !important;
}

/* line 23404, app/assets/stylesheets/css/rtl/core.css */
a.bg-twitter:hover, a.bg-twitter:focus {
  background-color: #1c99e6 !important;
}

/* line 23408, app/assets/stylesheets/css/rtl/core.css */
.dropdown-notifications-item:not(.mark-as-read) .dropdown-notifications-read span {
  background-color: #1da1f2;
}

/* line 23412, app/assets/stylesheets/css/rtl/core.css */
.bg-label-twitter {
  background-color: #dbf0fd !important;
  color: #1da1f2 !important;
}

/* line 23417, app/assets/stylesheets/css/rtl/core.css */
.bg-label-hover-twitter {
  background-color: #dbf0fd !important;
  color: #1da1f2 !important;
}

/* line 23421, app/assets/stylesheets/css/rtl/core.css */
.bg-label-hover-twitter:hover {
  background-color: #1da1f2 !important;
  color: #fff !important;
}

/* line 23426, app/assets/stylesheets/css/rtl/core.css */
.border-label-twitter {
  border: 3px solid #a5d9fa;
}

/* line 23430, app/assets/stylesheets/css/rtl/core.css */
.btn-twitter, .btn-twitter.dropdown-toggle[data-trigger=hover]:not(.show) {
  color: #fff;
  background-color: #1da1f2;
  border-color: #1da1f2;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}

/* line 23436, app/assets/stylesheets/css/rtl/core.css */
.btn-twitter:hover, .btn-twitter.show.dropdown-toggle[data-trigger=hover]:hover {
  color: #fff !important;
  background-color: #4ab4f5 !important;
  border-color: #4ab4f5 !important;
  box-shadow: 0 0.25rem 1rem rgba(147, 158, 170, 0.45) !important;
}

/* line 23442, app/assets/stylesheets/css/rtl/core.css */
.btn-check:focus + .btn-twitter, .btn-twitter:focus, .btn-twitter.focus {
  color: #fff;
  background-color: #1989ce;
  border-color: #1989ce;
  box-shadow: none;
}

/* line 23448, app/assets/stylesheets/css/rtl/core.css */
.btn-check:checked + .btn-twitter, .btn-check:active + .btn-twitter, .btn-twitter:active, .btn-twitter.active, .btn-twitter.show.dropdown-toggle, .show > .btn-twitter.dropdown-toggle {
  color: #fff !important;
  background-color: #1989ce !important;
  border-color: #1989ce !important;
}

/* line 23453, app/assets/stylesheets/css/rtl/core.css */
.btn-check:checked + .btn-twitter:focus, .btn-check:active + .btn-twitter:focus, .btn-twitter:active:focus, .btn-twitter.active:focus, .btn-twitter.show.dropdown-toggle:focus, .show > .btn-twitter.dropdown-toggle:focus {
  box-shadow: none;
}

/* line 23456, app/assets/stylesheets/css/rtl/core.css */
.btn-twitter.disabled, .btn-twitter:disabled {
  color: #fff !important;
  background-color: #1da1f2 !important;
  border-color: #1da1f2 !important;
  box-shadow: none !important;
}

/* line 23463, app/assets/stylesheets/css/rtl/core.css */
.btn-group .btn-twitter,
.input-group .btn-twitter {
  border-right: var(--bs-border-width) solid #1989ce;
  border-left: var(--bs-border-width) solid #1989ce;
}

/* line 23469, app/assets/stylesheets/css/rtl/core.css */
.btn-group-vertical .btn-twitter {
  border-top-color: #1989ce;
  border-bottom-color: #1989ce;
}

/* line 23474, app/assets/stylesheets/css/rtl/core.css */
.btn-label-twitter {
  color: #1da1f2;
  border-color: transparent;
  background: #dbf0fd;
}

/* line 23479, app/assets/stylesheets/css/rtl/core.css */
.btn-label-twitter:hover {
  border-color: transparent !important;
  background: #1da1f2 !important;
  color: #fff !important;
}

/* line 23484, app/assets/stylesheets/css/rtl/core.css */
.btn-label-twitter:focus, .btn-label-twitter.focus {
  color: #fff;
  background: #1989ce;
  box-shadow: none !important;
}

/* line 23489, app/assets/stylesheets/css/rtl/core.css */
.btn-label-twitter:active, .btn-label-twitter.active, .btn-label-twitter.show.dropdown-toggle, .show > .btn-label-twitter.dropdown-toggle {
  color: #fff !important;
  background-color: #1989ce !important;
  border-color: transparent !important;
}

/* line 23494, app/assets/stylesheets/css/rtl/core.css */
.btn-label-twitter:active:focus, .btn-label-twitter.active:focus, .btn-label-twitter.show.dropdown-toggle:focus, .show > .btn-label-twitter.dropdown-toggle:focus {
  box-shadow: none;
}

/* line 23497, app/assets/stylesheets/css/rtl/core.css */
.btn-label-twitter.disabled, .btn-label-twitter:disabled {
  color: #1da1f2 !important;
  border-color: transparent !important;
  background: #dbf0fd !important;
  box-shadow: none !important;
}

/* line 23504, app/assets/stylesheets/css/rtl/core.css */
.btn-group .btn-label-twitter,
.input-group .btn-label-twitter {
  border-right: var(--bs-border-width) solid #1989ce;
  border-left: var(--bs-border-width) solid #1989ce;
}

/* line 23510, app/assets/stylesheets/css/rtl/core.css */
.btn-group-vertical .btn-label-twitter {
  border-top-color: #1989ce;
  border-bottom-color: #1989ce;
}

/* line 23515, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-twitter {
  color: #1da1f2;
  border-color: #1da1f2;
  background: transparent;
}

/* line 23520, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-twitter:hover {
  color: #fff !important;
  background-color: #1da1f2 !important;
  border-color: #1da1f2 !important;
}

/* line 23525, app/assets/stylesheets/css/rtl/core.css */
.btn-check:focus + .btn-outline-twitter, .btn-outline-twitter:focus {
  color: #fff;
  background-color: #1989ce;
  border-color: #1989ce;
  box-shadow: none;
}

/* line 23531, app/assets/stylesheets/css/rtl/core.css */
.btn-check:checked + .btn-outline-twitter, .btn-check:active + .btn-outline-twitter, .btn-outline-twitter:active, .btn-outline-twitter.active, .btn-outline-twitter.dropdown-toggle.show {
  color: #fff !important;
  background-color: #1989ce !important;
  border-color: #1989ce !important;
}

/* line 23536, app/assets/stylesheets/css/rtl/core.css */
.btn-check:checked + .btn-outline-twitter:focus, .btn-check:active + .btn-outline-twitter:focus, .btn-outline-twitter:active:focus, .btn-outline-twitter.active:focus, .btn-outline-twitter.dropdown-toggle.show:focus {
  box-shadow: none;
}

/* line 23539, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-twitter.disabled, .btn-outline-twitter:disabled {
  color: #1da1f2 !important;
  background-color: transparent !important;
}

/* line 23544, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-twitter .badge {
  background: #1da1f2;
  border-color: #1da1f2;
  color: #fff;
}

/* line 23550, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-twitter:hover .badge,
.btn-outline-twitter:focus:hover .badge,
.btn-outline-twitter:active .badge,
.btn-outline-twitter.active .badge,
.show > .btn-outline-twitter.dropdown-toggle .badge {
  background: #fff;
  border-color: #fff;
  color: #1da1f2;
}

/* line 23560, app/assets/stylesheets/css/rtl/core.css */
.bg-google-plus {
  background-color: #dd4b39 !important;
}

/* line 23564, app/assets/stylesheets/css/rtl/core.css */
a.bg-google-plus:hover, a.bg-google-plus:focus {
  background-color: #d24736 !important;
}

/* line 23568, app/assets/stylesheets/css/rtl/core.css */
.dropdown-notifications-item:not(.mark-as-read) .dropdown-notifications-read span {
  background-color: #dd4b39;
}

/* line 23572, app/assets/stylesheets/css/rtl/core.css */
.bg-label-google-plus {
  background-color: #fae2df !important;
  color: #dd4b39 !important;
}

/* line 23577, app/assets/stylesheets/css/rtl/core.css */
.bg-label-hover-google-plus {
  background-color: #fae2df !important;
  color: #dd4b39 !important;
}

/* line 23581, app/assets/stylesheets/css/rtl/core.css */
.bg-label-hover-google-plus:hover {
  background-color: #dd4b39 !important;
  color: #fff !important;
}

/* line 23586, app/assets/stylesheets/css/rtl/core.css */
.border-label-google-plus {
  border: 3px solid #f1b7b0;
}

/* line 23590, app/assets/stylesheets/css/rtl/core.css */
.btn-google-plus, .btn-google-plus.dropdown-toggle[data-trigger=hover]:not(.show) {
  color: #fff;
  background-color: #dd4b39;
  border-color: #dd4b39;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}

/* line 23596, app/assets/stylesheets/css/rtl/core.css */
.btn-google-plus:hover, .btn-google-plus.show.dropdown-toggle[data-trigger=hover]:hover {
  color: #fff !important;
  background-color: #e46f61 !important;
  border-color: #e46f61 !important;
  box-shadow: 0 0.25rem 1rem rgba(147, 158, 170, 0.45) !important;
}

/* line 23602, app/assets/stylesheets/css/rtl/core.css */
.btn-check:focus + .btn-google-plus, .btn-google-plus:focus, .btn-google-plus.focus {
  color: #fff;
  background-color: #bc4030;
  border-color: #bc4030;
  box-shadow: none;
}

/* line 23608, app/assets/stylesheets/css/rtl/core.css */
.btn-check:checked + .btn-google-plus, .btn-check:active + .btn-google-plus, .btn-google-plus:active, .btn-google-plus.active, .btn-google-plus.show.dropdown-toggle, .show > .btn-google-plus.dropdown-toggle {
  color: #fff !important;
  background-color: #bc4030 !important;
  border-color: #bc4030 !important;
}

/* line 23613, app/assets/stylesheets/css/rtl/core.css */
.btn-check:checked + .btn-google-plus:focus, .btn-check:active + .btn-google-plus:focus, .btn-google-plus:active:focus, .btn-google-plus.active:focus, .btn-google-plus.show.dropdown-toggle:focus, .show > .btn-google-plus.dropdown-toggle:focus {
  box-shadow: none;
}

/* line 23616, app/assets/stylesheets/css/rtl/core.css */
.btn-google-plus.disabled, .btn-google-plus:disabled {
  color: #fff !important;
  background-color: #dd4b39 !important;
  border-color: #dd4b39 !important;
  box-shadow: none !important;
}

/* line 23623, app/assets/stylesheets/css/rtl/core.css */
.btn-group .btn-google-plus,
.input-group .btn-google-plus {
  border-right: var(--bs-border-width) solid #bc4030;
  border-left: var(--bs-border-width) solid #bc4030;
}

/* line 23629, app/assets/stylesheets/css/rtl/core.css */
.btn-group-vertical .btn-google-plus {
  border-top-color: #bc4030;
  border-bottom-color: #bc4030;
}

/* line 23634, app/assets/stylesheets/css/rtl/core.css */
.btn-label-google-plus {
  color: #dd4b39;
  border-color: transparent;
  background: #fae2df;
}

/* line 23639, app/assets/stylesheets/css/rtl/core.css */
.btn-label-google-plus:hover {
  border-color: transparent !important;
  background: #dd4b39 !important;
  color: #fff !important;
}

/* line 23644, app/assets/stylesheets/css/rtl/core.css */
.btn-label-google-plus:focus, .btn-label-google-plus.focus {
  color: #fff;
  background: #bc4030;
  box-shadow: none !important;
}

/* line 23649, app/assets/stylesheets/css/rtl/core.css */
.btn-label-google-plus:active, .btn-label-google-plus.active, .btn-label-google-plus.show.dropdown-toggle, .show > .btn-label-google-plus.dropdown-toggle {
  color: #fff !important;
  background-color: #bc4030 !important;
  border-color: transparent !important;
}

/* line 23654, app/assets/stylesheets/css/rtl/core.css */
.btn-label-google-plus:active:focus, .btn-label-google-plus.active:focus, .btn-label-google-plus.show.dropdown-toggle:focus, .show > .btn-label-google-plus.dropdown-toggle:focus {
  box-shadow: none;
}

/* line 23657, app/assets/stylesheets/css/rtl/core.css */
.btn-label-google-plus.disabled, .btn-label-google-plus:disabled {
  color: #dd4b39 !important;
  border-color: transparent !important;
  background: #fae2df !important;
  box-shadow: none !important;
}

/* line 23664, app/assets/stylesheets/css/rtl/core.css */
.btn-group .btn-label-google-plus,
.input-group .btn-label-google-plus {
  border-right: var(--bs-border-width) solid #bc4030;
  border-left: var(--bs-border-width) solid #bc4030;
}

/* line 23670, app/assets/stylesheets/css/rtl/core.css */
.btn-group-vertical .btn-label-google-plus {
  border-top-color: #bc4030;
  border-bottom-color: #bc4030;
}

/* line 23675, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-google-plus {
  color: #dd4b39;
  border-color: #dd4b39;
  background: transparent;
}

/* line 23680, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-google-plus:hover {
  color: #fff !important;
  background-color: #dd4b39 !important;
  border-color: #dd4b39 !important;
}

/* line 23685, app/assets/stylesheets/css/rtl/core.css */
.btn-check:focus + .btn-outline-google-plus, .btn-outline-google-plus:focus {
  color: #fff;
  background-color: #bc4030;
  border-color: #bc4030;
  box-shadow: none;
}

/* line 23691, app/assets/stylesheets/css/rtl/core.css */
.btn-check:checked + .btn-outline-google-plus, .btn-check:active + .btn-outline-google-plus, .btn-outline-google-plus:active, .btn-outline-google-plus.active, .btn-outline-google-plus.dropdown-toggle.show {
  color: #fff !important;
  background-color: #bc4030 !important;
  border-color: #bc4030 !important;
}

/* line 23696, app/assets/stylesheets/css/rtl/core.css */
.btn-check:checked + .btn-outline-google-plus:focus, .btn-check:active + .btn-outline-google-plus:focus, .btn-outline-google-plus:active:focus, .btn-outline-google-plus.active:focus, .btn-outline-google-plus.dropdown-toggle.show:focus {
  box-shadow: none;
}

/* line 23699, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-google-plus.disabled, .btn-outline-google-plus:disabled {
  color: #dd4b39 !important;
  background-color: transparent !important;
}

/* line 23704, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-google-plus .badge {
  background: #dd4b39;
  border-color: #dd4b39;
  color: #fff;
}

/* line 23710, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-google-plus:hover .badge,
.btn-outline-google-plus:focus:hover .badge,
.btn-outline-google-plus:active .badge,
.btn-outline-google-plus.active .badge,
.show > .btn-outline-google-plus.dropdown-toggle .badge {
  background: #fff;
  border-color: #fff;
  color: #dd4b39;
}

/* line 23720, app/assets/stylesheets/css/rtl/core.css */
.bg-instagram {
  background-color: #e1306c !important;
}

/* line 23724, app/assets/stylesheets/css/rtl/core.css */
a.bg-instagram:hover, a.bg-instagram:focus {
  background-color: #d62e67 !important;
}

/* line 23728, app/assets/stylesheets/css/rtl/core.css */
.dropdown-notifications-item:not(.mark-as-read) .dropdown-notifications-read span {
  background-color: #e1306c;
}

/* line 23732, app/assets/stylesheets/css/rtl/core.css */
.bg-label-instagram {
  background-color: #fadee7 !important;
  color: #e1306c !important;
}

/* line 23737, app/assets/stylesheets/css/rtl/core.css */
.bg-label-hover-instagram {
  background-color: #fadee7 !important;
  color: #e1306c !important;
}

/* line 23741, app/assets/stylesheets/css/rtl/core.css */
.bg-label-hover-instagram:hover {
  background-color: #e1306c !important;
  color: #fff !important;
}

/* line 23746, app/assets/stylesheets/css/rtl/core.css */
.border-label-instagram {
  border: 3px solid #f3acc4;
}

/* line 23750, app/assets/stylesheets/css/rtl/core.css */
.btn-instagram, .btn-instagram.dropdown-toggle[data-trigger=hover]:not(.show) {
  color: #fff;
  background-color: #e1306c;
  border-color: #e1306c;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}

/* line 23756, app/assets/stylesheets/css/rtl/core.css */
.btn-instagram:hover, .btn-instagram.show.dropdown-toggle[data-trigger=hover]:hover {
  color: #fff !important;
  background-color: #e75989 !important;
  border-color: #e75989 !important;
  box-shadow: 0 0.25rem 1rem rgba(147, 158, 170, 0.45) !important;
}

/* line 23762, app/assets/stylesheets/css/rtl/core.css */
.btn-check:focus + .btn-instagram, .btn-instagram:focus, .btn-instagram.focus {
  color: #fff;
  background-color: #bf295c;
  border-color: #bf295c;
  box-shadow: none;
}

/* line 23768, app/assets/stylesheets/css/rtl/core.css */
.btn-check:checked + .btn-instagram, .btn-check:active + .btn-instagram, .btn-instagram:active, .btn-instagram.active, .btn-instagram.show.dropdown-toggle, .show > .btn-instagram.dropdown-toggle {
  color: #fff !important;
  background-color: #bf295c !important;
  border-color: #bf295c !important;
}

/* line 23773, app/assets/stylesheets/css/rtl/core.css */
.btn-check:checked + .btn-instagram:focus, .btn-check:active + .btn-instagram:focus, .btn-instagram:active:focus, .btn-instagram.active:focus, .btn-instagram.show.dropdown-toggle:focus, .show > .btn-instagram.dropdown-toggle:focus {
  box-shadow: none;
}

/* line 23776, app/assets/stylesheets/css/rtl/core.css */
.btn-instagram.disabled, .btn-instagram:disabled {
  color: #fff !important;
  background-color: #e1306c !important;
  border-color: #e1306c !important;
  box-shadow: none !important;
}

/* line 23783, app/assets/stylesheets/css/rtl/core.css */
.btn-group .btn-instagram,
.input-group .btn-instagram {
  border-right: var(--bs-border-width) solid #bf295c;
  border-left: var(--bs-border-width) solid #bf295c;
}

/* line 23789, app/assets/stylesheets/css/rtl/core.css */
.btn-group-vertical .btn-instagram {
  border-top-color: #bf295c;
  border-bottom-color: #bf295c;
}

/* line 23794, app/assets/stylesheets/css/rtl/core.css */
.btn-label-instagram {
  color: #e1306c;
  border-color: transparent;
  background: #fadee7;
}

/* line 23799, app/assets/stylesheets/css/rtl/core.css */
.btn-label-instagram:hover {
  border-color: transparent !important;
  background: #e1306c !important;
  color: #fff !important;
}

/* line 23804, app/assets/stylesheets/css/rtl/core.css */
.btn-label-instagram:focus, .btn-label-instagram.focus {
  color: #fff;
  background: #bf295c;
  box-shadow: none !important;
}

/* line 23809, app/assets/stylesheets/css/rtl/core.css */
.btn-label-instagram:active, .btn-label-instagram.active, .btn-label-instagram.show.dropdown-toggle, .show > .btn-label-instagram.dropdown-toggle {
  color: #fff !important;
  background-color: #bf295c !important;
  border-color: transparent !important;
}

/* line 23814, app/assets/stylesheets/css/rtl/core.css */
.btn-label-instagram:active:focus, .btn-label-instagram.active:focus, .btn-label-instagram.show.dropdown-toggle:focus, .show > .btn-label-instagram.dropdown-toggle:focus {
  box-shadow: none;
}

/* line 23817, app/assets/stylesheets/css/rtl/core.css */
.btn-label-instagram.disabled, .btn-label-instagram:disabled {
  color: #e1306c !important;
  border-color: transparent !important;
  background: #fadee7 !important;
  box-shadow: none !important;
}

/* line 23824, app/assets/stylesheets/css/rtl/core.css */
.btn-group .btn-label-instagram,
.input-group .btn-label-instagram {
  border-right: var(--bs-border-width) solid #bf295c;
  border-left: var(--bs-border-width) solid #bf295c;
}

/* line 23830, app/assets/stylesheets/css/rtl/core.css */
.btn-group-vertical .btn-label-instagram {
  border-top-color: #bf295c;
  border-bottom-color: #bf295c;
}

/* line 23835, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-instagram {
  color: #e1306c;
  border-color: #e1306c;
  background: transparent;
}

/* line 23840, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-instagram:hover {
  color: #fff !important;
  background-color: #e1306c !important;
  border-color: #e1306c !important;
}

/* line 23845, app/assets/stylesheets/css/rtl/core.css */
.btn-check:focus + .btn-outline-instagram, .btn-outline-instagram:focus {
  color: #fff;
  background-color: #bf295c;
  border-color: #bf295c;
  box-shadow: none;
}

/* line 23851, app/assets/stylesheets/css/rtl/core.css */
.btn-check:checked + .btn-outline-instagram, .btn-check:active + .btn-outline-instagram, .btn-outline-instagram:active, .btn-outline-instagram.active, .btn-outline-instagram.dropdown-toggle.show {
  color: #fff !important;
  background-color: #bf295c !important;
  border-color: #bf295c !important;
}

/* line 23856, app/assets/stylesheets/css/rtl/core.css */
.btn-check:checked + .btn-outline-instagram:focus, .btn-check:active + .btn-outline-instagram:focus, .btn-outline-instagram:active:focus, .btn-outline-instagram.active:focus, .btn-outline-instagram.dropdown-toggle.show:focus {
  box-shadow: none;
}

/* line 23859, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-instagram.disabled, .btn-outline-instagram:disabled {
  color: #e1306c !important;
  background-color: transparent !important;
}

/* line 23864, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-instagram .badge {
  background: #e1306c;
  border-color: #e1306c;
  color: #fff;
}

/* line 23870, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-instagram:hover .badge,
.btn-outline-instagram:focus:hover .badge,
.btn-outline-instagram:active .badge,
.btn-outline-instagram.active .badge,
.show > .btn-outline-instagram.dropdown-toggle .badge {
  background: #fff;
  border-color: #fff;
  color: #e1306c;
}

/* line 23880, app/assets/stylesheets/css/rtl/core.css */
.bg-linkedin {
  background-color: #0077b5 !important;
}

/* line 23884, app/assets/stylesheets/css/rtl/core.css */
a.bg-linkedin:hover, a.bg-linkedin:focus {
  background-color: #0071ac !important;
}

/* line 23888, app/assets/stylesheets/css/rtl/core.css */
.dropdown-notifications-item:not(.mark-as-read) .dropdown-notifications-read span {
  background-color: #0077b5;
}

/* line 23892, app/assets/stylesheets/css/rtl/core.css */
.bg-label-linkedin {
  background-color: #d6e9f3 !important;
  color: #0077b5 !important;
}

/* line 23897, app/assets/stylesheets/css/rtl/core.css */
.bg-label-hover-linkedin {
  background-color: #d6e9f3 !important;
  color: #0077b5 !important;
}

/* line 23901, app/assets/stylesheets/css/rtl/core.css */
.bg-label-hover-linkedin:hover {
  background-color: #0077b5 !important;
  color: #fff !important;
}

/* line 23906, app/assets/stylesheets/css/rtl/core.css */
.border-label-linkedin {
  border: 3px solid #99c9e1;
}

/* line 23910, app/assets/stylesheets/css/rtl/core.css */
.btn-linkedin, .btn-linkedin.dropdown-toggle[data-trigger=hover]:not(.show) {
  color: #fff;
  background-color: #0077b5;
  border-color: #0077b5;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}

/* line 23916, app/assets/stylesheets/css/rtl/core.css */
.btn-linkedin:hover, .btn-linkedin.show.dropdown-toggle[data-trigger=hover]:hover {
  color: #fff !important;
  background-color: #3392c4 !important;
  border-color: #3392c4 !important;
  box-shadow: 0 0.25rem 1rem rgba(147, 158, 170, 0.45) !important;
}

/* line 23922, app/assets/stylesheets/css/rtl/core.css */
.btn-check:focus + .btn-linkedin, .btn-linkedin:focus, .btn-linkedin.focus {
  color: #fff;
  background-color: #00659a;
  border-color: #00659a;
  box-shadow: none;
}

/* line 23928, app/assets/stylesheets/css/rtl/core.css */
.btn-check:checked + .btn-linkedin, .btn-check:active + .btn-linkedin, .btn-linkedin:active, .btn-linkedin.active, .btn-linkedin.show.dropdown-toggle, .show > .btn-linkedin.dropdown-toggle {
  color: #fff !important;
  background-color: #00659a !important;
  border-color: #00659a !important;
}

/* line 23933, app/assets/stylesheets/css/rtl/core.css */
.btn-check:checked + .btn-linkedin:focus, .btn-check:active + .btn-linkedin:focus, .btn-linkedin:active:focus, .btn-linkedin.active:focus, .btn-linkedin.show.dropdown-toggle:focus, .show > .btn-linkedin.dropdown-toggle:focus {
  box-shadow: none;
}

/* line 23936, app/assets/stylesheets/css/rtl/core.css */
.btn-linkedin.disabled, .btn-linkedin:disabled {
  color: #fff !important;
  background-color: #0077b5 !important;
  border-color: #0077b5 !important;
  box-shadow: none !important;
}

/* line 23943, app/assets/stylesheets/css/rtl/core.css */
.btn-group .btn-linkedin,
.input-group .btn-linkedin {
  border-right: var(--bs-border-width) solid #00659a;
  border-left: var(--bs-border-width) solid #00659a;
}

/* line 23949, app/assets/stylesheets/css/rtl/core.css */
.btn-group-vertical .btn-linkedin {
  border-top-color: #00659a;
  border-bottom-color: #00659a;
}

/* line 23954, app/assets/stylesheets/css/rtl/core.css */
.btn-label-linkedin {
  color: #0077b5;
  border-color: transparent;
  background: #d6e9f3;
}

/* line 23959, app/assets/stylesheets/css/rtl/core.css */
.btn-label-linkedin:hover {
  border-color: transparent !important;
  background: #0077b5 !important;
  color: #fff !important;
}

/* line 23964, app/assets/stylesheets/css/rtl/core.css */
.btn-label-linkedin:focus, .btn-label-linkedin.focus {
  color: #fff;
  background: #00659a;
  box-shadow: none !important;
}

/* line 23969, app/assets/stylesheets/css/rtl/core.css */
.btn-label-linkedin:active, .btn-label-linkedin.active, .btn-label-linkedin.show.dropdown-toggle, .show > .btn-label-linkedin.dropdown-toggle {
  color: #fff !important;
  background-color: #00659a !important;
  border-color: transparent !important;
}

/* line 23974, app/assets/stylesheets/css/rtl/core.css */
.btn-label-linkedin:active:focus, .btn-label-linkedin.active:focus, .btn-label-linkedin.show.dropdown-toggle:focus, .show > .btn-label-linkedin.dropdown-toggle:focus {
  box-shadow: none;
}

/* line 23977, app/assets/stylesheets/css/rtl/core.css */
.btn-label-linkedin.disabled, .btn-label-linkedin:disabled {
  color: #0077b5 !important;
  border-color: transparent !important;
  background: #d6e9f3 !important;
  box-shadow: none !important;
}

/* line 23984, app/assets/stylesheets/css/rtl/core.css */
.btn-group .btn-label-linkedin,
.input-group .btn-label-linkedin {
  border-right: var(--bs-border-width) solid #00659a;
  border-left: var(--bs-border-width) solid #00659a;
}

/* line 23990, app/assets/stylesheets/css/rtl/core.css */
.btn-group-vertical .btn-label-linkedin {
  border-top-color: #00659a;
  border-bottom-color: #00659a;
}

/* line 23995, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-linkedin {
  color: #0077b5;
  border-color: #0077b5;
  background: transparent;
}

/* line 24000, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-linkedin:hover {
  color: #fff !important;
  background-color: #0077b5 !important;
  border-color: #0077b5 !important;
}

/* line 24005, app/assets/stylesheets/css/rtl/core.css */
.btn-check:focus + .btn-outline-linkedin, .btn-outline-linkedin:focus {
  color: #fff;
  background-color: #00659a;
  border-color: #00659a;
  box-shadow: none;
}

/* line 24011, app/assets/stylesheets/css/rtl/core.css */
.btn-check:checked + .btn-outline-linkedin, .btn-check:active + .btn-outline-linkedin, .btn-outline-linkedin:active, .btn-outline-linkedin.active, .btn-outline-linkedin.dropdown-toggle.show {
  color: #fff !important;
  background-color: #00659a !important;
  border-color: #00659a !important;
}

/* line 24016, app/assets/stylesheets/css/rtl/core.css */
.btn-check:checked + .btn-outline-linkedin:focus, .btn-check:active + .btn-outline-linkedin:focus, .btn-outline-linkedin:active:focus, .btn-outline-linkedin.active:focus, .btn-outline-linkedin.dropdown-toggle.show:focus {
  box-shadow: none;
}

/* line 24019, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-linkedin.disabled, .btn-outline-linkedin:disabled {
  color: #0077b5 !important;
  background-color: transparent !important;
}

/* line 24024, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-linkedin .badge {
  background: #0077b5;
  border-color: #0077b5;
  color: #fff;
}

/* line 24030, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-linkedin:hover .badge,
.btn-outline-linkedin:focus:hover .badge,
.btn-outline-linkedin:active .badge,
.btn-outline-linkedin.active .badge,
.show > .btn-outline-linkedin.dropdown-toggle .badge {
  background: #fff;
  border-color: #fff;
  color: #0077b5;
}

/* line 24040, app/assets/stylesheets/css/rtl/core.css */
.bg-github {
  background-color: #333 !important;
}

/* line 24044, app/assets/stylesheets/css/rtl/core.css */
a.bg-github:hover, a.bg-github:focus {
  background-color: #303030 !important;
}

/* line 24048, app/assets/stylesheets/css/rtl/core.css */
.dropdown-notifications-item:not(.mark-as-read) .dropdown-notifications-read span {
  background-color: #333;
}

/* line 24052, app/assets/stylesheets/css/rtl/core.css */
.bg-label-github {
  background-color: #dedede !important;
  color: #333 !important;
}

/* line 24057, app/assets/stylesheets/css/rtl/core.css */
.bg-label-hover-github {
  background-color: #dedede !important;
  color: #333 !important;
}

/* line 24061, app/assets/stylesheets/css/rtl/core.css */
.bg-label-hover-github:hover {
  background-color: #333 !important;
  color: #fff !important;
}

/* line 24066, app/assets/stylesheets/css/rtl/core.css */
.border-label-github {
  border: 3px solid #adadad;
}

/* line 24070, app/assets/stylesheets/css/rtl/core.css */
.btn-github, .btn-github.dropdown-toggle[data-trigger=hover]:not(.show) {
  color: #fff;
  background-color: #333;
  border-color: #333;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}

/* line 24076, app/assets/stylesheets/css/rtl/core.css */
.btn-github:hover, .btn-github.show.dropdown-toggle[data-trigger=hover]:hover {
  color: #fff !important;
  background-color: #5c5c5c !important;
  border-color: #5c5c5c !important;
  box-shadow: 0 0.25rem 1rem rgba(147, 158, 170, 0.45) !important;
}

/* line 24082, app/assets/stylesheets/css/rtl/core.css */
.btn-check:focus + .btn-github, .btn-github:focus, .btn-github.focus {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #2b2b2b;
  box-shadow: none;
}

/* line 24088, app/assets/stylesheets/css/rtl/core.css */
.btn-check:checked + .btn-github, .btn-check:active + .btn-github, .btn-github:active, .btn-github.active, .btn-github.show.dropdown-toggle, .show > .btn-github.dropdown-toggle {
  color: #fff !important;
  background-color: #2b2b2b !important;
  border-color: #2b2b2b !important;
}

/* line 24093, app/assets/stylesheets/css/rtl/core.css */
.btn-check:checked + .btn-github:focus, .btn-check:active + .btn-github:focus, .btn-github:active:focus, .btn-github.active:focus, .btn-github.show.dropdown-toggle:focus, .show > .btn-github.dropdown-toggle:focus {
  box-shadow: none;
}

/* line 24096, app/assets/stylesheets/css/rtl/core.css */
.btn-github.disabled, .btn-github:disabled {
  color: #fff !important;
  background-color: #333 !important;
  border-color: #333 !important;
  box-shadow: none !important;
}

/* line 24103, app/assets/stylesheets/css/rtl/core.css */
.btn-group .btn-github,
.input-group .btn-github {
  border-right: var(--bs-border-width) solid #2b2b2b;
  border-left: var(--bs-border-width) solid #2b2b2b;
}

/* line 24109, app/assets/stylesheets/css/rtl/core.css */
.btn-group-vertical .btn-github {
  border-top-color: #2b2b2b;
  border-bottom-color: #2b2b2b;
}

/* line 24114, app/assets/stylesheets/css/rtl/core.css */
.btn-label-github {
  color: #333;
  border-color: transparent;
  background: #dedede;
}

/* line 24119, app/assets/stylesheets/css/rtl/core.css */
.btn-label-github:hover {
  border-color: transparent !important;
  background: #333 !important;
  color: #fff !important;
}

/* line 24124, app/assets/stylesheets/css/rtl/core.css */
.btn-label-github:focus, .btn-label-github.focus {
  color: #fff;
  background: #2b2b2b;
  box-shadow: none !important;
}

/* line 24129, app/assets/stylesheets/css/rtl/core.css */
.btn-label-github:active, .btn-label-github.active, .btn-label-github.show.dropdown-toggle, .show > .btn-label-github.dropdown-toggle {
  color: #fff !important;
  background-color: #2b2b2b !important;
  border-color: transparent !important;
}

/* line 24134, app/assets/stylesheets/css/rtl/core.css */
.btn-label-github:active:focus, .btn-label-github.active:focus, .btn-label-github.show.dropdown-toggle:focus, .show > .btn-label-github.dropdown-toggle:focus {
  box-shadow: none;
}

/* line 24137, app/assets/stylesheets/css/rtl/core.css */
.btn-label-github.disabled, .btn-label-github:disabled {
  color: #333 !important;
  border-color: transparent !important;
  background: #dedede !important;
  box-shadow: none !important;
}

/* line 24144, app/assets/stylesheets/css/rtl/core.css */
.btn-group .btn-label-github,
.input-group .btn-label-github {
  border-right: var(--bs-border-width) solid #2b2b2b;
  border-left: var(--bs-border-width) solid #2b2b2b;
}

/* line 24150, app/assets/stylesheets/css/rtl/core.css */
.btn-group-vertical .btn-label-github {
  border-top-color: #2b2b2b;
  border-bottom-color: #2b2b2b;
}

/* line 24155, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-github {
  color: #333;
  border-color: #333;
  background: transparent;
}

/* line 24160, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-github:hover {
  color: #fff !important;
  background-color: #333 !important;
  border-color: #333 !important;
}

/* line 24165, app/assets/stylesheets/css/rtl/core.css */
.btn-check:focus + .btn-outline-github, .btn-outline-github:focus {
  color: #fff;
  background-color: #2b2b2b;
  border-color: #2b2b2b;
  box-shadow: none;
}

/* line 24171, app/assets/stylesheets/css/rtl/core.css */
.btn-check:checked + .btn-outline-github, .btn-check:active + .btn-outline-github, .btn-outline-github:active, .btn-outline-github.active, .btn-outline-github.dropdown-toggle.show {
  color: #fff !important;
  background-color: #2b2b2b !important;
  border-color: #2b2b2b !important;
}

/* line 24176, app/assets/stylesheets/css/rtl/core.css */
.btn-check:checked + .btn-outline-github:focus, .btn-check:active + .btn-outline-github:focus, .btn-outline-github:active:focus, .btn-outline-github.active:focus, .btn-outline-github.dropdown-toggle.show:focus {
  box-shadow: none;
}

/* line 24179, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-github.disabled, .btn-outline-github:disabled {
  color: #333 !important;
  background-color: transparent !important;
}

/* line 24184, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-github .badge {
  background: #333;
  border-color: #333;
  color: #fff;
}

/* line 24190, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-github:hover .badge,
.btn-outline-github:focus:hover .badge,
.btn-outline-github:active .badge,
.btn-outline-github.active .badge,
.show > .btn-outline-github.dropdown-toggle .badge {
  background: #fff;
  border-color: #fff;
  color: #333;
}

/* line 24200, app/assets/stylesheets/css/rtl/core.css */
.bg-dribbble {
  background-color: #ea4c89 !important;
}

/* line 24204, app/assets/stylesheets/css/rtl/core.css */
a.bg-dribbble:hover, a.bg-dribbble:focus {
  background-color: #de4882 !important;
}

/* line 24208, app/assets/stylesheets/css/rtl/core.css */
.dropdown-notifications-item:not(.mark-as-read) .dropdown-notifications-read span {
  background-color: #ea4c89;
}

/* line 24212, app/assets/stylesheets/css/rtl/core.css */
.bg-label-dribbble {
  background-color: #fce2ec !important;
  color: #ea4c89 !important;
}

/* line 24217, app/assets/stylesheets/css/rtl/core.css */
.bg-label-hover-dribbble {
  background-color: #fce2ec !important;
  color: #ea4c89 !important;
}

/* line 24221, app/assets/stylesheets/css/rtl/core.css */
.bg-label-hover-dribbble:hover {
  background-color: #ea4c89 !important;
  color: #fff !important;
}

/* line 24226, app/assets/stylesheets/css/rtl/core.css */
.border-label-dribbble {
  border: 3px solid #f7b7d0;
}

/* line 24230, app/assets/stylesheets/css/rtl/core.css */
.btn-dribbble, .btn-dribbble.dropdown-toggle[data-trigger=hover]:not(.show) {
  color: #fff;
  background-color: #ea4c89;
  border-color: #ea4c89;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}

/* line 24236, app/assets/stylesheets/css/rtl/core.css */
.btn-dribbble:hover, .btn-dribbble.show.dropdown-toggle[data-trigger=hover]:hover {
  color: #fff !important;
  background-color: #ee70a1 !important;
  border-color: #ee70a1 !important;
  box-shadow: 0 0.25rem 1rem rgba(147, 158, 170, 0.45) !important;
}

/* line 24242, app/assets/stylesheets/css/rtl/core.css */
.btn-check:focus + .btn-dribbble, .btn-dribbble:focus, .btn-dribbble.focus {
  color: #fff;
  background-color: #c74174;
  border-color: #c74174;
  box-shadow: none;
}

/* line 24248, app/assets/stylesheets/css/rtl/core.css */
.btn-check:checked + .btn-dribbble, .btn-check:active + .btn-dribbble, .btn-dribbble:active, .btn-dribbble.active, .btn-dribbble.show.dropdown-toggle, .show > .btn-dribbble.dropdown-toggle {
  color: #fff !important;
  background-color: #c74174 !important;
  border-color: #c74174 !important;
}

/* line 24253, app/assets/stylesheets/css/rtl/core.css */
.btn-check:checked + .btn-dribbble:focus, .btn-check:active + .btn-dribbble:focus, .btn-dribbble:active:focus, .btn-dribbble.active:focus, .btn-dribbble.show.dropdown-toggle:focus, .show > .btn-dribbble.dropdown-toggle:focus {
  box-shadow: none;
}

/* line 24256, app/assets/stylesheets/css/rtl/core.css */
.btn-dribbble.disabled, .btn-dribbble:disabled {
  color: #fff !important;
  background-color: #ea4c89 !important;
  border-color: #ea4c89 !important;
  box-shadow: none !important;
}

/* line 24263, app/assets/stylesheets/css/rtl/core.css */
.btn-group .btn-dribbble,
.input-group .btn-dribbble {
  border-right: var(--bs-border-width) solid #c74174;
  border-left: var(--bs-border-width) solid #c74174;
}

/* line 24269, app/assets/stylesheets/css/rtl/core.css */
.btn-group-vertical .btn-dribbble {
  border-top-color: #c74174;
  border-bottom-color: #c74174;
}

/* line 24274, app/assets/stylesheets/css/rtl/core.css */
.btn-label-dribbble {
  color: #ea4c89;
  border-color: transparent;
  background: #fce2ec;
}

/* line 24279, app/assets/stylesheets/css/rtl/core.css */
.btn-label-dribbble:hover {
  border-color: transparent !important;
  background: #ea4c89 !important;
  color: #fff !important;
}

/* line 24284, app/assets/stylesheets/css/rtl/core.css */
.btn-label-dribbble:focus, .btn-label-dribbble.focus {
  color: #fff;
  background: #c74174;
  box-shadow: none !important;
}

/* line 24289, app/assets/stylesheets/css/rtl/core.css */
.btn-label-dribbble:active, .btn-label-dribbble.active, .btn-label-dribbble.show.dropdown-toggle, .show > .btn-label-dribbble.dropdown-toggle {
  color: #fff !important;
  background-color: #c74174 !important;
  border-color: transparent !important;
}

/* line 24294, app/assets/stylesheets/css/rtl/core.css */
.btn-label-dribbble:active:focus, .btn-label-dribbble.active:focus, .btn-label-dribbble.show.dropdown-toggle:focus, .show > .btn-label-dribbble.dropdown-toggle:focus {
  box-shadow: none;
}

/* line 24297, app/assets/stylesheets/css/rtl/core.css */
.btn-label-dribbble.disabled, .btn-label-dribbble:disabled {
  color: #ea4c89 !important;
  border-color: transparent !important;
  background: #fce2ec !important;
  box-shadow: none !important;
}

/* line 24304, app/assets/stylesheets/css/rtl/core.css */
.btn-group .btn-label-dribbble,
.input-group .btn-label-dribbble {
  border-right: var(--bs-border-width) solid #c74174;
  border-left: var(--bs-border-width) solid #c74174;
}

/* line 24310, app/assets/stylesheets/css/rtl/core.css */
.btn-group-vertical .btn-label-dribbble {
  border-top-color: #c74174;
  border-bottom-color: #c74174;
}

/* line 24315, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-dribbble {
  color: #ea4c89;
  border-color: #ea4c89;
  background: transparent;
}

/* line 24320, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-dribbble:hover {
  color: #fff !important;
  background-color: #ea4c89 !important;
  border-color: #ea4c89 !important;
}

/* line 24325, app/assets/stylesheets/css/rtl/core.css */
.btn-check:focus + .btn-outline-dribbble, .btn-outline-dribbble:focus {
  color: #fff;
  background-color: #c74174;
  border-color: #c74174;
  box-shadow: none;
}

/* line 24331, app/assets/stylesheets/css/rtl/core.css */
.btn-check:checked + .btn-outline-dribbble, .btn-check:active + .btn-outline-dribbble, .btn-outline-dribbble:active, .btn-outline-dribbble.active, .btn-outline-dribbble.dropdown-toggle.show {
  color: #fff !important;
  background-color: #c74174 !important;
  border-color: #c74174 !important;
}

/* line 24336, app/assets/stylesheets/css/rtl/core.css */
.btn-check:checked + .btn-outline-dribbble:focus, .btn-check:active + .btn-outline-dribbble:focus, .btn-outline-dribbble:active:focus, .btn-outline-dribbble.active:focus, .btn-outline-dribbble.dropdown-toggle.show:focus {
  box-shadow: none;
}

/* line 24339, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-dribbble.disabled, .btn-outline-dribbble:disabled {
  color: #ea4c89 !important;
  background-color: transparent !important;
}

/* line 24344, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-dribbble .badge {
  background: #ea4c89;
  border-color: #ea4c89;
  color: #fff;
}

/* line 24350, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-dribbble:hover .badge,
.btn-outline-dribbble:focus:hover .badge,
.btn-outline-dribbble:active .badge,
.btn-outline-dribbble.active .badge,
.show > .btn-outline-dribbble.dropdown-toggle .badge {
  background: #fff;
  border-color: #fff;
  color: #ea4c89;
}

/* line 24360, app/assets/stylesheets/css/rtl/core.css */
.bg-pinterest {
  background-color: #cb2027 !important;
}

/* line 24364, app/assets/stylesheets/css/rtl/core.css */
a.bg-pinterest:hover, a.bg-pinterest:focus {
  background-color: #c11e25 !important;
}

/* line 24368, app/assets/stylesheets/css/rtl/core.css */
.dropdown-notifications-item:not(.mark-as-read) .dropdown-notifications-read span {
  background-color: #cb2027;
}

/* line 24372, app/assets/stylesheets/css/rtl/core.css */
.bg-label-pinterest {
  background-color: #f7dbdc !important;
  color: #cb2027 !important;
}

/* line 24377, app/assets/stylesheets/css/rtl/core.css */
.bg-label-hover-pinterest {
  background-color: #f7dbdc !important;
  color: #cb2027 !important;
}

/* line 24381, app/assets/stylesheets/css/rtl/core.css */
.bg-label-hover-pinterest:hover {
  background-color: #cb2027 !important;
  color: #fff !important;
}

/* line 24386, app/assets/stylesheets/css/rtl/core.css */
.border-label-pinterest {
  border: 3px solid #eaa6a9;
}

/* line 24390, app/assets/stylesheets/css/rtl/core.css */
.btn-pinterest, .btn-pinterest.dropdown-toggle[data-trigger=hover]:not(.show) {
  color: #fff;
  background-color: #cb2027;
  border-color: #cb2027;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}

/* line 24396, app/assets/stylesheets/css/rtl/core.css */
.btn-pinterest:hover, .btn-pinterest.show.dropdown-toggle[data-trigger=hover]:hover {
  color: #fff !important;
  background-color: #d54d52 !important;
  border-color: #d54d52 !important;
  box-shadow: 0 0.25rem 1rem rgba(147, 158, 170, 0.45) !important;
}

/* line 24402, app/assets/stylesheets/css/rtl/core.css */
.btn-check:focus + .btn-pinterest, .btn-pinterest:focus, .btn-pinterest.focus {
  color: #fff;
  background-color: #ad1b21;
  border-color: #ad1b21;
  box-shadow: none;
}

/* line 24408, app/assets/stylesheets/css/rtl/core.css */
.btn-check:checked + .btn-pinterest, .btn-check:active + .btn-pinterest, .btn-pinterest:active, .btn-pinterest.active, .btn-pinterest.show.dropdown-toggle, .show > .btn-pinterest.dropdown-toggle {
  color: #fff !important;
  background-color: #ad1b21 !important;
  border-color: #ad1b21 !important;
}

/* line 24413, app/assets/stylesheets/css/rtl/core.css */
.btn-check:checked + .btn-pinterest:focus, .btn-check:active + .btn-pinterest:focus, .btn-pinterest:active:focus, .btn-pinterest.active:focus, .btn-pinterest.show.dropdown-toggle:focus, .show > .btn-pinterest.dropdown-toggle:focus {
  box-shadow: none;
}

/* line 24416, app/assets/stylesheets/css/rtl/core.css */
.btn-pinterest.disabled, .btn-pinterest:disabled {
  color: #fff !important;
  background-color: #cb2027 !important;
  border-color: #cb2027 !important;
  box-shadow: none !important;
}

/* line 24423, app/assets/stylesheets/css/rtl/core.css */
.btn-group .btn-pinterest,
.input-group .btn-pinterest {
  border-right: var(--bs-border-width) solid #ad1b21;
  border-left: var(--bs-border-width) solid #ad1b21;
}

/* line 24429, app/assets/stylesheets/css/rtl/core.css */
.btn-group-vertical .btn-pinterest {
  border-top-color: #ad1b21;
  border-bottom-color: #ad1b21;
}

/* line 24434, app/assets/stylesheets/css/rtl/core.css */
.btn-label-pinterest {
  color: #cb2027;
  border-color: transparent;
  background: #f7dbdc;
}

/* line 24439, app/assets/stylesheets/css/rtl/core.css */
.btn-label-pinterest:hover {
  border-color: transparent !important;
  background: #cb2027 !important;
  color: #fff !important;
}

/* line 24444, app/assets/stylesheets/css/rtl/core.css */
.btn-label-pinterest:focus, .btn-label-pinterest.focus {
  color: #fff;
  background: #ad1b21;
  box-shadow: none !important;
}

/* line 24449, app/assets/stylesheets/css/rtl/core.css */
.btn-label-pinterest:active, .btn-label-pinterest.active, .btn-label-pinterest.show.dropdown-toggle, .show > .btn-label-pinterest.dropdown-toggle {
  color: #fff !important;
  background-color: #ad1b21 !important;
  border-color: transparent !important;
}

/* line 24454, app/assets/stylesheets/css/rtl/core.css */
.btn-label-pinterest:active:focus, .btn-label-pinterest.active:focus, .btn-label-pinterest.show.dropdown-toggle:focus, .show > .btn-label-pinterest.dropdown-toggle:focus {
  box-shadow: none;
}

/* line 24457, app/assets/stylesheets/css/rtl/core.css */
.btn-label-pinterest.disabled, .btn-label-pinterest:disabled {
  color: #cb2027 !important;
  border-color: transparent !important;
  background: #f7dbdc !important;
  box-shadow: none !important;
}

/* line 24464, app/assets/stylesheets/css/rtl/core.css */
.btn-group .btn-label-pinterest,
.input-group .btn-label-pinterest {
  border-right: var(--bs-border-width) solid #ad1b21;
  border-left: var(--bs-border-width) solid #ad1b21;
}

/* line 24470, app/assets/stylesheets/css/rtl/core.css */
.btn-group-vertical .btn-label-pinterest {
  border-top-color: #ad1b21;
  border-bottom-color: #ad1b21;
}

/* line 24475, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-pinterest {
  color: #cb2027;
  border-color: #cb2027;
  background: transparent;
}

/* line 24480, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-pinterest:hover {
  color: #fff !important;
  background-color: #cb2027 !important;
  border-color: #cb2027 !important;
}

/* line 24485, app/assets/stylesheets/css/rtl/core.css */
.btn-check:focus + .btn-outline-pinterest, .btn-outline-pinterest:focus {
  color: #fff;
  background-color: #ad1b21;
  border-color: #ad1b21;
  box-shadow: none;
}

/* line 24491, app/assets/stylesheets/css/rtl/core.css */
.btn-check:checked + .btn-outline-pinterest, .btn-check:active + .btn-outline-pinterest, .btn-outline-pinterest:active, .btn-outline-pinterest.active, .btn-outline-pinterest.dropdown-toggle.show {
  color: #fff !important;
  background-color: #ad1b21 !important;
  border-color: #ad1b21 !important;
}

/* line 24496, app/assets/stylesheets/css/rtl/core.css */
.btn-check:checked + .btn-outline-pinterest:focus, .btn-check:active + .btn-outline-pinterest:focus, .btn-outline-pinterest:active:focus, .btn-outline-pinterest.active:focus, .btn-outline-pinterest.dropdown-toggle.show:focus {
  box-shadow: none;
}

/* line 24499, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-pinterest.disabled, .btn-outline-pinterest:disabled {
  color: #cb2027 !important;
  background-color: transparent !important;
}

/* line 24504, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-pinterest .badge {
  background: #cb2027;
  border-color: #cb2027;
  color: #fff;
}

/* line 24510, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-pinterest:hover .badge,
.btn-outline-pinterest:focus:hover .badge,
.btn-outline-pinterest:active .badge,
.btn-outline-pinterest.active .badge,
.show > .btn-outline-pinterest.dropdown-toggle .badge {
  background: #fff;
  border-color: #fff;
  color: #cb2027;
}

/* line 24520, app/assets/stylesheets/css/rtl/core.css */
.bg-slack {
  background-color: #4a154b !important;
}

/* line 24524, app/assets/stylesheets/css/rtl/core.css */
a.bg-slack:hover, a.bg-slack:focus {
  background-color: #461447 !important;
}

/* line 24528, app/assets/stylesheets/css/rtl/core.css */
.dropdown-notifications-item:not(.mark-as-read) .dropdown-notifications-read span {
  background-color: #4a154b;
}

/* line 24532, app/assets/stylesheets/css/rtl/core.css */
.bg-label-slack {
  background-color: #e2dae2 !important;
  color: #4a154b !important;
}

/* line 24537, app/assets/stylesheets/css/rtl/core.css */
.bg-label-hover-slack {
  background-color: #e2dae2 !important;
  color: #4a154b !important;
}

/* line 24541, app/assets/stylesheets/css/rtl/core.css */
.bg-label-hover-slack:hover {
  background-color: #4a154b !important;
  color: #fff !important;
}

/* line 24546, app/assets/stylesheets/css/rtl/core.css */
.border-label-slack {
  border: 3px solid #b7a1b7;
}

/* line 24550, app/assets/stylesheets/css/rtl/core.css */
.btn-slack, .btn-slack.dropdown-toggle[data-trigger=hover]:not(.show) {
  color: #fff;
  background-color: #4a154b;
  border-color: #4a154b;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}

/* line 24556, app/assets/stylesheets/css/rtl/core.css */
.btn-slack:hover, .btn-slack.show.dropdown-toggle[data-trigger=hover]:hover {
  color: #fff !important;
  background-color: #6e446f !important;
  border-color: #6e446f !important;
  box-shadow: 0 0.25rem 1rem rgba(147, 158, 170, 0.45) !important;
}

/* line 24562, app/assets/stylesheets/css/rtl/core.css */
.btn-check:focus + .btn-slack, .btn-slack:focus, .btn-slack.focus {
  color: #fff;
  background-color: #3f1240;
  border-color: #3f1240;
  box-shadow: none;
}

/* line 24568, app/assets/stylesheets/css/rtl/core.css */
.btn-check:checked + .btn-slack, .btn-check:active + .btn-slack, .btn-slack:active, .btn-slack.active, .btn-slack.show.dropdown-toggle, .show > .btn-slack.dropdown-toggle {
  color: #fff !important;
  background-color: #3f1240 !important;
  border-color: #3f1240 !important;
}

/* line 24573, app/assets/stylesheets/css/rtl/core.css */
.btn-check:checked + .btn-slack:focus, .btn-check:active + .btn-slack:focus, .btn-slack:active:focus, .btn-slack.active:focus, .btn-slack.show.dropdown-toggle:focus, .show > .btn-slack.dropdown-toggle:focus {
  box-shadow: none;
}

/* line 24576, app/assets/stylesheets/css/rtl/core.css */
.btn-slack.disabled, .btn-slack:disabled {
  color: #fff !important;
  background-color: #4a154b !important;
  border-color: #4a154b !important;
  box-shadow: none !important;
}

/* line 24583, app/assets/stylesheets/css/rtl/core.css */
.btn-group .btn-slack,
.input-group .btn-slack {
  border-right: var(--bs-border-width) solid #3f1240;
  border-left: var(--bs-border-width) solid #3f1240;
}

/* line 24589, app/assets/stylesheets/css/rtl/core.css */
.btn-group-vertical .btn-slack {
  border-top-color: #3f1240;
  border-bottom-color: #3f1240;
}

/* line 24594, app/assets/stylesheets/css/rtl/core.css */
.btn-label-slack {
  color: #4a154b;
  border-color: transparent;
  background: #e2dae2;
}

/* line 24599, app/assets/stylesheets/css/rtl/core.css */
.btn-label-slack:hover {
  border-color: transparent !important;
  background: #4a154b !important;
  color: #fff !important;
}

/* line 24604, app/assets/stylesheets/css/rtl/core.css */
.btn-label-slack:focus, .btn-label-slack.focus {
  color: #fff;
  background: #3f1240;
  box-shadow: none !important;
}

/* line 24609, app/assets/stylesheets/css/rtl/core.css */
.btn-label-slack:active, .btn-label-slack.active, .btn-label-slack.show.dropdown-toggle, .show > .btn-label-slack.dropdown-toggle {
  color: #fff !important;
  background-color: #3f1240 !important;
  border-color: transparent !important;
}

/* line 24614, app/assets/stylesheets/css/rtl/core.css */
.btn-label-slack:active:focus, .btn-label-slack.active:focus, .btn-label-slack.show.dropdown-toggle:focus, .show > .btn-label-slack.dropdown-toggle:focus {
  box-shadow: none;
}

/* line 24617, app/assets/stylesheets/css/rtl/core.css */
.btn-label-slack.disabled, .btn-label-slack:disabled {
  color: #4a154b !important;
  border-color: transparent !important;
  background: #e2dae2 !important;
  box-shadow: none !important;
}

/* line 24624, app/assets/stylesheets/css/rtl/core.css */
.btn-group .btn-label-slack,
.input-group .btn-label-slack {
  border-right: var(--bs-border-width) solid #3f1240;
  border-left: var(--bs-border-width) solid #3f1240;
}

/* line 24630, app/assets/stylesheets/css/rtl/core.css */
.btn-group-vertical .btn-label-slack {
  border-top-color: #3f1240;
  border-bottom-color: #3f1240;
}

/* line 24635, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-slack {
  color: #4a154b;
  border-color: #4a154b;
  background: transparent;
}

/* line 24640, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-slack:hover {
  color: #fff !important;
  background-color: #4a154b !important;
  border-color: #4a154b !important;
}

/* line 24645, app/assets/stylesheets/css/rtl/core.css */
.btn-check:focus + .btn-outline-slack, .btn-outline-slack:focus {
  color: #fff;
  background-color: #3f1240;
  border-color: #3f1240;
  box-shadow: none;
}

/* line 24651, app/assets/stylesheets/css/rtl/core.css */
.btn-check:checked + .btn-outline-slack, .btn-check:active + .btn-outline-slack, .btn-outline-slack:active, .btn-outline-slack.active, .btn-outline-slack.dropdown-toggle.show {
  color: #fff !important;
  background-color: #3f1240 !important;
  border-color: #3f1240 !important;
}

/* line 24656, app/assets/stylesheets/css/rtl/core.css */
.btn-check:checked + .btn-outline-slack:focus, .btn-check:active + .btn-outline-slack:focus, .btn-outline-slack:active:focus, .btn-outline-slack.active:focus, .btn-outline-slack.dropdown-toggle.show:focus {
  box-shadow: none;
}

/* line 24659, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-slack.disabled, .btn-outline-slack:disabled {
  color: #4a154b !important;
  background-color: transparent !important;
}

/* line 24664, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-slack .badge {
  background: #4a154b;
  border-color: #4a154b;
  color: #fff;
}

/* line 24670, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-slack:hover .badge,
.btn-outline-slack:focus:hover .badge,
.btn-outline-slack:active .badge,
.btn-outline-slack.active .badge,
.show > .btn-outline-slack.dropdown-toggle .badge {
  background: #fff;
  border-color: #fff;
  color: #4a154b;
}

/* line 24680, app/assets/stylesheets/css/rtl/core.css */
.bg-reddit {
  background-color: #ff4500 !important;
}

/* line 24684, app/assets/stylesheets/css/rtl/core.css */
a.bg-reddit:hover, a.bg-reddit:focus {
  background-color: #f24200 !important;
}

/* line 24688, app/assets/stylesheets/css/rtl/core.css */
.dropdown-notifications-item:not(.mark-as-read) .dropdown-notifications-read span {
  background-color: #ff4500;
}

/* line 24692, app/assets/stylesheets/css/rtl/core.css */
.bg-label-reddit {
  background-color: #ffe1d6 !important;
  color: #ff4500 !important;
}

/* line 24697, app/assets/stylesheets/css/rtl/core.css */
.bg-label-hover-reddit {
  background-color: #ffe1d6 !important;
  color: #ff4500 !important;
}

/* line 24701, app/assets/stylesheets/css/rtl/core.css */
.bg-label-hover-reddit:hover {
  background-color: #ff4500 !important;
  color: #fff !important;
}

/* line 24706, app/assets/stylesheets/css/rtl/core.css */
.border-label-reddit {
  border: 3px solid #ffb599;
}

/* line 24710, app/assets/stylesheets/css/rtl/core.css */
.btn-reddit, .btn-reddit.dropdown-toggle[data-trigger=hover]:not(.show) {
  color: #fff;
  background-color: #ff4500;
  border-color: #ff4500;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}

/* line 24716, app/assets/stylesheets/css/rtl/core.css */
.btn-reddit:hover, .btn-reddit.show.dropdown-toggle[data-trigger=hover]:hover {
  color: #fff !important;
  background-color: #ff6a33 !important;
  border-color: #ff6a33 !important;
  box-shadow: 0 0.25rem 1rem rgba(147, 158, 170, 0.45) !important;
}

/* line 24722, app/assets/stylesheets/css/rtl/core.css */
.btn-check:focus + .btn-reddit, .btn-reddit:focus, .btn-reddit.focus {
  color: #fff;
  background-color: #d93b00;
  border-color: #d93b00;
  box-shadow: none;
}

/* line 24728, app/assets/stylesheets/css/rtl/core.css */
.btn-check:checked + .btn-reddit, .btn-check:active + .btn-reddit, .btn-reddit:active, .btn-reddit.active, .btn-reddit.show.dropdown-toggle, .show > .btn-reddit.dropdown-toggle {
  color: #fff !important;
  background-color: #d93b00 !important;
  border-color: #d93b00 !important;
}

/* line 24733, app/assets/stylesheets/css/rtl/core.css */
.btn-check:checked + .btn-reddit:focus, .btn-check:active + .btn-reddit:focus, .btn-reddit:active:focus, .btn-reddit.active:focus, .btn-reddit.show.dropdown-toggle:focus, .show > .btn-reddit.dropdown-toggle:focus {
  box-shadow: none;
}

/* line 24736, app/assets/stylesheets/css/rtl/core.css */
.btn-reddit.disabled, .btn-reddit:disabled {
  color: #fff !important;
  background-color: #ff4500 !important;
  border-color: #ff4500 !important;
  box-shadow: none !important;
}

/* line 24743, app/assets/stylesheets/css/rtl/core.css */
.btn-group .btn-reddit,
.input-group .btn-reddit {
  border-right: var(--bs-border-width) solid #d93b00;
  border-left: var(--bs-border-width) solid #d93b00;
}

/* line 24749, app/assets/stylesheets/css/rtl/core.css */
.btn-group-vertical .btn-reddit {
  border-top-color: #d93b00;
  border-bottom-color: #d93b00;
}

/* line 24754, app/assets/stylesheets/css/rtl/core.css */
.btn-label-reddit {
  color: #ff4500;
  border-color: transparent;
  background: #ffe1d6;
}

/* line 24759, app/assets/stylesheets/css/rtl/core.css */
.btn-label-reddit:hover {
  border-color: transparent !important;
  background: #ff4500 !important;
  color: #fff !important;
}

/* line 24764, app/assets/stylesheets/css/rtl/core.css */
.btn-label-reddit:focus, .btn-label-reddit.focus {
  color: #fff;
  background: #d93b00;
  box-shadow: none !important;
}

/* line 24769, app/assets/stylesheets/css/rtl/core.css */
.btn-label-reddit:active, .btn-label-reddit.active, .btn-label-reddit.show.dropdown-toggle, .show > .btn-label-reddit.dropdown-toggle {
  color: #fff !important;
  background-color: #d93b00 !important;
  border-color: transparent !important;
}

/* line 24774, app/assets/stylesheets/css/rtl/core.css */
.btn-label-reddit:active:focus, .btn-label-reddit.active:focus, .btn-label-reddit.show.dropdown-toggle:focus, .show > .btn-label-reddit.dropdown-toggle:focus {
  box-shadow: none;
}

/* line 24777, app/assets/stylesheets/css/rtl/core.css */
.btn-label-reddit.disabled, .btn-label-reddit:disabled {
  color: #ff4500 !important;
  border-color: transparent !important;
  background: #ffe1d6 !important;
  box-shadow: none !important;
}

/* line 24784, app/assets/stylesheets/css/rtl/core.css */
.btn-group .btn-label-reddit,
.input-group .btn-label-reddit {
  border-right: var(--bs-border-width) solid #d93b00;
  border-left: var(--bs-border-width) solid #d93b00;
}

/* line 24790, app/assets/stylesheets/css/rtl/core.css */
.btn-group-vertical .btn-label-reddit {
  border-top-color: #d93b00;
  border-bottom-color: #d93b00;
}

/* line 24795, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-reddit {
  color: #ff4500;
  border-color: #ff4500;
  background: transparent;
}

/* line 24800, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-reddit:hover {
  color: #fff !important;
  background-color: #ff4500 !important;
  border-color: #ff4500 !important;
}

/* line 24805, app/assets/stylesheets/css/rtl/core.css */
.btn-check:focus + .btn-outline-reddit, .btn-outline-reddit:focus {
  color: #fff;
  background-color: #d93b00;
  border-color: #d93b00;
  box-shadow: none;
}

/* line 24811, app/assets/stylesheets/css/rtl/core.css */
.btn-check:checked + .btn-outline-reddit, .btn-check:active + .btn-outline-reddit, .btn-outline-reddit:active, .btn-outline-reddit.active, .btn-outline-reddit.dropdown-toggle.show {
  color: #fff !important;
  background-color: #d93b00 !important;
  border-color: #d93b00 !important;
}

/* line 24816, app/assets/stylesheets/css/rtl/core.css */
.btn-check:checked + .btn-outline-reddit:focus, .btn-check:active + .btn-outline-reddit:focus, .btn-outline-reddit:active:focus, .btn-outline-reddit.active:focus, .btn-outline-reddit.dropdown-toggle.show:focus {
  box-shadow: none;
}

/* line 24819, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-reddit.disabled, .btn-outline-reddit:disabled {
  color: #ff4500 !important;
  background-color: transparent !important;
}

/* line 24824, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-reddit .badge {
  background: #ff4500;
  border-color: #ff4500;
  color: #fff;
}

/* line 24830, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-reddit:hover .badge,
.btn-outline-reddit:focus:hover .badge,
.btn-outline-reddit:active .badge,
.btn-outline-reddit.active .badge,
.show > .btn-outline-reddit.dropdown-toggle .badge {
  background: #fff;
  border-color: #fff;
  color: #ff4500;
}

/* line 24840, app/assets/stylesheets/css/rtl/core.css */
.bg-youtube {
  background-color: #ff0000 !important;
}

/* line 24844, app/assets/stylesheets/css/rtl/core.css */
a.bg-youtube:hover, a.bg-youtube:focus {
  background-color: #f20000 !important;
}

/* line 24848, app/assets/stylesheets/css/rtl/core.css */
.dropdown-notifications-item:not(.mark-as-read) .dropdown-notifications-read span {
  background-color: #ff0000;
}

/* line 24852, app/assets/stylesheets/css/rtl/core.css */
.bg-label-youtube {
  background-color: #ffd6d6 !important;
  color: #ff0000 !important;
}

/* line 24857, app/assets/stylesheets/css/rtl/core.css */
.bg-label-hover-youtube {
  background-color: #ffd6d6 !important;
  color: #ff0000 !important;
}

/* line 24861, app/assets/stylesheets/css/rtl/core.css */
.bg-label-hover-youtube:hover {
  background-color: #ff0000 !important;
  color: #fff !important;
}

/* line 24866, app/assets/stylesheets/css/rtl/core.css */
.border-label-youtube {
  border: 3px solid #ff9999;
}

/* line 24870, app/assets/stylesheets/css/rtl/core.css */
.btn-youtube, .btn-youtube.dropdown-toggle[data-trigger=hover]:not(.show) {
  color: #fff;
  background-color: #ff0000;
  border-color: #ff0000;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}

/* line 24876, app/assets/stylesheets/css/rtl/core.css */
.btn-youtube:hover, .btn-youtube.show.dropdown-toggle[data-trigger=hover]:hover {
  color: #fff !important;
  background-color: #ff3333 !important;
  border-color: #ff3333 !important;
  box-shadow: 0 0.25rem 1rem rgba(147, 158, 170, 0.45) !important;
}

/* line 24882, app/assets/stylesheets/css/rtl/core.css */
.btn-check:focus + .btn-youtube, .btn-youtube:focus, .btn-youtube.focus {
  color: #fff;
  background-color: #d90000;
  border-color: #d90000;
  box-shadow: none;
}

/* line 24888, app/assets/stylesheets/css/rtl/core.css */
.btn-check:checked + .btn-youtube, .btn-check:active + .btn-youtube, .btn-youtube:active, .btn-youtube.active, .btn-youtube.show.dropdown-toggle, .show > .btn-youtube.dropdown-toggle {
  color: #fff !important;
  background-color: #d90000 !important;
  border-color: #d90000 !important;
}

/* line 24893, app/assets/stylesheets/css/rtl/core.css */
.btn-check:checked + .btn-youtube:focus, .btn-check:active + .btn-youtube:focus, .btn-youtube:active:focus, .btn-youtube.active:focus, .btn-youtube.show.dropdown-toggle:focus, .show > .btn-youtube.dropdown-toggle:focus {
  box-shadow: none;
}

/* line 24896, app/assets/stylesheets/css/rtl/core.css */
.btn-youtube.disabled, .btn-youtube:disabled {
  color: #fff !important;
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
  box-shadow: none !important;
}

/* line 24903, app/assets/stylesheets/css/rtl/core.css */
.btn-group .btn-youtube,
.input-group .btn-youtube {
  border-right: var(--bs-border-width) solid #d90000;
  border-left: var(--bs-border-width) solid #d90000;
}

/* line 24909, app/assets/stylesheets/css/rtl/core.css */
.btn-group-vertical .btn-youtube {
  border-top-color: #d90000;
  border-bottom-color: #d90000;
}

/* line 24914, app/assets/stylesheets/css/rtl/core.css */
.btn-label-youtube {
  color: #ff0000;
  border-color: transparent;
  background: #ffd6d6;
}

/* line 24919, app/assets/stylesheets/css/rtl/core.css */
.btn-label-youtube:hover {
  border-color: transparent !important;
  background: #ff0000 !important;
  color: #fff !important;
}

/* line 24924, app/assets/stylesheets/css/rtl/core.css */
.btn-label-youtube:focus, .btn-label-youtube.focus {
  color: #fff;
  background: #d90000;
  box-shadow: none !important;
}

/* line 24929, app/assets/stylesheets/css/rtl/core.css */
.btn-label-youtube:active, .btn-label-youtube.active, .btn-label-youtube.show.dropdown-toggle, .show > .btn-label-youtube.dropdown-toggle {
  color: #fff !important;
  background-color: #d90000 !important;
  border-color: transparent !important;
}

/* line 24934, app/assets/stylesheets/css/rtl/core.css */
.btn-label-youtube:active:focus, .btn-label-youtube.active:focus, .btn-label-youtube.show.dropdown-toggle:focus, .show > .btn-label-youtube.dropdown-toggle:focus {
  box-shadow: none;
}

/* line 24937, app/assets/stylesheets/css/rtl/core.css */
.btn-label-youtube.disabled, .btn-label-youtube:disabled {
  color: #ff0000 !important;
  border-color: transparent !important;
  background: #ffd6d6 !important;
  box-shadow: none !important;
}

/* line 24944, app/assets/stylesheets/css/rtl/core.css */
.btn-group .btn-label-youtube,
.input-group .btn-label-youtube {
  border-right: var(--bs-border-width) solid #d90000;
  border-left: var(--bs-border-width) solid #d90000;
}

/* line 24950, app/assets/stylesheets/css/rtl/core.css */
.btn-group-vertical .btn-label-youtube {
  border-top-color: #d90000;
  border-bottom-color: #d90000;
}

/* line 24955, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-youtube {
  color: #ff0000;
  border-color: #ff0000;
  background: transparent;
}

/* line 24960, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-youtube:hover {
  color: #fff !important;
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
}

/* line 24965, app/assets/stylesheets/css/rtl/core.css */
.btn-check:focus + .btn-outline-youtube, .btn-outline-youtube:focus {
  color: #fff;
  background-color: #d90000;
  border-color: #d90000;
  box-shadow: none;
}

/* line 24971, app/assets/stylesheets/css/rtl/core.css */
.btn-check:checked + .btn-outline-youtube, .btn-check:active + .btn-outline-youtube, .btn-outline-youtube:active, .btn-outline-youtube.active, .btn-outline-youtube.dropdown-toggle.show {
  color: #fff !important;
  background-color: #d90000 !important;
  border-color: #d90000 !important;
}

/* line 24976, app/assets/stylesheets/css/rtl/core.css */
.btn-check:checked + .btn-outline-youtube:focus, .btn-check:active + .btn-outline-youtube:focus, .btn-outline-youtube:active:focus, .btn-outline-youtube.active:focus, .btn-outline-youtube.dropdown-toggle.show:focus {
  box-shadow: none;
}

/* line 24979, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-youtube.disabled, .btn-outline-youtube:disabled {
  color: #ff0000 !important;
  background-color: transparent !important;
}

/* line 24984, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-youtube .badge {
  background: #ff0000;
  border-color: #ff0000;
  color: #fff;
}

/* line 24990, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-youtube:hover .badge,
.btn-outline-youtube:focus:hover .badge,
.btn-outline-youtube:active .badge,
.btn-outline-youtube.active .badge,
.show > .btn-outline-youtube.dropdown-toggle .badge {
  background: #fff;
  border-color: #fff;
  color: #ff0000;
}

/* line 25000, app/assets/stylesheets/css/rtl/core.css */
.bg-vimeo {
  background-color: #1ab7ea !important;
}

/* line 25004, app/assets/stylesheets/css/rtl/core.css */
a.bg-vimeo:hover, a.bg-vimeo:focus {
  background-color: #19aede !important;
}

/* line 25008, app/assets/stylesheets/css/rtl/core.css */
.dropdown-notifications-item:not(.mark-as-read) .dropdown-notifications-read span {
  background-color: #1ab7ea;
}

/* line 25012, app/assets/stylesheets/css/rtl/core.css */
.bg-label-vimeo {
  background-color: #daf3fc !important;
  color: #1ab7ea !important;
}

/* line 25017, app/assets/stylesheets/css/rtl/core.css */
.bg-label-hover-vimeo {
  background-color: #daf3fc !important;
  color: #1ab7ea !important;
}

/* line 25021, app/assets/stylesheets/css/rtl/core.css */
.bg-label-hover-vimeo:hover {
  background-color: #1ab7ea !important;
  color: #fff !important;
}

/* line 25026, app/assets/stylesheets/css/rtl/core.css */
.border-label-vimeo {
  border: 3px solid #a3e2f7;
}

/* line 25030, app/assets/stylesheets/css/rtl/core.css */
.btn-vimeo, .btn-vimeo.dropdown-toggle[data-trigger=hover]:not(.show) {
  color: #fff;
  background-color: #1ab7ea;
  border-color: #1ab7ea;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}

/* line 25036, app/assets/stylesheets/css/rtl/core.css */
.btn-vimeo:hover, .btn-vimeo.show.dropdown-toggle[data-trigger=hover]:hover {
  color: #fff !important;
  background-color: #48c5ee !important;
  border-color: #48c5ee !important;
  box-shadow: 0 0.25rem 1rem rgba(147, 158, 170, 0.45) !important;
}

/* line 25042, app/assets/stylesheets/css/rtl/core.css */
.btn-check:focus + .btn-vimeo, .btn-vimeo:focus, .btn-vimeo.focus {
  color: #fff;
  background-color: #169cc7;
  border-color: #169cc7;
  box-shadow: none;
}

/* line 25048, app/assets/stylesheets/css/rtl/core.css */
.btn-check:checked + .btn-vimeo, .btn-check:active + .btn-vimeo, .btn-vimeo:active, .btn-vimeo.active, .btn-vimeo.show.dropdown-toggle, .show > .btn-vimeo.dropdown-toggle {
  color: #fff !important;
  background-color: #169cc7 !important;
  border-color: #169cc7 !important;
}

/* line 25053, app/assets/stylesheets/css/rtl/core.css */
.btn-check:checked + .btn-vimeo:focus, .btn-check:active + .btn-vimeo:focus, .btn-vimeo:active:focus, .btn-vimeo.active:focus, .btn-vimeo.show.dropdown-toggle:focus, .show > .btn-vimeo.dropdown-toggle:focus {
  box-shadow: none;
}

/* line 25056, app/assets/stylesheets/css/rtl/core.css */
.btn-vimeo.disabled, .btn-vimeo:disabled {
  color: #fff !important;
  background-color: #1ab7ea !important;
  border-color: #1ab7ea !important;
  box-shadow: none !important;
}

/* line 25063, app/assets/stylesheets/css/rtl/core.css */
.btn-group .btn-vimeo,
.input-group .btn-vimeo {
  border-right: var(--bs-border-width) solid #169cc7;
  border-left: var(--bs-border-width) solid #169cc7;
}

/* line 25069, app/assets/stylesheets/css/rtl/core.css */
.btn-group-vertical .btn-vimeo {
  border-top-color: #169cc7;
  border-bottom-color: #169cc7;
}

/* line 25074, app/assets/stylesheets/css/rtl/core.css */
.btn-label-vimeo {
  color: #1ab7ea;
  border-color: transparent;
  background: #daf3fc;
}

/* line 25079, app/assets/stylesheets/css/rtl/core.css */
.btn-label-vimeo:hover {
  border-color: transparent !important;
  background: #1ab7ea !important;
  color: #fff !important;
}

/* line 25084, app/assets/stylesheets/css/rtl/core.css */
.btn-label-vimeo:focus, .btn-label-vimeo.focus {
  color: #fff;
  background: #169cc7;
  box-shadow: none !important;
}

/* line 25089, app/assets/stylesheets/css/rtl/core.css */
.btn-label-vimeo:active, .btn-label-vimeo.active, .btn-label-vimeo.show.dropdown-toggle, .show > .btn-label-vimeo.dropdown-toggle {
  color: #fff !important;
  background-color: #169cc7 !important;
  border-color: transparent !important;
}

/* line 25094, app/assets/stylesheets/css/rtl/core.css */
.btn-label-vimeo:active:focus, .btn-label-vimeo.active:focus, .btn-label-vimeo.show.dropdown-toggle:focus, .show > .btn-label-vimeo.dropdown-toggle:focus {
  box-shadow: none;
}

/* line 25097, app/assets/stylesheets/css/rtl/core.css */
.btn-label-vimeo.disabled, .btn-label-vimeo:disabled {
  color: #1ab7ea !important;
  border-color: transparent !important;
  background: #daf3fc !important;
  box-shadow: none !important;
}

/* line 25104, app/assets/stylesheets/css/rtl/core.css */
.btn-group .btn-label-vimeo,
.input-group .btn-label-vimeo {
  border-right: var(--bs-border-width) solid #169cc7;
  border-left: var(--bs-border-width) solid #169cc7;
}

/* line 25110, app/assets/stylesheets/css/rtl/core.css */
.btn-group-vertical .btn-label-vimeo {
  border-top-color: #169cc7;
  border-bottom-color: #169cc7;
}

/* line 25115, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-vimeo {
  color: #1ab7ea;
  border-color: #1ab7ea;
  background: transparent;
}

/* line 25120, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-vimeo:hover {
  color: #fff !important;
  background-color: #1ab7ea !important;
  border-color: #1ab7ea !important;
}

/* line 25125, app/assets/stylesheets/css/rtl/core.css */
.btn-check:focus + .btn-outline-vimeo, .btn-outline-vimeo:focus {
  color: #fff;
  background-color: #169cc7;
  border-color: #169cc7;
  box-shadow: none;
}

/* line 25131, app/assets/stylesheets/css/rtl/core.css */
.btn-check:checked + .btn-outline-vimeo, .btn-check:active + .btn-outline-vimeo, .btn-outline-vimeo:active, .btn-outline-vimeo.active, .btn-outline-vimeo.dropdown-toggle.show {
  color: #fff !important;
  background-color: #169cc7 !important;
  border-color: #169cc7 !important;
}

/* line 25136, app/assets/stylesheets/css/rtl/core.css */
.btn-check:checked + .btn-outline-vimeo:focus, .btn-check:active + .btn-outline-vimeo:focus, .btn-outline-vimeo:active:focus, .btn-outline-vimeo.active:focus, .btn-outline-vimeo.dropdown-toggle.show:focus {
  box-shadow: none;
}

/* line 25139, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-vimeo.disabled, .btn-outline-vimeo:disabled {
  color: #1ab7ea !important;
  background-color: transparent !important;
}

/* line 25144, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-vimeo .badge {
  background: #1ab7ea;
  border-color: #1ab7ea;
  color: #fff;
}

/* line 25150, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-vimeo:hover .badge,
.btn-outline-vimeo:focus:hover .badge,
.btn-outline-vimeo:active .badge,
.btn-outline-vimeo.active .badge,
.show > .btn-outline-vimeo.dropdown-toggle .badge {
  background: #fff;
  border-color: #fff;
  color: #1ab7ea;
}

/* line 25160, app/assets/stylesheets/css/rtl/core.css */
.btn-white, .btn-white.dropdown-toggle[data-trigger=hover]:not(.show) {
  color: #677788;
  background-color: #fff;
  border-color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(147, 158, 170, 0.4);
}

/* line 25166, app/assets/stylesheets/css/rtl/core.css */
.btn-white:hover, .btn-white.show.dropdown-toggle[data-trigger=hover]:hover {
  color: #fff !important;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
  box-shadow: 0 0.25rem 1rem rgba(147, 158, 170, 0.45) !important;
}

/* line 25172, app/assets/stylesheets/css/rtl/core.css */
.btn-check:focus + .btn-white, .btn-white:focus, .btn-white.focus {
  color: #263c55;
  background-color: white;
  border-color: white;
  box-shadow: none;
}

/* line 25178, app/assets/stylesheets/css/rtl/core.css */
.btn-check:checked + .btn-white, .btn-check:active + .btn-white, .btn-white:active, .btn-white.active, .btn-white.show.dropdown-toggle, .show > .btn-white.dropdown-toggle {
  color: #263c55 !important;
  background-color: white !important;
  border-color: white !important;
}

/* line 25183, app/assets/stylesheets/css/rtl/core.css */
.btn-check:checked + .btn-white:focus, .btn-check:active + .btn-white:focus, .btn-white:active:focus, .btn-white.active:focus, .btn-white.show.dropdown-toggle:focus, .show > .btn-white.dropdown-toggle:focus {
  box-shadow: none;
}

/* line 25186, app/assets/stylesheets/css/rtl/core.css */
.btn-white.disabled, .btn-white:disabled {
  color: #263c55 !important;
  background-color: #fff !important;
  border-color: #fff !important;
  box-shadow: none !important;
}

/* line 25193, app/assets/stylesheets/css/rtl/core.css */
.btn-group .btn-white,
.input-group .btn-white {
  border-right: var(--bs-border-width) solid white;
  border-left: var(--bs-border-width) solid white;
}

/* line 25199, app/assets/stylesheets/css/rtl/core.css */
.btn-group-vertical .btn-white {
  border-top-color: white;
  border-bottom-color: white;
}

/* line 25204, app/assets/stylesheets/css/rtl/core.css */
.btn-label-white {
  color: #677788;
  border-color: transparent;
  background: white;
}

/* line 25209, app/assets/stylesheets/css/rtl/core.css */
.btn-label-white:hover {
  border-color: transparent !important;
  background: #fff !important;
  color: #677788 !important;
}

/* line 25214, app/assets/stylesheets/css/rtl/core.css */
.btn-label-white:focus, .btn-label-white.focus {
  color: #677788;
  background: white;
  box-shadow: none !important;
}

/* line 25219, app/assets/stylesheets/css/rtl/core.css */
.btn-label-white:active, .btn-label-white.active, .btn-label-white.show.dropdown-toggle, .show > .btn-label-white.dropdown-toggle {
  color: #677788 !important;
  background-color: white !important;
  border-color: transparent !important;
}

/* line 25224, app/assets/stylesheets/css/rtl/core.css */
.btn-label-white:active:focus, .btn-label-white.active:focus, .btn-label-white.show.dropdown-toggle:focus, .show > .btn-label-white.dropdown-toggle:focus {
  box-shadow: none;
}

/* line 25227, app/assets/stylesheets/css/rtl/core.css */
.btn-label-white.disabled, .btn-label-white:disabled {
  color: #677788 !important;
  border-color: transparent !important;
  background: white !important;
  box-shadow: none !important;
}

/* line 25234, app/assets/stylesheets/css/rtl/core.css */
.btn-group .btn-label-white,
.input-group .btn-label-white {
  border-right: var(--bs-border-width) solid white;
  border-left: var(--bs-border-width) solid white;
}

/* line 25240, app/assets/stylesheets/css/rtl/core.css */
.btn-group-vertical .btn-label-white {
  border-top-color: white;
  border-bottom-color: white;
}

/* line 25245, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-white {
  color: #fff;
  border-color: #fff;
  background: transparent;
}

/* line 25250, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-white:hover {
  color: #263c55 !important;
  background-color: #fff !important;
  border-color: #fff !important;
}

/* line 25255, app/assets/stylesheets/css/rtl/core.css */
.btn-check:focus + .btn-outline-white, .btn-outline-white:focus {
  color: #263c55;
  background-color: white;
  border-color: white;
  box-shadow: none;
}

/* line 25261, app/assets/stylesheets/css/rtl/core.css */
.btn-check:checked + .btn-outline-white, .btn-check:active + .btn-outline-white, .btn-outline-white:active, .btn-outline-white.active, .btn-outline-white.dropdown-toggle.show {
  color: #263c55 !important;
  background-color: white !important;
  border-color: white !important;
}

/* line 25266, app/assets/stylesheets/css/rtl/core.css */
.btn-check:checked + .btn-outline-white:focus, .btn-check:active + .btn-outline-white:focus, .btn-outline-white:active:focus, .btn-outline-white.active:focus, .btn-outline-white.dropdown-toggle.show:focus {
  box-shadow: none;
}

/* line 25269, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-white.disabled, .btn-outline-white:disabled {
  color: #fff !important;
  background-color: transparent !important;
}

/* line 25274, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-white .badge {
  background: #fff;
  border-color: #fff;
  color: #263c55;
}

/* line 25280, app/assets/stylesheets/css/rtl/core.css */
.btn-outline-white:hover .badge,
.btn-outline-white:focus:hover .badge,
.btn-outline-white:active .badge,
.btn-outline-white.active .badge,
.show > .btn-outline-white.dropdown-toggle .badge {
  background: #263c55;
  border-color: #263c55;
  color: #fff;
}

/* line 25290, app/assets/stylesheets/css/rtl/core.css */
.form-check-black .form-check-input:focus {
  border-color: #000;
}

/* line 25293, app/assets/stylesheets/css/rtl/core.css */
.form-check-black .form-check-input:checked {
  background-color: #000;
  border-color: #000;
}

/* line 25297, app/assets/stylesheets/css/rtl/core.css */
.form-check-black .form-check-input[type=checkbox]:indeterminate {
  background-color: #000;
  border-color: #000;
}

/* line 25302, app/assets/stylesheets/css/rtl/core.css */
.form-check-black.custom-option.checked {
  border: 1px solid #000;
}

/* line 25306, app/assets/stylesheets/css/rtl/core.css */
.form-check-white .form-check-input:focus {
  border-color: #fff;
}

/* line 25309, app/assets/stylesheets/css/rtl/core.css */
.form-check-white .form-check-input:checked {
  background-color: #fff;
  border-color: #fff;
}

/* line 25313, app/assets/stylesheets/css/rtl/core.css */
.form-check-white .form-check-input[type=checkbox]:indeterminate {
  background-color: #fff;
  border-color: #fff;
}

/* line 25318, app/assets/stylesheets/css/rtl/core.css */
.form-check-white.custom-option.checked {
  border: 1px solid #fff;
}

/* line 25322, app/assets/stylesheets/css/rtl/core.css */
.form-check-silver .form-check-input:focus {
  border-color: #eee;
}

/* line 25325, app/assets/stylesheets/css/rtl/core.css */
.form-check-silver .form-check-input:checked {
  background-color: #eee;
  border-color: #eee;
}

/* line 25329, app/assets/stylesheets/css/rtl/core.css */
.form-check-silver .form-check-input[type=checkbox]:indeterminate {
  background-color: #eee;
  border-color: #eee;
}

/* line 25334, app/assets/stylesheets/css/rtl/core.css */
.form-check-silver.custom-option.checked {
  border: 1px solid #eee;
}

/* line 25338, app/assets/stylesheets/css/rtl/core.css */
.form-check-gray .form-check-input:focus {
  border-color: #777;
}

/* line 25341, app/assets/stylesheets/css/rtl/core.css */
.form-check-gray .form-check-input:checked {
  background-color: #777;
  border-color: #777;
}

/* line 25345, app/assets/stylesheets/css/rtl/core.css */
.form-check-gray .form-check-input[type=checkbox]:indeterminate {
  background-color: #777;
  border-color: #777;
}

/* line 25350, app/assets/stylesheets/css/rtl/core.css */
.form-check-gray.custom-option.checked {
  border: 1px solid #777;
}

/* line 25354, app/assets/stylesheets/css/rtl/core.css */
.form-check-gold .form-check-input:focus {
  border-color: #ffeb3b;
}

/* line 25357, app/assets/stylesheets/css/rtl/core.css */
.form-check-gold .form-check-input:checked {
  background-color: #ffeb3b;
  border-color: #ffeb3b;
}

/* line 25361, app/assets/stylesheets/css/rtl/core.css */
.form-check-gold .form-check-input[type=checkbox]:indeterminate {
  background-color: #ffeb3b;
  border-color: #ffeb3b;
}

/* line 25366, app/assets/stylesheets/css/rtl/core.css */
.form-check-gold.custom-option.checked {
  border: 1px solid #ffeb3b;
}

/* line 25370, app/assets/stylesheets/css/rtl/core.css */
.form-check-pink .form-check-input:focus {
  border-color: #e91e63;
}

/* line 25373, app/assets/stylesheets/css/rtl/core.css */
.form-check-pink .form-check-input:checked {
  background-color: #e91e63;
  border-color: #e91e63;
}

/* line 25377, app/assets/stylesheets/css/rtl/core.css */
.form-check-pink .form-check-input[type=checkbox]:indeterminate {
  background-color: #e91e63;
  border-color: #e91e63;
}

/* line 25382, app/assets/stylesheets/css/rtl/core.css */
.form-check-pink.custom-option.checked {
  border: 1px solid #e91e63;
}

/* line 25386, app/assets/stylesheets/css/rtl/core.css */
.form-check-red .form-check-input:focus {
  border-color: #f44336;
}

/* line 25389, app/assets/stylesheets/css/rtl/core.css */
.form-check-red .form-check-input:checked {
  background-color: #f44336;
  border-color: #f44336;
}

/* line 25393, app/assets/stylesheets/css/rtl/core.css */
.form-check-red .form-check-input[type=checkbox]:indeterminate {
  background-color: #f44336;
  border-color: #f44336;
}

/* line 25398, app/assets/stylesheets/css/rtl/core.css */
.form-check-red.custom-option.checked {
  border: 1px solid #f44336;
}

/* line 25402, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-secondary {
  background-color: #8a8a88 !important;
  color: #e0e5ea;
}

/* line 25406, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-secondary .navbar-brand,
.navbar.bg-secondary .navbar-brand a {
  color: #fff;
}

/* line 25410, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-secondary .navbar-brand:hover, .navbar.bg-secondary .navbar-brand:focus,
.navbar.bg-secondary .navbar-brand a:hover,
.navbar.bg-secondary .navbar-brand a:focus {
  color: #fff;
}

/* line 25415, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-secondary .navbar-search-wrapper .navbar-search-icon,
.navbar.bg-secondary .navbar-search-wrapper .search-input {
  color: #e0e5ea;
}

/* line 25419, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-secondary .search-input-wrapper .search-input,
.navbar.bg-secondary .search-input-wrapper .search-toggler {
  background-color: #8a8a88 !important;
  color: #e0e5ea;
}

/* line 25424, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-secondary .navbar-nav > .nav-link,
.navbar.bg-secondary .navbar-nav > .nav-item > .nav-link,
.navbar.bg-secondary .navbar-nav > .nav > .nav-item > .nav-link {
  color: #e0e5ea;
}

/* line 25429, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-secondary .navbar-nav > .nav-link:hover, .navbar.bg-secondary .navbar-nav > .nav-link:focus,
.navbar.bg-secondary .navbar-nav > .nav-item > .nav-link:hover,
.navbar.bg-secondary .navbar-nav > .nav-item > .nav-link:focus,
.navbar.bg-secondary .navbar-nav > .nav > .nav-item > .nav-link:hover,
.navbar.bg-secondary .navbar-nav > .nav > .nav-item > .nav-link:focus {
  color: #fff;
}

/* line 25436, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-secondary .navbar-nav > .nav-link.disabled,
.navbar.bg-secondary .navbar-nav > .nav-item > .nav-link.disabled,
.navbar.bg-secondary .navbar-nav > .nav > .nav-item > .nav-link.disabled {
  color: #b0bdca !important;
}

/* line 25441, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-secondary .navbar-nav .show > .nav-link,
.navbar.bg-secondary .navbar-nav .active > .nav-link,
.navbar.bg-secondary .navbar-nav .nav-link.show,
.navbar.bg-secondary .navbar-nav .nav-link.active {
  color: #fff;
}

/* line 25447, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-secondary .navbar-toggler {
  color: #e0e5ea;
  border-color: rgba(255, 255, 255, 0.15);
}

/* line 25451, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-secondary .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba(255, 255, 255, 0.8)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

/* line 25454, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-secondary .navbar-text {
  color: #e0e5ea;
}

/* line 25457, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-secondary .navbar-text a {
  color: #fff;
}

/* line 25460, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-secondary .navbar-text a:hover, .navbar.bg-secondary .navbar-text a:focus {
  color: #fff;
}

/* line 25463, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-secondary hr {
  border-color: rgba(255, 255, 255, 0.15);
}

/* line 25467, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-success {
  background-color: #39da8a !important;
  color: #e2faee;
}

/* line 25471, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-success .navbar-brand,
.navbar.bg-success .navbar-brand a {
  color: #fff;
}

/* line 25475, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-success .navbar-brand:hover, .navbar.bg-success .navbar-brand:focus,
.navbar.bg-success .navbar-brand a:hover,
.navbar.bg-success .navbar-brand a:focus {
  color: #fff;
}

/* line 25480, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-success .navbar-search-wrapper .navbar-search-icon,
.navbar.bg-success .navbar-search-wrapper .search-input {
  color: #e2faee;
}

/* line 25484, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-success .search-input-wrapper .search-input,
.navbar.bg-success .search-input-wrapper .search-toggler {
  background-color: #39da8a !important;
  color: #e2faee;
}

/* line 25489, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-success .navbar-nav > .nav-link,
.navbar.bg-success .navbar-nav > .nav-item > .nav-link,
.navbar.bg-success .navbar-nav > .nav > .nav-item > .nav-link {
  color: #e2faee;
}

/* line 25494, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-success .navbar-nav > .nav-link:hover, .navbar.bg-success .navbar-nav > .nav-link:focus,
.navbar.bg-success .navbar-nav > .nav-item > .nav-link:hover,
.navbar.bg-success .navbar-nav > .nav-item > .nav-link:focus,
.navbar.bg-success .navbar-nav > .nav > .nav-item > .nav-link:hover,
.navbar.bg-success .navbar-nav > .nav > .nav-item > .nav-link:focus {
  color: #fff;
}

/* line 25501, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-success .navbar-nav > .nav-link.disabled,
.navbar.bg-success .navbar-nav > .nav-item > .nav-link.disabled,
.navbar.bg-success .navbar-nav > .nav > .nav-item > .nav-link.disabled {
  color: #9eedc6 !important;
}

/* line 25506, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-success .navbar-nav .show > .nav-link,
.navbar.bg-success .navbar-nav .active > .nav-link,
.navbar.bg-success .navbar-nav .nav-link.show,
.navbar.bg-success .navbar-nav .nav-link.active {
  color: #fff;
}

/* line 25512, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-success .navbar-toggler {
  color: #e2faee;
  border-color: rgba(255, 255, 255, 0.15);
}

/* line 25516, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-success .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba(255, 255, 255, 0.8)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

/* line 25519, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-success .navbar-text {
  color: #e2faee;
}

/* line 25522, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-success .navbar-text a {
  color: #fff;
}

/* line 25525, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-success .navbar-text a:hover, .navbar.bg-success .navbar-text a:focus {
  color: #fff;
}

/* line 25528, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-success hr {
  border-color: rgba(255, 255, 255, 0.15);
}

/* line 25532, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-info {
  background-color: #00cfdd !important;
  color: #d4f7f9;
}

/* line 25536, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-info .navbar-brand,
.navbar.bg-info .navbar-brand a {
  color: #fff;
}

/* line 25540, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-info .navbar-brand:hover, .navbar.bg-info .navbar-brand:focus,
.navbar.bg-info .navbar-brand a:hover,
.navbar.bg-info .navbar-brand a:focus {
  color: #fff;
}

/* line 25545, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-info .navbar-search-wrapper .navbar-search-icon,
.navbar.bg-info .navbar-search-wrapper .search-input {
  color: #d4f7f9;
}

/* line 25549, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-info .search-input-wrapper .search-input,
.navbar.bg-info .search-input-wrapper .search-toggler {
  background-color: #00cfdd !important;
  color: #d4f7f9;
}

/* line 25554, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-info .navbar-nav > .nav-link,
.navbar.bg-info .navbar-nav > .nav-item > .nav-link,
.navbar.bg-info .navbar-nav > .nav > .nav-item > .nav-link {
  color: #d4f7f9;
}

/* line 25559, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-info .navbar-nav > .nav-link:hover, .navbar.bg-info .navbar-nav > .nav-link:focus,
.navbar.bg-info .navbar-nav > .nav-item > .nav-link:hover,
.navbar.bg-info .navbar-nav > .nav-item > .nav-link:focus,
.navbar.bg-info .navbar-nav > .nav > .nav-item > .nav-link:hover,
.navbar.bg-info .navbar-nav > .nav > .nav-item > .nav-link:focus {
  color: #fff;
}

/* line 25566, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-info .navbar-nav > .nav-link.disabled,
.navbar.bg-info .navbar-nav > .nav-item > .nav-link.disabled,
.navbar.bg-info .navbar-nav > .nav > .nav-item > .nav-link.disabled {
  color: #7fe7ee !important;
}

/* line 25571, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-info .navbar-nav .show > .nav-link,
.navbar.bg-info .navbar-nav .active > .nav-link,
.navbar.bg-info .navbar-nav .nav-link.show,
.navbar.bg-info .navbar-nav .nav-link.active {
  color: #fff;
}

/* line 25577, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-info .navbar-toggler {
  color: #d4f7f9;
  border-color: rgba(255, 255, 255, 0.15);
}

/* line 25581, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-info .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba(255, 255, 255, 0.8)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

/* line 25584, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-info .navbar-text {
  color: #d4f7f9;
}

/* line 25587, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-info .navbar-text a {
  color: #fff;
}

/* line 25590, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-info .navbar-text a:hover, .navbar.bg-info .navbar-text a:focus {
  color: #fff;
}

/* line 25593, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-info hr {
  border-color: rgba(255, 255, 255, 0.15);
}

/* line 25597, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-warning {
  background-color: #fdac41 !important;
  color: #fff6ea;
}

/* line 25601, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-warning .navbar-brand,
.navbar.bg-warning .navbar-brand a {
  color: #fff;
}

/* line 25605, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-warning .navbar-brand:hover, .navbar.bg-warning .navbar-brand:focus,
.navbar.bg-warning .navbar-brand a:hover,
.navbar.bg-warning .navbar-brand a:focus {
  color: #fff;
}

/* line 25610, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-warning .navbar-search-wrapper .navbar-search-icon,
.navbar.bg-warning .navbar-search-wrapper .search-input {
  color: #fff6ea;
}

/* line 25614, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-warning .search-input-wrapper .search-input,
.navbar.bg-warning .search-input-wrapper .search-toggler {
  background-color: #fdac41 !important;
  color: #fff6ea;
}

/* line 25619, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-warning .navbar-nav > .nav-link,
.navbar.bg-warning .navbar-nav > .nav-item > .nav-link,
.navbar.bg-warning .navbar-nav > .nav > .nav-item > .nav-link {
  color: #fff6ea;
}

/* line 25624, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-warning .navbar-nav > .nav-link:hover, .navbar.bg-warning .navbar-nav > .nav-link:focus,
.navbar.bg-warning .navbar-nav > .nav-item > .nav-link:hover,
.navbar.bg-warning .navbar-nav > .nav-item > .nav-link:focus,
.navbar.bg-warning .navbar-nav > .nav > .nav-item > .nav-link:hover,
.navbar.bg-warning .navbar-nav > .nav > .nav-item > .nav-link:focus {
  color: #fff;
}

/* line 25631, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-warning .navbar-nav > .nav-link.disabled,
.navbar.bg-warning .navbar-nav > .nav-item > .nav-link.disabled,
.navbar.bg-warning .navbar-nav > .nav > .nav-item > .nav-link.disabled {
  color: #fed8a6 !important;
}

/* line 25636, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-warning .navbar-nav .show > .nav-link,
.navbar.bg-warning .navbar-nav .active > .nav-link,
.navbar.bg-warning .navbar-nav .nav-link.show,
.navbar.bg-warning .navbar-nav .nav-link.active {
  color: #fff;
}

/* line 25642, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-warning .navbar-toggler {
  color: #fff6ea;
  border-color: rgba(255, 255, 255, 0.15);
}

/* line 25646, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-warning .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba(255, 255, 255, 0.8)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

/* line 25649, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-warning .navbar-text {
  color: #fff6ea;
}

/* line 25652, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-warning .navbar-text a {
  color: #fff;
}

/* line 25655, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-warning .navbar-text a:hover, .navbar.bg-warning .navbar-text a:focus {
  color: #fff;
}

/* line 25658, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-warning hr {
  border-color: rgba(255, 255, 255, 0.15);
}

/* line 25662, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-danger {
  background-color: #ff5b5c !important;
  color: #ffe1e2;
}

/* line 25666, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-danger .navbar-brand,
.navbar.bg-danger .navbar-brand a {
  color: #fff;
}

/* line 25670, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-danger .navbar-brand:hover, .navbar.bg-danger .navbar-brand:focus,
.navbar.bg-danger .navbar-brand a:hover,
.navbar.bg-danger .navbar-brand a:focus {
  color: #fff;
}

/* line 25675, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-danger .navbar-search-wrapper .navbar-search-icon,
.navbar.bg-danger .navbar-search-wrapper .search-input {
  color: #ffe1e2;
}

/* line 25679, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-danger .search-input-wrapper .search-input,
.navbar.bg-danger .search-input-wrapper .search-toggler {
  background-color: #ff5b5c !important;
  color: #ffe1e2;
}

/* line 25684, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-danger .navbar-nav > .nav-link,
.navbar.bg-danger .navbar-nav > .nav-item > .nav-link,
.navbar.bg-danger .navbar-nav > .nav > .nav-item > .nav-link {
  color: #ffe1e2;
}

/* line 25689, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-danger .navbar-nav > .nav-link:hover, .navbar.bg-danger .navbar-nav > .nav-link:focus,
.navbar.bg-danger .navbar-nav > .nav-item > .nav-link:hover,
.navbar.bg-danger .navbar-nav > .nav-item > .nav-link:focus,
.navbar.bg-danger .navbar-nav > .nav > .nav-item > .nav-link:hover,
.navbar.bg-danger .navbar-nav > .nav > .nav-item > .nav-link:focus {
  color: #fff;
}

/* line 25696, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-danger .navbar-nav > .nav-link.disabled,
.navbar.bg-danger .navbar-nav > .nav-item > .nav-link.disabled,
.navbar.bg-danger .navbar-nav > .nav > .nav-item > .nav-link.disabled {
  color: #ffabac !important;
}

/* line 25701, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-danger .navbar-nav .show > .nav-link,
.navbar.bg-danger .navbar-nav .active > .nav-link,
.navbar.bg-danger .navbar-nav .nav-link.show,
.navbar.bg-danger .navbar-nav .nav-link.active {
  color: #fff;
}

/* line 25707, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-danger .navbar-toggler {
  color: #ffe1e2;
  border-color: rgba(255, 255, 255, 0.15);
}

/* line 25711, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-danger .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba(255, 255, 255, 0.8)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

/* line 25714, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-danger .navbar-text {
  color: #ffe1e2;
}

/* line 25717, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-danger .navbar-text a {
  color: #fff;
}

/* line 25720, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-danger .navbar-text a:hover, .navbar.bg-danger .navbar-text a:focus {
  color: #fff;
}

/* line 25723, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-danger hr {
  border-color: rgba(255, 255, 255, 0.15);
}

/* line 25727, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-dark {
  background-color: #495563 !important;
  color: #ced1d5;
}

/* line 25731, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-dark .navbar-brand,
.navbar.bg-dark .navbar-brand a {
  color: #fff;
}

/* line 25735, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-dark .navbar-brand:hover, .navbar.bg-dark .navbar-brand:focus,
.navbar.bg-dark .navbar-brand a:hover,
.navbar.bg-dark .navbar-brand a:focus {
  color: #fff;
}

/* line 25740, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-dark .navbar-search-wrapper .navbar-search-icon,
.navbar.bg-dark .navbar-search-wrapper .search-input {
  color: #ced1d5;
}

/* line 25744, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-dark .search-input-wrapper .search-input,
.navbar.bg-dark .search-input-wrapper .search-toggler {
  background-color: #495563 !important;
  color: #ced1d5;
}

/* line 25749, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-dark .navbar-nav > .nav-link,
.navbar.bg-dark .navbar-nav > .nav-item > .nav-link,
.navbar.bg-dark .navbar-nav > .nav > .nav-item > .nav-link {
  color: #ced1d5;
}

/* line 25754, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-dark .navbar-nav > .nav-link:hover, .navbar.bg-dark .navbar-nav > .nav-link:focus,
.navbar.bg-dark .navbar-nav > .nav-item > .nav-link:hover,
.navbar.bg-dark .navbar-nav > .nav-item > .nav-link:focus,
.navbar.bg-dark .navbar-nav > .nav > .nav-item > .nav-link:hover,
.navbar.bg-dark .navbar-nav > .nav > .nav-item > .nav-link:focus {
  color: #fff;
}

/* line 25761, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-dark .navbar-nav > .nav-link.disabled,
.navbar.bg-dark .navbar-nav > .nav-item > .nav-link.disabled,
.navbar.bg-dark .navbar-nav > .nav > .nav-item > .nav-link.disabled {
  color: #999fa7 !important;
}

/* line 25766, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-dark .navbar-nav .show > .nav-link,
.navbar.bg-dark .navbar-nav .active > .nav-link,
.navbar.bg-dark .navbar-nav .nav-link.show,
.navbar.bg-dark .navbar-nav .nav-link.active {
  color: #fff;
}

/* line 25772, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-dark .navbar-toggler {
  color: #ced1d5;
  border-color: rgba(255, 255, 255, 0.15);
}

/* line 25776, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba(255, 255, 255, 0.8)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

/* line 25779, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-dark .navbar-text {
  color: #ced1d5;
}

/* line 25782, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-dark .navbar-text a {
  color: #fff;
}

/* line 25785, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-dark .navbar-text a:hover, .navbar.bg-dark .navbar-text a:focus {
  color: #fff;
}

/* line 25788, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-dark hr {
  border-color: rgba(255, 255, 255, 0.15);
}

/* line 25792, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-gray {
  background-color: #939eaa !important;
  color: #eef0f2;
}

/* line 25796, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-gray .navbar-brand,
.navbar.bg-gray .navbar-brand a {
  color: #fff;
}

/* line 25800, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-gray .navbar-brand:hover, .navbar.bg-gray .navbar-brand:focus,
.navbar.bg-gray .navbar-brand a:hover,
.navbar.bg-gray .navbar-brand a:focus {
  color: #fff;
}

/* line 25805, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-gray .navbar-search-wrapper .navbar-search-icon,
.navbar.bg-gray .navbar-search-wrapper .search-input {
  color: #eef0f2;
}

/* line 25809, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-gray .search-input-wrapper .search-input,
.navbar.bg-gray .search-input-wrapper .search-toggler {
  background-color: rgba(38, 60, 85, 0.5) !important;
  color: #eef0f2;
}

/* line 25814, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-gray .navbar-nav > .nav-link,
.navbar.bg-gray .navbar-nav > .nav-item > .nav-link,
.navbar.bg-gray .navbar-nav > .nav > .nav-item > .nav-link {
  color: #eef0f2;
}

/* line 25819, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-gray .navbar-nav > .nav-link:hover, .navbar.bg-gray .navbar-nav > .nav-link:focus,
.navbar.bg-gray .navbar-nav > .nav-item > .nav-link:hover,
.navbar.bg-gray .navbar-nav > .nav-item > .nav-link:focus,
.navbar.bg-gray .navbar-nav > .nav > .nav-item > .nav-link:hover,
.navbar.bg-gray .navbar-nav > .nav > .nav-item > .nav-link:focus {
  color: #fff;
}

/* line 25826, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-gray .navbar-nav > .nav-link.disabled,
.navbar.bg-gray .navbar-nav > .nav-item > .nav-link.disabled,
.navbar.bg-gray .navbar-nav > .nav > .nav-item > .nav-link.disabled {
  color: #cacfd5 !important;
}

/* line 25831, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-gray .navbar-nav .show > .nav-link,
.navbar.bg-gray .navbar-nav .active > .nav-link,
.navbar.bg-gray .navbar-nav .nav-link.show,
.navbar.bg-gray .navbar-nav .nav-link.active {
  color: #fff;
}

/* line 25837, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-gray .navbar-toggler {
  color: #eef0f2;
  border-color: rgba(255, 255, 255, 0.15);
}

/* line 25841, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-gray .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba(255, 255, 255, 0.8)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

/* line 25844, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-gray .navbar-text {
  color: #eef0f2;
}

/* line 25847, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-gray .navbar-text a {
  color: #fff;
}

/* line 25850, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-gray .navbar-text a:hover, .navbar.bg-gray .navbar-text a:focus {
  color: #fff;
}

/* line 25853, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-gray hr {
  border-color: rgba(255, 255, 255, 0.15);
}

/* line 25857, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-white {
  background-color: #fff !important;
  color: #677788;
}

/* line 25861, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-white .navbar-brand,
.navbar.bg-white .navbar-brand a {
  color: #516377;
}

/* line 25865, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-white .navbar-brand:hover, .navbar.bg-white .navbar-brand:focus,
.navbar.bg-white .navbar-brand a:hover,
.navbar.bg-white .navbar-brand a:focus {
  color: #516377;
}

/* line 25870, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-white .navbar-search-wrapper .navbar-search-icon,
.navbar.bg-white .navbar-search-wrapper .search-input {
  color: #677788;
}

/* line 25874, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-white .search-input-wrapper .search-input,
.navbar.bg-white .search-input-wrapper .search-toggler {
  background-color: #fff !important;
  color: #677788;
}

/* line 25879, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-white .navbar-nav > .nav-link,
.navbar.bg-white .navbar-nav > .nav-item > .nav-link,
.navbar.bg-white .navbar-nav > .nav > .nav-item > .nav-link {
  color: #677788;
}

/* line 25884, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-white .navbar-nav > .nav-link:hover, .navbar.bg-white .navbar-nav > .nav-link:focus,
.navbar.bg-white .navbar-nav > .nav-item > .nav-link:hover,
.navbar.bg-white .navbar-nav > .nav-item > .nav-link:focus,
.navbar.bg-white .navbar-nav > .nav > .nav-item > .nav-link:hover,
.navbar.bg-white .navbar-nav > .nav > .nav-item > .nav-link:focus {
  color: #516377;
}

/* line 25891, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-white .navbar-nav > .nav-link.disabled,
.navbar.bg-white .navbar-nav > .nav-item > .nav-link.disabled,
.navbar.bg-white .navbar-nav > .nav > .nav-item > .nav-link.disabled {
  color: #a4adb8 !important;
}

/* line 25896, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-white .navbar-nav .show > .nav-link,
.navbar.bg-white .navbar-nav .active > .nav-link,
.navbar.bg-white .navbar-nav .nav-link.show,
.navbar.bg-white .navbar-nav .nav-link.active {
  color: #516377;
}

/* line 25902, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-white .navbar-toggler {
  color: #677788;
  border-color: rgba(81, 99, 119, 0.075);
}

/* line 25906, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-white .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba(103, 119, 136, 0.75)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

/* line 25909, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-white .navbar-text {
  color: #677788;
}

/* line 25912, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-white .navbar-text a {
  color: #516377;
}

/* line 25915, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-white .navbar-text a:hover, .navbar.bg-white .navbar-text a:focus {
  color: #516377;
}

/* line 25918, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-white hr {
  border-color: rgba(81, 99, 119, 0.075);
}

/* line 25922, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-light {
  background-color: #e9ecee !important;
  color: #677788;
}

/* line 25926, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-light .navbar-brand,
.navbar.bg-light .navbar-brand a {
  color: #516377;
}

/* line 25930, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-light .navbar-brand:hover, .navbar.bg-light .navbar-brand:focus,
.navbar.bg-light .navbar-brand a:hover,
.navbar.bg-light .navbar-brand a:focus {
  color: #516377;
}

/* line 25935, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-light .navbar-search-wrapper .navbar-search-icon,
.navbar.bg-light .navbar-search-wrapper .search-input {
  color: #677788;
}

/* line 25939, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-light .search-input-wrapper .search-input,
.navbar.bg-light .search-input-wrapper .search-toggler {
  background-color: rgba(38, 60, 85, 0.1) !important;
  color: #677788;
}

/* line 25944, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-light .navbar-nav > .nav-link,
.navbar.bg-light .navbar-nav > .nav-item > .nav-link,
.navbar.bg-light .navbar-nav > .nav > .nav-item > .nav-link {
  color: #677788;
}

/* line 25949, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-light .navbar-nav > .nav-link:hover, .navbar.bg-light .navbar-nav > .nav-link:focus,
.navbar.bg-light .navbar-nav > .nav-item > .nav-link:hover,
.navbar.bg-light .navbar-nav > .nav-item > .nav-link:focus,
.navbar.bg-light .navbar-nav > .nav > .nav-item > .nav-link:hover,
.navbar.bg-light .navbar-nav > .nav > .nav-item > .nav-link:focus {
  color: #516377;
}

/* line 25956, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-light .navbar-nav > .nav-link.disabled,
.navbar.bg-light .navbar-nav > .nav-item > .nav-link.disabled,
.navbar.bg-light .navbar-nav > .nav > .nav-item > .nav-link.disabled {
  color: #9ba6b1 !important;
}

/* line 25961, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-light .navbar-nav .show > .nav-link,
.navbar.bg-light .navbar-nav .active > .nav-link,
.navbar.bg-light .navbar-nav .nav-link.show,
.navbar.bg-light .navbar-nav .nav-link.active {
  color: #516377;
}

/* line 25967, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-light .navbar-toggler {
  color: #677788;
  border-color: rgba(81, 99, 119, 0.0788567);
}

/* line 25971, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba(103, 119, 136, 0.75)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

/* line 25974, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-light .navbar-text {
  color: #677788;
}

/* line 25977, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-light .navbar-text a {
  color: #516377;
}

/* line 25980, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-light .navbar-text a:hover, .navbar.bg-light .navbar-text a:focus {
  color: #516377;
}

/* line 25983, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-light hr {
  border-color: rgba(81, 99, 119, 0.0788567);
}

/* line 25987, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-lighter {
  background-color: #f2f3f5 !important;
  color: #677788;
}

/* line 25991, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-lighter .navbar-brand,
.navbar.bg-lighter .navbar-brand a {
  color: #516377;
}

/* line 25995, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-lighter .navbar-brand:hover, .navbar.bg-lighter .navbar-brand:focus,
.navbar.bg-lighter .navbar-brand a:hover,
.navbar.bg-lighter .navbar-brand a:focus {
  color: #516377;
}

/* line 26000, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-lighter .navbar-search-wrapper .navbar-search-icon,
.navbar.bg-lighter .navbar-search-wrapper .search-input {
  color: #677788;
}

/* line 26004, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-lighter .search-input-wrapper .search-input,
.navbar.bg-lighter .search-input-wrapper .search-toggler {
  background-color: rgba(38, 60, 85, 0.06) !important;
  color: #677788;
}

/* line 26009, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-lighter .navbar-nav > .nav-link,
.navbar.bg-lighter .navbar-nav > .nav-item > .nav-link,
.navbar.bg-lighter .navbar-nav > .nav > .nav-item > .nav-link {
  color: #677788;
}

/* line 26014, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-lighter .navbar-nav > .nav-link:hover, .navbar.bg-lighter .navbar-nav > .nav-link:focus,
.navbar.bg-lighter .navbar-nav > .nav-item > .nav-link:hover,
.navbar.bg-lighter .navbar-nav > .nav-item > .nav-link:focus,
.navbar.bg-lighter .navbar-nav > .nav > .nav-item > .nav-link:hover,
.navbar.bg-lighter .navbar-nav > .nav > .nav-item > .nav-link:focus {
  color: #516377;
}

/* line 26021, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-lighter .navbar-nav > .nav-link.disabled,
.navbar.bg-lighter .navbar-nav > .nav-item > .nav-link.disabled,
.navbar.bg-lighter .navbar-nav > .nav > .nav-item > .nav-link.disabled {
  color: #9fa9b4 !important;
}

/* line 26026, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-lighter .navbar-nav .show > .nav-link,
.navbar.bg-lighter .navbar-nav .active > .nav-link,
.navbar.bg-lighter .navbar-nav .nav-link.show,
.navbar.bg-lighter .navbar-nav .nav-link.active {
  color: #516377;
}

/* line 26032, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-lighter .navbar-toggler {
  color: #677788;
  border-color: rgba(81, 99, 119, 0.0773669);
}

/* line 26036, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-lighter .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba(103, 119, 136, 0.75)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

/* line 26039, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-lighter .navbar-text {
  color: #677788;
}

/* line 26042, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-lighter .navbar-text a {
  color: #516377;
}

/* line 26045, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-lighter .navbar-text a:hover, .navbar.bg-lighter .navbar-text a:focus {
  color: #516377;
}

/* line 26048, app/assets/stylesheets/css/rtl/core.css */
.navbar.bg-lighter hr {
  border-color: rgba(81, 99, 119, 0.0773669);
}

/* line 26052, app/assets/stylesheets/css/rtl/core.css */
.footer.bg-secondary {
  background-color: #8a8a88 !important;
  color: #e0e5ea;
}

/* line 26056, app/assets/stylesheets/css/rtl/core.css */
.footer.bg-secondary .footer-link {
  color: #e0e5ea;
}

/* line 26059, app/assets/stylesheets/css/rtl/core.css */
.footer.bg-secondary .footer-link:hover, .footer.bg-secondary .footer-link:focus {
  color: #fff;
}

/* line 26062, app/assets/stylesheets/css/rtl/core.css */
.footer.bg-secondary .footer-link.disabled {
  color: #b0bdca !important;
}

/* line 26065, app/assets/stylesheets/css/rtl/core.css */
.footer.bg-secondary .footer-text {
  color: #fff;
}

/* line 26068, app/assets/stylesheets/css/rtl/core.css */
.footer.bg-secondary .show > .footer-link,
.footer.bg-secondary .active > .footer-link,
.footer.bg-secondary .footer-link.show,
.footer.bg-secondary .footer-link.active {
  color: #fff;
}

/* line 26074, app/assets/stylesheets/css/rtl/core.css */
.footer.bg-secondary hr {
  border-color: rgba(255, 255, 255, 0.15);
}

/* line 26078, app/assets/stylesheets/css/rtl/core.css */
.footer.bg-success {
  background-color: #39da8a !important;
  color: #e2faee;
}

/* line 26082, app/assets/stylesheets/css/rtl/core.css */
.footer.bg-success .footer-link {
  color: #e2faee;
}

/* line 26085, app/assets/stylesheets/css/rtl/core.css */
.footer.bg-success .footer-link:hover, .footer.bg-success .footer-link:focus {
  color: #fff;
}

/* line 26088, app/assets/stylesheets/css/rtl/core.css */
.footer.bg-success .footer-link.disabled {
  color: #9eedc6 !important;
}

/* line 26091, app/assets/stylesheets/css/rtl/core.css */
.footer.bg-success .footer-text {
  color: #fff;
}

/* line 26094, app/assets/stylesheets/css/rtl/core.css */
.footer.bg-success .show > .footer-link,
.footer.bg-success .active > .footer-link,
.footer.bg-success .footer-link.show,
.footer.bg-success .footer-link.active {
  color: #fff;
}

/* line 26100, app/assets/stylesheets/css/rtl/core.css */
.footer.bg-success hr {
  border-color: rgba(255, 255, 255, 0.15);
}

/* line 26104, app/assets/stylesheets/css/rtl/core.css */
.footer.bg-info {
  background-color: #00cfdd !important;
  color: #d4f7f9;
}

/* line 26108, app/assets/stylesheets/css/rtl/core.css */
.footer.bg-info .footer-link {
  color: #d4f7f9;
}

/* line 26111, app/assets/stylesheets/css/rtl/core.css */
.footer.bg-info .footer-link:hover, .footer.bg-info .footer-link:focus {
  color: #fff;
}

/* line 26114, app/assets/stylesheets/css/rtl/core.css */
.footer.bg-info .footer-link.disabled {
  color: #7fe7ee !important;
}

/* line 26117, app/assets/stylesheets/css/rtl/core.css */
.footer.bg-info .footer-text {
  color: #fff;
}

/* line 26120, app/assets/stylesheets/css/rtl/core.css */
.footer.bg-info .show > .footer-link,
.footer.bg-info .active > .footer-link,
.footer.bg-info .footer-link.show,
.footer.bg-info .footer-link.active {
  color: #fff;
}

/* line 26126, app/assets/stylesheets/css/rtl/core.css */
.footer.bg-info hr {
  border-color: rgba(255, 255, 255, 0.15);
}

/* line 26130, app/assets/stylesheets/css/rtl/core.css */
.footer.bg-warning {
  background-color: #fdac41 !important;
  color: #fff6ea;
}

/* line 26134, app/assets/stylesheets/css/rtl/core.css */
.footer.bg-warning .footer-link {
  color: #fff6ea;
}

/* line 26137, app/assets/stylesheets/css/rtl/core.css */
.footer.bg-warning .footer-link:hover, .footer.bg-warning .footer-link:focus {
  color: #fff;
}

/* line 26140, app/assets/stylesheets/css/rtl/core.css */
.footer.bg-warning .footer-link.disabled {
  color: #fed8a6 !important;
}

/* line 26143, app/assets/stylesheets/css/rtl/core.css */
.footer.bg-warning .footer-text {
  color: #fff;
}

/* line 26146, app/assets/stylesheets/css/rtl/core.css */
.footer.bg-warning .show > .footer-link,
.footer.bg-warning .active > .footer-link,
.footer.bg-warning .footer-link.show,
.footer.bg-warning .footer-link.active {
  color: #fff;
}

/* line 26152, app/assets/stylesheets/css/rtl/core.css */
.footer.bg-warning hr {
  border-color: rgba(255, 255, 255, 0.15);
}

/* line 26156, app/assets/stylesheets/css/rtl/core.css */
.footer.bg-danger {
  background-color: #ff5b5c !important;
  color: #ffe1e2;
}

/* line 26160, app/assets/stylesheets/css/rtl/core.css */
.footer.bg-danger .footer-link {
  color: #ffe1e2;
}

/* line 26163, app/assets/stylesheets/css/rtl/core.css */
.footer.bg-danger .footer-link:hover, .footer.bg-danger .footer-link:focus {
  color: #fff;
}

/* line 26166, app/assets/stylesheets/css/rtl/core.css */
.footer.bg-danger .footer-link.disabled {
  color: #ffabac !important;
}

/* line 26169, app/assets/stylesheets/css/rtl/core.css */
.footer.bg-danger .footer-text {
  color: #fff;
}

/* line 26172, app/assets/stylesheets/css/rtl/core.css */
.footer.bg-danger .show > .footer-link,
.footer.bg-danger .active > .footer-link,
.footer.bg-danger .footer-link.show,
.footer.bg-danger .footer-link.active {
  color: #fff;
}

/* line 26178, app/assets/stylesheets/css/rtl/core.css */
.footer.bg-danger hr {
  border-color: rgba(255, 255, 255, 0.15);
}

/* line 26182, app/assets/stylesheets/css/rtl/core.css */
.footer.bg-dark {
  background-color: #495563 !important;
  color: #ced1d5;
}

/* line 26186, app/assets/stylesheets/css/rtl/core.css */
.footer.bg-dark .footer-link {
  color: #ced1d5;
}

/* line 26189, app/assets/stylesheets/css/rtl/core.css */
.footer.bg-dark .footer-link:hover, .footer.bg-dark .footer-link:focus {
  color: #fff;
}

/* line 26192, app/assets/stylesheets/css/rtl/core.css */
.footer.bg-dark .footer-link.disabled {
  color: #999fa7 !important;
}

/* line 26195, app/assets/stylesheets/css/rtl/core.css */
.footer.bg-dark .footer-text {
  color: #fff;
}

/* line 26198, app/assets/stylesheets/css/rtl/core.css */
.footer.bg-dark .show > .footer-link,
.footer.bg-dark .active > .footer-link,
.footer.bg-dark .footer-link.show,
.footer.bg-dark .footer-link.active {
  color: #fff;
}

/* line 26204, app/assets/stylesheets/css/rtl/core.css */
.footer.bg-dark hr {
  border-color: rgba(255, 255, 255, 0.15);
}

/* line 26208, app/assets/stylesheets/css/rtl/core.css */
.footer.bg-gray {
  background-color: #939eaa !important;
  color: #eef0f2;
}

/* line 26212, app/assets/stylesheets/css/rtl/core.css */
.footer.bg-gray .footer-link {
  color: #eef0f2;
}

/* line 26215, app/assets/stylesheets/css/rtl/core.css */
.footer.bg-gray .footer-link:hover, .footer.bg-gray .footer-link:focus {
  color: #fff;
}

/* line 26218, app/assets/stylesheets/css/rtl/core.css */
.footer.bg-gray .footer-link.disabled {
  color: #cacfd5 !important;
}

/* line 26221, app/assets/stylesheets/css/rtl/core.css */
.footer.bg-gray .footer-text {
  color: #fff;
}

/* line 26224, app/assets/stylesheets/css/rtl/core.css */
.footer.bg-gray .show > .footer-link,
.footer.bg-gray .active > .footer-link,
.footer.bg-gray .footer-link.show,
.footer.bg-gray .footer-link.active {
  color: #fff;
}

/* line 26230, app/assets/stylesheets/css/rtl/core.css */
.footer.bg-gray hr {
  border-color: rgba(255, 255, 255, 0.15);
}

/* line 26234, app/assets/stylesheets/css/rtl/core.css */
.footer.bg-white {
  background-color: #fff !important;
  color: #677788;
}

/* line 26238, app/assets/stylesheets/css/rtl/core.css */
.footer.bg-white .footer-link {
  color: #677788;
}

/* line 26241, app/assets/stylesheets/css/rtl/core.css */
.footer.bg-white .footer-link:hover, .footer.bg-white .footer-link:focus {
  color: #516377;
}

/* line 26244, app/assets/stylesheets/css/rtl/core.css */
.footer.bg-white .footer-link.disabled {
  color: #a4adb8 !important;
}

/* line 26247, app/assets/stylesheets/css/rtl/core.css */
.footer.bg-white .footer-text {
  color: #516377;
}

/* line 26250, app/assets/stylesheets/css/rtl/core.css */
.footer.bg-white .show > .footer-link,
.footer.bg-white .active > .footer-link,
.footer.bg-white .footer-link.show,
.footer.bg-white .footer-link.active {
  color: #516377;
}

/* line 26256, app/assets/stylesheets/css/rtl/core.css */
.footer.bg-white hr {
  border-color: rgba(81, 99, 119, 0.075);
}

/* line 26260, app/assets/stylesheets/css/rtl/core.css */
.footer.bg-light {
  background-color: #e9ecee !important;
  color: #677788;
}

/* line 26264, app/assets/stylesheets/css/rtl/core.css */
.footer.bg-light .footer-link {
  color: #677788;
}

/* line 26267, app/assets/stylesheets/css/rtl/core.css */
.footer.bg-light .footer-link:hover, .footer.bg-light .footer-link:focus {
  color: #516377;
}

/* line 26270, app/assets/stylesheets/css/rtl/core.css */
.footer.bg-light .footer-link.disabled {
  color: #9ba6b1 !important;
}

/* line 26273, app/assets/stylesheets/css/rtl/core.css */
.footer.bg-light .footer-text {
  color: #516377;
}

/* line 26276, app/assets/stylesheets/css/rtl/core.css */
.footer.bg-light .show > .footer-link,
.footer.bg-light .active > .footer-link,
.footer.bg-light .footer-link.show,
.footer.bg-light .footer-link.active {
  color: #516377;
}

/* line 26282, app/assets/stylesheets/css/rtl/core.css */
.footer.bg-light hr {
  border-color: rgba(81, 99, 119, 0.0788567);
}

/* line 26286, app/assets/stylesheets/css/rtl/core.css */
.footer.bg-lighter {
  background-color: #f2f3f5 !important;
  color: #677788;
}

/* line 26290, app/assets/stylesheets/css/rtl/core.css */
.footer.bg-lighter .footer-link {
  color: #677788;
}

/* line 26293, app/assets/stylesheets/css/rtl/core.css */
.footer.bg-lighter .footer-link:hover, .footer.bg-lighter .footer-link:focus {
  color: #516377;
}

/* line 26296, app/assets/stylesheets/css/rtl/core.css */
.footer.bg-lighter .footer-link.disabled {
  color: #9fa9b4 !important;
}

/* line 26299, app/assets/stylesheets/css/rtl/core.css */
.footer.bg-lighter .footer-text {
  color: #516377;
}

/* line 26302, app/assets/stylesheets/css/rtl/core.css */
.footer.bg-lighter .show > .footer-link,
.footer.bg-lighter .active > .footer-link,
.footer.bg-lighter .footer-link.show,
.footer.bg-lighter .footer-link.active {
  color: #516377;
}

/* line 26308, app/assets/stylesheets/css/rtl/core.css */
.footer.bg-lighter hr {
  border-color: rgba(81, 99, 119, 0.0773669);
}

/* line 26312, app/assets/stylesheets/css/rtl/core.css */
.pl-1 {
  padding-left: 10px;
}

/* line 26316, app/assets/stylesheets/css/rtl/core.css */
.pl-2 {
  padding-left: 20px;
}

/* line 26320, app/assets/stylesheets/css/rtl/core.css */
.pr-1 {
  padding-right: 10px;
}

/* line 26324, app/assets/stylesheets/css/rtl/core.css */
.pr-2 {
  padding-right: 20px;
}

/*!
 * Start Bootstrap - SB Admin 2 v4.1.3 (https://startbootstrap.com/theme/sb-admin-2)
 * Copyright 2013-2021 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-sb-admin-2/blob/master/LICENSE)
 */
/*!
 * Bootstrap v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
/* line 13, app/assets/stylesheets/css/theme/theme.scss */
:root {
  --blue: #ead138;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #e74a3b;
  --orange: #fd7e14;
  --yellow: #f6c23e;
  --green: #1cc88a;
  --teal: #20c9a6;
  --cyan: #36b9cc;
  --white: #fff;
  --gray: #858796;
  --gray-dark: #5a5c69;
  --primary: #ead138;
  --secondary: #858796;
  --success: #1cc88a;
  --info: #36b9cc;
  --warning: #f6c23e;
  --danger: #e74a3b;
  --light: #f8f9fc;
  --dark: #5a5c69;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 44, app/assets/stylesheets/css/theme/theme.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 50, app/assets/stylesheets/css/theme/theme.scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 57, app/assets/stylesheets/css/theme/theme.scss */
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

/* line 61, app/assets/stylesheets/css/theme/theme.scss */
body {
  margin: 0;
  font-family: Arial !important;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.4;
  color: #858796;
  text-align: left;
  background-color: #fff;
}

/* line 72, app/assets/stylesheets/css/theme/theme.scss */
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

/* line 76, app/assets/stylesheets/css/theme/theme.scss */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 82, app/assets/stylesheets/css/theme/theme.scss */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 0.2rem;
}

/* line 87, app/assets/stylesheets/css/theme/theme.scss */
p {
  margin-top: 0;
  margin-bottom: 0.4rem;
}

/* line 92, app/assets/stylesheets/css/theme/theme.scss */
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

/* line 103, app/assets/stylesheets/css/theme/theme.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 109, app/assets/stylesheets/css/theme/theme.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 116, app/assets/stylesheets/css/theme/theme.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 123, app/assets/stylesheets/css/theme/theme.scss */
dt {
  font-weight: 700;
}

/* line 127, app/assets/stylesheets/css/theme/theme.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 132, app/assets/stylesheets/css/theme/theme.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 136, app/assets/stylesheets/css/theme/theme.scss */
b,
strong {
  font-weight: bolder;
}

/* line 141, app/assets/stylesheets/css/theme/theme.scss */
small, .small {
  font-size: 80%;
}

/* line 145, app/assets/stylesheets/css/theme/theme.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 153, app/assets/stylesheets/css/theme/theme.scss */
sub {
  bottom: -.25em;
}

/* line 157, app/assets/stylesheets/css/theme/theme.scss */
sup {
  top: -.5em;
}

/* line 161, app/assets/stylesheets/css/theme/theme.scss */
a {
  color: var(--color-gold);
  text-decoration: none;
  background-color: transparent;
}

/* line 167, app/assets/stylesheets/css/theme/theme.scss */
a:hover {
  color: var(--color-gold);
}

/* line 172, app/assets/stylesheets/css/theme/theme.scss */
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

/* line 177, app/assets/stylesheets/css/theme/theme.scss */
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

/* line 182, app/assets/stylesheets/css/theme/theme.scss */
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

/* line 190, app/assets/stylesheets/css/theme/theme.scss */
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

/* line 197, app/assets/stylesheets/css/theme/theme.scss */
figure {
  margin: 0 0 1rem;
}

/* line 201, app/assets/stylesheets/css/theme/theme.scss */
img {
  vertical-align: middle;
  border-style: none;
}

/* line 206, app/assets/stylesheets/css/theme/theme.scss */
svg {
  overflow: hidden;
  vertical-align: middle;
}

/* line 211, app/assets/stylesheets/css/theme/theme.scss */
table {
  border-collapse: collapse;
}

/* line 215, app/assets/stylesheets/css/theme/theme.scss */
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #858796;
  text-align: left;
  caption-side: bottom;
}

/* line 223, app/assets/stylesheets/css/theme/theme.scss */
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

/* line 228, app/assets/stylesheets/css/theme/theme.scss */
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

/* line 233, app/assets/stylesheets/css/theme/theme.scss */
button {
  border-radius: 0;
}

/* line 237, app/assets/stylesheets/css/theme/theme.scss */
button:focus:not(:focus-visible) {
  outline: 0;
}

/* line 241, app/assets/stylesheets/css/theme/theme.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 252, app/assets/stylesheets/css/theme/theme.scss */
button,
input {
  overflow: visible;
}

/* line 257, app/assets/stylesheets/css/theme/theme.scss */
button,
select {
  text-transform: none;
}

/* line 262, app/assets/stylesheets/css/theme/theme.scss */
[role="button"] {
  cursor: pointer;
}

/* line 266, app/assets/stylesheets/css/theme/theme.scss */
select {
  word-wrap: normal;
}

/* line 270, app/assets/stylesheets/css/theme/theme.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 277, app/assets/stylesheets/css/theme/theme.scss */
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

/* line 284, app/assets/stylesheets/css/theme/theme.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 292, app/assets/stylesheets/css/theme/theme.scss */
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 298, app/assets/stylesheets/css/theme/theme.scss */
textarea {
  overflow: auto;
  resize: vertical;
}

/* line 303, app/assets/stylesheets/css/theme/theme.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 310, app/assets/stylesheets/css/theme/theme.scss */
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

/* line 322, app/assets/stylesheets/css/theme/theme.scss */
progress {
  vertical-align: baseline;
}

/* line 326, app/assets/stylesheets/css/theme/theme.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 331, app/assets/stylesheets/css/theme/theme.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

/* line 336, app/assets/stylesheets/css/theme/theme.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 340, app/assets/stylesheets/css/theme/theme.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 345, app/assets/stylesheets/css/theme/theme.scss */
output {
  display: inline-block;
}

/* line 349, app/assets/stylesheets/css/theme/theme.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 354, app/assets/stylesheets/css/theme/theme.scss */
template {
  display: none;
}

/* line 358, app/assets/stylesheets/css/theme/theme.scss */
[hidden] {
  display: none !important;
}

/* line 362, app/assets/stylesheets/css/theme/theme.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.2rem;
  font-weight: 400;
  line-height: 1.2;
}

/* line 369, app/assets/stylesheets/css/theme/theme.scss */
h1, .h1 {
  font-size: 1.75rem;
}

/* line 373, app/assets/stylesheets/css/theme/theme.scss */
h2, .h2 {
  font-size: 1.5rem;
}

/* line 377, app/assets/stylesheets/css/theme/theme.scss */
h3, .h3 {
  font-size: 1.75rem;
}

/* line 381, app/assets/stylesheets/css/theme/theme.scss */
h4, .h4 {
  font-size: 1.1rem;
}

/* line 385, app/assets/stylesheets/css/theme/theme.scss */
h5, .h5 {
  font-size: 1.05rem;
}

/* line 389, app/assets/stylesheets/css/theme/theme.scss */
h6, .h6 {
  font-size: 1rem;
}

/* line 393, app/assets/stylesheets/css/theme/theme.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 398, app/assets/stylesheets/css/theme/theme.scss */
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 404, app/assets/stylesheets/css/theme/theme.scss */
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 410, app/assets/stylesheets/css/theme/theme.scss */
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 416, app/assets/stylesheets/css/theme/theme.scss */
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 422, app/assets/stylesheets/css/theme/theme.scss */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 429, app/assets/stylesheets/css/theme/theme.scss */
small,
.small {
  font-size: 80%;
  font-weight: 400;
}

/* line 435, app/assets/stylesheets/css/theme/theme.scss */
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

/* line 441, app/assets/stylesheets/css/theme/theme.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 446, app/assets/stylesheets/css/theme/theme.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 451, app/assets/stylesheets/css/theme/theme.scss */
.list-inline-item {
  display: inline-block;
}

/* line 455, app/assets/stylesheets/css/theme/theme.scss */
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 459, app/assets/stylesheets/css/theme/theme.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 464, app/assets/stylesheets/css/theme/theme.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* line 469, app/assets/stylesheets/css/theme/theme.scss */
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #858796;
}

/* line 475, app/assets/stylesheets/css/theme/theme.scss */
.blockquote-footer::before {
  content: "\2014\00A0";
}

/* line 479, app/assets/stylesheets/css/theme/theme.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 484, app/assets/stylesheets/css/theme/theme.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dddfeb;
  border-radius: 0.35rem;
  max-width: 100%;
  height: auto;
}

/* line 493, app/assets/stylesheets/css/theme/theme.scss */
.figure {
  display: inline-block;
}

/* line 497, app/assets/stylesheets/css/theme/theme.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 502, app/assets/stylesheets/css/theme/theme.scss */
.figure-caption {
  font-size: 90%;
  color: #858796;
}

/* line 507, app/assets/stylesheets/css/theme/theme.scss */
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

/* line 513, app/assets/stylesheets/css/theme/theme.scss */
a > code {
  color: inherit;
}

/* line 517, app/assets/stylesheets/css/theme/theme.scss */
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #3a3b45;
  border-radius: 0.2rem;
}

/* line 525, app/assets/stylesheets/css/theme/theme.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

/* line 531, app/assets/stylesheets/css/theme/theme.scss */
pre {
  display: block;
  font-size: 87.5%;
  color: #3a3b45;
}

/* line 537, app/assets/stylesheets/css/theme/theme.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 543, app/assets/stylesheets/css/theme/theme.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 548, app/assets/stylesheets/css/theme/theme.scss */
.container,
.container-fluid,
.container-xxl,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 562, app/assets/stylesheets/css/theme/theme.scss */
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 568, app/assets/stylesheets/css/theme/theme.scss */
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 574, app/assets/stylesheets/css/theme/theme.scss */
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 580, app/assets/stylesheets/css/theme/theme.scss */
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}

/* line 585, app/assets/stylesheets/css/theme/theme.scss */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

/* line 592, app/assets/stylesheets/css/theme/theme.scss */
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 597, app/assets/stylesheets/css/theme/theme.scss */
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 603, app/assets/stylesheets/css/theme/theme.scss */
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/* line 615, app/assets/stylesheets/css/theme/theme.scss */
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

/* line 621, app/assets/stylesheets/css/theme/theme.scss */
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 626, app/assets/stylesheets/css/theme/theme.scss */
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 631, app/assets/stylesheets/css/theme/theme.scss */
.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

/* line 636, app/assets/stylesheets/css/theme/theme.scss */
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 641, app/assets/stylesheets/css/theme/theme.scss */
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

/* line 646, app/assets/stylesheets/css/theme/theme.scss */
.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

/* line 651, app/assets/stylesheets/css/theme/theme.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

/* line 657, app/assets/stylesheets/css/theme/theme.scss */
.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

/* line 662, app/assets/stylesheets/css/theme/theme.scss */
.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

/* line 667, app/assets/stylesheets/css/theme/theme.scss */
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 672, app/assets/stylesheets/css/theme/theme.scss */
.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

/* line 677, app/assets/stylesheets/css/theme/theme.scss */
.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

/* line 682, app/assets/stylesheets/css/theme/theme.scss */
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 687, app/assets/stylesheets/css/theme/theme.scss */
.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

/* line 692, app/assets/stylesheets/css/theme/theme.scss */
.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

/* line 697, app/assets/stylesheets/css/theme/theme.scss */
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 702, app/assets/stylesheets/css/theme/theme.scss */
.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

/* line 707, app/assets/stylesheets/css/theme/theme.scss */
.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

/* line 712, app/assets/stylesheets/css/theme/theme.scss */
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 717, app/assets/stylesheets/css/theme/theme.scss */
.order-first {
  order: -1;
}

/* line 721, app/assets/stylesheets/css/theme/theme.scss */
.order-last {
  order: 13;
}

/* line 725, app/assets/stylesheets/css/theme/theme.scss */
.order-0 {
  order: 0;
}

/* line 729, app/assets/stylesheets/css/theme/theme.scss */
.order-1 {
  order: 1;
}

/* line 733, app/assets/stylesheets/css/theme/theme.scss */
.order-2 {
  order: 2;
}

/* line 737, app/assets/stylesheets/css/theme/theme.scss */
.order-3 {
  order: 3;
}

/* line 741, app/assets/stylesheets/css/theme/theme.scss */
.order-4 {
  order: 4;
}

/* line 745, app/assets/stylesheets/css/theme/theme.scss */
.order-5 {
  order: 5;
}

/* line 749, app/assets/stylesheets/css/theme/theme.scss */
.order-6 {
  order: 6;
}

/* line 753, app/assets/stylesheets/css/theme/theme.scss */
.order-7 {
  order: 7;
}

/* line 757, app/assets/stylesheets/css/theme/theme.scss */
.order-8 {
  order: 8;
}

/* line 761, app/assets/stylesheets/css/theme/theme.scss */
.order-9 {
  order: 9;
}

/* line 765, app/assets/stylesheets/css/theme/theme.scss */
.order-10 {
  order: 10;
}

/* line 769, app/assets/stylesheets/css/theme/theme.scss */
.order-11 {
  order: 11;
}

/* line 773, app/assets/stylesheets/css/theme/theme.scss */
.order-12 {
  order: 12;
}

/* line 777, app/assets/stylesheets/css/theme/theme.scss */
.offset-1 {
  margin-left: 8.33333%;
}

/* line 781, app/assets/stylesheets/css/theme/theme.scss */
.offset-2 {
  margin-left: 16.66667%;
}

/* line 785, app/assets/stylesheets/css/theme/theme.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 789, app/assets/stylesheets/css/theme/theme.scss */
.offset-4 {
  margin-left: 33.33333%;
}

/* line 793, app/assets/stylesheets/css/theme/theme.scss */
.offset-5 {
  margin-left: 41.66667%;
}

/* line 797, app/assets/stylesheets/css/theme/theme.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 801, app/assets/stylesheets/css/theme/theme.scss */
.offset-7 {
  margin-left: 58.33333%;
}

/* line 805, app/assets/stylesheets/css/theme/theme.scss */
.offset-8 {
  margin-left: 66.66667%;
}

/* line 809, app/assets/stylesheets/css/theme/theme.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 813, app/assets/stylesheets/css/theme/theme.scss */
.offset-10 {
  margin-left: 83.33333%;
}

/* line 817, app/assets/stylesheets/css/theme/theme.scss */
.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  /* line 822, app/assets/stylesheets/css/theme/theme.scss */
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 827, app/assets/stylesheets/css/theme/theme.scss */
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 831, app/assets/stylesheets/css/theme/theme.scss */
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 835, app/assets/stylesheets/css/theme/theme.scss */
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 839, app/assets/stylesheets/css/theme/theme.scss */
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 843, app/assets/stylesheets/css/theme/theme.scss */
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 847, app/assets/stylesheets/css/theme/theme.scss */
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 851, app/assets/stylesheets/css/theme/theme.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 856, app/assets/stylesheets/css/theme/theme.scss */
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 860, app/assets/stylesheets/css/theme/theme.scss */
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 864, app/assets/stylesheets/css/theme/theme.scss */
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 868, app/assets/stylesheets/css/theme/theme.scss */
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 872, app/assets/stylesheets/css/theme/theme.scss */
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 876, app/assets/stylesheets/css/theme/theme.scss */
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 880, app/assets/stylesheets/css/theme/theme.scss */
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 884, app/assets/stylesheets/css/theme/theme.scss */
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 888, app/assets/stylesheets/css/theme/theme.scss */
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 892, app/assets/stylesheets/css/theme/theme.scss */
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 896, app/assets/stylesheets/css/theme/theme.scss */
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 900, app/assets/stylesheets/css/theme/theme.scss */
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 904, app/assets/stylesheets/css/theme/theme.scss */
  .order-sm-first {
    order: -1;
  }
  /* line 907, app/assets/stylesheets/css/theme/theme.scss */
  .order-sm-last {
    order: 13;
  }
  /* line 910, app/assets/stylesheets/css/theme/theme.scss */
  .order-sm-0 {
    order: 0;
  }
  /* line 913, app/assets/stylesheets/css/theme/theme.scss */
  .order-sm-1 {
    order: 1;
  }
  /* line 916, app/assets/stylesheets/css/theme/theme.scss */
  .order-sm-2 {
    order: 2;
  }
  /* line 919, app/assets/stylesheets/css/theme/theme.scss */
  .order-sm-3 {
    order: 3;
  }
  /* line 922, app/assets/stylesheets/css/theme/theme.scss */
  .order-sm-4 {
    order: 4;
  }
  /* line 925, app/assets/stylesheets/css/theme/theme.scss */
  .order-sm-5 {
    order: 5;
  }
  /* line 928, app/assets/stylesheets/css/theme/theme.scss */
  .order-sm-6 {
    order: 6;
  }
  /* line 931, app/assets/stylesheets/css/theme/theme.scss */
  .order-sm-7 {
    order: 7;
  }
  /* line 934, app/assets/stylesheets/css/theme/theme.scss */
  .order-sm-8 {
    order: 8;
  }
  /* line 937, app/assets/stylesheets/css/theme/theme.scss */
  .order-sm-9 {
    order: 9;
  }
  /* line 940, app/assets/stylesheets/css/theme/theme.scss */
  .order-sm-10 {
    order: 10;
  }
  /* line 943, app/assets/stylesheets/css/theme/theme.scss */
  .order-sm-11 {
    order: 11;
  }
  /* line 946, app/assets/stylesheets/css/theme/theme.scss */
  .order-sm-12 {
    order: 12;
  }
  /* line 949, app/assets/stylesheets/css/theme/theme.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 952, app/assets/stylesheets/css/theme/theme.scss */
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  /* line 955, app/assets/stylesheets/css/theme/theme.scss */
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  /* line 958, app/assets/stylesheets/css/theme/theme.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 961, app/assets/stylesheets/css/theme/theme.scss */
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  /* line 964, app/assets/stylesheets/css/theme/theme.scss */
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  /* line 967, app/assets/stylesheets/css/theme/theme.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 970, app/assets/stylesheets/css/theme/theme.scss */
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  /* line 973, app/assets/stylesheets/css/theme/theme.scss */
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  /* line 976, app/assets/stylesheets/css/theme/theme.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 979, app/assets/stylesheets/css/theme/theme.scss */
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  /* line 982, app/assets/stylesheets/css/theme/theme.scss */
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  /* line 988, app/assets/stylesheets/css/theme/theme.scss */
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 993, app/assets/stylesheets/css/theme/theme.scss */
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 997, app/assets/stylesheets/css/theme/theme.scss */
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1001, app/assets/stylesheets/css/theme/theme.scss */
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 1005, app/assets/stylesheets/css/theme/theme.scss */
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1009, app/assets/stylesheets/css/theme/theme.scss */
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 1013, app/assets/stylesheets/css/theme/theme.scss */
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 1017, app/assets/stylesheets/css/theme/theme.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 1022, app/assets/stylesheets/css/theme/theme.scss */
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 1026, app/assets/stylesheets/css/theme/theme.scss */
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 1030, app/assets/stylesheets/css/theme/theme.scss */
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1034, app/assets/stylesheets/css/theme/theme.scss */
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 1038, app/assets/stylesheets/css/theme/theme.scss */
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 1042, app/assets/stylesheets/css/theme/theme.scss */
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1046, app/assets/stylesheets/css/theme/theme.scss */
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 1050, app/assets/stylesheets/css/theme/theme.scss */
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 1054, app/assets/stylesheets/css/theme/theme.scss */
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 1058, app/assets/stylesheets/css/theme/theme.scss */
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 1062, app/assets/stylesheets/css/theme/theme.scss */
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 1066, app/assets/stylesheets/css/theme/theme.scss */
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1070, app/assets/stylesheets/css/theme/theme.scss */
  .order-md-first {
    order: -1;
  }
  /* line 1073, app/assets/stylesheets/css/theme/theme.scss */
  .order-md-last {
    order: 13;
  }
  /* line 1076, app/assets/stylesheets/css/theme/theme.scss */
  .order-md-0 {
    order: 0;
  }
  /* line 1079, app/assets/stylesheets/css/theme/theme.scss */
  .order-md-1 {
    order: 1;
  }
  /* line 1082, app/assets/stylesheets/css/theme/theme.scss */
  .order-md-2 {
    order: 2;
  }
  /* line 1085, app/assets/stylesheets/css/theme/theme.scss */
  .order-md-3 {
    order: 3;
  }
  /* line 1088, app/assets/stylesheets/css/theme/theme.scss */
  .order-md-4 {
    order: 4;
  }
  /* line 1091, app/assets/stylesheets/css/theme/theme.scss */
  .order-md-5 {
    order: 5;
  }
  /* line 1094, app/assets/stylesheets/css/theme/theme.scss */
  .order-md-6 {
    order: 6;
  }
  /* line 1097, app/assets/stylesheets/css/theme/theme.scss */
  .order-md-7 {
    order: 7;
  }
  /* line 1100, app/assets/stylesheets/css/theme/theme.scss */
  .order-md-8 {
    order: 8;
  }
  /* line 1103, app/assets/stylesheets/css/theme/theme.scss */
  .order-md-9 {
    order: 9;
  }
  /* line 1106, app/assets/stylesheets/css/theme/theme.scss */
  .order-md-10 {
    order: 10;
  }
  /* line 1109, app/assets/stylesheets/css/theme/theme.scss */
  .order-md-11 {
    order: 11;
  }
  /* line 1112, app/assets/stylesheets/css/theme/theme.scss */
  .order-md-12 {
    order: 12;
  }
  /* line 1115, app/assets/stylesheets/css/theme/theme.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 1118, app/assets/stylesheets/css/theme/theme.scss */
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  /* line 1121, app/assets/stylesheets/css/theme/theme.scss */
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  /* line 1124, app/assets/stylesheets/css/theme/theme.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 1127, app/assets/stylesheets/css/theme/theme.scss */
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  /* line 1130, app/assets/stylesheets/css/theme/theme.scss */
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  /* line 1133, app/assets/stylesheets/css/theme/theme.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 1136, app/assets/stylesheets/css/theme/theme.scss */
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  /* line 1139, app/assets/stylesheets/css/theme/theme.scss */
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  /* line 1142, app/assets/stylesheets/css/theme/theme.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 1145, app/assets/stylesheets/css/theme/theme.scss */
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  /* line 1148, app/assets/stylesheets/css/theme/theme.scss */
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  /* line 1154, app/assets/stylesheets/css/theme/theme.scss */
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 1159, app/assets/stylesheets/css/theme/theme.scss */
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1163, app/assets/stylesheets/css/theme/theme.scss */
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1167, app/assets/stylesheets/css/theme/theme.scss */
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 1171, app/assets/stylesheets/css/theme/theme.scss */
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1175, app/assets/stylesheets/css/theme/theme.scss */
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 1179, app/assets/stylesheets/css/theme/theme.scss */
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 1183, app/assets/stylesheets/css/theme/theme.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 1188, app/assets/stylesheets/css/theme/theme.scss */
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 1192, app/assets/stylesheets/css/theme/theme.scss */
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 1196, app/assets/stylesheets/css/theme/theme.scss */
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1200, app/assets/stylesheets/css/theme/theme.scss */
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 1204, app/assets/stylesheets/css/theme/theme.scss */
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 1208, app/assets/stylesheets/css/theme/theme.scss */
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1212, app/assets/stylesheets/css/theme/theme.scss */
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 1216, app/assets/stylesheets/css/theme/theme.scss */
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 1220, app/assets/stylesheets/css/theme/theme.scss */
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 1224, app/assets/stylesheets/css/theme/theme.scss */
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 1228, app/assets/stylesheets/css/theme/theme.scss */
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 1232, app/assets/stylesheets/css/theme/theme.scss */
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1236, app/assets/stylesheets/css/theme/theme.scss */
  .order-lg-first {
    order: -1;
  }
  /* line 1239, app/assets/stylesheets/css/theme/theme.scss */
  .order-lg-last {
    order: 13;
  }
  /* line 1242, app/assets/stylesheets/css/theme/theme.scss */
  .order-lg-0 {
    order: 0;
  }
  /* line 1245, app/assets/stylesheets/css/theme/theme.scss */
  .order-lg-1 {
    order: 1;
  }
  /* line 1248, app/assets/stylesheets/css/theme/theme.scss */
  .order-lg-2 {
    order: 2;
  }
  /* line 1251, app/assets/stylesheets/css/theme/theme.scss */
  .order-lg-3 {
    order: 3;
  }
  /* line 1254, app/assets/stylesheets/css/theme/theme.scss */
  .order-lg-4 {
    order: 4;
  }
  /* line 1257, app/assets/stylesheets/css/theme/theme.scss */
  .order-lg-5 {
    order: 5;
  }
  /* line 1260, app/assets/stylesheets/css/theme/theme.scss */
  .order-lg-6 {
    order: 6;
  }
  /* line 1263, app/assets/stylesheets/css/theme/theme.scss */
  .order-lg-7 {
    order: 7;
  }
  /* line 1266, app/assets/stylesheets/css/theme/theme.scss */
  .order-lg-8 {
    order: 8;
  }
  /* line 1269, app/assets/stylesheets/css/theme/theme.scss */
  .order-lg-9 {
    order: 9;
  }
  /* line 1272, app/assets/stylesheets/css/theme/theme.scss */
  .order-lg-10 {
    order: 10;
  }
  /* line 1275, app/assets/stylesheets/css/theme/theme.scss */
  .order-lg-11 {
    order: 11;
  }
  /* line 1278, app/assets/stylesheets/css/theme/theme.scss */
  .order-lg-12 {
    order: 12;
  }
  /* line 1281, app/assets/stylesheets/css/theme/theme.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 1284, app/assets/stylesheets/css/theme/theme.scss */
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  /* line 1287, app/assets/stylesheets/css/theme/theme.scss */
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  /* line 1290, app/assets/stylesheets/css/theme/theme.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 1293, app/assets/stylesheets/css/theme/theme.scss */
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  /* line 1296, app/assets/stylesheets/css/theme/theme.scss */
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  /* line 1299, app/assets/stylesheets/css/theme/theme.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 1302, app/assets/stylesheets/css/theme/theme.scss */
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  /* line 1305, app/assets/stylesheets/css/theme/theme.scss */
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  /* line 1308, app/assets/stylesheets/css/theme/theme.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 1311, app/assets/stylesheets/css/theme/theme.scss */
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  /* line 1314, app/assets/stylesheets/css/theme/theme.scss */
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  /* line 1320, app/assets/stylesheets/css/theme/theme.scss */
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 1325, app/assets/stylesheets/css/theme/theme.scss */
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1329, app/assets/stylesheets/css/theme/theme.scss */
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1333, app/assets/stylesheets/css/theme/theme.scss */
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 1337, app/assets/stylesheets/css/theme/theme.scss */
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1341, app/assets/stylesheets/css/theme/theme.scss */
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 1345, app/assets/stylesheets/css/theme/theme.scss */
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 1349, app/assets/stylesheets/css/theme/theme.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  /* line 1354, app/assets/stylesheets/css/theme/theme.scss */
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  /* line 1358, app/assets/stylesheets/css/theme/theme.scss */
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  /* line 1362, app/assets/stylesheets/css/theme/theme.scss */
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 1366, app/assets/stylesheets/css/theme/theme.scss */
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 1370, app/assets/stylesheets/css/theme/theme.scss */
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  /* line 1374, app/assets/stylesheets/css/theme/theme.scss */
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 1378, app/assets/stylesheets/css/theme/theme.scss */
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  /* line 1382, app/assets/stylesheets/css/theme/theme.scss */
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 1386, app/assets/stylesheets/css/theme/theme.scss */
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 1390, app/assets/stylesheets/css/theme/theme.scss */
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  /* line 1394, app/assets/stylesheets/css/theme/theme.scss */
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  /* line 1398, app/assets/stylesheets/css/theme/theme.scss */
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 1402, app/assets/stylesheets/css/theme/theme.scss */
  .order-xl-first {
    order: -1;
  }
  /* line 1405, app/assets/stylesheets/css/theme/theme.scss */
  .order-xl-last {
    order: 13;
  }
  /* line 1408, app/assets/stylesheets/css/theme/theme.scss */
  .order-xl-0 {
    order: 0;
  }
  /* line 1411, app/assets/stylesheets/css/theme/theme.scss */
  .order-xl-1 {
    order: 1;
  }
  /* line 1414, app/assets/stylesheets/css/theme/theme.scss */
  .order-xl-2 {
    order: 2;
  }
  /* line 1417, app/assets/stylesheets/css/theme/theme.scss */
  .order-xl-3 {
    order: 3;
  }
  /* line 1420, app/assets/stylesheets/css/theme/theme.scss */
  .order-xl-4 {
    order: 4;
  }
  /* line 1423, app/assets/stylesheets/css/theme/theme.scss */
  .order-xl-5 {
    order: 5;
  }
  /* line 1426, app/assets/stylesheets/css/theme/theme.scss */
  .order-xl-6 {
    order: 6;
  }
  /* line 1429, app/assets/stylesheets/css/theme/theme.scss */
  .order-xl-7 {
    order: 7;
  }
  /* line 1432, app/assets/stylesheets/css/theme/theme.scss */
  .order-xl-8 {
    order: 8;
  }
  /* line 1435, app/assets/stylesheets/css/theme/theme.scss */
  .order-xl-9 {
    order: 9;
  }
  /* line 1438, app/assets/stylesheets/css/theme/theme.scss */
  .order-xl-10 {
    order: 10;
  }
  /* line 1441, app/assets/stylesheets/css/theme/theme.scss */
  .order-xl-11 {
    order: 11;
  }
  /* line 1444, app/assets/stylesheets/css/theme/theme.scss */
  .order-xl-12 {
    order: 12;
  }
  /* line 1447, app/assets/stylesheets/css/theme/theme.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 1450, app/assets/stylesheets/css/theme/theme.scss */
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  /* line 1453, app/assets/stylesheets/css/theme/theme.scss */
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  /* line 1456, app/assets/stylesheets/css/theme/theme.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 1459, app/assets/stylesheets/css/theme/theme.scss */
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  /* line 1462, app/assets/stylesheets/css/theme/theme.scss */
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  /* line 1465, app/assets/stylesheets/css/theme/theme.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 1468, app/assets/stylesheets/css/theme/theme.scss */
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  /* line 1471, app/assets/stylesheets/css/theme/theme.scss */
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  /* line 1474, app/assets/stylesheets/css/theme/theme.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 1477, app/assets/stylesheets/css/theme/theme.scss */
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  /* line 1480, app/assets/stylesheets/css/theme/theme.scss */
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

/* line 1485, app/assets/stylesheets/css/theme/theme.scss */
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #858796;
}

/* line 1491, app/assets/stylesheets/css/theme/theme.scss */
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: middle;
  border-top: 1px solid #e3e6f0;
}

/* line 1498, app/assets/stylesheets/css/theme/theme.scss */
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e3e6f0;
}

/* line 1503, app/assets/stylesheets/css/theme/theme.scss */
.table tbody + tbody {
  border-top: 2px solid #e3e6f0;
}

/* line 1507, app/assets/stylesheets/css/theme/theme.scss */
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

/* line 1512, app/assets/stylesheets/css/theme/theme.scss */
.table-bordered {
  border: 1px solid #e3e6f0;
}

/* line 1516, app/assets/stylesheets/css/theme/theme.scss */
.table-bordered th,
.table-bordered td {
  border: 1px solid #e3e6f0;
}

/* line 1521, app/assets/stylesheets/css/theme/theme.scss */
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

/* line 1526, app/assets/stylesheets/css/theme/theme.scss */
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

/* line 1533, app/assets/stylesheets/css/theme/theme.scss */
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 1537, app/assets/stylesheets/css/theme/theme.scss */
.table-hover tbody tr:hover {
  color: #858796;
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 1542, app/assets/stylesheets/css/theme/theme.scss */
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #cdd8f6;
}

/* line 1548, app/assets/stylesheets/css/theme/theme.scss */
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #a3b6ee;
}

/* line 1555, app/assets/stylesheets/css/theme/theme.scss */
.table-hover .table-primary:hover {
  background-color: #b7c7f2;
}

/* line 1559, app/assets/stylesheets/css/theme/theme.scss */
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #b7c7f2;
}

/* line 1564, app/assets/stylesheets/css/theme/theme.scss */
.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #dddde2;
}

/* line 1570, app/assets/stylesheets/css/theme/theme.scss */
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #c0c1c8;
}

/* line 1577, app/assets/stylesheets/css/theme/theme.scss */
.table-hover .table-secondary:hover {
  background-color: #cfcfd6;
}

/* line 1581, app/assets/stylesheets/css/theme/theme.scss */
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #cfcfd6;
}

/* line 1586, app/assets/stylesheets/css/theme/theme.scss */
.table-success,
.table-success > th,
.table-success > td {
  background-color: #bff0de;
}

/* line 1592, app/assets/stylesheets/css/theme/theme.scss */
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #89e2c2;
}

/* line 1599, app/assets/stylesheets/css/theme/theme.scss */
.table-hover .table-success:hover {
  background-color: #aaebd3;
}

/* line 1603, app/assets/stylesheets/css/theme/theme.scss */
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #aaebd3;
}

/* line 1608, app/assets/stylesheets/css/theme/theme.scss */
.table-info,
.table-info > th,
.table-info > td {
  background-color: #c7ebf1;
}

/* line 1614, app/assets/stylesheets/css/theme/theme.scss */
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #96dbe4;
}

/* line 1621, app/assets/stylesheets/css/theme/theme.scss */
.table-hover .table-info:hover {
  background-color: #b3e4ec;
}

/* line 1625, app/assets/stylesheets/css/theme/theme.scss */
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #b3e4ec;
}

/* line 1630, app/assets/stylesheets/css/theme/theme.scss */
.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fceec9;
}

/* line 1636, app/assets/stylesheets/css/theme/theme.scss */
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #fadf9b;
}

/* line 1643, app/assets/stylesheets/css/theme/theme.scss */
.table-hover .table-warning:hover {
  background-color: #fbe6b1;
}

/* line 1647, app/assets/stylesheets/css/theme/theme.scss */
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #fbe6b1;
}

/* line 1652, app/assets/stylesheets/css/theme/theme.scss */
.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f8ccc8;
}

/* line 1658, app/assets/stylesheets/css/theme/theme.scss */
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #f3a199;
}

/* line 1665, app/assets/stylesheets/css/theme/theme.scss */
.table-hover .table-danger:hover {
  background-color: #f5b7b1;
}

/* line 1669, app/assets/stylesheets/css/theme/theme.scss */
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f5b7b1;
}

/* line 1674, app/assets/stylesheets/css/theme/theme.scss */
.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

/* line 1680, app/assets/stylesheets/css/theme/theme.scss */
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfd;
}

/* line 1687, app/assets/stylesheets/css/theme/theme.scss */
.table-hover .table-light:hover {
  background-color: #ececf6;
}

/* line 1691, app/assets/stylesheets/css/theme/theme.scss */
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

/* line 1696, app/assets/stylesheets/css/theme/theme.scss */
.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #d1d1d5;
}

/* line 1702, app/assets/stylesheets/css/theme/theme.scss */
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #a9aab1;
}

/* line 1709, app/assets/stylesheets/css/theme/theme.scss */
.table-hover .table-dark:hover {
  background-color: #c4c4c9;
}

/* line 1713, app/assets/stylesheets/css/theme/theme.scss */
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #c4c4c9;
}

/* line 1718, app/assets/stylesheets/css/theme/theme.scss */
.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 1724, app/assets/stylesheets/css/theme/theme.scss */
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 1728, app/assets/stylesheets/css/theme/theme.scss */
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 1733, app/assets/stylesheets/css/theme/theme.scss */
.table .thead-dark th {
  color: #fff;
  background-color: #5a5c69;
  border-color: #6c6e7e;
}

/* line 1739, app/assets/stylesheets/css/theme/theme.scss */
.table .thead-light th {
  color: #6e707e;
  background-color: #eaecf4;
  border-color: #e3e6f0;
}

/* line 1745, app/assets/stylesheets/css/theme/theme.scss */
.table-dark {
  color: #fff;
  background-color: #5a5c69;
}

/* line 1750, app/assets/stylesheets/css/theme/theme.scss */
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #6c6e7e;
}

/* line 1756, app/assets/stylesheets/css/theme/theme.scss */
.table-dark.table-bordered {
  border: 0;
}

/* line 1760, app/assets/stylesheets/css/theme/theme.scss */
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

/* line 1764, app/assets/stylesheets/css/theme/theme.scss */
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  /* line 1770, app/assets/stylesheets/css/theme/theme.scss */
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 1776, app/assets/stylesheets/css/theme/theme.scss */
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 1782, app/assets/stylesheets/css/theme/theme.scss */
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 1788, app/assets/stylesheets/css/theme/theme.scss */
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 1794, app/assets/stylesheets/css/theme/theme.scss */
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 1800, app/assets/stylesheets/css/theme/theme.scss */
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  /* line 1806, app/assets/stylesheets/css/theme/theme.scss */
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 1812, app/assets/stylesheets/css/theme/theme.scss */
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

/* line 1817, app/assets/stylesheets/css/theme/theme.scss */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 1824, app/assets/stylesheets/css/theme/theme.scss */
.table-responsive > .table-bordered {
  border: 0;
}

/* line 1828, app/assets/stylesheets/css/theme/theme.scss */
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6e707e;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d1d3e2;
  border-radius: 0.35rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 1845, app/assets/stylesheets/css/theme/theme.scss */
  .form-control {
    transition: none;
  }
}

/* line 1850, app/assets/stylesheets/css/theme/theme.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 1855, app/assets/stylesheets/css/theme/theme.scss */
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #6e707e;
}

/* line 1860, app/assets/stylesheets/css/theme/theme.scss */
.form-control:focus {
  color: #6e707e;
  background-color: #fff;
  border-color: #bac8f3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
}

/* line 1868, app/assets/stylesheets/css/theme/theme.scss */
.form-control::-webkit-input-placeholder {
  color: #858796;
  opacity: 1;
}

/* line 1873, app/assets/stylesheets/css/theme/theme.scss */
.form-control::-moz-placeholder {
  color: #858796;
  opacity: 1;
}

/* line 1878, app/assets/stylesheets/css/theme/theme.scss */
.form-control:-ms-input-placeholder {
  color: #858796;
  opacity: 1;
}

/* line 1883, app/assets/stylesheets/css/theme/theme.scss */
.form-control::-ms-input-placeholder {
  color: #858796;
  opacity: 1;
}

/* line 1888, app/assets/stylesheets/css/theme/theme.scss */
.form-control::-moz-placeholder {
  color: #858796;
  opacity: 1;
}
.form-control::placeholder {
  color: #858796;
  opacity: 1;
}

/* line 1893, app/assets/stylesheets/css/theme/theme.scss */
.form-control:disabled, .form-control[readonly] {
  background-color: #eaecf4;
  opacity: 1;
}

/* line 1898, app/assets/stylesheets/css/theme/theme.scss */
input.form-control[type="date"],
input.form-control[type="time"],
input.form-control[type="datetime-local"],
input.form-control[type="month"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 1907, app/assets/stylesheets/css/theme/theme.scss */
select.form-control:focus::-ms-value {
  color: #6e707e;
  background-color: #fff;
}

/* line 1912, app/assets/stylesheets/css/theme/theme.scss */
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

/* line 1918, app/assets/stylesheets/css/theme/theme.scss */
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

/* line 1926, app/assets/stylesheets/css/theme/theme.scss */
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 1933, app/assets/stylesheets/css/theme/theme.scss */
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 1940, app/assets/stylesheets/css/theme/theme.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #858796;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 1953, app/assets/stylesheets/css/theme/theme.scss */
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 1958, app/assets/stylesheets/css/theme/theme.scss */
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 1966, app/assets/stylesheets/css/theme/theme.scss */
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 1974, app/assets/stylesheets/css/theme/theme.scss */
select.form-control[size], select.form-control[multiple] {
  height: auto;
}

/* line 1978, app/assets/stylesheets/css/theme/theme.scss */
textarea.form-control {
  height: auto;
}

/* line 1982, app/assets/stylesheets/css/theme/theme.scss */
.form-group {
  margin-bottom: 1rem;
}

/* line 1986, app/assets/stylesheets/css/theme/theme.scss */
.form-text {
  display: block;
  margin-top: 0.25rem;
}

/* line 1991, app/assets/stylesheets/css/theme/theme.scss */
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

/* line 1998, app/assets/stylesheets/css/theme/theme.scss */
.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 2004, app/assets/stylesheets/css/theme/theme.scss */
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

/* line 2010, app/assets/stylesheets/css/theme/theme.scss */
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

/* line 2016, app/assets/stylesheets/css/theme/theme.scss */
.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #858796;
}

/* line 2021, app/assets/stylesheets/css/theme/theme.scss */
.form-check-label {
  margin-bottom: 0;
}

/* line 2025, app/assets/stylesheets/css/theme/theme.scss */
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

/* line 2032, app/assets/stylesheets/css/theme/theme.scss */
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

/* line 2039, app/assets/stylesheets/css/theme/theme.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #1cc88a;
}

/* line 2047, app/assets/stylesheets/css/theme/theme.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(28, 200, 138, 0.9);
  border-radius: 0.35rem;
}

/* line 2063, app/assets/stylesheets/css/theme/theme.scss */
.form-row > .col > .valid-tooltip,
.form-row > [class*="col-"] > .valid-tooltip {
  left: 5px;
}

/* line 2068, app/assets/stylesheets/css/theme/theme.scss */
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 2075, app/assets/stylesheets/css/theme/theme.scss */
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #1cc88a;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%231cc88a' 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.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 2084, app/assets/stylesheets/css/theme/theme.scss */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #1cc88a;
  box-shadow: 0 0 0 0.2rem rgba(28, 200, 138, 0.25);
}

/* line 2089, app/assets/stylesheets/css/theme/theme.scss */
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 2094, app/assets/stylesheets/css/theme/theme.scss */
.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #1cc88a;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%235a5c69' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%231cc88a' 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") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

/* line 2100, app/assets/stylesheets/css/theme/theme.scss */
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #1cc88a;
  box-shadow: 0 0 0 0.2rem rgba(28, 200, 138, 0.25);
}

/* line 2105, app/assets/stylesheets/css/theme/theme.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #1cc88a;
}

/* line 2109, app/assets/stylesheets/css/theme/theme.scss */
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 2115, app/assets/stylesheets/css/theme/theme.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #1cc88a;
}

/* line 2119, app/assets/stylesheets/css/theme/theme.scss */
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #1cc88a;
}

/* line 2123, app/assets/stylesheets/css/theme/theme.scss */
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34e3a4;
  background-color: #34e3a4;
}

/* line 2128, app/assets/stylesheets/css/theme/theme.scss */
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(28, 200, 138, 0.25);
}

/* line 2132, app/assets/stylesheets/css/theme/theme.scss */
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #1cc88a;
}

/* line 2136, app/assets/stylesheets/css/theme/theme.scss */
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #1cc88a;
}

/* line 2140, app/assets/stylesheets/css/theme/theme.scss */
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #1cc88a;
  box-shadow: 0 0 0 0.2rem rgba(28, 200, 138, 0.25);
}

/* line 2145, app/assets/stylesheets/css/theme/theme.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #e74a3b;
}

/* line 2153, app/assets/stylesheets/css/theme/theme.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(231, 74, 59, 0.9);
  border-radius: 0.35rem;
}

/* line 2169, app/assets/stylesheets/css/theme/theme.scss */
.form-row > .col > .invalid-tooltip,
.form-row > [class*="col-"] > .invalid-tooltip {
  left: 5px;
}

/* line 2174, app/assets/stylesheets/css/theme/theme.scss */
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 2181, app/assets/stylesheets/css/theme/theme.scss */
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #e74a3b;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e74a3b' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e74a3b' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 2190, app/assets/stylesheets/css/theme/theme.scss */
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #e74a3b;
  box-shadow: 0 0 0 0.2rem rgba(231, 74, 59, 0.25);
}

/* line 2195, app/assets/stylesheets/css/theme/theme.scss */
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 2200, app/assets/stylesheets/css/theme/theme.scss */
.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #e74a3b;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%235a5c69' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e74a3b' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e74a3b' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

/* line 2206, app/assets/stylesheets/css/theme/theme.scss */
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #e74a3b;
  box-shadow: 0 0 0 0.2rem rgba(231, 74, 59, 0.25);
}

/* line 2211, app/assets/stylesheets/css/theme/theme.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #e74a3b;
}

/* line 2215, app/assets/stylesheets/css/theme/theme.scss */
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 2221, app/assets/stylesheets/css/theme/theme.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #e74a3b;
}

/* line 2225, app/assets/stylesheets/css/theme/theme.scss */
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #e74a3b;
}

/* line 2229, app/assets/stylesheets/css/theme/theme.scss */
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ed7468;
  background-color: #ed7468;
}

/* line 2234, app/assets/stylesheets/css/theme/theme.scss */
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(231, 74, 59, 0.25);
}

/* line 2238, app/assets/stylesheets/css/theme/theme.scss */
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #e74a3b;
}

/* line 2242, app/assets/stylesheets/css/theme/theme.scss */
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #e74a3b;
}

/* line 2246, app/assets/stylesheets/css/theme/theme.scss */
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #e74a3b;
  box-shadow: 0 0 0 0.2rem rgba(231, 74, 59, 0.25);
}

/* line 2251, app/assets/stylesheets/css/theme/theme.scss */
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

/* line 2257, app/assets/stylesheets/css/theme/theme.scss */
.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  /* line 2262, app/assets/stylesheets/css/theme/theme.scss */
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  /* line 2268, app/assets/stylesheets/css/theme/theme.scss */
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  /* line 2275, app/assets/stylesheets/css/theme/theme.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 2280, app/assets/stylesheets/css/theme/theme.scss */
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  /* line 2283, app/assets/stylesheets/css/theme/theme.scss */
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  /* line 2287, app/assets/stylesheets/css/theme/theme.scss */
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  /* line 2294, app/assets/stylesheets/css/theme/theme.scss */
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  /* line 2301, app/assets/stylesheets/css/theme/theme.scss */
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  /* line 2305, app/assets/stylesheets/css/theme/theme.scss */
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

/* line 2310, app/assets/stylesheets/css/theme/theme.scss */
.btn {
  display: inline-block;
  font-weight: 400;
  color: #858796;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.35rem;
  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 2330, app/assets/stylesheets/css/theme/theme.scss */
  .btn {
    transition: none;
  }
}

/* line 2335, app/assets/stylesheets/css/theme/theme.scss */
.btn:hover {
  color: #858796;
  text-decoration: none;
}

/* line 2340, app/assets/stylesheets/css/theme/theme.scss */
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
}

/* line 2345, app/assets/stylesheets/css/theme/theme.scss */
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

/* line 2349, app/assets/stylesheets/css/theme/theme.scss */
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 2353, app/assets/stylesheets/css/theme/theme.scss */
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

/* line 2358, app/assets/stylesheets/css/theme/theme.scss */
.btn-primary {
  color: #fff;
  background-color: #ead138;
  border-color: #ead138;
}

/* line 2364, app/assets/stylesheets/css/theme/theme.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #2e59d9;
  border-color: #2653d4;
}

/* line 2370, app/assets/stylesheets/css/theme/theme.scss */
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #2e59d9;
  border-color: #2653d4;
  box-shadow: 0 0 0 0.2rem rgba(105, 136, 228, 0.5);
}

/* line 2377, app/assets/stylesheets/css/theme/theme.scss */
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #ead138;
  border-color: #ead138;
}

/* line 2383, app/assets/stylesheets/css/theme/theme.scss */
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary.active:not(:disabled):not(.disabled),
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #2653d4;
  border-color: #244ec9;
}

/* line 2390, app/assets/stylesheets/css/theme/theme.scss */
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary.active:not(:disabled):not(.disabled):focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(105, 136, 228, 0.5);
}

/* line 2395, app/assets/stylesheets/css/theme/theme.scss */
.btn-secondary {
  color: #fff;
  background-color: #858796;
  border-color: #858796;
}

/* line 2401, app/assets/stylesheets/css/theme/theme.scss */
.btn-secondary:hover {
  color: #fff;
  background-color: #717384;
  border-color: #6b6d7d;
}

/* line 2407, app/assets/stylesheets/css/theme/theme.scss */
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #717384;
  border-color: #6b6d7d;
  box-shadow: 0 0 0 0.2rem rgba(151, 153, 166, 0.5);
}

/* line 2414, app/assets/stylesheets/css/theme/theme.scss */
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #858796;
  border-color: #858796;
}

/* line 2420, app/assets/stylesheets/css/theme/theme.scss */
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary.active:not(:disabled):not(.disabled),
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6b6d7d;
  border-color: #656776;
}

/* line 2427, app/assets/stylesheets/css/theme/theme.scss */
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary.active:not(:disabled):not(.disabled):focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(151, 153, 166, 0.5);
}

/* line 2432, app/assets/stylesheets/css/theme/theme.scss */
.btn-success {
  color: #fff;
  background-color: #1cc88a;
  border-color: #1cc88a;
}

/* line 2438, app/assets/stylesheets/css/theme/theme.scss */
.btn-success:hover {
  color: #fff;
  background-color: #17a673;
  border-color: #169b6b;
}

/* line 2444, app/assets/stylesheets/css/theme/theme.scss */
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #17a673;
  border-color: #169b6b;
  box-shadow: 0 0 0 0.2rem rgba(62, 208, 156, 0.5);
}

/* line 2451, app/assets/stylesheets/css/theme/theme.scss */
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #1cc88a;
  border-color: #1cc88a;
}

/* line 2457, app/assets/stylesheets/css/theme/theme.scss */
.btn-success:not(:disabled):not(.disabled):active, .btn-success.active:not(:disabled):not(.disabled),
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #169b6b;
  border-color: #149063;
}

/* line 2464, app/assets/stylesheets/css/theme/theme.scss */
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success.active:not(:disabled):not(.disabled):focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(62, 208, 156, 0.5);
}

/* line 2469, app/assets/stylesheets/css/theme/theme.scss */
.btn-info {
  color: #fff;
  background-color: #36b9cc;
  border-color: #36b9cc;
}

/* line 2475, app/assets/stylesheets/css/theme/theme.scss */
.btn-info:hover {
  color: #fff;
  background-color: #2c9faf;
  border-color: #2a96a5;
}

/* line 2481, app/assets/stylesheets/css/theme/theme.scss */
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #2c9faf;
  border-color: #2a96a5;
  box-shadow: 0 0 0 0.2rem rgba(84, 196, 212, 0.5);
}

/* line 2488, app/assets/stylesheets/css/theme/theme.scss */
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #36b9cc;
  border-color: #36b9cc;
}

/* line 2494, app/assets/stylesheets/css/theme/theme.scss */
.btn-info:not(:disabled):not(.disabled):active, .btn-info.active:not(:disabled):not(.disabled),
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #2a96a5;
  border-color: #278c9b;
}

/* line 2501, app/assets/stylesheets/css/theme/theme.scss */
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info.active:not(:disabled):not(.disabled):focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(84, 196, 212, 0.5);
}

/* line 2506, app/assets/stylesheets/css/theme/theme.scss */
.btn-warning {
  color: #fff;
  background-color: #f6c23e;
  border-color: #f6c23e;
}

/* line 2512, app/assets/stylesheets/css/theme/theme.scss */
.btn-warning:hover {
  color: #fff;
  background-color: #f4b619;
  border-color: #f4b30d;
}

/* line 2518, app/assets/stylesheets/css/theme/theme.scss */
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #f4b619;
  border-color: #f4b30d;
  box-shadow: 0 0 0 0.2rem rgba(247, 203, 91, 0.5);
}

/* line 2525, app/assets/stylesheets/css/theme/theme.scss */
.btn-warning.disabled, .btn-warning:disabled {
  color: #fff;
  background-color: #f6c23e;
  border-color: #f6c23e;
}

/* line 2531, app/assets/stylesheets/css/theme/theme.scss */
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning.active:not(:disabled):not(.disabled),
.show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #f4b30d;
  border-color: #e9aa0b;
}

/* line 2538, app/assets/stylesheets/css/theme/theme.scss */
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning.active:not(:disabled):not(.disabled):focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 203, 91, 0.5);
}

/* line 2543, app/assets/stylesheets/css/theme/theme.scss */
.btn-danger {
  color: #fff;
  background-color: #e74a3b;
  border-color: #e74a3b;
}

/* line 2549, app/assets/stylesheets/css/theme/theme.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #e02d1b;
  border-color: #d52a1a;
}

/* line 2555, app/assets/stylesheets/css/theme/theme.scss */
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #e02d1b;
  border-color: #d52a1a;
  box-shadow: 0 0 0 0.2rem rgba(235, 101, 88, 0.5);
}

/* line 2562, app/assets/stylesheets/css/theme/theme.scss */
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #e74a3b;
  border-color: #e74a3b;
}

/* line 2568, app/assets/stylesheets/css/theme/theme.scss */
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger.active:not(:disabled):not(.disabled),
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #d52a1a;
  border-color: #ca2819;
}

/* line 2575, app/assets/stylesheets/css/theme/theme.scss */
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger.active:not(:disabled):not(.disabled):focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(235, 101, 88, 0.5);
}

/* line 2580, app/assets/stylesheets/css/theme/theme.scss */
.btn-light {
  color: #3a3b45;
  background-color: #f8f9fc;
  border-color: #f8f9fc;
}

/* line 2586, app/assets/stylesheets/css/theme/theme.scss */
.btn-light:hover {
  color: #3a3b45;
  background-color: #dde2f1;
  border-color: #d4daed;
}

/* line 2592, app/assets/stylesheets/css/theme/theme.scss */
.btn-light:focus, .btn-light.focus {
  color: #3a3b45;
  background-color: #dde2f1;
  border-color: #d4daed;
  box-shadow: 0 0 0 0.2rem rgba(220, 221, 225, 0.5);
}

/* line 2599, app/assets/stylesheets/css/theme/theme.scss */
.btn-light.disabled, .btn-light:disabled {
  color: #3a3b45;
  background-color: #f8f9fc;
  border-color: #f8f9fc;
}

/* line 2605, app/assets/stylesheets/css/theme/theme.scss */
.btn-light:not(:disabled):not(.disabled):active, .btn-light.active:not(:disabled):not(.disabled),
.show > .btn-light.dropdown-toggle {
  color: #3a3b45;
  background-color: #d4daed;
  border-color: #cbd3e9;
}

/* line 2612, app/assets/stylesheets/css/theme/theme.scss */
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light.active:not(:disabled):not(.disabled):focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 221, 225, 0.5);
}

/* line 2617, app/assets/stylesheets/css/theme/theme.scss */
.btn-dark {
  color: #fff;
  background-color: #5a5c69;
  border-color: #5a5c69;
}

/* line 2623, app/assets/stylesheets/css/theme/theme.scss */
.btn-dark:hover {
  color: #fff;
  background-color: #484a54;
  border-color: #42444e;
}

/* line 2629, app/assets/stylesheets/css/theme/theme.scss */
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #484a54;
  border-color: #42444e;
  box-shadow: 0 0 0 0.2rem rgba(115, 116, 128, 0.5);
}

/* line 2636, app/assets/stylesheets/css/theme/theme.scss */
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #5a5c69;
  border-color: #5a5c69;
}

/* line 2642, app/assets/stylesheets/css/theme/theme.scss */
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark.active:not(:disabled):not(.disabled),
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #42444e;
  border-color: #3d3e47;
}

/* line 2649, app/assets/stylesheets/css/theme/theme.scss */
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark.active:not(:disabled):not(.disabled):focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(115, 116, 128, 0.5);
}

/* line 2654, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-primary {
  color: #ead138;
  border-color: #ead138;
}

/* line 2659, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-primary:hover {
  color: #fff;
  background-color: #ead138;
  border-color: #ead138;
}

/* line 2665, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.5);
}

/* line 2669, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #ead138;
  background-color: transparent;
}

/* line 2674, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary.active:not(:disabled):not(.disabled),
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #ead138;
  border-color: #ead138;
}

/* line 2681, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.5);
}

/* line 2686, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-secondary {
  color: #858796;
  border-color: #858796;
}

/* line 2691, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #858796;
  border-color: #858796;
}

/* line 2697, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(133, 135, 150, 0.5);
}

/* line 2701, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #858796;
  background-color: transparent;
}

/* line 2706, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary.active:not(:disabled):not(.disabled),
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #858796;
  border-color: #858796;
}

/* line 2713, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(133, 135, 150, 0.5);
}

/* line 2718, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-success {
  color: #1cc88a;
  border-color: #1cc88a;
}

/* line 2723, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-success:hover {
  color: #fff;
  background-color: #1cc88a;
  border-color: #1cc88a;
}

/* line 2729, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(28, 200, 138, 0.5);
}

/* line 2733, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #1cc88a;
  background-color: transparent;
}

/* line 2738, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success.active:not(:disabled):not(.disabled),
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #1cc88a;
  border-color: #1cc88a;
}

/* line 2745, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(28, 200, 138, 0.5);
}

/* line 2750, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-info {
  color: #36b9cc;
  border-color: #36b9cc;
}

/* line 2755, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-info:hover {
  color: #fff;
  background-color: #36b9cc;
  border-color: #36b9cc;
}

/* line 2761, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(54, 185, 204, 0.5);
}

/* line 2765, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #36b9cc;
  background-color: transparent;
}

/* line 2770, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info.active:not(:disabled):not(.disabled),
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #36b9cc;
  border-color: #36b9cc;
}

/* line 2777, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(54, 185, 204, 0.5);
}

/* line 2782, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-warning {
  color: #f6c23e;
  border-color: #f6c23e;
}

/* line 2787, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-warning:hover {
  color: #fff;
  background-color: #f6c23e;
  border-color: #f6c23e;
}

/* line 2793, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 194, 62, 0.5);
}

/* line 2797, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #f6c23e;
  background-color: transparent;
}

/* line 2802, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning.active:not(:disabled):not(.disabled),
.show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #f6c23e;
  border-color: #f6c23e;
}

/* line 2809, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 194, 62, 0.5);
}

/* line 2814, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-danger {
  color: #e74a3b;
  border-color: #e74a3b;
}

/* line 2819, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-danger:hover {
  color: #fff;
  background-color: #e74a3b;
  border-color: #e74a3b;
}

/* line 2825, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(231, 74, 59, 0.5);
}

/* line 2829, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #e74a3b;
  background-color: transparent;
}

/* line 2834, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger.active:not(:disabled):not(.disabled),
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #e74a3b;
  border-color: #e74a3b;
}

/* line 2841, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(231, 74, 59, 0.5);
}

/* line 2846, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-light {
  color: #f8f9fc;
  border-color: #f8f9fc;
}

/* line 2851, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-light:hover {
  color: #3a3b45;
  background-color: #f8f9fc;
  border-color: #f8f9fc;
}

/* line 2857, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 252, 0.5);
}

/* line 2861, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fc;
  background-color: transparent;
}

/* line 2866, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light.active:not(:disabled):not(.disabled),
.show > .btn-outline-light.dropdown-toggle {
  color: #3a3b45;
  background-color: #f8f9fc;
  border-color: #f8f9fc;
}

/* line 2873, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 252, 0.5);
}

/* line 2878, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-dark {
  color: #5a5c69;
  border-color: #5a5c69;
}

/* line 2883, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-dark:hover {
  color: #fff;
  background-color: #5a5c69;
  border-color: #5a5c69;
}

/* line 2889, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(90, 92, 105, 0.5);
}

/* line 2893, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #5a5c69;
  background-color: transparent;
}

/* line 2898, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark.active:not(:disabled):not(.disabled),
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #5a5c69;
  border-color: #5a5c69;
}

/* line 2905, app/assets/stylesheets/css/theme/theme.scss */
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark.active:not(:disabled):not(.disabled):focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(90, 92, 105, 0.5);
}

/* line 2910, app/assets/stylesheets/css/theme/theme.scss */
.btn-link {
  font-weight: 400;
  color: #ead138;
  text-decoration: none;
}

/* line 2916, app/assets/stylesheets/css/theme/theme.scss */
.btn-link:hover {
  color: #224abe;
  text-decoration: underline;
}

/* line 2921, app/assets/stylesheets/css/theme/theme.scss */
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}

/* line 2925, app/assets/stylesheets/css/theme/theme.scss */
.btn-link:disabled, .btn-link.disabled {
  color: #858796;
  pointer-events: none;
}

/* line 2930, app/assets/stylesheets/css/theme/theme.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 2937, app/assets/stylesheets/css/theme/theme.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem !important;
  font-size: 0.875rem !important;
  line-height: 1.5 !important;
  border-radius: 0.2rem !important;
}

/* line 2944, app/assets/stylesheets/css/theme/theme.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 2949, app/assets/stylesheets/css/theme/theme.scss */
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

/* line 2953, app/assets/stylesheets/css/theme/theme.scss */
input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%;
}

/* line 2959, app/assets/stylesheets/css/theme/theme.scss */
.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  /* line 2964, app/assets/stylesheets/css/theme/theme.scss */
  .fade {
    transition: none;
  }
}

/* line 2969, app/assets/stylesheets/css/theme/theme.scss */
.fade:not(.show) {
  opacity: 0;
}

/* line 2973, app/assets/stylesheets/css/theme/theme.scss */
.collapse:not(.show) {
  display: none;
}

/* line 2977, app/assets/stylesheets/css/theme/theme.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 2985, app/assets/stylesheets/css/theme/theme.scss */
  .collapsing {
    transition: none;
  }
}

/* line 2990, app/assets/stylesheets/css/theme/theme.scss */
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

/* line 2997, app/assets/stylesheets/css/theme/theme.scss */
.dropdown-toggle {
  white-space: nowrap;
}

/* line 3001, app/assets/stylesheets/css/theme/theme.scss */
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

/* line 3012, app/assets/stylesheets/css/theme/theme.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 3016, app/assets/stylesheets/css/theme/theme.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.85rem;
  color: #858796;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e3e6f0;
  border-radius: 0.35rem;
}

/* line 3036, app/assets/stylesheets/css/theme/theme.scss */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 3041, app/assets/stylesheets/css/theme/theme.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 3047, app/assets/stylesheets/css/theme/theme.scss */
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  /* line 3051, app/assets/stylesheets/css/theme/theme.scss */
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 3058, app/assets/stylesheets/css/theme/theme.scss */
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  /* line 3062, app/assets/stylesheets/css/theme/theme.scss */
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 3069, app/assets/stylesheets/css/theme/theme.scss */
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  /* line 3073, app/assets/stylesheets/css/theme/theme.scss */
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  /* line 3080, app/assets/stylesheets/css/theme/theme.scss */
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  /* line 3084, app/assets/stylesheets/css/theme/theme.scss */
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

/* line 3090, app/assets/stylesheets/css/theme/theme.scss */
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

/* line 3097, app/assets/stylesheets/css/theme/theme.scss */
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

/* line 3108, app/assets/stylesheets/css/theme/theme.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 3112, app/assets/stylesheets/css/theme/theme.scss */
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

/* line 3120, app/assets/stylesheets/css/theme/theme.scss */
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

/* line 3131, app/assets/stylesheets/css/theme/theme.scss */
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 3135, app/assets/stylesheets/css/theme/theme.scss */
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 3139, app/assets/stylesheets/css/theme/theme.scss */
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

/* line 3147, app/assets/stylesheets/css/theme/theme.scss */
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

/* line 3154, app/assets/stylesheets/css/theme/theme.scss */
.dropleft .dropdown-toggle::after {
  display: none;
}

/* line 3158, app/assets/stylesheets/css/theme/theme.scss */
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

/* line 3168, app/assets/stylesheets/css/theme/theme.scss */
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 3172, app/assets/stylesheets/css/theme/theme.scss */
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 3176, app/assets/stylesheets/css/theme/theme.scss */
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

/* line 3181, app/assets/stylesheets/css/theme/theme.scss */
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #eaecf4;
}

/* line 3188, app/assets/stylesheets/css/theme/theme.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #3a3b45;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 3201, app/assets/stylesheets/css/theme/theme.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: #2e2f37;
  text-decoration: none;
  background-color: #eaecf4;
}

/* line 3207, app/assets/stylesheets/css/theme/theme.scss */
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #ead138;
}

/* line 3213, app/assets/stylesheets/css/theme/theme.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #b7b9cc;
  pointer-events: none;
  background-color: transparent;
}

/* line 3219, app/assets/stylesheets/css/theme/theme.scss */
.dropdown-menu.show {
  display: block;
}

/* line 3223, app/assets/stylesheets/css/theme/theme.scss */
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #858796;
  white-space: nowrap;
}

/* line 3232, app/assets/stylesheets/css/theme/theme.scss */
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #3a3b45;
}

/* line 3238, app/assets/stylesheets/css/theme/theme.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

/* line 3245, app/assets/stylesheets/css/theme/theme.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

/* line 3251, app/assets/stylesheets/css/theme/theme.scss */
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

/* line 3256, app/assets/stylesheets/css/theme/theme.scss */
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

/* line 3263, app/assets/stylesheets/css/theme/theme.scss */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 3269, app/assets/stylesheets/css/theme/theme.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 3273, app/assets/stylesheets/css/theme/theme.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

/* line 3278, app/assets/stylesheets/css/theme/theme.scss */
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3284, app/assets/stylesheets/css/theme/theme.scss */
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3290, app/assets/stylesheets/css/theme/theme.scss */
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

/* line 3295, app/assets/stylesheets/css/theme/theme.scss */
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 3301, app/assets/stylesheets/css/theme/theme.scss */
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 3305, app/assets/stylesheets/css/theme/theme.scss */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

/* line 3310, app/assets/stylesheets/css/theme/theme.scss */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 3315, app/assets/stylesheets/css/theme/theme.scss */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 3321, app/assets/stylesheets/css/theme/theme.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

/* line 3326, app/assets/stylesheets/css/theme/theme.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

/* line 3331, app/assets/stylesheets/css/theme/theme.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 3337, app/assets/stylesheets/css/theme/theme.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 3343, app/assets/stylesheets/css/theme/theme.scss */
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

/* line 3348, app/assets/stylesheets/css/theme/theme.scss */
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 3357, app/assets/stylesheets/css/theme/theme.scss */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

/* line 3365, app/assets/stylesheets/css/theme/theme.scss */
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

/* line 3376, app/assets/stylesheets/css/theme/theme.scss */
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

/* line 3391, app/assets/stylesheets/css/theme/theme.scss */
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

/* line 3397, app/assets/stylesheets/css/theme/theme.scss */
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

/* line 3401, app/assets/stylesheets/css/theme/theme.scss */
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3407, app/assets/stylesheets/css/theme/theme.scss */
.input-group > .custom-file {
  display: flex;
  align-items: center;
}

/* line 3412, app/assets/stylesheets/css/theme/theme.scss */
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3418, app/assets/stylesheets/css/theme/theme.scss */
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3425, app/assets/stylesheets/css/theme/theme.scss */
.input-group.has-validation > .form-control:nth-last-child(n + 3),
.input-group.has-validation > .custom-select:nth-last-child(n + 3),
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3432, app/assets/stylesheets/css/theme/theme.scss */
.input-group-prepend,
.input-group-append {
  display: flex;
}

/* line 3437, app/assets/stylesheets/css/theme/theme.scss */
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

/* line 3443, app/assets/stylesheets/css/theme/theme.scss */
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

/* line 3448, app/assets/stylesheets/css/theme/theme.scss */
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

/* line 3459, app/assets/stylesheets/css/theme/theme.scss */
.input-group-prepend {
  margin-right: -1px;
}

/* line 3463, app/assets/stylesheets/css/theme/theme.scss */
.input-group-append {
  margin-left: -1px;
}

/* line 3467, app/assets/stylesheets/css/theme/theme.scss */
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6e707e;
  text-align: center;
  white-space: nowrap;
  background-color: #eaecf4;
  border: 1px solid #d1d3e2;
  border-radius: 0.35rem;
}

/* line 3483, app/assets/stylesheets/css/theme/theme.scss */
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

/* line 3488, app/assets/stylesheets/css/theme/theme.scss */
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

/* line 3493, app/assets/stylesheets/css/theme/theme.scss */
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 3505, app/assets/stylesheets/css/theme/theme.scss */
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

/* line 3510, app/assets/stylesheets/css/theme/theme.scss */
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 3522, app/assets/stylesheets/css/theme/theme.scss */
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

/* line 3527, app/assets/stylesheets/css/theme/theme.scss */
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3539, app/assets/stylesheets/css/theme/theme.scss */
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3549, app/assets/stylesheets/css/theme/theme.scss */
.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

/* line 3559, app/assets/stylesheets/css/theme/theme.scss */
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

/* line 3564, app/assets/stylesheets/css/theme/theme.scss */
.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

/* line 3573, app/assets/stylesheets/css/theme/theme.scss */
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #ead138;
  background-color: #ead138;
}

/* line 3579, app/assets/stylesheets/css/theme/theme.scss */
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
}

/* line 3583, app/assets/stylesheets/css/theme/theme.scss */
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #bac8f3;
}

/* line 3587, app/assets/stylesheets/css/theme/theme.scss */
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #e5ebfa;
  border-color: #e5ebfa;
}

/* line 3593, app/assets/stylesheets/css/theme/theme.scss */
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #858796;
}

/* line 3597, app/assets/stylesheets/css/theme/theme.scss */
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #eaecf4;
}

/* line 3601, app/assets/stylesheets/css/theme/theme.scss */
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

/* line 3607, app/assets/stylesheets/css/theme/theme.scss */
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #b7b9cc solid 1px;
}

/* line 3620, app/assets/stylesheets/css/theme/theme.scss */
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50% / 50% 50% no-repeat;
}

/* line 3631, app/assets/stylesheets/css/theme/theme.scss */
.custom-checkbox .custom-control-label::before {
  border-radius: 0.35rem;
}

/* line 3635, app/assets/stylesheets/css/theme/theme.scss */
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

/* line 3639, app/assets/stylesheets/css/theme/theme.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #ead138;
  background-color: #ead138;
}

/* line 3644, app/assets/stylesheets/css/theme/theme.scss */
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

/* line 3648, app/assets/stylesheets/css/theme/theme.scss */
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(78, 115, 223, 0.5);
}

/* line 3652, app/assets/stylesheets/css/theme/theme.scss */
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(78, 115, 223, 0.5);
}

/* line 3656, app/assets/stylesheets/css/theme/theme.scss */
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

/* line 3660, app/assets/stylesheets/css/theme/theme.scss */
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 3664, app/assets/stylesheets/css/theme/theme.scss */
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(78, 115, 223, 0.5);
}

/* line 3668, app/assets/stylesheets/css/theme/theme.scss */
.custom-switch {
  padding-left: 2.25rem;
}

/* line 3672, app/assets/stylesheets/css/theme/theme.scss */
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

/* line 3679, app/assets/stylesheets/css/theme/theme.scss */
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #b7b9cc;
  border-radius: 0.5rem;
  transition: transform 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 3690, app/assets/stylesheets/css/theme/theme.scss */
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

/* line 3695, app/assets/stylesheets/css/theme/theme.scss */
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

/* line 3700, app/assets/stylesheets/css/theme/theme.scss */
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(78, 115, 223, 0.5);
}

/* line 3704, app/assets/stylesheets/css/theme/theme.scss */
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6e707e;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%235a5c69' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #d1d3e2;
  border-radius: 0.35rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 3722, app/assets/stylesheets/css/theme/theme.scss */
.custom-select:focus {
  border-color: #bac8f3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
}

/* line 3728, app/assets/stylesheets/css/theme/theme.scss */
.custom-select:focus::-ms-value {
  color: #6e707e;
  background-color: #fff;
}

/* line 3733, app/assets/stylesheets/css/theme/theme.scss */
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

/* line 3739, app/assets/stylesheets/css/theme/theme.scss */
.custom-select:disabled {
  color: #858796;
  background-color: #eaecf4;
}

/* line 3744, app/assets/stylesheets/css/theme/theme.scss */
.custom-select::-ms-expand {
  display: none;
}

/* line 3748, app/assets/stylesheets/css/theme/theme.scss */
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #6e707e;
}

/* line 3753, app/assets/stylesheets/css/theme/theme.scss */
.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

/* line 3761, app/assets/stylesheets/css/theme/theme.scss */
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

/* line 3769, app/assets/stylesheets/css/theme/theme.scss */
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

/* line 3777, app/assets/stylesheets/css/theme/theme.scss */
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}

/* line 3787, app/assets/stylesheets/css/theme/theme.scss */
.custom-file-input:focus ~ .custom-file-label {
  border-color: #bac8f3;
  box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
}

/* line 3792, app/assets/stylesheets/css/theme/theme.scss */
.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #eaecf4;
}

/* line 3797, app/assets/stylesheets/css/theme/theme.scss */
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

/* line 3801, app/assets/stylesheets/css/theme/theme.scss */
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

/* line 3805, app/assets/stylesheets/css/theme/theme.scss */
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #6e707e;
  background-color: #fff;
  border: 1px solid #d1d3e2;
  border-radius: 0.35rem;
}

/* line 3822, app/assets/stylesheets/css/theme/theme.scss */
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #6e707e;
  content: "Browse";
  background-color: #eaecf4;
  border-left: inherit;
  border-radius: 0 0.35rem 0.35rem 0;
}

/* line 3839, app/assets/stylesheets/css/theme/theme.scss */
.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 3849, app/assets/stylesheets/css/theme/theme.scss */
.custom-range:focus {
  outline: 0;
}

/* line 3853, app/assets/stylesheets/css/theme/theme.scss */
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
}

/* line 3857, app/assets/stylesheets/css/theme/theme.scss */
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
}

/* line 3861, app/assets/stylesheets/css/theme/theme.scss */
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
}

/* line 3865, app/assets/stylesheets/css/theme/theme.scss */
.custom-range::-moz-focus-outer {
  border: 0;
}

/* line 3869, app/assets/stylesheets/css/theme/theme.scss */
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #ead138;
  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 3883, app/assets/stylesheets/css/theme/theme.scss */
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 3889, app/assets/stylesheets/css/theme/theme.scss */
.custom-range::-webkit-slider-thumb:active {
  background-color: #e5ebfa;
}

/* line 3893, app/assets/stylesheets/css/theme/theme.scss */
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dddfeb;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 3903, app/assets/stylesheets/css/theme/theme.scss */
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #ead138;
  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 3916, app/assets/stylesheets/css/theme/theme.scss */
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

/* line 3922, app/assets/stylesheets/css/theme/theme.scss */
.custom-range::-moz-range-thumb:active {
  background-color: #e5ebfa;
}

/* line 3926, app/assets/stylesheets/css/theme/theme.scss */
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dddfeb;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 3936, app/assets/stylesheets/css/theme/theme.scss */
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #ead138;
  border: 0;
  border-radius: 1rem;
  -ms-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;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 3951, app/assets/stylesheets/css/theme/theme.scss */
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

/* line 3957, app/assets/stylesheets/css/theme/theme.scss */
.custom-range::-ms-thumb:active {
  background-color: #e5ebfa;
}

/* line 3961, app/assets/stylesheets/css/theme/theme.scss */
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

/* line 3971, app/assets/stylesheets/css/theme/theme.scss */
.custom-range::-ms-fill-lower {
  background-color: #dddfeb;
  border-radius: 1rem;
}

/* line 3976, app/assets/stylesheets/css/theme/theme.scss */
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dddfeb;
  border-radius: 1rem;
}

/* line 3982, app/assets/stylesheets/css/theme/theme.scss */
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #b7b9cc;
}

/* line 3986, app/assets/stylesheets/css/theme/theme.scss */
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

/* line 3990, app/assets/stylesheets/css/theme/theme.scss */
.custom-range:disabled::-moz-range-thumb {
  background-color: #b7b9cc;
}

/* line 3994, app/assets/stylesheets/css/theme/theme.scss */
.custom-range:disabled::-moz-range-track {
  cursor: default;
}

/* line 3998, app/assets/stylesheets/css/theme/theme.scss */
.custom-range:disabled::-ms-thumb {
  background-color: #b7b9cc;
}

/* line 4002, app/assets/stylesheets/css/theme/theme.scss */
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: 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 4009, app/assets/stylesheets/css/theme/theme.scss */
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

/* line 4016, app/assets/stylesheets/css/theme/theme.scss */
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 4024, app/assets/stylesheets/css/theme/theme.scss */
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

/* line 4029, app/assets/stylesheets/css/theme/theme.scss */
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

/* line 4033, app/assets/stylesheets/css/theme/theme.scss */
.nav-link.disabled {
  color: #858796;
  pointer-events: none;
  cursor: default;
}

/* line 4039, app/assets/stylesheets/css/theme/theme.scss */
.nav-tabs {
  border-bottom: 1px solid #dddfeb;
}

/* line 4043, app/assets/stylesheets/css/theme/theme.scss */
.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0.35rem;
  border-top-right-radius: 0.35rem;
}

/* line 4050, app/assets/stylesheets/css/theme/theme.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #eaecf4 #eaecf4 #dddfeb;
}

/* line 4054, app/assets/stylesheets/css/theme/theme.scss */
.nav-tabs .nav-link.disabled {
  color: #858796;
  background-color: transparent;
  border-color: transparent;
}

/* line 4060, app/assets/stylesheets/css/theme/theme.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #6e707e;
  background-color: #fff;
  border-color: #dddfeb #dddfeb #fff;
}

/* line 4067, app/assets/stylesheets/css/theme/theme.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 4073, app/assets/stylesheets/css/theme/theme.scss */
.nav-pills .nav-link {
  border-radius: 0.35rem;
}

/* line 4077, app/assets/stylesheets/css/theme/theme.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #ead138;
}

/* line 4083, app/assets/stylesheets/css/theme/theme.scss */
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 4089, app/assets/stylesheets/css/theme/theme.scss */
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 4096, app/assets/stylesheets/css/theme/theme.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 4100, app/assets/stylesheets/css/theme/theme.scss */
.tab-content > .active {
  display: block;
}

/* line 4104, app/assets/stylesheets/css/theme/theme.scss */
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

/* line 4113, app/assets/stylesheets/css/theme/theme.scss */
.navbar .container,
.navbar .container-fluid,
.navbar .container-xxl, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/* line 4121, app/assets/stylesheets/css/theme/theme.scss */
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

/* line 4131, app/assets/stylesheets/css/theme/theme.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

/* line 4135, app/assets/stylesheets/css/theme/theme.scss */
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 4143, app/assets/stylesheets/css/theme/theme.scss */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

/* line 4148, app/assets/stylesheets/css/theme/theme.scss */
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 4153, app/assets/stylesheets/css/theme/theme.scss */
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 4159, app/assets/stylesheets/css/theme/theme.scss */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* line 4165, app/assets/stylesheets/css/theme/theme.scss */
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.35rem;
}

/* line 4174, app/assets/stylesheets/css/theme/theme.scss */
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

/* line 4178, app/assets/stylesheets/css/theme/theme.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50% / 100% 100% no-repeat;
}

/* line 4187, app/assets/stylesheets/css/theme/theme.scss */
.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  /* line 4193, app/assets/stylesheets/css/theme/theme.scss */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-xxl, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  /* line 4201, app/assets/stylesheets/css/theme/theme.scss */
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 4205, app/assets/stylesheets/css/theme/theme.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 4208, app/assets/stylesheets/css/theme/theme.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 4211, app/assets/stylesheets/css/theme/theme.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 4215, app/assets/stylesheets/css/theme/theme.scss */
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-xxl, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 4219, app/assets/stylesheets/css/theme/theme.scss */
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 4222, app/assets/stylesheets/css/theme/theme.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 4226, app/assets/stylesheets/css/theme/theme.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  /* line 4232, app/assets/stylesheets/css/theme/theme.scss */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-xxl, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  /* line 4240, app/assets/stylesheets/css/theme/theme.scss */
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 4244, app/assets/stylesheets/css/theme/theme.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 4247, app/assets/stylesheets/css/theme/theme.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 4250, app/assets/stylesheets/css/theme/theme.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 4254, app/assets/stylesheets/css/theme/theme.scss */
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-xxl, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 4258, app/assets/stylesheets/css/theme/theme.scss */
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 4261, app/assets/stylesheets/css/theme/theme.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 4265, app/assets/stylesheets/css/theme/theme.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  /* line 4271, app/assets/stylesheets/css/theme/theme.scss */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-xxl, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 4279, app/assets/stylesheets/css/theme/theme.scss */
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 4283, app/assets/stylesheets/css/theme/theme.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 4286, app/assets/stylesheets/css/theme/theme.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 4289, app/assets/stylesheets/css/theme/theme.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 4293, app/assets/stylesheets/css/theme/theme.scss */
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-xxl, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 4297, app/assets/stylesheets/css/theme/theme.scss */
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 4300, app/assets/stylesheets/css/theme/theme.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 4304, app/assets/stylesheets/css/theme/theme.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 4310, app/assets/stylesheets/css/theme/theme.scss */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-xxl, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 4318, app/assets/stylesheets/css/theme/theme.scss */
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  /* line 4322, app/assets/stylesheets/css/theme/theme.scss */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 4325, app/assets/stylesheets/css/theme/theme.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 4328, app/assets/stylesheets/css/theme/theme.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  /* line 4332, app/assets/stylesheets/css/theme/theme.scss */
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-xxl, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  /* line 4336, app/assets/stylesheets/css/theme/theme.scss */
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 4339, app/assets/stylesheets/css/theme/theme.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 4343, app/assets/stylesheets/css/theme/theme.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

/* line 4348, app/assets/stylesheets/css/theme/theme.scss */
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

/* line 4353, app/assets/stylesheets/css/theme/theme.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-xxl, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

/* line 4359, app/assets/stylesheets/css/theme/theme.scss */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 4363, app/assets/stylesheets/css/theme/theme.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 4367, app/assets/stylesheets/css/theme/theme.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/* line 4372, app/assets/stylesheets/css/theme/theme.scss */
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-xxl, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  flex-wrap: nowrap;
}

/* line 4377, app/assets/stylesheets/css/theme/theme.scss */
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

/* line 4381, app/assets/stylesheets/css/theme/theme.scss */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 4386, app/assets/stylesheets/css/theme/theme.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 4390, app/assets/stylesheets/css/theme/theme.scss */
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

/* line 4394, app/assets/stylesheets/css/theme/theme.scss */
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 4398, app/assets/stylesheets/css/theme/theme.scss */
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

/* line 4402, app/assets/stylesheets/css/theme/theme.scss */
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

/* line 4406, app/assets/stylesheets/css/theme/theme.scss */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

/* line 4410, app/assets/stylesheets/css/theme/theme.scss */
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

/* line 4417, app/assets/stylesheets/css/theme/theme.scss */
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 4422, app/assets/stylesheets/css/theme/theme.scss */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 4426, app/assets/stylesheets/css/theme/theme.scss */
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

/* line 4430, app/assets/stylesheets/css/theme/theme.scss */
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

/* line 4434, app/assets/stylesheets/css/theme/theme.scss */
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 4438, app/assets/stylesheets/css/theme/theme.scss */
.navbar-dark .navbar-brand {
  color: #fff;
}

/* line 4442, app/assets/stylesheets/css/theme/theme.scss */
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

/* line 4446, app/assets/stylesheets/css/theme/theme.scss */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

/* line 4450, app/assets/stylesheets/css/theme/theme.scss */
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

/* line 4454, app/assets/stylesheets/css/theme/theme.scss */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 4458, app/assets/stylesheets/css/theme/theme.scss */
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

/* line 4465, app/assets/stylesheets/css/theme/theme.scss */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 4470, app/assets/stylesheets/css/theme/theme.scss */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 4474, app/assets/stylesheets/css/theme/theme.scss */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

/* line 4478, app/assets/stylesheets/css/theme/theme.scss */
.navbar-dark .navbar-text a {
  color: #fff;
}

/* line 4482, app/assets/stylesheets/css/theme/theme.scss */
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

/* line 4486, app/assets/stylesheets/css/theme/theme.scss */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #e3e6f0;
  border-radius: 0rem;
}

/* line 4498, app/assets/stylesheets/css/theme/theme.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 4503, app/assets/stylesheets/css/theme/theme.scss */
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

/* line 4508, app/assets/stylesheets/css/theme/theme.scss */
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.35rem - 1px);
  border-top-right-radius: calc(0.35rem - 1px);
}

/* line 4514, app/assets/stylesheets/css/theme/theme.scss */
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.35rem - 1px);
  border-bottom-left-radius: calc(0.35rem - 1px);
}

/* line 4520, app/assets/stylesheets/css/theme/theme.scss */
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

/* line 4525, app/assets/stylesheets/css/theme/theme.scss */
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

/* line 4531, app/assets/stylesheets/css/theme/theme.scss */
.card-title {
  margin-bottom: 0.75rem;
}

/* line 4535, app/assets/stylesheets/css/theme/theme.scss */
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

/* line 4540, app/assets/stylesheets/css/theme/theme.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 4544, app/assets/stylesheets/css/theme/theme.scss */
.card-link:hover {
  text-decoration: none;
}

/* line 4548, app/assets/stylesheets/css/theme/theme.scss */
.card-link + .card-link {
  margin-left: 1.25rem;
}

/* line 4552, app/assets/stylesheets/css/theme/theme.scss */
.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: #f8f9fc;
  border-bottom: 1px solid #e3e6f0;
}

/* line 4559, app/assets/stylesheets/css/theme/theme.scss */
.card-header:first-child {
  border-radius: calc(0.35rem - 1px) calc(0.35rem - 1px) 0 0;
}

/* line 4563, app/assets/stylesheets/css/theme/theme.scss */
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f8f9fc;
  border-top: 1px solid #e3e6f0;
}

/* line 4569, app/assets/stylesheets/css/theme/theme.scss */
.card-footer:last-child {
  border-radius: 0 0 calc(0.35rem - 1px) calc(0.35rem - 1px);
}

/* line 4573, app/assets/stylesheets/css/theme/theme.scss */
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

/* line 4580, app/assets/stylesheets/css/theme/theme.scss */
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

/* line 4585, app/assets/stylesheets/css/theme/theme.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.35rem - 1px);
}

/* line 4595, app/assets/stylesheets/css/theme/theme.scss */
.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

/* line 4602, app/assets/stylesheets/css/theme/theme.scss */
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.35rem - 1px);
  border-top-right-radius: calc(0.35rem - 1px);
}

/* line 4608, app/assets/stylesheets/css/theme/theme.scss */
.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.35rem - 1px);
  border-bottom-left-radius: calc(0.35rem - 1px);
}

/* line 4614, app/assets/stylesheets/css/theme/theme.scss */
.card-deck .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  /* line 4619, app/assets/stylesheets/css/theme/theme.scss */
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
  /* line 4625, app/assets/stylesheets/css/theme/theme.scss */
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 0.75rem;
    margin-bottom: 0;
    margin-left: 0.75rem;
  }
}

/* line 4633, app/assets/stylesheets/css/theme/theme.scss */
.card-group > .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  /* line 4638, app/assets/stylesheets/css/theme/theme.scss */
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  /* line 4642, app/assets/stylesheets/css/theme/theme.scss */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 4646, app/assets/stylesheets/css/theme/theme.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 4650, app/assets/stylesheets/css/theme/theme.scss */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 4654, app/assets/stylesheets/css/theme/theme.scss */
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  /* line 4658, app/assets/stylesheets/css/theme/theme.scss */
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 4662, app/assets/stylesheets/css/theme/theme.scss */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 4666, app/assets/stylesheets/css/theme/theme.scss */
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  /* line 4670, app/assets/stylesheets/css/theme/theme.scss */
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

/* line 4676, app/assets/stylesheets/css/theme/theme.scss */
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  /* line 4681, app/assets/stylesheets/css/theme/theme.scss */
  .card-columns {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  /* line 4689, app/assets/stylesheets/css/theme/theme.scss */
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

/* line 4695, app/assets/stylesheets/css/theme/theme.scss */
.accordion {
  overflow-anchor: none;
}

/* line 4699, app/assets/stylesheets/css/theme/theme.scss */
.accordion > .card {
  overflow: hidden;
}

/* line 4703, app/assets/stylesheets/css/theme/theme.scss */
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 4709, app/assets/stylesheets/css/theme/theme.scss */
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 4714, app/assets/stylesheets/css/theme/theme.scss */
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

/* line 4719, app/assets/stylesheets/css/theme/theme.scss */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #eaecf4;
  border-radius: 0.35rem;
}

/* line 4729, app/assets/stylesheets/css/theme/theme.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

/* line 4733, app/assets/stylesheets/css/theme/theme.scss */
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #858796;
  content: "/";
}

/* line 4740, app/assets/stylesheets/css/theme/theme.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

/* line 4744, app/assets/stylesheets/css/theme/theme.scss */
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

/* line 4748, app/assets/stylesheets/css/theme/theme.scss */
.breadcrumb-item.active {
  color: #858796;
}

/* line 4752, app/assets/stylesheets/css/theme/theme.scss */
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.35rem;
}

/* line 4759, app/assets/stylesheets/css/theme/theme.scss */
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #334161;
  background-color: #fff;
  border: 1px solid #dddfeb;
}

/* line 4770, app/assets/stylesheets/css/theme/theme.scss */
.page-link:hover {
  z-index: 2;
  color: #224abe;
  text-decoration: none;
  background-color: #eaecf4;
  border-color: #dddfeb;
}

/* line 4778, app/assets/stylesheets/css/theme/theme.scss */
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
}

/* line 4784, app/assets/stylesheets/css/theme/theme.scss */
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.35rem;
  border-bottom-left-radius: 0.35rem;
}

/* line 4790, app/assets/stylesheets/css/theme/theme.scss */
.page-item:last-child .page-link {
  border-top-right-radius: 0.35rem;
  border-bottom-right-radius: 0.35rem;
}

/* line 4795, app/assets/stylesheets/css/theme/theme.scss */
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #334161;
  border-color: #334161;
}

/* line 4802, app/assets/stylesheets/css/theme/theme.scss */
.page-item.disabled .page-link {
  color: #858796;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dddfeb;
}

/* line 4810, app/assets/stylesheets/css/theme/theme.scss */
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 4816, app/assets/stylesheets/css/theme/theme.scss */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

/* line 4821, app/assets/stylesheets/css/theme/theme.scss */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

/* line 4826, app/assets/stylesheets/css/theme/theme.scss */
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 4832, app/assets/stylesheets/css/theme/theme.scss */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

/* line 4837, app/assets/stylesheets/css/theme/theme.scss */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

/* line 4842, app/assets/stylesheets/css/theme/theme.scss */
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.35rem;
  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 4856, app/assets/stylesheets/css/theme/theme.scss */
  .badge {
    transition: none;
  }
}

/* line 4861, app/assets/stylesheets/css/theme/theme.scss */
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

/* line 4865, app/assets/stylesheets/css/theme/theme.scss */
.badge:empty {
  display: none;
}

/* line 4869, app/assets/stylesheets/css/theme/theme.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 4874, app/assets/stylesheets/css/theme/theme.scss */
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

/* line 4880, app/assets/stylesheets/css/theme/theme.scss */
.badge-primary {
  color: #fff;
  background-color: #ead138;
}

/* line 4885, app/assets/stylesheets/css/theme/theme.scss */
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #2653d4;
}

/* line 4890, app/assets/stylesheets/css/theme/theme.scss */
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.5);
}

/* line 4895, app/assets/stylesheets/css/theme/theme.scss */
.badge-secondary {
  color: #fff;
  background-color: #858796;
}

/* line 4900, app/assets/stylesheets/css/theme/theme.scss */
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #6b6d7d;
}

/* line 4905, app/assets/stylesheets/css/theme/theme.scss */
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(133, 135, 150, 0.5);
}

/* line 4910, app/assets/stylesheets/css/theme/theme.scss */
.badge-success {
  color: #fff;
  background-color: #1cc88a;
}

/* line 4915, app/assets/stylesheets/css/theme/theme.scss */
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #169b6b;
}

/* line 4920, app/assets/stylesheets/css/theme/theme.scss */
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(28, 200, 138, 0.5);
}

/* line 4925, app/assets/stylesheets/css/theme/theme.scss */
.badge-info {
  color: #fff;
  background-color: #36b9cc;
}

/* line 4930, app/assets/stylesheets/css/theme/theme.scss */
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #2a96a5;
}

/* line 4935, app/assets/stylesheets/css/theme/theme.scss */
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(54, 185, 204, 0.5);
}

/* line 4940, app/assets/stylesheets/css/theme/theme.scss */
.badge-warning {
  color: #fff;
  background-color: #f6c23e;
}

/* line 4945, app/assets/stylesheets/css/theme/theme.scss */
a.badge-warning:hover, a.badge-warning:focus {
  color: #fff;
  background-color: #f4b30d;
}

/* line 4950, app/assets/stylesheets/css/theme/theme.scss */
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(246, 194, 62, 0.5);
}

/* line 4955, app/assets/stylesheets/css/theme/theme.scss */
.badge-danger {
  color: #fff;
  background-color: #e74a3b;
}

/* line 4960, app/assets/stylesheets/css/theme/theme.scss */
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #d52a1a;
}

/* line 4965, app/assets/stylesheets/css/theme/theme.scss */
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(231, 74, 59, 0.5);
}

/* line 4970, app/assets/stylesheets/css/theme/theme.scss */
.badge-light {
  color: #3a3b45;
  background-color: #f8f9fc;
}

/* line 4975, app/assets/stylesheets/css/theme/theme.scss */
a.badge-light:hover, a.badge-light:focus {
  color: #3a3b45;
  background-color: #d4daed;
}

/* line 4980, app/assets/stylesheets/css/theme/theme.scss */
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 252, 0.5);
}

/* line 4985, app/assets/stylesheets/css/theme/theme.scss */
.badge-dark {
  color: #fff;
  background-color: #5a5c69;
}

/* line 4990, app/assets/stylesheets/css/theme/theme.scss */
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #42444e;
}

/* line 4995, app/assets/stylesheets/css/theme/theme.scss */
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(90, 92, 105, 0.5);
}

/* line 5000, app/assets/stylesheets/css/theme/theme.scss */
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #eaecf4;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  /* line 5008, app/assets/stylesheets/css/theme/theme.scss */
  .jumbotron {
    padding: 4rem 2rem;
  }
}

/* line 5013, app/assets/stylesheets/css/theme/theme.scss */
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/* line 5019, app/assets/stylesheets/css/theme/theme.scss */
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.35rem;
}

/* line 5027, app/assets/stylesheets/css/theme/theme.scss */
.alert-heading {
  color: inherit;
}

/* line 5031, app/assets/stylesheets/css/theme/theme.scss */
.alert-link {
  font-weight: 700;
}

/* line 5035, app/assets/stylesheets/css/theme/theme.scss */
.alert-dismissible {
  padding-right: 4rem;
}

/* line 5039, app/assets/stylesheets/css/theme/theme.scss */
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

/* line 5048, app/assets/stylesheets/css/theme/theme.scss */
.alert-primary {
  color: #293c74;
  background-color: #dce3f9;
  border-color: #cdd8f6;
}

/* line 5054, app/assets/stylesheets/css/theme/theme.scss */
.alert-primary hr {
  border-top-color: #b7c7f2;
}

/* line 5058, app/assets/stylesheets/css/theme/theme.scss */
.alert-primary .alert-link {
  color: #1c294e;
}

/* line 5062, app/assets/stylesheets/css/theme/theme.scss */
.alert-secondary {
  color: #45464e;
  background-color: #e7e7ea;
  border-color: #dddde2;
}

/* line 5068, app/assets/stylesheets/css/theme/theme.scss */
.alert-secondary hr {
  border-top-color: #cfcfd6;
}

/* line 5072, app/assets/stylesheets/css/theme/theme.scss */
.alert-secondary .alert-link {
  color: #2d2e33;
}

/* line 5076, app/assets/stylesheets/css/theme/theme.scss */
.alert-success {
  color: #0f6848;
  background-color: #d2f4e8;
  border-color: #bff0de;
}

/* line 5082, app/assets/stylesheets/css/theme/theme.scss */
.alert-success hr {
  border-top-color: #aaebd3;
}

/* line 5086, app/assets/stylesheets/css/theme/theme.scss */
.alert-success .alert-link {
  color: #093b29;
}

/* line 5090, app/assets/stylesheets/css/theme/theme.scss */
.alert-info {
  color: #1c606a;
  background-color: #d7f1f5;
  border-color: #c7ebf1;
}

/* line 5096, app/assets/stylesheets/css/theme/theme.scss */
.alert-info hr {
  border-top-color: #b3e4ec;
}

/* line 5100, app/assets/stylesheets/css/theme/theme.scss */
.alert-info .alert-link {
  color: #113b42;
}

/* line 5104, app/assets/stylesheets/css/theme/theme.scss */
.alert-warning {
  color: #806520;
  background-color: #fdf3d8;
  border-color: #fceec9;
}

/* line 5110, app/assets/stylesheets/css/theme/theme.scss */
.alert-warning hr {
  border-top-color: #fbe6b1;
}

/* line 5114, app/assets/stylesheets/css/theme/theme.scss */
.alert-warning .alert-link {
  color: #574516;
}

/* line 5118, app/assets/stylesheets/css/theme/theme.scss */
.alert-danger {
  color: #78261f;
  background-color: #fadbd8;
  border-color: #f8ccc8;
}

/* line 5124, app/assets/stylesheets/css/theme/theme.scss */
.alert-danger hr {
  border-top-color: #f5b7b1;
}

/* line 5128, app/assets/stylesheets/css/theme/theme.scss */
.alert-danger .alert-link {
  color: #4f1915;
}

/* line 5132, app/assets/stylesheets/css/theme/theme.scss */
.alert-light {
  color: #818183;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

/* line 5138, app/assets/stylesheets/css/theme/theme.scss */
.alert-light hr {
  border-top-color: #ececf6;
}

/* line 5142, app/assets/stylesheets/css/theme/theme.scss */
.alert-light .alert-link {
  color: #686869;
}

/* line 5146, app/assets/stylesheets/css/theme/theme.scss */
.alert-dark {
  color: #2f3037;
  background-color: #dedee1;
  border-color: #d1d1d5;
}

/* line 5152, app/assets/stylesheets/css/theme/theme.scss */
.alert-dark hr {
  border-top-color: #c4c4c9;
}

/* line 5156, app/assets/stylesheets/css/theme/theme.scss */
.alert-dark .alert-link {
  color: #18181c;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

/* line 5178, app/assets/stylesheets/css/theme/theme.scss */
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #eaecf4;
  border-radius: 0.35rem;
}

/* line 5188, app/assets/stylesheets/css/theme/theme.scss */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #ead138;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5201, app/assets/stylesheets/css/theme/theme.scss */
  .progress-bar {
    transition: none;
  }
}

/* line 5206, app/assets/stylesheets/css/theme/theme.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: 1rem 1rem;
}

/* line 5211, app/assets/stylesheets/css/theme/theme.scss */
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5217, app/assets/stylesheets/css/theme/theme.scss */
  .progress-bar-animated {
    animation: none;
  }
}

/* line 5223, app/assets/stylesheets/css/theme/theme.scss */
.media {
  display: flex;
  align-items: flex-start;
}

/* line 5228, app/assets/stylesheets/css/theme/theme.scss */
.media-body {
  flex: 1;
}

/* line 5232, app/assets/stylesheets/css/theme/theme.scss */
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.35rem;
}

/* line 5240, app/assets/stylesheets/css/theme/theme.scss */
.list-group-item-action {
  width: 100%;
  color: #6e707e;
  text-align: inherit;
}

/* line 5246, app/assets/stylesheets/css/theme/theme.scss */
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #6e707e;
  text-decoration: none;
  background-color: #f8f9fc;
}

/* line 5253, app/assets/stylesheets/css/theme/theme.scss */
.list-group-item-action:active {
  color: #858796;
  background-color: #eaecf4;
}

/* line 5258, app/assets/stylesheets/css/theme/theme.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 5266, app/assets/stylesheets/css/theme/theme.scss */
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

/* line 5271, app/assets/stylesheets/css/theme/theme.scss */
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

/* line 5276, app/assets/stylesheets/css/theme/theme.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: #858796;
  pointer-events: none;
  background-color: #fff;
}

/* line 5282, app/assets/stylesheets/css/theme/theme.scss */
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #ead138;
  border-color: #ead138;
}

/* line 5289, app/assets/stylesheets/css/theme/theme.scss */
.list-group-item + .list-group-item {
  border-top-width: 0;
}

/* line 5293, app/assets/stylesheets/css/theme/theme.scss */
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

/* line 5298, app/assets/stylesheets/css/theme/theme.scss */
.list-group-horizontal {
  flex-direction: row;
}

/* line 5302, app/assets/stylesheets/css/theme/theme.scss */
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.35rem;
  border-top-right-radius: 0;
}

/* line 5307, app/assets/stylesheets/css/theme/theme.scss */
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.35rem;
  border-bottom-left-radius: 0;
}

/* line 5312, app/assets/stylesheets/css/theme/theme.scss */
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

/* line 5316, app/assets/stylesheets/css/theme/theme.scss */
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

/* line 5321, app/assets/stylesheets/css/theme/theme.scss */
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  /* line 5327, app/assets/stylesheets/css/theme/theme.scss */
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  /* line 5330, app/assets/stylesheets/css/theme/theme.scss */
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.35rem;
    border-top-right-radius: 0;
  }
  /* line 5334, app/assets/stylesheets/css/theme/theme.scss */
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.35rem;
    border-bottom-left-radius: 0;
  }
  /* line 5338, app/assets/stylesheets/css/theme/theme.scss */
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  /* line 5341, app/assets/stylesheets/css/theme/theme.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 5345, app/assets/stylesheets/css/theme/theme.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  /* line 5352, app/assets/stylesheets/css/theme/theme.scss */
  .list-group-horizontal-md {
    flex-direction: row;
  }
  /* line 5355, app/assets/stylesheets/css/theme/theme.scss */
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.35rem;
    border-top-right-radius: 0;
  }
  /* line 5359, app/assets/stylesheets/css/theme/theme.scss */
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.35rem;
    border-bottom-left-radius: 0;
  }
  /* line 5363, app/assets/stylesheets/css/theme/theme.scss */
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  /* line 5366, app/assets/stylesheets/css/theme/theme.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 5370, app/assets/stylesheets/css/theme/theme.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  /* line 5377, app/assets/stylesheets/css/theme/theme.scss */
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  /* line 5380, app/assets/stylesheets/css/theme/theme.scss */
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.35rem;
    border-top-right-radius: 0;
  }
  /* line 5384, app/assets/stylesheets/css/theme/theme.scss */
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.35rem;
    border-bottom-left-radius: 0;
  }
  /* line 5388, app/assets/stylesheets/css/theme/theme.scss */
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  /* line 5391, app/assets/stylesheets/css/theme/theme.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 5395, app/assets/stylesheets/css/theme/theme.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  /* line 5402, app/assets/stylesheets/css/theme/theme.scss */
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  /* line 5405, app/assets/stylesheets/css/theme/theme.scss */
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.35rem;
    border-top-right-radius: 0;
  }
  /* line 5409, app/assets/stylesheets/css/theme/theme.scss */
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.35rem;
    border-bottom-left-radius: 0;
  }
  /* line 5413, app/assets/stylesheets/css/theme/theme.scss */
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 5416, app/assets/stylesheets/css/theme/theme.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 5420, app/assets/stylesheets/css/theme/theme.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

/* line 5426, app/assets/stylesheets/css/theme/theme.scss */
.list-group-flush {
  border-radius: 0;
}

/* line 5430, app/assets/stylesheets/css/theme/theme.scss */
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

/* line 5434, app/assets/stylesheets/css/theme/theme.scss */
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

/* line 5438, app/assets/stylesheets/css/theme/theme.scss */
.list-group-item-primary {
  color: #293c74;
  background-color: #cdd8f6;
}

/* line 5443, app/assets/stylesheets/css/theme/theme.scss */
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #293c74;
  background-color: #b7c7f2;
}

/* line 5448, app/assets/stylesheets/css/theme/theme.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #293c74;
  border-color: #293c74;
}

/* line 5454, app/assets/stylesheets/css/theme/theme.scss */
.list-group-item-secondary {
  color: #45464e;
  background-color: #dddde2;
}

/* line 5459, app/assets/stylesheets/css/theme/theme.scss */
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #45464e;
  background-color: #cfcfd6;
}

/* line 5464, app/assets/stylesheets/css/theme/theme.scss */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #45464e;
  border-color: #45464e;
}

/* line 5470, app/assets/stylesheets/css/theme/theme.scss */
.list-group-item-success {
  color: #0f6848;
  background-color: #bff0de;
}

/* line 5475, app/assets/stylesheets/css/theme/theme.scss */
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0f6848;
  background-color: #aaebd3;
}

/* line 5480, app/assets/stylesheets/css/theme/theme.scss */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f6848;
  border-color: #0f6848;
}

/* line 5486, app/assets/stylesheets/css/theme/theme.scss */
.list-group-item-info {
  color: #1c606a;
  background-color: #c7ebf1;
}

/* line 5491, app/assets/stylesheets/css/theme/theme.scss */
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #1c606a;
  background-color: #b3e4ec;
}

/* line 5496, app/assets/stylesheets/css/theme/theme.scss */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #1c606a;
  border-color: #1c606a;
}

/* line 5502, app/assets/stylesheets/css/theme/theme.scss */
.list-group-item-warning {
  color: #806520;
  background-color: #fceec9;
}

/* line 5507, app/assets/stylesheets/css/theme/theme.scss */
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #806520;
  background-color: #fbe6b1;
}

/* line 5512, app/assets/stylesheets/css/theme/theme.scss */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #806520;
  border-color: #806520;
}

/* line 5518, app/assets/stylesheets/css/theme/theme.scss */
.list-group-item-danger {
  color: #78261f;
  background-color: #f8ccc8;
}

/* line 5523, app/assets/stylesheets/css/theme/theme.scss */
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #78261f;
  background-color: #f5b7b1;
}

/* line 5528, app/assets/stylesheets/css/theme/theme.scss */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #78261f;
  border-color: #78261f;
}

/* line 5534, app/assets/stylesheets/css/theme/theme.scss */
.list-group-item-light {
  color: #818183;
  background-color: #fdfdfe;
}

/* line 5539, app/assets/stylesheets/css/theme/theme.scss */
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818183;
  background-color: #ececf6;
}

/* line 5544, app/assets/stylesheets/css/theme/theme.scss */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818183;
  border-color: #818183;
}

/* line 5550, app/assets/stylesheets/css/theme/theme.scss */
.list-group-item-dark {
  color: #2f3037;
  background-color: #d1d1d5;
}

/* line 5555, app/assets/stylesheets/css/theme/theme.scss */
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #2f3037;
  background-color: #c4c4c9;
}

/* line 5560, app/assets/stylesheets/css/theme/theme.scss */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #2f3037;
  border-color: #2f3037;
}

/* line 5566, app/assets/stylesheets/css/theme/theme.scss */
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

/* line 5576, app/assets/stylesheets/css/theme/theme.scss */
.close:hover {
  color: #000;
  text-decoration: none;
}

/* line 5581, app/assets/stylesheets/css/theme/theme.scss */
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

/* line 5585, app/assets/stylesheets/css/theme/theme.scss */
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

/* line 5591, app/assets/stylesheets/css/theme/theme.scss */
a.close.disabled {
  pointer-events: none;
}

/* line 5595, app/assets/stylesheets/css/theme/theme.scss */
.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}

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

/* line 5611, app/assets/stylesheets/css/theme/theme.scss */
.toast.showing {
  opacity: 1;
}

/* line 5615, app/assets/stylesheets/css/theme/theme.scss */
.toast.show {
  display: block;
  opacity: 1;
}

/* line 5620, app/assets/stylesheets/css/theme/theme.scss */
.toast.hide {
  display: none;
}

/* line 5624, app/assets/stylesheets/css/theme/theme.scss */
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #858796;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 5636, app/assets/stylesheets/css/theme/theme.scss */
.toast-body {
  padding: 0.75rem;
}

/* line 5640, app/assets/stylesheets/css/theme/theme.scss */
.modal-open {
  overflow: hidden;
}

/* line 5644, app/assets/stylesheets/css/theme/theme.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 5649, app/assets/stylesheets/css/theme/theme.scss */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

/* line 5661, app/assets/stylesheets/css/theme/theme.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

/* line 5668, app/assets/stylesheets/css/theme/theme.scss */
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  /* line 5674, app/assets/stylesheets/css/theme/theme.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 5679, app/assets/stylesheets/css/theme/theme.scss */
.modal.show .modal-dialog {
  transform: none;
}

/* line 5683, app/assets/stylesheets/css/theme/theme.scss */
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

/* line 5687, app/assets/stylesheets/css/theme/theme.scss */
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

/* line 5692, app/assets/stylesheets/css/theme/theme.scss */
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

/* line 5697, app/assets/stylesheets/css/theme/theme.scss */
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

/* line 5702, app/assets/stylesheets/css/theme/theme.scss */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 5706, app/assets/stylesheets/css/theme/theme.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

/* line 5712, app/assets/stylesheets/css/theme/theme.scss */
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  content: "";
}

/* line 5721, app/assets/stylesheets/css/theme/theme.scss */
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

/* line 5727, app/assets/stylesheets/css/theme/theme.scss */
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

/* line 5731, app/assets/stylesheets/css/theme/theme.scss */
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

/* line 5735, app/assets/stylesheets/css/theme/theme.scss */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

/* line 5748, app/assets/stylesheets/css/theme/theme.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

/* line 5758, app/assets/stylesheets/css/theme/theme.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 5762, app/assets/stylesheets/css/theme/theme.scss */
.modal-backdrop.show {
  opacity: 0.5;
}

/* line 5766, app/assets/stylesheets/css/theme/theme.scss */
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #e3e6f0;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

/* line 5776, app/assets/stylesheets/css/theme/theme.scss */
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

/* line 5781, app/assets/stylesheets/css/theme/theme.scss */
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 5786, app/assets/stylesheets/css/theme/theme.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

/* line 5792, app/assets/stylesheets/css/theme/theme.scss */
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #e3e6f0;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

/* line 5803, app/assets/stylesheets/css/theme/theme.scss */
.modal-footer > * {
  margin: 0.25rem;
}

/* line 5807, app/assets/stylesheets/css/theme/theme.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 5816, app/assets/stylesheets/css/theme/theme.scss */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  /* line 5820, app/assets/stylesheets/css/theme/theme.scss */
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  /* line 5823, app/assets/stylesheets/css/theme/theme.scss */
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  /* line 5826, app/assets/stylesheets/css/theme/theme.scss */
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  /* line 5829, app/assets/stylesheets/css/theme/theme.scss */
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }
  /* line 5835, app/assets/stylesheets/css/theme/theme.scss */
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 5841, app/assets/stylesheets/css/theme/theme.scss */
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  /* line 5848, app/assets/stylesheets/css/theme/theme.scss */
  .modal-xl {
    max-width: 1140px;
  }
}

/* line 5853, app/assets/stylesheets/css/theme/theme.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

/* line 5877, app/assets/stylesheets/css/theme/theme.scss */
.tooltip.show {
  opacity: 0.9;
}

/* line 5881, app/assets/stylesheets/css/theme/theme.scss */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

/* line 5888, app/assets/stylesheets/css/theme/theme.scss */
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 5895, app/assets/stylesheets/css/theme/theme.scss */
.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^="top"], .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

/* line 5899, app/assets/stylesheets/css/theme/theme.scss */
.bs-tooltip-top .arrow, .bs-tooltip-auto[data-popper-placement^="top"] .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

/* line 5903, app/assets/stylesheets/css/theme/theme.scss */
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

/* line 5909, app/assets/stylesheets/css/theme/theme.scss */
.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

/* line 5913, app/assets/stylesheets/css/theme/theme.scss */
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 5919, app/assets/stylesheets/css/theme/theme.scss */
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

/* line 5925, app/assets/stylesheets/css/theme/theme.scss */
.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^="bottom"], .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

/* line 5929, app/assets/stylesheets/css/theme/theme.scss */
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

/* line 5933, app/assets/stylesheets/css/theme/theme.scss */
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

/* line 5939, app/assets/stylesheets/css/theme/theme.scss */
.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

/* line 5943, app/assets/stylesheets/css/theme/theme.scss */
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 5949, app/assets/stylesheets/css/theme/theme.scss */
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

/* line 5955, app/assets/stylesheets/css/theme/theme.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.35rem;
}

/* line 5964, app/assets/stylesheets/css/theme/theme.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

/* line 5993, app/assets/stylesheets/css/theme/theme.scss */
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

/* line 6001, app/assets/stylesheets/css/theme/theme.scss */
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 6009, app/assets/stylesheets/css/theme/theme.scss */
.bs-popover-top, .bs-popover-auto[data-popper-placement^="top"], .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

/* line 6013, app/assets/stylesheets/css/theme/theme.scss */
.bs-popover-top > .arrow, .bs-popover-auto[data-popper-placement^="top"] > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

/* line 6017, app/assets/stylesheets/css/theme/theme.scss */
.bs-popover-top > .arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

/* line 6023, app/assets/stylesheets/css/theme/theme.scss */
.bs-popover-top > .arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

/* line 6029, app/assets/stylesheets/css/theme/theme.scss */
.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

/* line 6033, app/assets/stylesheets/css/theme/theme.scss */
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 6040, app/assets/stylesheets/css/theme/theme.scss */
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 6046, app/assets/stylesheets/css/theme/theme.scss */
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

/* line 6052, app/assets/stylesheets/css/theme/theme.scss */
.bs-popover-bottom, .bs-popover-auto[data-popper-placement^="bottom"], .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

/* line 6056, app/assets/stylesheets/css/theme/theme.scss */
.bs-popover-bottom > .arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
}

/* line 6060, app/assets/stylesheets/css/theme/theme.scss */
.bs-popover-bottom > .arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 6066, app/assets/stylesheets/css/theme/theme.scss */
.bs-popover-bottom > .arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

/* line 6072, app/assets/stylesheets/css/theme/theme.scss */
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

/* line 6083, app/assets/stylesheets/css/theme/theme.scss */
.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

/* line 6087, app/assets/stylesheets/css/theme/theme.scss */
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 6094, app/assets/stylesheets/css/theme/theme.scss */
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 6100, app/assets/stylesheets/css/theme/theme.scss */
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

/* line 6106, app/assets/stylesheets/css/theme/theme.scss */
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

/* line 6116, app/assets/stylesheets/css/theme/theme.scss */
.popover-header:empty {
  display: none;
}

/* line 6120, app/assets/stylesheets/css/theme/theme.scss */
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #858796;
}

/* line 6125, app/assets/stylesheets/css/theme/theme.scss */
.carousel {
  position: relative;
}

/* line 6129, app/assets/stylesheets/css/theme/theme.scss */
.carousel.pointer-event {
  touch-action: pan-y;
}

/* line 6133, app/assets/stylesheets/css/theme/theme.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 6139, app/assets/stylesheets/css/theme/theme.scss */
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

/* line 6145, app/assets/stylesheets/css/theme/theme.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 6157, app/assets/stylesheets/css/theme/theme.scss */
  .carousel-item {
    transition: none;
  }
}

/* line 6162, app/assets/stylesheets/css/theme/theme.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* line 6168, app/assets/stylesheets/css/theme/theme.scss */
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

/* line 6173, app/assets/stylesheets/css/theme/theme.scss */
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

/* line 6178, app/assets/stylesheets/css/theme/theme.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

/* line 6184, app/assets/stylesheets/css/theme/theme.scss */
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

/* line 6191, app/assets/stylesheets/css/theme/theme.scss */
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6199, app/assets/stylesheets/css/theme/theme.scss */
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

/* line 6205, app/assets/stylesheets/css/theme/theme.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%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6222, app/assets/stylesheets/css/theme/theme.scss */
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}

/* line 6228, app/assets/stylesheets/css/theme/theme.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 6237, app/assets/stylesheets/css/theme/theme.scss */
.carousel-control-prev {
  left: 0;
}

/* line 6241, app/assets/stylesheets/css/theme/theme.scss */
.carousel-control-next {
  right: 0;
}

/* line 6245, app/assets/stylesheets/css/theme/theme.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50% / 100% 100% no-repeat;
}

/* line 6253, app/assets/stylesheets/css/theme/theme.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

/* line 6257, app/assets/stylesheets/css/theme/theme.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

/* line 6261, app/assets/stylesheets/css/theme/theme.scss */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

/* line 6275, app/assets/stylesheets/css/theme/theme.scss */
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6293, app/assets/stylesheets/css/theme/theme.scss */
  .carousel-indicators li {
    transition: none;
  }
}

/* line 6298, app/assets/stylesheets/css/theme/theme.scss */
.carousel-indicators .active {
  opacity: 1;
}

/* line 6302, app/assets/stylesheets/css/theme/theme.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

/* line 6326, app/assets/stylesheets/css/theme/theme.scss */
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: .75s linear infinite spinner-border;
}

/* line 6338, app/assets/stylesheets/css/theme/theme.scss */
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

/* line 6364, app/assets/stylesheets/css/theme/theme.scss */
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: .75s linear infinite spinner-grow;
}

/* line 6376, app/assets/stylesheets/css/theme/theme.scss */
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6382, app/assets/stylesheets/css/theme/theme.scss */
  .spinner-border,
.spinner-grow {
    animation-duration: 1.5s;
  }
}

/* line 6389, app/assets/stylesheets/css/theme/theme.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 6393, app/assets/stylesheets/css/theme/theme.scss */
.align-top {
  vertical-align: top !important;
}

/* line 6397, app/assets/stylesheets/css/theme/theme.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 6401, app/assets/stylesheets/css/theme/theme.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 6405, app/assets/stylesheets/css/theme/theme.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 6409, app/assets/stylesheets/css/theme/theme.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 6413, app/assets/stylesheets/css/theme/theme.scss */
.bg-primary {
  background-color: #ead138 !important;
}

/* line 6417, app/assets/stylesheets/css/theme/theme.scss */
a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #2653d4 !important;
}

/* line 6423, app/assets/stylesheets/css/theme/theme.scss */
.bg-secondary {
  background-color: #858796 !important;
}

/* line 6427, app/assets/stylesheets/css/theme/theme.scss */
.text-secondary-blue {
  color: #334161 !important;
}

/* line 6431, app/assets/stylesheets/css/theme/theme.scss */
a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #6b6d7d !important;
}

/* line 6437, app/assets/stylesheets/css/theme/theme.scss */
.bg-success {
  background-color: #1cc88a !important;
}

/* line 6441, app/assets/stylesheets/css/theme/theme.scss */
a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #169b6b !important;
}

/* line 6447, app/assets/stylesheets/css/theme/theme.scss */
.bg-info {
  background-color: #36b9cc !important;
}

/* line 6451, app/assets/stylesheets/css/theme/theme.scss */
a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #2a96a5 !important;
}

/* line 6457, app/assets/stylesheets/css/theme/theme.scss */
.bg-warning {
  background-color: #f6c23e !important;
}

/* line 6461, app/assets/stylesheets/css/theme/theme.scss */
a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #f4b30d !important;
}

/* line 6467, app/assets/stylesheets/css/theme/theme.scss */
.bg-danger {
  background-color: #e74a3b !important;
}

/* line 6471, app/assets/stylesheets/css/theme/theme.scss */
a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #d52a1a !important;
}

/* line 6477, app/assets/stylesheets/css/theme/theme.scss */
.bg-light {
  background-color: #f8f9fc !important;
}

/* line 6481, app/assets/stylesheets/css/theme/theme.scss */
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #d4daed !important;
}

/* line 6487, app/assets/stylesheets/css/theme/theme.scss */
.bg-dark {
  background-color: #5a5c69 !important;
}

/* line 6491, app/assets/stylesheets/css/theme/theme.scss */
a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #42444e !important;
}

/* line 6497, app/assets/stylesheets/css/theme/theme.scss */
.bg-white {
  background-color: #fff !important;
}

/* line 6501, app/assets/stylesheets/css/theme/theme.scss */
.bg-transparent {
  background-color: transparent !important;
}

/* line 6505, app/assets/stylesheets/css/theme/theme.scss */
.border {
  border: 1px solid #e3e6f0 !important;
}

/* line 6509, app/assets/stylesheets/css/theme/theme.scss */
.border-top {
  border-top: 1px solid #e3e6f0 !important;
}

/* line 6513, app/assets/stylesheets/css/theme/theme.scss */
.border-right {
  border-right: 1px solid #e3e6f0 !important;
}

/* line 6517, app/assets/stylesheets/css/theme/theme.scss */
.border-bottom {
  border-bottom: 1px solid #e3e6f0 !important;
}

/* line 6521, app/assets/stylesheets/css/theme/theme.scss */
.border-left {
  border-left: 1px solid #e3e6f0 !important;
}

/* line 6525, app/assets/stylesheets/css/theme/theme.scss */
.border-0 {
  border: 0 !important;
}

/* line 6529, app/assets/stylesheets/css/theme/theme.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 6533, app/assets/stylesheets/css/theme/theme.scss */
.border-right-0 {
  border-right: 0 !important;
}

/* line 6537, app/assets/stylesheets/css/theme/theme.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 6541, app/assets/stylesheets/css/theme/theme.scss */
.border-left-0 {
  border-left: 0 !important;
}

/* line 6545, app/assets/stylesheets/css/theme/theme.scss */
.border-primary {
  border-color: #ead138 !important;
}

/* line 6549, app/assets/stylesheets/css/theme/theme.scss */
.border-secondary {
  border-color: #858796 !important;
}

/* line 6553, app/assets/stylesheets/css/theme/theme.scss */
.border-success {
  border-color: #1cc88a !important;
}

/* line 6557, app/assets/stylesheets/css/theme/theme.scss */
.border-info {
  border-color: #36b9cc !important;
}

/* line 6561, app/assets/stylesheets/css/theme/theme.scss */
.border-warning {
  border-color: #f6c23e !important;
}

/* line 6565, app/assets/stylesheets/css/theme/theme.scss */
.border-danger {
  border-color: #e74a3b !important;
}

/* line 6569, app/assets/stylesheets/css/theme/theme.scss */
.border-light {
  border-color: #f8f9fc !important;
}

/* line 6573, app/assets/stylesheets/css/theme/theme.scss */
.border-dark {
  border-color: #5a5c69 !important;
}

/* line 6577, app/assets/stylesheets/css/theme/theme.scss */
.border-white {
  border-color: #fff !important;
}

/* line 6581, app/assets/stylesheets/css/theme/theme.scss */
.rounded-sm {
  border-radius: 0.2rem !important;
}

/* line 6585, app/assets/stylesheets/css/theme/theme.scss */
.rounded {
  border-radius: 0.35rem !important;
}

/* line 6589, app/assets/stylesheets/css/theme/theme.scss */
.rounded-top {
  border-top-left-radius: 0.35rem !important;
  border-top-right-radius: 0.35rem !important;
}

/* line 6594, app/assets/stylesheets/css/theme/theme.scss */
.rounded-right {
  border-top-right-radius: 0.35rem !important;
  border-bottom-right-radius: 0.35rem !important;
}

/* line 6599, app/assets/stylesheets/css/theme/theme.scss */
.rounded-bottom {
  border-bottom-right-radius: 0.35rem !important;
  border-bottom-left-radius: 0.35rem !important;
}

/* line 6604, app/assets/stylesheets/css/theme/theme.scss */
.rounded-left {
  border-top-left-radius: 0.35rem !important;
  border-bottom-left-radius: 0.35rem !important;
}

/* line 6609, app/assets/stylesheets/css/theme/theme.scss */
.rounded-lg {
  border-radius: 0.3rem !important;
}

/* line 6613, app/assets/stylesheets/css/theme/theme.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 6617, app/assets/stylesheets/css/theme/theme.scss */
.rounded-pill {
  border-radius: 50rem !important;
}

/* line 6621, app/assets/stylesheets/css/theme/theme.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 6625, app/assets/stylesheets/css/theme/theme.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 6631, app/assets/stylesheets/css/theme/theme.scss */
.d-none {
  display: none !important;
}

/* line 6635, app/assets/stylesheets/css/theme/theme.scss */
.d-inline {
  display: inline !important;
}

/* line 6639, app/assets/stylesheets/css/theme/theme.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 6643, app/assets/stylesheets/css/theme/theme.scss */
.d-block {
  display: block !important;
}

/* line 6647, app/assets/stylesheets/css/theme/theme.scss */
.d-table {
  display: table !important;
}

/* line 6651, app/assets/stylesheets/css/theme/theme.scss */
.d-table-row {
  display: table-row !important;
}

/* line 6655, app/assets/stylesheets/css/theme/theme.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 6659, app/assets/stylesheets/css/theme/theme.scss */
.d-flex {
  display: flex !important;
}

/* line 6663, app/assets/stylesheets/css/theme/theme.scss */
.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  /* line 6668, app/assets/stylesheets/css/theme/theme.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 6671, app/assets/stylesheets/css/theme/theme.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 6674, app/assets/stylesheets/css/theme/theme.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 6677, app/assets/stylesheets/css/theme/theme.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 6680, app/assets/stylesheets/css/theme/theme.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 6683, app/assets/stylesheets/css/theme/theme.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 6686, app/assets/stylesheets/css/theme/theme.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 6689, app/assets/stylesheets/css/theme/theme.scss */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 6692, app/assets/stylesheets/css/theme/theme.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  /* line 6698, app/assets/stylesheets/css/theme/theme.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 6701, app/assets/stylesheets/css/theme/theme.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 6704, app/assets/stylesheets/css/theme/theme.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 6707, app/assets/stylesheets/css/theme/theme.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 6710, app/assets/stylesheets/css/theme/theme.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 6713, app/assets/stylesheets/css/theme/theme.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 6716, app/assets/stylesheets/css/theme/theme.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 6719, app/assets/stylesheets/css/theme/theme.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 6722, app/assets/stylesheets/css/theme/theme.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  /* line 6728, app/assets/stylesheets/css/theme/theme.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 6731, app/assets/stylesheets/css/theme/theme.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 6734, app/assets/stylesheets/css/theme/theme.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 6737, app/assets/stylesheets/css/theme/theme.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 6740, app/assets/stylesheets/css/theme/theme.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 6743, app/assets/stylesheets/css/theme/theme.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 6746, app/assets/stylesheets/css/theme/theme.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 6749, app/assets/stylesheets/css/theme/theme.scss */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 6752, app/assets/stylesheets/css/theme/theme.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  /* line 6758, app/assets/stylesheets/css/theme/theme.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 6761, app/assets/stylesheets/css/theme/theme.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 6764, app/assets/stylesheets/css/theme/theme.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 6767, app/assets/stylesheets/css/theme/theme.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 6770, app/assets/stylesheets/css/theme/theme.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 6773, app/assets/stylesheets/css/theme/theme.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 6776, app/assets/stylesheets/css/theme/theme.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 6779, app/assets/stylesheets/css/theme/theme.scss */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 6782, app/assets/stylesheets/css/theme/theme.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  /* line 6788, app/assets/stylesheets/css/theme/theme.scss */
  .d-print-none {
    display: none !important;
  }
  /* line 6791, app/assets/stylesheets/css/theme/theme.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 6794, app/assets/stylesheets/css/theme/theme.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 6797, app/assets/stylesheets/css/theme/theme.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 6800, app/assets/stylesheets/css/theme/theme.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 6803, app/assets/stylesheets/css/theme/theme.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 6806, app/assets/stylesheets/css/theme/theme.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 6809, app/assets/stylesheets/css/theme/theme.scss */
  .d-print-flex {
    display: flex !important;
  }
  /* line 6812, app/assets/stylesheets/css/theme/theme.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

/* line 6817, app/assets/stylesheets/css/theme/theme.scss */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* line 6825, app/assets/stylesheets/css/theme/theme.scss */
.embed-responsive::before {
  display: block;
  content: "";
}

/* line 6830, app/assets/stylesheets/css/theme/theme.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 6844, app/assets/stylesheets/css/theme/theme.scss */
.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

/* line 6848, app/assets/stylesheets/css/theme/theme.scss */
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 6852, app/assets/stylesheets/css/theme/theme.scss */
.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 6856, app/assets/stylesheets/css/theme/theme.scss */
.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 6860, app/assets/stylesheets/css/theme/theme.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 6864, app/assets/stylesheets/css/theme/theme.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 6868, app/assets/stylesheets/css/theme/theme.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 6872, app/assets/stylesheets/css/theme/theme.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 6876, app/assets/stylesheets/css/theme/theme.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 6880, app/assets/stylesheets/css/theme/theme.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 6884, app/assets/stylesheets/css/theme/theme.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 6888, app/assets/stylesheets/css/theme/theme.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 6892, app/assets/stylesheets/css/theme/theme.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 6896, app/assets/stylesheets/css/theme/theme.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 6900, app/assets/stylesheets/css/theme/theme.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 6904, app/assets/stylesheets/css/theme/theme.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 6908, app/assets/stylesheets/css/theme/theme.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 6912, app/assets/stylesheets/css/theme/theme.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 6916, app/assets/stylesheets/css/theme/theme.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 6920, app/assets/stylesheets/css/theme/theme.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 6924, app/assets/stylesheets/css/theme/theme.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 6928, app/assets/stylesheets/css/theme/theme.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 6932, app/assets/stylesheets/css/theme/theme.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 6936, app/assets/stylesheets/css/theme/theme.scss */
.align-items-center {
  align-items: center !important;
}

/* line 6940, app/assets/stylesheets/css/theme/theme.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 6944, app/assets/stylesheets/css/theme/theme.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 6948, app/assets/stylesheets/css/theme/theme.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 6952, app/assets/stylesheets/css/theme/theme.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 6956, app/assets/stylesheets/css/theme/theme.scss */
.align-content-center {
  align-content: center !important;
}

/* line 6960, app/assets/stylesheets/css/theme/theme.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 6964, app/assets/stylesheets/css/theme/theme.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 6968, app/assets/stylesheets/css/theme/theme.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 6972, app/assets/stylesheets/css/theme/theme.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 6976, app/assets/stylesheets/css/theme/theme.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 6980, app/assets/stylesheets/css/theme/theme.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 6984, app/assets/stylesheets/css/theme/theme.scss */
.align-self-center {
  align-self: center !important;
}

/* line 6988, app/assets/stylesheets/css/theme/theme.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 6992, app/assets/stylesheets/css/theme/theme.scss */
.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  /* line 6997, app/assets/stylesheets/css/theme/theme.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 7000, app/assets/stylesheets/css/theme/theme.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 7003, app/assets/stylesheets/css/theme/theme.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 7006, app/assets/stylesheets/css/theme/theme.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 7009, app/assets/stylesheets/css/theme/theme.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 7012, app/assets/stylesheets/css/theme/theme.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 7015, app/assets/stylesheets/css/theme/theme.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 7018, app/assets/stylesheets/css/theme/theme.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 7021, app/assets/stylesheets/css/theme/theme.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 7024, app/assets/stylesheets/css/theme/theme.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 7027, app/assets/stylesheets/css/theme/theme.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 7030, app/assets/stylesheets/css/theme/theme.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 7033, app/assets/stylesheets/css/theme/theme.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 7036, app/assets/stylesheets/css/theme/theme.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 7039, app/assets/stylesheets/css/theme/theme.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 7042, app/assets/stylesheets/css/theme/theme.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 7045, app/assets/stylesheets/css/theme/theme.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 7048, app/assets/stylesheets/css/theme/theme.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 7051, app/assets/stylesheets/css/theme/theme.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 7054, app/assets/stylesheets/css/theme/theme.scss */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 7057, app/assets/stylesheets/css/theme/theme.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 7060, app/assets/stylesheets/css/theme/theme.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 7063, app/assets/stylesheets/css/theme/theme.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 7066, app/assets/stylesheets/css/theme/theme.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 7069, app/assets/stylesheets/css/theme/theme.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 7072, app/assets/stylesheets/css/theme/theme.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 7075, app/assets/stylesheets/css/theme/theme.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 7078, app/assets/stylesheets/css/theme/theme.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 7081, app/assets/stylesheets/css/theme/theme.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 7084, app/assets/stylesheets/css/theme/theme.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 7087, app/assets/stylesheets/css/theme/theme.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 7090, app/assets/stylesheets/css/theme/theme.scss */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 7093, app/assets/stylesheets/css/theme/theme.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 7096, app/assets/stylesheets/css/theme/theme.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  /* line 7102, app/assets/stylesheets/css/theme/theme.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 7105, app/assets/stylesheets/css/theme/theme.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 7108, app/assets/stylesheets/css/theme/theme.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 7111, app/assets/stylesheets/css/theme/theme.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 7114, app/assets/stylesheets/css/theme/theme.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 7117, app/assets/stylesheets/css/theme/theme.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 7120, app/assets/stylesheets/css/theme/theme.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 7123, app/assets/stylesheets/css/theme/theme.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 7126, app/assets/stylesheets/css/theme/theme.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 7129, app/assets/stylesheets/css/theme/theme.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 7132, app/assets/stylesheets/css/theme/theme.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 7135, app/assets/stylesheets/css/theme/theme.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 7138, app/assets/stylesheets/css/theme/theme.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 7141, app/assets/stylesheets/css/theme/theme.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 7144, app/assets/stylesheets/css/theme/theme.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 7147, app/assets/stylesheets/css/theme/theme.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 7150, app/assets/stylesheets/css/theme/theme.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 7153, app/assets/stylesheets/css/theme/theme.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 7156, app/assets/stylesheets/css/theme/theme.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 7159, app/assets/stylesheets/css/theme/theme.scss */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 7162, app/assets/stylesheets/css/theme/theme.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 7165, app/assets/stylesheets/css/theme/theme.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 7168, app/assets/stylesheets/css/theme/theme.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 7171, app/assets/stylesheets/css/theme/theme.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 7174, app/assets/stylesheets/css/theme/theme.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 7177, app/assets/stylesheets/css/theme/theme.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 7180, app/assets/stylesheets/css/theme/theme.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 7183, app/assets/stylesheets/css/theme/theme.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 7186, app/assets/stylesheets/css/theme/theme.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 7189, app/assets/stylesheets/css/theme/theme.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 7192, app/assets/stylesheets/css/theme/theme.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 7195, app/assets/stylesheets/css/theme/theme.scss */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 7198, app/assets/stylesheets/css/theme/theme.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 7201, app/assets/stylesheets/css/theme/theme.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  /* line 7207, app/assets/stylesheets/css/theme/theme.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 7210, app/assets/stylesheets/css/theme/theme.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 7213, app/assets/stylesheets/css/theme/theme.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 7216, app/assets/stylesheets/css/theme/theme.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 7219, app/assets/stylesheets/css/theme/theme.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 7222, app/assets/stylesheets/css/theme/theme.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 7225, app/assets/stylesheets/css/theme/theme.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 7228, app/assets/stylesheets/css/theme/theme.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 7231, app/assets/stylesheets/css/theme/theme.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 7234, app/assets/stylesheets/css/theme/theme.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 7237, app/assets/stylesheets/css/theme/theme.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 7240, app/assets/stylesheets/css/theme/theme.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 7243, app/assets/stylesheets/css/theme/theme.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 7246, app/assets/stylesheets/css/theme/theme.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 7249, app/assets/stylesheets/css/theme/theme.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 7252, app/assets/stylesheets/css/theme/theme.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 7255, app/assets/stylesheets/css/theme/theme.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 7258, app/assets/stylesheets/css/theme/theme.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 7261, app/assets/stylesheets/css/theme/theme.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 7264, app/assets/stylesheets/css/theme/theme.scss */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 7267, app/assets/stylesheets/css/theme/theme.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 7270, app/assets/stylesheets/css/theme/theme.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 7273, app/assets/stylesheets/css/theme/theme.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 7276, app/assets/stylesheets/css/theme/theme.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 7279, app/assets/stylesheets/css/theme/theme.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 7282, app/assets/stylesheets/css/theme/theme.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 7285, app/assets/stylesheets/css/theme/theme.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 7288, app/assets/stylesheets/css/theme/theme.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 7291, app/assets/stylesheets/css/theme/theme.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 7294, app/assets/stylesheets/css/theme/theme.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 7297, app/assets/stylesheets/css/theme/theme.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 7300, app/assets/stylesheets/css/theme/theme.scss */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 7303, app/assets/stylesheets/css/theme/theme.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 7306, app/assets/stylesheets/css/theme/theme.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  /* line 7312, app/assets/stylesheets/css/theme/theme.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 7315, app/assets/stylesheets/css/theme/theme.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 7318, app/assets/stylesheets/css/theme/theme.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 7321, app/assets/stylesheets/css/theme/theme.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 7324, app/assets/stylesheets/css/theme/theme.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 7327, app/assets/stylesheets/css/theme/theme.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 7330, app/assets/stylesheets/css/theme/theme.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 7333, app/assets/stylesheets/css/theme/theme.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 7336, app/assets/stylesheets/css/theme/theme.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 7339, app/assets/stylesheets/css/theme/theme.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 7342, app/assets/stylesheets/css/theme/theme.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 7345, app/assets/stylesheets/css/theme/theme.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 7348, app/assets/stylesheets/css/theme/theme.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 7351, app/assets/stylesheets/css/theme/theme.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 7354, app/assets/stylesheets/css/theme/theme.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 7357, app/assets/stylesheets/css/theme/theme.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 7360, app/assets/stylesheets/css/theme/theme.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 7363, app/assets/stylesheets/css/theme/theme.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 7366, app/assets/stylesheets/css/theme/theme.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 7369, app/assets/stylesheets/css/theme/theme.scss */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 7372, app/assets/stylesheets/css/theme/theme.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 7375, app/assets/stylesheets/css/theme/theme.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 7378, app/assets/stylesheets/css/theme/theme.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 7381, app/assets/stylesheets/css/theme/theme.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 7384, app/assets/stylesheets/css/theme/theme.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 7387, app/assets/stylesheets/css/theme/theme.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 7390, app/assets/stylesheets/css/theme/theme.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 7393, app/assets/stylesheets/css/theme/theme.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 7396, app/assets/stylesheets/css/theme/theme.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 7399, app/assets/stylesheets/css/theme/theme.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 7402, app/assets/stylesheets/css/theme/theme.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 7405, app/assets/stylesheets/css/theme/theme.scss */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 7408, app/assets/stylesheets/css/theme/theme.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 7411, app/assets/stylesheets/css/theme/theme.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

/* line 7416, app/assets/stylesheets/css/theme/theme.scss */
.float-left {
  float: left !important;
}

/* line 7420, app/assets/stylesheets/css/theme/theme.scss */
.float-right {
  float: right !important;
}

/* line 7424, app/assets/stylesheets/css/theme/theme.scss */
.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  /* line 7429, app/assets/stylesheets/css/theme/theme.scss */
  .float-sm-left {
    float: left !important;
  }
  /* line 7432, app/assets/stylesheets/css/theme/theme.scss */
  .float-sm-right {
    float: right !important;
  }
  /* line 7435, app/assets/stylesheets/css/theme/theme.scss */
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  /* line 7441, app/assets/stylesheets/css/theme/theme.scss */
  .float-md-left {
    float: left !important;
  }
  /* line 7444, app/assets/stylesheets/css/theme/theme.scss */
  .float-md-right {
    float: right !important;
  }
  /* line 7447, app/assets/stylesheets/css/theme/theme.scss */
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  /* line 7453, app/assets/stylesheets/css/theme/theme.scss */
  .float-lg-left {
    float: left !important;
  }
  /* line 7456, app/assets/stylesheets/css/theme/theme.scss */
  .float-lg-right {
    float: right !important;
  }
  /* line 7459, app/assets/stylesheets/css/theme/theme.scss */
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 7465, app/assets/stylesheets/css/theme/theme.scss */
  .float-xl-left {
    float: left !important;
  }
  /* line 7468, app/assets/stylesheets/css/theme/theme.scss */
  .float-xl-right {
    float: right !important;
  }
  /* line 7471, app/assets/stylesheets/css/theme/theme.scss */
  .float-xl-none {
    float: none !important;
  }
}

/* line 7476, app/assets/stylesheets/css/theme/theme.scss */
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}

/* line 7483, app/assets/stylesheets/css/theme/theme.scss */
.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}

/* line 7490, app/assets/stylesheets/css/theme/theme.scss */
.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}

/* line 7497, app/assets/stylesheets/css/theme/theme.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 7501, app/assets/stylesheets/css/theme/theme.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 7505, app/assets/stylesheets/css/theme/theme.scss */
.position-static {
  position: static !important;
}

/* line 7509, app/assets/stylesheets/css/theme/theme.scss */
.position-relative {
  position: relative !important;
}

/* line 7513, app/assets/stylesheets/css/theme/theme.scss */
.position-absolute {
  position: absolute !important;
}

/* line 7517, app/assets/stylesheets/css/theme/theme.scss */
.position-fixed {
  position: fixed !important;
}

/* line 7521, app/assets/stylesheets/css/theme/theme.scss */
.position-sticky {
  position: sticky !important;
}

/* line 7526, app/assets/stylesheets/css/theme/theme.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 7534, app/assets/stylesheets/css/theme/theme.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  /* line 7543, app/assets/stylesheets/css/theme/theme.scss */
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 7551, app/assets/stylesheets/css/theme/theme.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 7563, app/assets/stylesheets/css/theme/theme.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* line 7572, app/assets/stylesheets/css/theme/theme.scss */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem 0 rgba(58, 59, 69, 0.2) !important;
}

/* line 7576, app/assets/stylesheets/css/theme/theme.scss */
.shadow {
  box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
}

/* line 7580, app/assets/stylesheets/css/theme/theme.scss */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 7584, app/assets/stylesheets/css/theme/theme.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 7588, app/assets/stylesheets/css/theme/theme.scss */
.w-25 {
  width: 25% !important;
}

/* line 7592, app/assets/stylesheets/css/theme/theme.scss */
.w-50 {
  width: 50% !important;
}

/* line 7596, app/assets/stylesheets/css/theme/theme.scss */
.w-75 {
  width: 75% !important;
}

/* line 7600, app/assets/stylesheets/css/theme/theme.scss */
.w-100 {
  width: 100% !important;
}

/* line 7604, app/assets/stylesheets/css/theme/theme.scss */
.w-auto {
  width: auto !important;
}

/* line 7608, app/assets/stylesheets/css/theme/theme.scss */
.h-25 {
  height: 25% !important;
}

/* line 7612, app/assets/stylesheets/css/theme/theme.scss */
.h-50 {
  height: 50% !important;
}

/* line 7616, app/assets/stylesheets/css/theme/theme.scss */
.h-75 {
  height: 75% !important;
}

/* line 7620, app/assets/stylesheets/css/theme/theme.scss */
.h-100 {
  height: 100% !important;
}

/* line 7624, app/assets/stylesheets/css/theme/theme.scss */
.h-auto {
  height: auto !important;
}

/* line 7628, app/assets/stylesheets/css/theme/theme.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 7632, app/assets/stylesheets/css/theme/theme.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 7636, app/assets/stylesheets/css/theme/theme.scss */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 7640, app/assets/stylesheets/css/theme/theme.scss */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 7644, app/assets/stylesheets/css/theme/theme.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 7648, app/assets/stylesheets/css/theme/theme.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 7652, app/assets/stylesheets/css/theme/theme.scss */
.m-0 {
  margin: 0 !important;
}

/* line 7656, app/assets/stylesheets/css/theme/theme.scss */
.mt-0,
.my-0 {
  margin-top: 0 !important;
}

/* line 7661, app/assets/stylesheets/css/theme/theme.scss */
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

/* line 7666, app/assets/stylesheets/css/theme/theme.scss */
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

/* line 7671, app/assets/stylesheets/css/theme/theme.scss */
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

/* line 7676, app/assets/stylesheets/css/theme/theme.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 7680, app/assets/stylesheets/css/theme/theme.scss */
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

/* line 7685, app/assets/stylesheets/css/theme/theme.scss */
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

/* line 7690, app/assets/stylesheets/css/theme/theme.scss */
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

/* line 7695, app/assets/stylesheets/css/theme/theme.scss */
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

/* line 7700, app/assets/stylesheets/css/theme/theme.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 7704, app/assets/stylesheets/css/theme/theme.scss */
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

/* line 7709, app/assets/stylesheets/css/theme/theme.scss */
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

/* line 7714, app/assets/stylesheets/css/theme/theme.scss */
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

/* line 7719, app/assets/stylesheets/css/theme/theme.scss */
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

/* line 7724, app/assets/stylesheets/css/theme/theme.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 7728, app/assets/stylesheets/css/theme/theme.scss */
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

/* line 7733, app/assets/stylesheets/css/theme/theme.scss */
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

/* line 7738, app/assets/stylesheets/css/theme/theme.scss */
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

/* line 7743, app/assets/stylesheets/css/theme/theme.scss */
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

/* line 7748, app/assets/stylesheets/css/theme/theme.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 7752, app/assets/stylesheets/css/theme/theme.scss */
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

/* line 7757, app/assets/stylesheets/css/theme/theme.scss */
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

/* line 7762, app/assets/stylesheets/css/theme/theme.scss */
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

/* line 7767, app/assets/stylesheets/css/theme/theme.scss */
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

/* line 7772, app/assets/stylesheets/css/theme/theme.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 7776, app/assets/stylesheets/css/theme/theme.scss */
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

/* line 7781, app/assets/stylesheets/css/theme/theme.scss */
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

/* line 7786, app/assets/stylesheets/css/theme/theme.scss */
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

/* line 7791, app/assets/stylesheets/css/theme/theme.scss */
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

/* line 7796, app/assets/stylesheets/css/theme/theme.scss */
.p-0 {
  padding: 0 !important;
}

/* line 7800, app/assets/stylesheets/css/theme/theme.scss */
.pt-0,
.py-0 {
  padding-top: 0 !important;
}

/* line 7805, app/assets/stylesheets/css/theme/theme.scss */
.pr-0,
.px-0 {
  padding-right: 0 !important;
}

/* line 7810, app/assets/stylesheets/css/theme/theme.scss */
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

/* line 7815, app/assets/stylesheets/css/theme/theme.scss */
.pl-0,
.px-0 {
  padding-left: 0 !important;
}

/* line 7820, app/assets/stylesheets/css/theme/theme.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 7824, app/assets/stylesheets/css/theme/theme.scss */
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

/* line 7829, app/assets/stylesheets/css/theme/theme.scss */
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

/* line 7834, app/assets/stylesheets/css/theme/theme.scss */
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

/* line 7839, app/assets/stylesheets/css/theme/theme.scss */
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

/* line 7844, app/assets/stylesheets/css/theme/theme.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 7848, app/assets/stylesheets/css/theme/theme.scss */
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

/* line 7853, app/assets/stylesheets/css/theme/theme.scss */
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

/* line 7858, app/assets/stylesheets/css/theme/theme.scss */
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

/* line 7863, app/assets/stylesheets/css/theme/theme.scss */
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

/* line 7868, app/assets/stylesheets/css/theme/theme.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 7872, app/assets/stylesheets/css/theme/theme.scss */
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

/* line 7877, app/assets/stylesheets/css/theme/theme.scss */
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

/* line 7882, app/assets/stylesheets/css/theme/theme.scss */
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

/* line 7887, app/assets/stylesheets/css/theme/theme.scss */
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

/* line 7892, app/assets/stylesheets/css/theme/theme.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 7896, app/assets/stylesheets/css/theme/theme.scss */
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

/* line 7901, app/assets/stylesheets/css/theme/theme.scss */
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

/* line 7906, app/assets/stylesheets/css/theme/theme.scss */
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

/* line 7911, app/assets/stylesheets/css/theme/theme.scss */
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

/* line 7916, app/assets/stylesheets/css/theme/theme.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 7920, app/assets/stylesheets/css/theme/theme.scss */
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

/* line 7925, app/assets/stylesheets/css/theme/theme.scss */
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

/* line 7930, app/assets/stylesheets/css/theme/theme.scss */
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

/* line 7935, app/assets/stylesheets/css/theme/theme.scss */
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

/* line 7940, app/assets/stylesheets/css/theme/theme.scss */
.m-n1 {
  margin: -0.25rem !important;
}

/* line 7944, app/assets/stylesheets/css/theme/theme.scss */
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

/* line 7949, app/assets/stylesheets/css/theme/theme.scss */
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

/* line 7954, app/assets/stylesheets/css/theme/theme.scss */
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

/* line 7959, app/assets/stylesheets/css/theme/theme.scss */
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

/* line 7964, app/assets/stylesheets/css/theme/theme.scss */
.m-n2 {
  margin: -0.5rem !important;
}

/* line 7968, app/assets/stylesheets/css/theme/theme.scss */
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

/* line 7973, app/assets/stylesheets/css/theme/theme.scss */
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

/* line 7978, app/assets/stylesheets/css/theme/theme.scss */
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

/* line 7983, app/assets/stylesheets/css/theme/theme.scss */
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

/* line 7988, app/assets/stylesheets/css/theme/theme.scss */
.m-n3 {
  margin: -1rem !important;
}

/* line 7992, app/assets/stylesheets/css/theme/theme.scss */
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

/* line 7997, app/assets/stylesheets/css/theme/theme.scss */
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

/* line 8002, app/assets/stylesheets/css/theme/theme.scss */
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

/* line 8007, app/assets/stylesheets/css/theme/theme.scss */
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

/* line 8012, app/assets/stylesheets/css/theme/theme.scss */
.m-n4 {
  margin: -1.5rem !important;
}

/* line 8016, app/assets/stylesheets/css/theme/theme.scss */
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

/* line 8021, app/assets/stylesheets/css/theme/theme.scss */
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

/* line 8026, app/assets/stylesheets/css/theme/theme.scss */
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

/* line 8031, app/assets/stylesheets/css/theme/theme.scss */
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

/* line 8036, app/assets/stylesheets/css/theme/theme.scss */
.m-n5 {
  margin: -3rem !important;
}

/* line 8040, app/assets/stylesheets/css/theme/theme.scss */
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

/* line 8045, app/assets/stylesheets/css/theme/theme.scss */
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

/* line 8050, app/assets/stylesheets/css/theme/theme.scss */
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

/* line 8055, app/assets/stylesheets/css/theme/theme.scss */
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

/* line 8060, app/assets/stylesheets/css/theme/theme.scss */
.m-auto {
  margin: auto !important;
}

/* line 8064, app/assets/stylesheets/css/theme/theme.scss */
.mt-auto,
.my-auto {
  margin-top: auto !important;
}

/* line 8069, app/assets/stylesheets/css/theme/theme.scss */
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

/* line 8074, app/assets/stylesheets/css/theme/theme.scss */
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

/* line 8079, app/assets/stylesheets/css/theme/theme.scss */
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  /* line 8085, app/assets/stylesheets/css/theme/theme.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 8088, app/assets/stylesheets/css/theme/theme.scss */
  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }
  /* line 8092, app/assets/stylesheets/css/theme/theme.scss */
  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }
  /* line 8096, app/assets/stylesheets/css/theme/theme.scss */
  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 8100, app/assets/stylesheets/css/theme/theme.scss */
  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }
  /* line 8104, app/assets/stylesheets/css/theme/theme.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 8107, app/assets/stylesheets/css/theme/theme.scss */
  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 8111, app/assets/stylesheets/css/theme/theme.scss */
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 8115, app/assets/stylesheets/css/theme/theme.scss */
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 8119, app/assets/stylesheets/css/theme/theme.scss */
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 8123, app/assets/stylesheets/css/theme/theme.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 8126, app/assets/stylesheets/css/theme/theme.scss */
  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 8130, app/assets/stylesheets/css/theme/theme.scss */
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 8134, app/assets/stylesheets/css/theme/theme.scss */
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 8138, app/assets/stylesheets/css/theme/theme.scss */
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 8142, app/assets/stylesheets/css/theme/theme.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 8145, app/assets/stylesheets/css/theme/theme.scss */
  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 8149, app/assets/stylesheets/css/theme/theme.scss */
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 8153, app/assets/stylesheets/css/theme/theme.scss */
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 8157, app/assets/stylesheets/css/theme/theme.scss */
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 8161, app/assets/stylesheets/css/theme/theme.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 8164, app/assets/stylesheets/css/theme/theme.scss */
  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 8168, app/assets/stylesheets/css/theme/theme.scss */
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 8172, app/assets/stylesheets/css/theme/theme.scss */
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 8176, app/assets/stylesheets/css/theme/theme.scss */
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 8180, app/assets/stylesheets/css/theme/theme.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 8183, app/assets/stylesheets/css/theme/theme.scss */
  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 8187, app/assets/stylesheets/css/theme/theme.scss */
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 8191, app/assets/stylesheets/css/theme/theme.scss */
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 8195, app/assets/stylesheets/css/theme/theme.scss */
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 8199, app/assets/stylesheets/css/theme/theme.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 8202, app/assets/stylesheets/css/theme/theme.scss */
  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }
  /* line 8206, app/assets/stylesheets/css/theme/theme.scss */
  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }
  /* line 8210, app/assets/stylesheets/css/theme/theme.scss */
  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 8214, app/assets/stylesheets/css/theme/theme.scss */
  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }
  /* line 8218, app/assets/stylesheets/css/theme/theme.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 8221, app/assets/stylesheets/css/theme/theme.scss */
  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 8225, app/assets/stylesheets/css/theme/theme.scss */
  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 8229, app/assets/stylesheets/css/theme/theme.scss */
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 8233, app/assets/stylesheets/css/theme/theme.scss */
  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 8237, app/assets/stylesheets/css/theme/theme.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 8240, app/assets/stylesheets/css/theme/theme.scss */
  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 8244, app/assets/stylesheets/css/theme/theme.scss */
  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 8248, app/assets/stylesheets/css/theme/theme.scss */
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 8252, app/assets/stylesheets/css/theme/theme.scss */
  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 8256, app/assets/stylesheets/css/theme/theme.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 8259, app/assets/stylesheets/css/theme/theme.scss */
  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 8263, app/assets/stylesheets/css/theme/theme.scss */
  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 8267, app/assets/stylesheets/css/theme/theme.scss */
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 8271, app/assets/stylesheets/css/theme/theme.scss */
  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 8275, app/assets/stylesheets/css/theme/theme.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 8278, app/assets/stylesheets/css/theme/theme.scss */
  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 8282, app/assets/stylesheets/css/theme/theme.scss */
  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 8286, app/assets/stylesheets/css/theme/theme.scss */
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 8290, app/assets/stylesheets/css/theme/theme.scss */
  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 8294, app/assets/stylesheets/css/theme/theme.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 8297, app/assets/stylesheets/css/theme/theme.scss */
  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 8301, app/assets/stylesheets/css/theme/theme.scss */
  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 8305, app/assets/stylesheets/css/theme/theme.scss */
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 8309, app/assets/stylesheets/css/theme/theme.scss */
  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 8313, app/assets/stylesheets/css/theme/theme.scss */
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  /* line 8316, app/assets/stylesheets/css/theme/theme.scss */
  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 8320, app/assets/stylesheets/css/theme/theme.scss */
  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 8324, app/assets/stylesheets/css/theme/theme.scss */
  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 8328, app/assets/stylesheets/css/theme/theme.scss */
  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 8332, app/assets/stylesheets/css/theme/theme.scss */
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  /* line 8335, app/assets/stylesheets/css/theme/theme.scss */
  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 8339, app/assets/stylesheets/css/theme/theme.scss */
  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 8343, app/assets/stylesheets/css/theme/theme.scss */
  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 8347, app/assets/stylesheets/css/theme/theme.scss */
  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 8351, app/assets/stylesheets/css/theme/theme.scss */
  .m-sm-n3 {
    margin: -1rem !important;
  }
  /* line 8354, app/assets/stylesheets/css/theme/theme.scss */
  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }
  /* line 8358, app/assets/stylesheets/css/theme/theme.scss */
  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }
  /* line 8362, app/assets/stylesheets/css/theme/theme.scss */
  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 8366, app/assets/stylesheets/css/theme/theme.scss */
  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }
  /* line 8370, app/assets/stylesheets/css/theme/theme.scss */
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  /* line 8373, app/assets/stylesheets/css/theme/theme.scss */
  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 8377, app/assets/stylesheets/css/theme/theme.scss */
  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 8381, app/assets/stylesheets/css/theme/theme.scss */
  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 8385, app/assets/stylesheets/css/theme/theme.scss */
  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 8389, app/assets/stylesheets/css/theme/theme.scss */
  .m-sm-n5 {
    margin: -3rem !important;
  }
  /* line 8392, app/assets/stylesheets/css/theme/theme.scss */
  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }
  /* line 8396, app/assets/stylesheets/css/theme/theme.scss */
  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }
  /* line 8400, app/assets/stylesheets/css/theme/theme.scss */
  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 8404, app/assets/stylesheets/css/theme/theme.scss */
  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }
  /* line 8408, app/assets/stylesheets/css/theme/theme.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 8411, app/assets/stylesheets/css/theme/theme.scss */
  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }
  /* line 8415, app/assets/stylesheets/css/theme/theme.scss */
  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }
  /* line 8419, app/assets/stylesheets/css/theme/theme.scss */
  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 8423, app/assets/stylesheets/css/theme/theme.scss */
  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 8430, app/assets/stylesheets/css/theme/theme.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 8433, app/assets/stylesheets/css/theme/theme.scss */
  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }
  /* line 8437, app/assets/stylesheets/css/theme/theme.scss */
  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }
  /* line 8441, app/assets/stylesheets/css/theme/theme.scss */
  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 8445, app/assets/stylesheets/css/theme/theme.scss */
  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }
  /* line 8449, app/assets/stylesheets/css/theme/theme.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 8452, app/assets/stylesheets/css/theme/theme.scss */
  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 8456, app/assets/stylesheets/css/theme/theme.scss */
  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 8460, app/assets/stylesheets/css/theme/theme.scss */
  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 8464, app/assets/stylesheets/css/theme/theme.scss */
  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 8468, app/assets/stylesheets/css/theme/theme.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 8471, app/assets/stylesheets/css/theme/theme.scss */
  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 8475, app/assets/stylesheets/css/theme/theme.scss */
  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 8479, app/assets/stylesheets/css/theme/theme.scss */
  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 8483, app/assets/stylesheets/css/theme/theme.scss */
  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 8487, app/assets/stylesheets/css/theme/theme.scss */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 8490, app/assets/stylesheets/css/theme/theme.scss */
  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }
  /* line 8494, app/assets/stylesheets/css/theme/theme.scss */
  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }
  /* line 8498, app/assets/stylesheets/css/theme/theme.scss */
  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 8502, app/assets/stylesheets/css/theme/theme.scss */
  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }
  /* line 8506, app/assets/stylesheets/css/theme/theme.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 8509, app/assets/stylesheets/css/theme/theme.scss */
  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 8513, app/assets/stylesheets/css/theme/theme.scss */
  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 8517, app/assets/stylesheets/css/theme/theme.scss */
  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 8521, app/assets/stylesheets/css/theme/theme.scss */
  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 8525, app/assets/stylesheets/css/theme/theme.scss */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 8528, app/assets/stylesheets/css/theme/theme.scss */
  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }
  /* line 8532, app/assets/stylesheets/css/theme/theme.scss */
  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }
  /* line 8536, app/assets/stylesheets/css/theme/theme.scss */
  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 8540, app/assets/stylesheets/css/theme/theme.scss */
  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }
  /* line 8544, app/assets/stylesheets/css/theme/theme.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 8547, app/assets/stylesheets/css/theme/theme.scss */
  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }
  /* line 8551, app/assets/stylesheets/css/theme/theme.scss */
  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }
  /* line 8555, app/assets/stylesheets/css/theme/theme.scss */
  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 8559, app/assets/stylesheets/css/theme/theme.scss */
  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }
  /* line 8563, app/assets/stylesheets/css/theme/theme.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 8566, app/assets/stylesheets/css/theme/theme.scss */
  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 8570, app/assets/stylesheets/css/theme/theme.scss */
  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 8574, app/assets/stylesheets/css/theme/theme.scss */
  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 8578, app/assets/stylesheets/css/theme/theme.scss */
  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 8582, app/assets/stylesheets/css/theme/theme.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 8585, app/assets/stylesheets/css/theme/theme.scss */
  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 8589, app/assets/stylesheets/css/theme/theme.scss */
  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 8593, app/assets/stylesheets/css/theme/theme.scss */
  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 8597, app/assets/stylesheets/css/theme/theme.scss */
  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 8601, app/assets/stylesheets/css/theme/theme.scss */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 8604, app/assets/stylesheets/css/theme/theme.scss */
  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }
  /* line 8608, app/assets/stylesheets/css/theme/theme.scss */
  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }
  /* line 8612, app/assets/stylesheets/css/theme/theme.scss */
  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 8616, app/assets/stylesheets/css/theme/theme.scss */
  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }
  /* line 8620, app/assets/stylesheets/css/theme/theme.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 8623, app/assets/stylesheets/css/theme/theme.scss */
  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 8627, app/assets/stylesheets/css/theme/theme.scss */
  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 8631, app/assets/stylesheets/css/theme/theme.scss */
  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 8635, app/assets/stylesheets/css/theme/theme.scss */
  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 8639, app/assets/stylesheets/css/theme/theme.scss */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 8642, app/assets/stylesheets/css/theme/theme.scss */
  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }
  /* line 8646, app/assets/stylesheets/css/theme/theme.scss */
  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }
  /* line 8650, app/assets/stylesheets/css/theme/theme.scss */
  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 8654, app/assets/stylesheets/css/theme/theme.scss */
  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }
  /* line 8658, app/assets/stylesheets/css/theme/theme.scss */
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  /* line 8661, app/assets/stylesheets/css/theme/theme.scss */
  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 8665, app/assets/stylesheets/css/theme/theme.scss */
  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 8669, app/assets/stylesheets/css/theme/theme.scss */
  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 8673, app/assets/stylesheets/css/theme/theme.scss */
  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 8677, app/assets/stylesheets/css/theme/theme.scss */
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  /* line 8680, app/assets/stylesheets/css/theme/theme.scss */
  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 8684, app/assets/stylesheets/css/theme/theme.scss */
  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 8688, app/assets/stylesheets/css/theme/theme.scss */
  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 8692, app/assets/stylesheets/css/theme/theme.scss */
  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 8696, app/assets/stylesheets/css/theme/theme.scss */
  .m-md-n3 {
    margin: -1rem !important;
  }
  /* line 8699, app/assets/stylesheets/css/theme/theme.scss */
  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }
  /* line 8703, app/assets/stylesheets/css/theme/theme.scss */
  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }
  /* line 8707, app/assets/stylesheets/css/theme/theme.scss */
  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 8711, app/assets/stylesheets/css/theme/theme.scss */
  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }
  /* line 8715, app/assets/stylesheets/css/theme/theme.scss */
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  /* line 8718, app/assets/stylesheets/css/theme/theme.scss */
  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 8722, app/assets/stylesheets/css/theme/theme.scss */
  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 8726, app/assets/stylesheets/css/theme/theme.scss */
  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 8730, app/assets/stylesheets/css/theme/theme.scss */
  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 8734, app/assets/stylesheets/css/theme/theme.scss */
  .m-md-n5 {
    margin: -3rem !important;
  }
  /* line 8737, app/assets/stylesheets/css/theme/theme.scss */
  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }
  /* line 8741, app/assets/stylesheets/css/theme/theme.scss */
  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }
  /* line 8745, app/assets/stylesheets/css/theme/theme.scss */
  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 8749, app/assets/stylesheets/css/theme/theme.scss */
  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }
  /* line 8753, app/assets/stylesheets/css/theme/theme.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 8756, app/assets/stylesheets/css/theme/theme.scss */
  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }
  /* line 8760, app/assets/stylesheets/css/theme/theme.scss */
  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }
  /* line 8764, app/assets/stylesheets/css/theme/theme.scss */
  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }
  /* line 8768, app/assets/stylesheets/css/theme/theme.scss */
  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 8775, app/assets/stylesheets/css/theme/theme.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 8778, app/assets/stylesheets/css/theme/theme.scss */
  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }
  /* line 8782, app/assets/stylesheets/css/theme/theme.scss */
  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }
  /* line 8786, app/assets/stylesheets/css/theme/theme.scss */
  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 8790, app/assets/stylesheets/css/theme/theme.scss */
  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }
  /* line 8794, app/assets/stylesheets/css/theme/theme.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 8797, app/assets/stylesheets/css/theme/theme.scss */
  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 8801, app/assets/stylesheets/css/theme/theme.scss */
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 8805, app/assets/stylesheets/css/theme/theme.scss */
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 8809, app/assets/stylesheets/css/theme/theme.scss */
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 8813, app/assets/stylesheets/css/theme/theme.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 8816, app/assets/stylesheets/css/theme/theme.scss */
  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 8820, app/assets/stylesheets/css/theme/theme.scss */
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 8824, app/assets/stylesheets/css/theme/theme.scss */
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 8828, app/assets/stylesheets/css/theme/theme.scss */
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 8832, app/assets/stylesheets/css/theme/theme.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 8835, app/assets/stylesheets/css/theme/theme.scss */
  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 8839, app/assets/stylesheets/css/theme/theme.scss */
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 8843, app/assets/stylesheets/css/theme/theme.scss */
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 8847, app/assets/stylesheets/css/theme/theme.scss */
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 8851, app/assets/stylesheets/css/theme/theme.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 8854, app/assets/stylesheets/css/theme/theme.scss */
  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 8858, app/assets/stylesheets/css/theme/theme.scss */
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 8862, app/assets/stylesheets/css/theme/theme.scss */
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 8866, app/assets/stylesheets/css/theme/theme.scss */
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 8870, app/assets/stylesheets/css/theme/theme.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 8873, app/assets/stylesheets/css/theme/theme.scss */
  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 8877, app/assets/stylesheets/css/theme/theme.scss */
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 8881, app/assets/stylesheets/css/theme/theme.scss */
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 8885, app/assets/stylesheets/css/theme/theme.scss */
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 8889, app/assets/stylesheets/css/theme/theme.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 8892, app/assets/stylesheets/css/theme/theme.scss */
  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }
  /* line 8896, app/assets/stylesheets/css/theme/theme.scss */
  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }
  /* line 8900, app/assets/stylesheets/css/theme/theme.scss */
  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 8904, app/assets/stylesheets/css/theme/theme.scss */
  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }
  /* line 8908, app/assets/stylesheets/css/theme/theme.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 8911, app/assets/stylesheets/css/theme/theme.scss */
  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 8915, app/assets/stylesheets/css/theme/theme.scss */
  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 8919, app/assets/stylesheets/css/theme/theme.scss */
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 8923, app/assets/stylesheets/css/theme/theme.scss */
  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 8927, app/assets/stylesheets/css/theme/theme.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 8930, app/assets/stylesheets/css/theme/theme.scss */
  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 8934, app/assets/stylesheets/css/theme/theme.scss */
  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 8938, app/assets/stylesheets/css/theme/theme.scss */
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 8942, app/assets/stylesheets/css/theme/theme.scss */
  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 8946, app/assets/stylesheets/css/theme/theme.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 8949, app/assets/stylesheets/css/theme/theme.scss */
  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 8953, app/assets/stylesheets/css/theme/theme.scss */
  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 8957, app/assets/stylesheets/css/theme/theme.scss */
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 8961, app/assets/stylesheets/css/theme/theme.scss */
  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 8965, app/assets/stylesheets/css/theme/theme.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 8968, app/assets/stylesheets/css/theme/theme.scss */
  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 8972, app/assets/stylesheets/css/theme/theme.scss */
  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 8976, app/assets/stylesheets/css/theme/theme.scss */
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 8980, app/assets/stylesheets/css/theme/theme.scss */
  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 8984, app/assets/stylesheets/css/theme/theme.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 8987, app/assets/stylesheets/css/theme/theme.scss */
  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 8991, app/assets/stylesheets/css/theme/theme.scss */
  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 8995, app/assets/stylesheets/css/theme/theme.scss */
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 8999, app/assets/stylesheets/css/theme/theme.scss */
  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 9003, app/assets/stylesheets/css/theme/theme.scss */
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  /* line 9006, app/assets/stylesheets/css/theme/theme.scss */
  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 9010, app/assets/stylesheets/css/theme/theme.scss */
  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 9014, app/assets/stylesheets/css/theme/theme.scss */
  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 9018, app/assets/stylesheets/css/theme/theme.scss */
  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 9022, app/assets/stylesheets/css/theme/theme.scss */
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  /* line 9025, app/assets/stylesheets/css/theme/theme.scss */
  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 9029, app/assets/stylesheets/css/theme/theme.scss */
  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 9033, app/assets/stylesheets/css/theme/theme.scss */
  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 9037, app/assets/stylesheets/css/theme/theme.scss */
  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 9041, app/assets/stylesheets/css/theme/theme.scss */
  .m-lg-n3 {
    margin: -1rem !important;
  }
  /* line 9044, app/assets/stylesheets/css/theme/theme.scss */
  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }
  /* line 9048, app/assets/stylesheets/css/theme/theme.scss */
  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }
  /* line 9052, app/assets/stylesheets/css/theme/theme.scss */
  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 9056, app/assets/stylesheets/css/theme/theme.scss */
  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }
  /* line 9060, app/assets/stylesheets/css/theme/theme.scss */
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  /* line 9063, app/assets/stylesheets/css/theme/theme.scss */
  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 9067, app/assets/stylesheets/css/theme/theme.scss */
  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 9071, app/assets/stylesheets/css/theme/theme.scss */
  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 9075, app/assets/stylesheets/css/theme/theme.scss */
  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 9079, app/assets/stylesheets/css/theme/theme.scss */
  .m-lg-n5 {
    margin: -3rem !important;
  }
  /* line 9082, app/assets/stylesheets/css/theme/theme.scss */
  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }
  /* line 9086, app/assets/stylesheets/css/theme/theme.scss */
  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }
  /* line 9090, app/assets/stylesheets/css/theme/theme.scss */
  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 9094, app/assets/stylesheets/css/theme/theme.scss */
  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }
  /* line 9098, app/assets/stylesheets/css/theme/theme.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 9101, app/assets/stylesheets/css/theme/theme.scss */
  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }
  /* line 9105, app/assets/stylesheets/css/theme/theme.scss */
  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }
  /* line 9109, app/assets/stylesheets/css/theme/theme.scss */
  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 9113, app/assets/stylesheets/css/theme/theme.scss */
  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  /* line 9120, app/assets/stylesheets/css/theme/theme.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 9123, app/assets/stylesheets/css/theme/theme.scss */
  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }
  /* line 9127, app/assets/stylesheets/css/theme/theme.scss */
  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }
  /* line 9131, app/assets/stylesheets/css/theme/theme.scss */
  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 9135, app/assets/stylesheets/css/theme/theme.scss */
  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }
  /* line 9139, app/assets/stylesheets/css/theme/theme.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 9142, app/assets/stylesheets/css/theme/theme.scss */
  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 9146, app/assets/stylesheets/css/theme/theme.scss */
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 9150, app/assets/stylesheets/css/theme/theme.scss */
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 9154, app/assets/stylesheets/css/theme/theme.scss */
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 9158, app/assets/stylesheets/css/theme/theme.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 9161, app/assets/stylesheets/css/theme/theme.scss */
  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 9165, app/assets/stylesheets/css/theme/theme.scss */
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 9169, app/assets/stylesheets/css/theme/theme.scss */
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 9173, app/assets/stylesheets/css/theme/theme.scss */
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 9177, app/assets/stylesheets/css/theme/theme.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 9180, app/assets/stylesheets/css/theme/theme.scss */
  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 9184, app/assets/stylesheets/css/theme/theme.scss */
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 9188, app/assets/stylesheets/css/theme/theme.scss */
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 9192, app/assets/stylesheets/css/theme/theme.scss */
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 9196, app/assets/stylesheets/css/theme/theme.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 9199, app/assets/stylesheets/css/theme/theme.scss */
  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 9203, app/assets/stylesheets/css/theme/theme.scss */
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 9207, app/assets/stylesheets/css/theme/theme.scss */
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 9211, app/assets/stylesheets/css/theme/theme.scss */
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 9215, app/assets/stylesheets/css/theme/theme.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 9218, app/assets/stylesheets/css/theme/theme.scss */
  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 9222, app/assets/stylesheets/css/theme/theme.scss */
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 9226, app/assets/stylesheets/css/theme/theme.scss */
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 9230, app/assets/stylesheets/css/theme/theme.scss */
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 9234, app/assets/stylesheets/css/theme/theme.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 9237, app/assets/stylesheets/css/theme/theme.scss */
  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }
  /* line 9241, app/assets/stylesheets/css/theme/theme.scss */
  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }
  /* line 9245, app/assets/stylesheets/css/theme/theme.scss */
  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 9249, app/assets/stylesheets/css/theme/theme.scss */
  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }
  /* line 9253, app/assets/stylesheets/css/theme/theme.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 9256, app/assets/stylesheets/css/theme/theme.scss */
  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 9260, app/assets/stylesheets/css/theme/theme.scss */
  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 9264, app/assets/stylesheets/css/theme/theme.scss */
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 9268, app/assets/stylesheets/css/theme/theme.scss */
  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 9272, app/assets/stylesheets/css/theme/theme.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 9275, app/assets/stylesheets/css/theme/theme.scss */
  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 9279, app/assets/stylesheets/css/theme/theme.scss */
  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 9283, app/assets/stylesheets/css/theme/theme.scss */
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 9287, app/assets/stylesheets/css/theme/theme.scss */
  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 9291, app/assets/stylesheets/css/theme/theme.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 9294, app/assets/stylesheets/css/theme/theme.scss */
  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 9298, app/assets/stylesheets/css/theme/theme.scss */
  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 9302, app/assets/stylesheets/css/theme/theme.scss */
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 9306, app/assets/stylesheets/css/theme/theme.scss */
  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 9310, app/assets/stylesheets/css/theme/theme.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 9313, app/assets/stylesheets/css/theme/theme.scss */
  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 9317, app/assets/stylesheets/css/theme/theme.scss */
  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 9321, app/assets/stylesheets/css/theme/theme.scss */
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 9325, app/assets/stylesheets/css/theme/theme.scss */
  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 9329, app/assets/stylesheets/css/theme/theme.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 9332, app/assets/stylesheets/css/theme/theme.scss */
  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 9336, app/assets/stylesheets/css/theme/theme.scss */
  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 9340, app/assets/stylesheets/css/theme/theme.scss */
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 9344, app/assets/stylesheets/css/theme/theme.scss */
  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 9348, app/assets/stylesheets/css/theme/theme.scss */
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  /* line 9351, app/assets/stylesheets/css/theme/theme.scss */
  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  /* line 9355, app/assets/stylesheets/css/theme/theme.scss */
  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  /* line 9359, app/assets/stylesheets/css/theme/theme.scss */
  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  /* line 9363, app/assets/stylesheets/css/theme/theme.scss */
  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  /* line 9367, app/assets/stylesheets/css/theme/theme.scss */
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  /* line 9370, app/assets/stylesheets/css/theme/theme.scss */
  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  /* line 9374, app/assets/stylesheets/css/theme/theme.scss */
  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  /* line 9378, app/assets/stylesheets/css/theme/theme.scss */
  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  /* line 9382, app/assets/stylesheets/css/theme/theme.scss */
  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  /* line 9386, app/assets/stylesheets/css/theme/theme.scss */
  .m-xl-n3 {
    margin: -1rem !important;
  }
  /* line 9389, app/assets/stylesheets/css/theme/theme.scss */
  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }
  /* line 9393, app/assets/stylesheets/css/theme/theme.scss */
  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }
  /* line 9397, app/assets/stylesheets/css/theme/theme.scss */
  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  /* line 9401, app/assets/stylesheets/css/theme/theme.scss */
  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }
  /* line 9405, app/assets/stylesheets/css/theme/theme.scss */
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  /* line 9408, app/assets/stylesheets/css/theme/theme.scss */
  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  /* line 9412, app/assets/stylesheets/css/theme/theme.scss */
  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  /* line 9416, app/assets/stylesheets/css/theme/theme.scss */
  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  /* line 9420, app/assets/stylesheets/css/theme/theme.scss */
  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  /* line 9424, app/assets/stylesheets/css/theme/theme.scss */
  .m-xl-n5 {
    margin: -3rem !important;
  }
  /* line 9427, app/assets/stylesheets/css/theme/theme.scss */
  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }
  /* line 9431, app/assets/stylesheets/css/theme/theme.scss */
  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }
  /* line 9435, app/assets/stylesheets/css/theme/theme.scss */
  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  /* line 9439, app/assets/stylesheets/css/theme/theme.scss */
  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }
  /* line 9443, app/assets/stylesheets/css/theme/theme.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 9446, app/assets/stylesheets/css/theme/theme.scss */
  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }
  /* line 9450, app/assets/stylesheets/css/theme/theme.scss */
  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }
  /* line 9454, app/assets/stylesheets/css/theme/theme.scss */
  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 9458, app/assets/stylesheets/css/theme/theme.scss */
  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}

/* line 9464, app/assets/stylesheets/css/theme/theme.scss */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

/* line 9476, app/assets/stylesheets/css/theme/theme.scss */
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

/* line 9480, app/assets/stylesheets/css/theme/theme.scss */
.text-justify {
  text-align: justify !important;
}

/* line 9484, app/assets/stylesheets/css/theme/theme.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 9488, app/assets/stylesheets/css/theme/theme.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 9492, app/assets/stylesheets/css/theme/theme.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 9498, app/assets/stylesheets/css/theme/theme.scss */
.text-left {
  text-align: left !important;
}

/* line 9502, app/assets/stylesheets/css/theme/theme.scss */
.text-right {
  text-align: right !important;
}

/* line 9506, app/assets/stylesheets/css/theme/theme.scss */
.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 9511, app/assets/stylesheets/css/theme/theme.scss */
  .text-sm-left {
    text-align: left !important;
  }
  /* line 9514, app/assets/stylesheets/css/theme/theme.scss */
  .text-sm-right {
    text-align: right !important;
  }
  /* line 9517, app/assets/stylesheets/css/theme/theme.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 9523, app/assets/stylesheets/css/theme/theme.scss */
  .text-md-left {
    text-align: left !important;
  }
  /* line 9526, app/assets/stylesheets/css/theme/theme.scss */
  .text-md-right {
    text-align: right !important;
  }
  /* line 9529, app/assets/stylesheets/css/theme/theme.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 9535, app/assets/stylesheets/css/theme/theme.scss */
  .text-lg-left {
    text-align: left !important;
  }
  /* line 9538, app/assets/stylesheets/css/theme/theme.scss */
  .text-lg-right {
    text-align: right !important;
  }
  /* line 9541, app/assets/stylesheets/css/theme/theme.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 9547, app/assets/stylesheets/css/theme/theme.scss */
  .text-xl-left {
    text-align: left !important;
  }
  /* line 9550, app/assets/stylesheets/css/theme/theme.scss */
  .text-xl-right {
    text-align: right !important;
  }
  /* line 9553, app/assets/stylesheets/css/theme/theme.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

/* line 9558, app/assets/stylesheets/css/theme/theme.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 9562, app/assets/stylesheets/css/theme/theme.scss */
.text-uppercase, .dropdown .dropdown-menu .dropdown-header, .sidebar .sidebar-heading {
  text-transform: uppercase !important;
}

/* line 9566, app/assets/stylesheets/css/theme/theme.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 9570, app/assets/stylesheets/css/theme/theme.scss */
.font-weight-light {
  font-weight: 300 !important;
}

/* line 9574, app/assets/stylesheets/css/theme/theme.scss */
.font-weight-lighter {
  font-weight: lighter !important;
}

/* line 9578, app/assets/stylesheets/css/theme/theme.scss */
.font-weight-normal {
  font-weight: 400 !important;
}

/* line 9582, app/assets/stylesheets/css/theme/theme.scss */
.font-weight-bold {
  font-weight: 700 !important;
}

/* line 9586, app/assets/stylesheets/css/theme/theme.scss */
.font-weight-bolder {
  font-weight: bolder !important;
}

/* line 9590, app/assets/stylesheets/css/theme/theme.scss */
.font-italic {
  font-style: italic !important;
}

/* line 9594, app/assets/stylesheets/css/theme/theme.scss */
.text-white {
  color: #fff !important;
}

/* line 9598, app/assets/stylesheets/css/theme/theme.scss */
.text-primary {
  color: #ead138 !important;
}

/* line 9602, app/assets/stylesheets/css/theme/theme.scss */
a.text-primary:hover, a.text-primary:focus {
  color: #224abe !important;
}

/* line 9606, app/assets/stylesheets/css/theme/theme.scss */
.text-secondary {
  color: #858796 !important;
}

/* line 9610, app/assets/stylesheets/css/theme/theme.scss */
a.text-secondary:hover, a.text-secondary:focus {
  color: #60616f !important;
}

/* line 9614, app/assets/stylesheets/css/theme/theme.scss */
.text-success {
  color: #1cc88a !important;
}

/* line 9618, app/assets/stylesheets/css/theme/theme.scss */
a.text-success:hover, a.text-success:focus {
  color: #13855c !important;
}

/* line 9622, app/assets/stylesheets/css/theme/theme.scss */
.text-info {
  color: #36b9cc !important;
}

/* line 9626, app/assets/stylesheets/css/theme/theme.scss */
a.text-info:hover, a.text-info:focus {
  color: #258391 !important;
}

/* line 9630, app/assets/stylesheets/css/theme/theme.scss */
.text-warning {
  color: #f6c23e !important;
}

/* line 9634, app/assets/stylesheets/css/theme/theme.scss */
a.text-warning:hover, a.text-warning:focus {
  color: #dda20a !important;
}

/* line 9638, app/assets/stylesheets/css/theme/theme.scss */
.text-danger {
  color: #e74a3b !important;
}

/* line 9642, app/assets/stylesheets/css/theme/theme.scss */
a.text-danger:hover, a.text-danger:focus {
  color: #be2617 !important;
}

/* line 9646, app/assets/stylesheets/css/theme/theme.scss */
.text-light {
  color: #f8f9fc !important;
}

/* line 9650, app/assets/stylesheets/css/theme/theme.scss */
a.text-light:hover, a.text-light:focus {
  color: #c2cbe5 !important;
}

/* line 9654, app/assets/stylesheets/css/theme/theme.scss */
.text-dark {
  color: #5a5c69 !important;
}

/* line 9658, app/assets/stylesheets/css/theme/theme.scss */
a.text-dark:hover, a.text-dark:focus {
  color: #373840 !important;
}

/* line 9662, app/assets/stylesheets/css/theme/theme.scss */
.text-body {
  color: #858796 !important;
}

/* line 9666, app/assets/stylesheets/css/theme/theme.scss */
.text-muted {
  color: #858796 !important;
}

/* line 9670, app/assets/stylesheets/css/theme/theme.scss */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 9674, app/assets/stylesheets/css/theme/theme.scss */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 9678, app/assets/stylesheets/css/theme/theme.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 9686, app/assets/stylesheets/css/theme/theme.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 9690, app/assets/stylesheets/css/theme/theme.scss */
.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

/* line 9695, app/assets/stylesheets/css/theme/theme.scss */
.text-reset {
  color: inherit !important;
}

/* line 9699, app/assets/stylesheets/css/theme/theme.scss */
.visible {
  visibility: visible !important;
}

/* line 9703, app/assets/stylesheets/css/theme/theme.scss */
.invisible {
  visibility: hidden !important;
}

@media print {
  /* line 9708, app/assets/stylesheets/css/theme/theme.scss */
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  /* line 9714, app/assets/stylesheets/css/theme/theme.scss */
  a:not(.btn) {
    text-decoration: underline;
  }
  /* line 9717, app/assets/stylesheets/css/theme/theme.scss */
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /* line 9720, app/assets/stylesheets/css/theme/theme.scss */
  pre {
    white-space: pre-wrap !important;
  }
  /* line 9723, app/assets/stylesheets/css/theme/theme.scss */
  pre,
blockquote {
    border: 1px solid #b7b9cc;
    page-break-inside: avoid;
  }
  /* line 9728, app/assets/stylesheets/css/theme/theme.scss */
  thead {
    display: table-header-group;
  }
  /* line 9731, app/assets/stylesheets/css/theme/theme.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 9735, app/assets/stylesheets/css/theme/theme.scss */
  p,
h2,
.h2,
h3,
.h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 9741, app/assets/stylesheets/css/theme/theme.scss */
  h2, .h2,
h3,
.h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  /* line 9748, app/assets/stylesheets/css/theme/theme.scss */
  body {
    min-width: 992px !important;
  }
  /* line 9751, app/assets/stylesheets/css/theme/theme.scss */
  .container {
    min-width: 992px !important;
  }
  /* line 9754, app/assets/stylesheets/css/theme/theme.scss */
  .navbar {
    display: none;
  }
  /* line 9757, app/assets/stylesheets/css/theme/theme.scss */
  .badge {
    border: 1px solid #000;
  }
  /* line 9760, app/assets/stylesheets/css/theme/theme.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 9763, app/assets/stylesheets/css/theme/theme.scss */
  .table td,
.table th {
    background-color: #fff !important;
  }
  /* line 9767, app/assets/stylesheets/css/theme/theme.scss */
  .table-bordered th,
.table-bordered td {
    border: 1px solid #dddfeb !important;
  }
  /* line 9771, app/assets/stylesheets/css/theme/theme.scss */
  .table-dark {
    color: inherit;
  }
  /* line 9774, app/assets/stylesheets/css/theme/theme.scss */
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #e3e6f0;
  }
  /* line 9780, app/assets/stylesheets/css/theme/theme.scss */
  .table .thead-dark th {
    color: inherit;
    border-color: #e3e6f0;
  }
}

/* line 9786, app/assets/stylesheets/css/theme/theme.scss */
html {
  position: relative;
  min-height: 100%;
}

/* line 9791, app/assets/stylesheets/css/theme/theme.scss */
body {
  height: 100%;
}

/* line 9795, app/assets/stylesheets/css/theme/theme.scss */
a:focus {
  outline: none;
}

/* line 9799, app/assets/stylesheets/css/theme/theme.scss */
#wrapper {
  display: flex;
}

/* line 9803, app/assets/stylesheets/css/theme/theme.scss */
#wrapper #content-wrapper {
  background-color: #f8f9fc;
  width: 100%;
  overflow-x: hidden;
}

/* line 9809, app/assets/stylesheets/css/theme/theme.scss */
#wrapper #content-wrapper #content {
  flex: 1 0 auto;
}

/* line 9813, app/assets/stylesheets/css/theme/theme.scss */
.container,
.container-fluid,
.container-xxl,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* line 9823, app/assets/stylesheets/css/theme/theme.scss */
.scroll-to-top {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  display: none;
  width: 2.75rem;
  height: 2.75rem;
  text-align: center;
  color: #fff;
  background: rgba(90, 92, 105, 0.5);
  line-height: 46px;
}

/* line 9836, app/assets/stylesheets/css/theme/theme.scss */
.scroll-to-top:focus, .scroll-to-top:hover {
  color: white;
}

/* line 9840, app/assets/stylesheets/css/theme/theme.scss */
.scroll-to-top:hover {
  background: #5a5c69;
}

/* line 9844, app/assets/stylesheets/css/theme/theme.scss */
.scroll-to-top i {
  font-weight: 800;
}

@keyframes growIn {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/* line 9870, app/assets/stylesheets/css/theme/theme.scss */
.animated--grow-in, .sidebar .nav-item .collapse {
  animation-name: growIn;
  animation-duration: 200ms;
  animation-timing-function: transform cubic-bezier(0.18, 1.25, 0.4, 1), opacity cubic-bezier(0, 1, 0.4, 1);
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* line 9897, app/assets/stylesheets/css/theme/theme.scss */
.animated--fade-in {
  animation-name: fadeIn;
  animation-duration: 200ms;
  animation-timing-function: opacity cubic-bezier(0, 1, 0.4, 1);
}

/* line 9906, app/assets/stylesheets/css/theme/theme.scss */
.bg-gradient-primary {
  background-color: #ead138;
  background-image: linear-gradient(180deg, #ead138 10%, #224abe 100%);
  background-size: cover;
}

/* line 9912, app/assets/stylesheets/css/theme/theme.scss */
.bg-gradient-secondary {
  background-color: #858796;
  background-image: linear-gradient(180deg, #858796 10%, #60616f 100%);
  background-size: cover;
}

/* line 9918, app/assets/stylesheets/css/theme/theme.scss */
.bg-gradient-success {
  background-color: #1cc88a;
  background-image: linear-gradient(180deg, #1cc88a 10%, #13855c 100%);
  background-size: cover;
}

/* line 9924, app/assets/stylesheets/css/theme/theme.scss */
.bg-gradient-info {
  background-color: #36b9cc;
  background-image: linear-gradient(180deg, #36b9cc 10%, #258391 100%);
  background-size: cover;
}

/* line 9930, app/assets/stylesheets/css/theme/theme.scss */
.bg-gradient-warning {
  background-color: #f6c23e;
  background-image: linear-gradient(180deg, #f6c23e 10%, #dda20a 100%);
  background-size: cover;
}

/* line 9936, app/assets/stylesheets/css/theme/theme.scss */
.bg-gradient-danger {
  background-color: #e74a3b;
  background-image: linear-gradient(180deg, #e74a3b 10%, #be2617 100%);
  background-size: cover;
}

/* line 9942, app/assets/stylesheets/css/theme/theme.scss */
.bg-gradient-light {
  background-color: #f8f9fc;
  background-image: linear-gradient(180deg, #f8f9fc 10%, #c2cbe5 100%);
  background-size: cover;
}

/* line 9948, app/assets/stylesheets/css/theme/theme.scss */
.bg-gradient-dark {
  background-color: #5a5c69;
  background-image: linear-gradient(180deg, #5a5c69 10%, #373840 100%);
  background-size: cover;
}

/* line 9954, app/assets/stylesheets/css/theme/theme.scss */
.bg-gray-100 {
  background-color: #f8f9fc !important;
}

/* line 9958, app/assets/stylesheets/css/theme/theme.scss */
.bg-gray-200 {
  background-color: #eaecf4 !important;
}

/* line 9962, app/assets/stylesheets/css/theme/theme.scss */
.bg-gray-300 {
  background-color: #dddfeb !important;
}

/* line 9966, app/assets/stylesheets/css/theme/theme.scss */
.bg-gray-400 {
  background-color: #d1d3e2 !important;
}

/* line 9970, app/assets/stylesheets/css/theme/theme.scss */
.bg-gray-500 {
  background-color: #b7b9cc !important;
}

/* line 9974, app/assets/stylesheets/css/theme/theme.scss */
.bg-gray-600 {
  background-color: #858796 !important;
}

/* line 9978, app/assets/stylesheets/css/theme/theme.scss */
.bg-gray-700 {
  background-color: #6e707e !important;
}

/* line 9982, app/assets/stylesheets/css/theme/theme.scss */
.bg-gray-800 {
  background-color: #5a5c69 !important;
}

/* line 9986, app/assets/stylesheets/css/theme/theme.scss */
.bg-gray-900 {
  background-color: #3a3b45 !important;
}

/* line 9990, app/assets/stylesheets/css/theme/theme.scss */
.o-hidden {
  overflow: hidden !important;
}

/* line 9994, app/assets/stylesheets/css/theme/theme.scss */
.text-xs {
  font-size: .7rem;
}

/* line 9998, app/assets/stylesheets/css/theme/theme.scss */
.text-lg {
  font-size: 1.2rem;
}

/* line 10002, app/assets/stylesheets/css/theme/theme.scss */
.text-gray-100 {
  color: #f8f9fc !important;
}

/* line 10006, app/assets/stylesheets/css/theme/theme.scss */
.text-gray-200 {
  color: #eaecf4 !important;
}

/* line 10010, app/assets/stylesheets/css/theme/theme.scss */
.text-gray-300 {
  color: #dddfeb !important;
}

/* line 10014, app/assets/stylesheets/css/theme/theme.scss */
.text-gray-400 {
  color: #d1d3e2 !important;
}

/* line 10018, app/assets/stylesheets/css/theme/theme.scss */
.text-gray-500 {
  color: #b7b9cc !important;
}

/* line 10022, app/assets/stylesheets/css/theme/theme.scss */
.text-gray-600 {
  color: #858796 !important;
}

/* line 10026, app/assets/stylesheets/css/theme/theme.scss */
.text-gray-700 {
  color: #6e707e !important;
}

/* line 10030, app/assets/stylesheets/css/theme/theme.scss */
.text-gray-800 {
  color: #5a5c69 !important;
}

/* line 10034, app/assets/stylesheets/css/theme/theme.scss */
.text-gray-900 {
  color: #3a3b45 !important;
}

/* line 10038, app/assets/stylesheets/css/theme/theme.scss */
.icon-circle {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 10047, app/assets/stylesheets/css/theme/theme.scss */
.border-left-primary {
  border-left: 0.25rem solid #ead138 !important;
}

/* line 10051, app/assets/stylesheets/css/theme/theme.scss */
.border-bottom-primary {
  border-bottom: 0.25rem solid #ead138 !important;
}

/* line 10055, app/assets/stylesheets/css/theme/theme.scss */
.border-left-secondary {
  border-left: 0.25rem solid #858796 !important;
}

/* line 10059, app/assets/stylesheets/css/theme/theme.scss */
.border-bottom-secondary {
  border-bottom: 0.25rem solid #858796 !important;
}

/* line 10063, app/assets/stylesheets/css/theme/theme.scss */
.border-left-success {
  border-left: 0.25rem solid #1cc88a !important;
}

/* line 10067, app/assets/stylesheets/css/theme/theme.scss */
.border-bottom-success {
  border-bottom: 0.25rem solid #1cc88a !important;
}

/* line 10071, app/assets/stylesheets/css/theme/theme.scss */
.border-left-info {
  border-left: 0.25rem solid #36b9cc !important;
}

/* line 10075, app/assets/stylesheets/css/theme/theme.scss */
.border-bottom-info {
  border-bottom: 0.25rem solid #36b9cc !important;
}

/* line 10079, app/assets/stylesheets/css/theme/theme.scss */
.border-left-warning {
  border-left: 0.25rem solid #f6c23e !important;
}

/* line 10083, app/assets/stylesheets/css/theme/theme.scss */
.border-bottom-warning {
  border-bottom: 0.25rem solid #f6c23e !important;
}

/* line 10087, app/assets/stylesheets/css/theme/theme.scss */
.border-left-danger {
  border-left: 0.25rem solid #e74a3b !important;
}

/* line 10091, app/assets/stylesheets/css/theme/theme.scss */
.border-bottom-danger {
  border-bottom: 0.25rem solid #e74a3b !important;
}

/* line 10095, app/assets/stylesheets/css/theme/theme.scss */
.border-left-light {
  border-left: 0.25rem solid #f8f9fc !important;
}

/* line 10099, app/assets/stylesheets/css/theme/theme.scss */
.border-bottom-light {
  border-bottom: 0.25rem solid #f8f9fc !important;
}

/* line 10103, app/assets/stylesheets/css/theme/theme.scss */
.border-left-dark {
  border-left: 0.25rem solid #5a5c69 !important;
}

/* line 10107, app/assets/stylesheets/css/theme/theme.scss */
.border-bottom-dark {
  border-bottom: 0.25rem solid #5a5c69 !important;
}

/* line 10111, app/assets/stylesheets/css/theme/theme.scss */
.progress-sm {
  height: .5rem;
}

/* line 10115, app/assets/stylesheets/css/theme/theme.scss */
.rotate-15 {
  transform: rotate(15deg);
}

/* line 10119, app/assets/stylesheets/css/theme/theme.scss */
.rotate-n-15 {
  transform: rotate(-15deg);
}

/* line 10123, app/assets/stylesheets/css/theme/theme.scss */
.dropdown .dropdown-menu {
  font-size: 0.85rem;
}

/* line 10127, app/assets/stylesheets/css/theme/theme.scss */
.dropdown .dropdown-menu .dropdown-header {
  font-weight: 800;
  font-size: 0.65rem;
  color: #b7b9cc;
}

/* line 10133, app/assets/stylesheets/css/theme/theme.scss */
.dropdown.no-arrow .dropdown-toggle::after {
  display: none;
}

/* line 10137, app/assets/stylesheets/css/theme/theme.scss */
.sidebar .nav-item.dropdown .dropdown-toggle::after,
.topbar .nav-item.dropdown .dropdown-toggle::after {
  width: 1rem;
  text-align: center;
  float: right;
  vertical-align: 0;
  border: 0;
  font-weight: 900;
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
}

/* line 10149, app/assets/stylesheets/css/theme/theme.scss */
.sidebar .nav-item.dropdown.show .dropdown-toggle::after,
.topbar .nav-item.dropdown.show .dropdown-toggle::after {
  content: '\f107';
}

/* line 10154, app/assets/stylesheets/css/theme/theme.scss */
.sidebar .nav-item .nav-link,
.topbar .nav-item .nav-link {
  position: relative;
}

/* line 10159, app/assets/stylesheets/css/theme/theme.scss */
.sidebar .nav-item .nav-link .badge-counter,
.topbar .nav-item .nav-link .badge-counter {
  position: absolute;
  transform: scale(0.7);
  transform-origin: top right;
  right: .25rem;
  margin-top: -.25rem;
}

/* line 10168, app/assets/stylesheets/css/theme/theme.scss */
.sidebar .nav-item .nav-link .img-profile,
.topbar .nav-item .nav-link .img-profile {
  height: 2rem;
  width: 2rem;
}

/* line 10178, app/assets/stylesheets/css/theme/theme.scss */
.topbar #sidebarToggleTop {
  height: 2.5rem;
  width: 2.5rem;
}

/* line 10183, app/assets/stylesheets/css/theme/theme.scss */
.topbar #sidebarToggleTop:hover {
  background-color: #EBE3B0;
  border: none;
}

/* line 10188, app/assets/stylesheets/css/theme/theme.scss */
.topbar #sidebarToggleTop:active {
  background-color: #EBE3B0;
  border: none;
}

/* line 10193, app/assets/stylesheets/css/theme/theme.scss */
.topbar .navbar-search {
  width: 25rem;
}

/* line 10197, app/assets/stylesheets/css/theme/theme.scss */
.topbar .navbar-search input {
  font-size: 0.85rem;
  height: auto;
}

/* line 10202, app/assets/stylesheets/css/theme/theme.scss */
.topbar .topbar-divider {
  width: 0;
  border-right: 1px solid #e3e6f0;
  height: calc(4.375rem - 2rem);
  margin: auto 1rem;
}

/* line 10209, app/assets/stylesheets/css/theme/theme.scss */
.topbar .nav-item .nav-link {
  height: 4.375rem;
  display: flex;
  align-items: center;
  padding: 0 0.75rem;
}

/* line 10216, app/assets/stylesheets/css/theme/theme.scss */
.topbar .nav-item .nav-link:focus {
  outline: none;
}

/* line 10220, app/assets/stylesheets/css/theme/theme.scss */
.topbar .nav-item:focus {
  outline: none;
}

/* line 10224, app/assets/stylesheets/css/theme/theme.scss */
.topbar .dropdown {
  position: static;
}

/* line 10228, app/assets/stylesheets/css/theme/theme.scss */
.topbar .dropdown .dropdown-menu {
  width: calc(100% - 1.5rem);
  right: 0.75rem;
}

/* line 10233, app/assets/stylesheets/css/theme/theme.scss */
.topbar .dropdown-list {
  padding: 0;
  border: none;
  overflow: hidden;
}

/* line 10239, app/assets/stylesheets/css/theme/theme.scss */
.topbar .dropdown-list .dropdown-header {
  background-color: #ead138;
  border: 1px solid #ead138;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #fff;
}

/* line 10247, app/assets/stylesheets/css/theme/theme.scss */
.topbar .dropdown-list .dropdown-item {
  white-space: normal;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-left: 1px solid #e3e6f0;
  border-right: 1px solid #e3e6f0;
  border-bottom: 1px solid #e3e6f0;
  line-height: 1.3rem;
}

/* line 10257, app/assets/stylesheets/css/theme/theme.scss */
.topbar .dropdown-list .dropdown-item .dropdown-list-image {
  position: relative;
  height: 2.5rem;
  width: 2.5rem;
}

/* line 10263, app/assets/stylesheets/css/theme/theme.scss */
.topbar .dropdown-list .dropdown-item .dropdown-list-image img {
  height: 2.5rem;
  width: 2.5rem;
}

/* line 10268, app/assets/stylesheets/css/theme/theme.scss */
.topbar .dropdown-list .dropdown-item .dropdown-list-image .status-indicator {
  background-color: #eaecf4;
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  border: 0.125rem solid #fff;
}

/* line 10279, app/assets/stylesheets/css/theme/theme.scss */
.topbar .dropdown-list .dropdown-item .text-truncate {
  max-width: 10rem;
}

/* line 10283, app/assets/stylesheets/css/theme/theme.scss */
.topbar .dropdown-list .dropdown-item:active {
  background-color: #eaecf4;
  color: #3a3b45;
}

@media (min-width: 576px) {
  /* line 10289, app/assets/stylesheets/css/theme/theme.scss */
  .topbar .dropdown {
    position: relative;
  }
  /* line 10292, app/assets/stylesheets/css/theme/theme.scss */
  .topbar .dropdown .dropdown-menu {
    width: auto;
    right: 0;
  }
  /* line 10296, app/assets/stylesheets/css/theme/theme.scss */
  .topbar .dropdown-list {
    width: 20rem !important;
  }
  /* line 10299, app/assets/stylesheets/css/theme/theme.scss */
  .topbar .dropdown-list .dropdown-item .text-truncate {
    max-width: 13.375rem;
  }
}

/* line 10304, app/assets/stylesheets/css/theme/theme.scss */
.topbar.navbar-dark .navbar-nav .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.8);
}

/* line 10308, app/assets/stylesheets/css/theme/theme.scss */
.topbar.navbar-dark .navbar-nav .nav-item .nav-link:hover {
  color: #fff;
}

/* line 10312, app/assets/stylesheets/css/theme/theme.scss */
.topbar.navbar-dark .navbar-nav .nav-item .nav-link:active {
  color: #fff;
}

/* line 10316, app/assets/stylesheets/css/theme/theme.scss */
.topbar.navbar-light .navbar-nav .nav-item .nav-link {
  color: #d1d3e2;
}

/* line 10320, app/assets/stylesheets/css/theme/theme.scss */
.topbar.navbar-light .navbar-nav .nav-item .nav-link:hover {
  color: #b7b9cc;
}

/* line 10324, app/assets/stylesheets/css/theme/theme.scss */
.topbar.navbar-light .navbar-nav .nav-item .nav-link:active {
  color: #858796;
}

/* line 10328, app/assets/stylesheets/css/theme/theme.scss */
.sidebar {
  width: 6.5rem;
  min-height: 100vh;
}

/* line 10333, app/assets/stylesheets/css/theme/theme.scss */
.sidebar .nav-item {
  position: relative;
}

/* line 10337, app/assets/stylesheets/css/theme/theme.scss */
.sidebar .nav-item:last-child {
  margin-bottom: 1rem;
}

/* line 10341, app/assets/stylesheets/css/theme/theme.scss */
.sidebar .nav-item .nav-link {
  text-align: center;
  padding: 0.75rem 1rem;
  width: 6.5rem;
}

/* line 10347, app/assets/stylesheets/css/theme/theme.scss */
.sidebar .nav-item .nav-link span {
  font-size: 0.65rem;
  display: block;
}

/* line 10352, app/assets/stylesheets/css/theme/theme.scss */
.sidebar .nav-item.active .nav-link {
  font-weight: 700;
}

/* line 10356, app/assets/stylesheets/css/theme/theme.scss */
.sidebar .nav-item .collapse {
  position: absolute;
  left: calc(6.5rem + 1.5rem / 2);
  z-index: 1;
  top: 2px;
}

/* line 10363, app/assets/stylesheets/css/theme/theme.scss */
.sidebar .nav-item .collapse .collapse-inner {
  border-radius: 0.35rem;
  box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
}

/* line 10368, app/assets/stylesheets/css/theme/theme.scss */
.sidebar .nav-item .collapsing {
  display: none;
  transition: none;
}

/* line 10373, app/assets/stylesheets/css/theme/theme.scss */
.sidebar .nav-item .collapse .collapse-inner,
.sidebar .nav-item .collapsing .collapse-inner {
  padding: .5rem 0;
  min-width: 10rem;
  font-size: 0.85rem;
  margin: 0 0 1rem 0;
}

/* line 10381, app/assets/stylesheets/css/theme/theme.scss */
.sidebar .nav-item .collapse .collapse-inner .collapse-header,
.sidebar .nav-item .collapsing .collapse-inner .collapse-header {
  margin: 0;
  white-space: nowrap;
  padding: .5rem 1.5rem;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 0.65rem;
  color: #b7b9cc;
}

/* line 10392, app/assets/stylesheets/css/theme/theme.scss */
.sidebar .nav-item .collapse .collapse-inner .collapse-item,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item {
  padding: 0.5rem 1rem;
  margin: 0 0.5rem;
  display: block;
  color: #3a3b45;
  text-decoration: none;
  border-radius: 0.35rem;
  white-space: nowrap;
}

/* line 10403, app/assets/stylesheets/css/theme/theme.scss */
.sidebar .nav-item .collapse .collapse-inner .collapse-item:hover,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item:hover {
  background-color: #eaecf4;
}

/* line 10408, app/assets/stylesheets/css/theme/theme.scss */
.sidebar .nav-item .collapse .collapse-inner .collapse-item:active,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item:active {
  background-color: #dddfeb;
}

/* line 10413, app/assets/stylesheets/css/theme/theme.scss */
.sidebar .nav-item .collapse .collapse-inner .collapse-item.active,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item.active {
  color: #ead138;
  font-weight: 700;
}

/* line 10419, app/assets/stylesheets/css/theme/theme.scss */
.sidebar #sidebarToggle {
  cursor: pointer;
}

/* line 10423, app/assets/stylesheets/css/theme/theme.scss */
.sidebar #sidebarToggle::after {
  margin-right: 0.1rem;
}

/* line 10427, app/assets/stylesheets/css/theme/theme.scss */
.sidebar #sidebarToggle:hover {
  text-decoration: none;
}

/* line 10431, app/assets/stylesheets/css/theme/theme.scss */
.sidebar #sidebarToggle:focus {
  outline: none;
}

/* line 10435, app/assets/stylesheets/css/theme/theme.scss */
.sidebar.toggled {
  width: 0 !important;
  overflow: hidden;
}

/* line 10444, app/assets/stylesheets/css/theme/theme.scss */
.sidebar.toggled .sidebar-card {
  display: none;
}

/* line 10448, app/assets/stylesheets/css/theme/theme.scss */
.sidebar .sidebar-brand {
  height: 4.375rem;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 800;
  padding: 1.5rem 1rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  z-index: 1;
}

/* line 10460, app/assets/stylesheets/css/theme/theme.scss */
.sidebar .sidebar-brand .sidebar-brand-icon i {
  font-size: 2rem;
}

/* line 10464, app/assets/stylesheets/css/theme/theme.scss */
.sidebar .sidebar-brand .sidebar-brand-text {
  display: none;
}

/* line 10468, app/assets/stylesheets/css/theme/theme.scss */
.sidebar hr.sidebar-divider {
  margin: 0 1rem 1rem;
}

/* line 10472, app/assets/stylesheets/css/theme/theme.scss */
.sidebar .sidebar-heading {
  text-align: center;
  padding: 0 1rem;
  font-weight: 800;
  font-size: 0.65rem;
}

/* line 10479, app/assets/stylesheets/css/theme/theme.scss */
.sidebar .sidebar-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.875rem;
  border-radius: 0.35rem;
  color: rgba(255, 255, 255, 0.8);
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 10493, app/assets/stylesheets/css/theme/theme.scss */
.sidebar .sidebar-card .sidebar-card-illustration {
  height: 3rem;
  display: block;
}

/* line 10498, app/assets/stylesheets/css/theme/theme.scss */
.sidebar .sidebar-card .sidebar-card-title {
  font-weight: bold;
}

/* line 10502, app/assets/stylesheets/css/theme/theme.scss */
.sidebar .sidebar-card p {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
}

@media (min-width: 768px) {
  /* line 10508, app/assets/stylesheets/css/theme/theme.scss */
  .sidebar {
    width: 14rem !important;
  }
  /* line 10511, app/assets/stylesheets/css/theme/theme.scss */
  .sidebar .nav-item .collapse {
    position: relative;
    left: 0;
    z-index: 1;
    top: 0;
    animation: none;
  }
  /* line 10519, app/assets/stylesheets/css/theme/theme.scss */
  .sidebar .nav-item .collapse .collapse-inner {
    border-radius: 0;
    box-shadow: none;
  }
  /* line 10523, app/assets/stylesheets/css/theme/theme.scss */
  .sidebar .nav-item .collapsing {
    display: block;
    transition: height 0.15s ease;
  }
  /* line 10527, app/assets/stylesheets/css/theme/theme.scss */
  .sidebar .nav-item .collapse,
.sidebar .nav-item .collapsing {
    margin: 0 1rem;
  }
  /* line 10531, app/assets/stylesheets/css/theme/theme.scss */
  .sidebar .nav-item .nav-link {
    display: block;
    width: 100%;
    text-align: left;
    padding: 1rem;
    width: 14rem;
  }
  /* line 10538, app/assets/stylesheets/css/theme/theme.scss */
  .sidebar .nav-item .nav-link i {
    font-size: 0.85rem;
    margin-right: 0.25rem;
  }
  /* line 10542, app/assets/stylesheets/css/theme/theme.scss */
  .sidebar .nav-item .nav-link span {
    font-size: 0.85rem;
    display: inline;
  }
  /* line 10546, app/assets/stylesheets/css/theme/theme.scss */
  .sidebar .nav-item .nav-link[data-toggle="collapse"]::after {
    width: 1rem;
    text-align: center;
    float: right;
    vertical-align: 0;
    border: 0;
    font-weight: 900;
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
  }
  /* line 10556, app/assets/stylesheets/css/theme/theme.scss */
  .sidebar .nav-item .nav-link.collapsed[data-toggle="collapse"]::after {
    content: '\f105';
  }
  /* line 10559, app/assets/stylesheets/css/theme/theme.scss */
  .sidebar .sidebar-brand .sidebar-brand-icon i {
    font-size: 2rem;
  }
  /* line 10562, app/assets/stylesheets/css/theme/theme.scss */
  .sidebar .sidebar-brand .sidebar-brand-text {
    display: inline;
  }
  /* line 10565, app/assets/stylesheets/css/theme/theme.scss */
  .sidebar .sidebar-heading {
    text-align: left;
  }
  /* line 10568, app/assets/stylesheets/css/theme/theme.scss */
  .sidebar.toggled {
    overflow: visible;
    width: 6.5rem !important;
  }
  /* line 10572, app/assets/stylesheets/css/theme/theme.scss */
  .sidebar.toggled .nav-item .collapse {
    position: absolute;
    left: calc(6.5rem + 1.5rem / 2);
    z-index: 1;
    top: 2px;
    animation-name: growIn;
    animation-duration: 200ms;
    animation-timing-function: transform cubic-bezier(0.18, 1.25, 0.4, 1), opacity cubic-bezier(0, 1, 0.4, 1);
  }
  /* line 10584, app/assets/stylesheets/css/theme/theme.scss */
  .sidebar.toggled .nav-item .collapse .collapse-inner {
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
    border-radius: 0.35rem;
  }
  /* line 10588, app/assets/stylesheets/css/theme/theme.scss */
  .sidebar.toggled .nav-item .collapsing {
    display: none;
    transition: none;
  }
  /* line 10592, app/assets/stylesheets/css/theme/theme.scss */
  .sidebar.toggled .nav-item .collapse,
.sidebar.toggled .nav-item .collapsing {
    margin: 0;
  }
  /* line 10596, app/assets/stylesheets/css/theme/theme.scss */
  .sidebar.toggled .nav-item:last-child {
    margin-bottom: 1rem;
  }
  /* line 10599, app/assets/stylesheets/css/theme/theme.scss */
  .sidebar.toggled .nav-item .nav-link {
    text-align: center;
    padding: 0.75rem 1rem;
    width: 6.5rem;
  }
  /* line 10604, app/assets/stylesheets/css/theme/theme.scss */
  .sidebar.toggled .nav-item .nav-link span {
    font-size: 0.65rem;
    display: block;
  }
  /* line 10608, app/assets/stylesheets/css/theme/theme.scss */
  .sidebar.toggled .nav-item .nav-link i {
    margin-right: 0;
  }
  /* line 10611, app/assets/stylesheets/css/theme/theme.scss */
  .sidebar.toggled .nav-item .nav-link[data-toggle="collapse"]::after {
    display: none;
  }
  /* line 10614, app/assets/stylesheets/css/theme/theme.scss */
  .sidebar.toggled .sidebar-brand .sidebar-brand-icon i {
    font-size: 2rem;
  }
  /* line 10617, app/assets/stylesheets/css/theme/theme.scss */
  .sidebar.toggled .sidebar-brand .sidebar-brand-text {
    display: none;
  }
  /* line 10620, app/assets/stylesheets/css/theme/theme.scss */
  .sidebar.toggled .sidebar-heading {
    text-align: center;
  }
}

/* line 10625, app/assets/stylesheets/css/theme/theme.scss */
.sidebar-light .sidebar-brand {
  color: #6e707e;
}

/* line 10629, app/assets/stylesheets/css/theme/theme.scss */
.sidebar-light hr.sidebar-divider {
  border-top: 1px solid #eaecf4;
}

/* line 10633, app/assets/stylesheets/css/theme/theme.scss */
.sidebar-light .sidebar-heading {
  color: #b7b9cc;
}

/* line 10637, app/assets/stylesheets/css/theme/theme.scss */
.sidebar-light .nav-item .nav-link {
  color: #858796;
}

/* line 10641, app/assets/stylesheets/css/theme/theme.scss */
.sidebar-light .nav-item .nav-link i {
  color: #d1d3e2;
}

/* line 10645, app/assets/stylesheets/css/theme/theme.scss */
.sidebar-light .nav-item .nav-link:active, .sidebar-light .nav-item .nav-link:focus, .sidebar-light .nav-item .nav-link:hover {
  color: #6e707e;
}

/* line 10649, app/assets/stylesheets/css/theme/theme.scss */
.sidebar-light .nav-item .nav-link:active i, .sidebar-light .nav-item .nav-link:focus i, .sidebar-light .nav-item .nav-link:hover i {
  color: #6e707e;
}

/* line 10653, app/assets/stylesheets/css/theme/theme.scss */
.sidebar-light .nav-item .nav-link[data-toggle="collapse"]::after {
  color: #b7b9cc;
}

/* line 10657, app/assets/stylesheets/css/theme/theme.scss */
.sidebar-light .nav-item.active .nav-link {
  color: #6e707e;
}

/* line 10661, app/assets/stylesheets/css/theme/theme.scss */
.sidebar-light .nav-item.active .nav-link i {
  color: #6e707e;
}

/* line 10674, app/assets/stylesheets/css/theme/theme.scss */
.sidebar-dark .sidebar-brand {
  color: #fff;
}

/* line 10678, app/assets/stylesheets/css/theme/theme.scss */
.sidebar-dark hr.sidebar-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

/* line 10682, app/assets/stylesheets/css/theme/theme.scss */
.sidebar-dark .sidebar-heading {
  color: rgba(255, 255, 255, 0.4);
}

/* line 10686, app/assets/stylesheets/css/theme/theme.scss */
.sidebar-dark .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.8);
}

/* line 10690, app/assets/stylesheets/css/theme/theme.scss */
.sidebar-dark .nav-item .nav-link i {
  color: rgba(255, 255, 255, 0.3);
}

/* line 10694, app/assets/stylesheets/css/theme/theme.scss */
.sidebar-dark .nav-item .nav-link:active, .sidebar-dark .nav-item .nav-link:focus, .sidebar-dark .nav-item .nav-link:hover {
  color: #fff;
}

/* line 10698, app/assets/stylesheets/css/theme/theme.scss */
.sidebar-dark .nav-item .nav-link:active i, .sidebar-dark .nav-item .nav-link:focus i, .sidebar-dark .nav-item .nav-link:hover i {
  color: #fff;
}

/* line 10702, app/assets/stylesheets/css/theme/theme.scss */
.sidebar-dark .nav-item .nav-link[data-toggle="collapse"]::after {
  color: rgba(255, 255, 255, 0.5);
}

/* line 10706, app/assets/stylesheets/css/theme/theme.scss */
.sidebar-dark .nav-item.active .nav-link {
  color: #fff;
}

/* line 10710, app/assets/stylesheets/css/theme/theme.scss */
.sidebar-dark .nav-item.active .nav-link i {
  color: #fff;
}

/* line 10726, app/assets/stylesheets/css/theme/theme.scss */
.btn-circle {
  border-radius: 100%;
  height: 2.5rem;
  width: 2.5rem;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* line 10736, app/assets/stylesheets/css/theme/theme.scss */
.btn-circle.btn-sm, .btn-group-sm > .btn-circle.btn {
  height: 1.8rem;
  width: 1.8rem;
  font-size: 0.75rem;
}

/* line 10742, app/assets/stylesheets/css/theme/theme.scss */
.btn-circle.btn-lg, .btn-group-lg > .btn-circle.btn {
  height: 3.5rem;
  width: 3.5rem;
  font-size: 1.35rem;
}

/* line 10748, app/assets/stylesheets/css/theme/theme.scss */
.btn-icon-split {
  padding: 0;
  overflow: hidden;
  display: inline-flex;
  align-items: stretch;
  justify-content: center;
}

/* line 10756, app/assets/stylesheets/css/theme/theme.scss */
.btn-icon-split .icon {
  background: rgba(0, 0, 0, 0.15);
  display: inline-block;
  padding: 0.375rem 0.75rem;
}

/* line 10762, app/assets/stylesheets/css/theme/theme.scss */
.btn-icon-split .text {
  display: inline-block;
  padding: 0.375rem 0.75rem;
}

/* line 10767, app/assets/stylesheets/css/theme/theme.scss */
.btn-icon-split.btn-sm .icon, .btn-group-sm > .btn-icon-split.btn .icon {
  padding: 0.25rem 0.5rem;
}

/* line 10771, app/assets/stylesheets/css/theme/theme.scss */
.btn-icon-split.btn-sm .text, .btn-group-sm > .btn-icon-split.btn .text {
  padding: 0.25rem 0.5rem;
}

/* line 10775, app/assets/stylesheets/css/theme/theme.scss */
.btn-icon-split.btn-lg .icon, .btn-group-lg > .btn-icon-split.btn .icon {
  padding: 0.5rem 1rem;
}

/* line 10779, app/assets/stylesheets/css/theme/theme.scss */
.btn-icon-split.btn-lg .text, .btn-group-lg > .btn-icon-split.btn .text {
  padding: 0.5rem 1rem;
}

/* line 10783, app/assets/stylesheets/css/theme/theme.scss */
.card .card-header .dropdown {
  line-height: 1;
}

/* line 10787, app/assets/stylesheets/css/theme/theme.scss */
.card .card-header .dropdown .dropdown-menu {
  line-height: 1.5;
}

/* line 10791, app/assets/stylesheets/css/theme/theme.scss */
.card .card-header[data-toggle="collapse"] {
  text-decoration: none;
  position: relative;
  padding: 0.75rem 3.25rem 0.75rem 1.25rem;
}

/* line 10797, app/assets/stylesheets/css/theme/theme.scss */
.card .card-header[data-toggle="collapse"]::after {
  position: absolute;
  right: 0;
  top: 0;
  padding-right: 1.725rem;
  line-height: 51px;
  font-weight: 900;
  content: '\f107';
  font-family: 'Font Awesome 5 Free';
  color: #d1d3e2;
}

/* line 10809, app/assets/stylesheets/css/theme/theme.scss */
.card .card-header.collapsed[data-toggle="collapse"] {
  border-radius: 0rem;
}

/* line 10813, app/assets/stylesheets/css/theme/theme.scss */
.card .card-header.collapsed[data-toggle="collapse"]::after {
  content: '\f105';
}

/* line 10817, app/assets/stylesheets/css/theme/theme.scss */
.chart-area {
  position: relative;
  height: 10rem;
  width: 100%;
}

@media (min-width: 768px) {
  /* line 10824, app/assets/stylesheets/css/theme/theme.scss */
  .chart-area {
    height: 20rem;
  }
}

/* line 10829, app/assets/stylesheets/css/theme/theme.scss */
.chart-bar {
  position: relative;
  height: 10rem;
  width: 100%;
}

@media (min-width: 768px) {
  /* line 10836, app/assets/stylesheets/css/theme/theme.scss */
  .chart-bar {
    height: 20rem;
  }
}

/* line 10841, app/assets/stylesheets/css/theme/theme.scss */
.chart-pie {
  position: relative;
  height: 15rem;
  width: 100%;
}

@media (min-width: 768px) {
  /* line 10848, app/assets/stylesheets/css/theme/theme.scss */
  .chart-pie {
    height: calc(20rem - 43px) !important;
  }
}

/* line 10853, app/assets/stylesheets/css/theme/theme.scss */
.bg-login-image {
  background: url("https://source.unsplash.com/K4mSJ7kc0As/600x800");
  background-position: center;
  background-size: cover;
}

/* line 10859, app/assets/stylesheets/css/theme/theme.scss */
.bg-register-image {
  background: url("https://source.unsplash.com/Mv9hjnEUHR4/600x800");
  background-position: center;
  background-size: cover;
}

/* line 10865, app/assets/stylesheets/css/theme/theme.scss */
.bg-password-image {
  background: url("https://source.unsplash.com/oWTW-jNGl9I/600x800");
  background-position: center;
  background-size: cover;
}

/* line 10871, app/assets/stylesheets/css/theme/theme.scss */
form.user .custom-checkbox.small label {
  line-height: 1.5rem;
}

/* line 10875, app/assets/stylesheets/css/theme/theme.scss */
form.user .form-control-user {
  font-size: 0.8rem;
  border-radius: 10rem;
  padding: 1.5rem 1rem;
}

/* line 10881, app/assets/stylesheets/css/theme/theme.scss */
form.user .btn-user {
  font-size: 0.8rem;
  border-radius: 10rem;
  padding: 0.75rem 1rem;
}

/* line 10887, app/assets/stylesheets/css/theme/theme.scss */
.btn-google {
  color: #fff;
  background-color: #ea4335;
  border-color: #fff;
}

/* line 10893, app/assets/stylesheets/css/theme/theme.scss */
.btn-google:hover {
  color: #fff;
  background-color: #e12717;
  border-color: #e6e6e6;
}

/* line 10899, app/assets/stylesheets/css/theme/theme.scss */
.btn-google:focus, .btn-google.focus {
  color: #fff;
  background-color: #e12717;
  border-color: #e6e6e6;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

/* line 10906, app/assets/stylesheets/css/theme/theme.scss */
.btn-google.disabled, .btn-google:disabled {
  color: #fff;
  background-color: #ea4335;
  border-color: #fff;
}

/* line 10912, app/assets/stylesheets/css/theme/theme.scss */
.btn-google:not(:disabled):not(.disabled):active, .btn-google.active:not(:disabled):not(.disabled),
.show > .btn-google.dropdown-toggle {
  color: #fff;
  background-color: #d62516;
  border-color: #dfdfdf;
}

/* line 10919, app/assets/stylesheets/css/theme/theme.scss */
.btn-google:not(:disabled):not(.disabled):active:focus, .btn-google.active:not(:disabled):not(.disabled):focus,
.show > .btn-google.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

/* line 10924, app/assets/stylesheets/css/theme/theme.scss */
.btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: #fff;
}

/* line 10930, app/assets/stylesheets/css/theme/theme.scss */
.btn-facebook:hover {
  color: #fff;
  background-color: #30497c;
  border-color: #e6e6e6;
}

/* line 10936, app/assets/stylesheets/css/theme/theme.scss */
.btn-facebook:focus, .btn-facebook.focus {
  color: #fff;
  background-color: #30497c;
  border-color: #e6e6e6;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

/* line 10943, app/assets/stylesheets/css/theme/theme.scss */
.btn-facebook.disabled, .btn-facebook:disabled {
  color: #fff;
  background-color: #3b5998;
  border-color: #fff;
}

/* line 10949, app/assets/stylesheets/css/theme/theme.scss */
.btn-facebook:not(:disabled):not(.disabled):active, .btn-facebook.active:not(:disabled):not(.disabled),
.show > .btn-facebook.dropdown-toggle {
  color: #fff;
  background-color: #2d4373;
  border-color: #dfdfdf;
}

/* line 10956, app/assets/stylesheets/css/theme/theme.scss */
.btn-facebook:not(:disabled):not(.disabled):active:focus, .btn-facebook.active:not(:disabled):not(.disabled):focus,
.show > .btn-facebook.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

/* line 10961, app/assets/stylesheets/css/theme/theme.scss */
.error {
  color: #5a5c69;
  font-size: 7rem;
  position: relative;
  line-height: 1;
  width: 12.5rem;
}

@keyframes noise-anim {
  0% {
    clip: rect(49px, 9999px, 40px, 0);
  }
  5% {
    clip: rect(75px, 9999px, 72px, 0);
  }
  10% {
    clip: rect(97px, 9999px, 93px, 0);
  }
  15% {
    clip: rect(15px, 9999px, 9px, 0);
  }
  20% {
    clip: rect(14px, 9999px, 92px, 0);
  }
  25% {
    clip: rect(18px, 9999px, 94px, 0);
  }
  30% {
    clip: rect(17px, 9999px, 20px, 0);
  }
  35% {
    clip: rect(71px, 9999px, 59px, 0);
  }
  40% {
    clip: rect(42px, 9999px, 84px, 0);
  }
  45% {
    clip: rect(56px, 9999px, 25px, 0);
  }
  50% {
    clip: rect(46px, 9999px, 14px, 0);
  }
  55% {
    clip: rect(47px, 9999px, 1px, 0);
  }
  60% {
    clip: rect(64px, 9999px, 58px, 0);
  }
  65% {
    clip: rect(89px, 9999px, 92px, 0);
  }
  70% {
    clip: rect(56px, 9999px, 39px, 0);
  }
  75% {
    clip: rect(80px, 9999px, 71px, 0);
  }
  80% {
    clip: rect(8px, 9999px, 13px, 0);
  }
  85% {
    clip: rect(66px, 9999px, 68px, 0);
  }
  90% {
    clip: rect(68px, 9999px, 4px, 0);
  }
  95% {
    clip: rect(56px, 9999px, 14px, 0);
  }
  100% {
    clip: rect(28px, 9999px, 53px, 0);
  }
}

/* line 11101, app/assets/stylesheets/css/theme/theme.scss */
.error:after {
  content: attr(data-text);
  position: absolute;
  left: 2px;
  text-shadow: -1px 0 #e74a3b;
  top: 0;
  color: #5a5c69;
  background: #f8f9fc;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim 2s infinite linear alternate-reverse;
}

@keyframes noise-anim-2 {
  0% {
    clip: rect(16px, 9999px, 10px, 0);
  }
  5% {
    clip: rect(22px, 9999px, 29px, 0);
  }
  10% {
    clip: rect(6px, 9999px, 68px, 0);
  }
  15% {
    clip: rect(85px, 9999px, 95px, 0);
  }
  20% {
    clip: rect(65px, 9999px, 91px, 0);
  }
  25% {
    clip: rect(93px, 9999px, 68px, 0);
  }
  30% {
    clip: rect(10px, 9999px, 27px, 0);
  }
  35% {
    clip: rect(37px, 9999px, 25px, 0);
  }
  40% {
    clip: rect(12px, 9999px, 23px, 0);
  }
  45% {
    clip: rect(40px, 9999px, 18px, 0);
  }
  50% {
    clip: rect(19px, 9999px, 71px, 0);
  }
  55% {
    clip: rect(2px, 9999px, 35px, 0);
  }
  60% {
    clip: rect(16px, 9999px, 69px, 0);
  }
  65% {
    clip: rect(8px, 9999px, 65px, 0);
  }
  70% {
    clip: rect(30px, 9999px, 57px, 0);
  }
  75% {
    clip: rect(14px, 9999px, 4px, 0);
  }
  80% {
    clip: rect(39px, 9999px, 30px, 0);
  }
  85% {
    clip: rect(22px, 9999px, 35px, 0);
  }
  90% {
    clip: rect(58px, 9999px, 71px, 0);
  }
  95% {
    clip: rect(34px, 9999px, 90px, 0);
  }
  100% {
    clip: rect(67px, 9999px, 68px, 0);
  }
}

/* line 11246, app/assets/stylesheets/css/theme/theme.scss */
.error:before {
  content: attr(data-text);
  position: absolute;
  left: -2px;
  text-shadow: 1px 0 #ead138;
  top: 0;
  color: #5a5c69;
  background: #f8f9fc;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim-2 3s infinite linear alternate-reverse;
}

/* line 11259, app/assets/stylesheets/css/theme/theme.scss */
footer.sticky-footer {
  padding: 2rem 0;
  flex-shrink: 0;
}

/* line 11264, app/assets/stylesheets/css/theme/theme.scss */
footer.sticky-footer .copyright {
  line-height: 1;
  font-size: 0.8rem;
}

/* line 11269, app/assets/stylesheets/css/theme/theme.scss */
body.sidebar-toggled footer.sticky-footer {
  width: 100%;
}

/* line 1, app/assets/stylesheets/css/theme/custom.scss */
#page-top {
  background-color: #D9D9D9 !important;
}

/* line 5, app/assets/stylesheets/css/theme/custom.scss */
#flash-messages-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 9999;
  pointer-events: none;
}

/* line 15, app/assets/stylesheets/css/theme/custom.scss */
#topbarWrapper .back-to-admin, .top-navbar-wrapper .back-to-admin {
  position: absolute !important;
  left: 33px !important;
  top: -18px !important;
}

/* line 23, app/assets/stylesheets/css/theme/custom.scss */
.details strong, .details b {
  color: #334161;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* line 31, app/assets/stylesheets/css/theme/custom.scss */
.details p {
  color: #334161;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* line 40, app/assets/stylesheets/css/theme/custom.scss */
.sliding-card {
  position: fixed;
  top: 20px;
  right: -1000px;
  width: 1000px;
  height: 600px;
  background: white;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
  transition: right 0.3s ease;
  z-index: 1050;
  overflow-y: auto;
}

/* line 52, app/assets/stylesheets/css/theme/custom.scss */
.sliding-card.open {
  right: 20px;
}

/* line 57, app/assets/stylesheets/css/theme/custom.scss */
.ptdashboard-icon-size {
  width: 60px;
  height: 63px;
}

/* line 62, app/assets/stylesheets/css/theme/custom.scss */
.ptdashboard-arrow-icon-size {
  width: 40.317px;
  height: 37px;
}

/* line 67, app/assets/stylesheets/css/theme/custom.scss */
.pt-dashboard-link {
  width: inherit;
}

/* line 71, app/assets/stylesheets/css/theme/custom.scss */
.edit-action-text {
  font-size: 14px !important;
}

/* line 75, app/assets/stylesheets/css/theme/custom.scss */
.border-left {
  border-left: 1px solid rgba(15, 19, 31, 0.3) !important;
}

/* line 79, app/assets/stylesheets/css/theme/custom.scss */
.bg-primary-dark {
  background: #334161;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background-size: cover;
}

/* line 85, app/assets/stylesheets/css/theme/custom.scss */
.dark-bg {
  background-color: #334161 !important;
  color: white !important;
}

/* line 90, app/assets/stylesheets/css/theme/custom.scss */
.bg-grey {
  background-color: #D9D9D9;
}

/* line 94, app/assets/stylesheets/css/theme/custom.scss */
.text-dark {
  color: #0F131F !important;
}

/* line 98, app/assets/stylesheets/css/theme/custom.scss */
.no-rounded-corners {
  border-radius: 0 !important;
}

/* line 102, app/assets/stylesheets/css/theme/custom.scss */
.no-top-border {
  border-top: 0 !important;
}

/* line 106, app/assets/stylesheets/css/theme/custom.scss */
.nowrap {
  white-space: nowrap;
}

/* line 110, app/assets/stylesheets/css/theme/custom.scss */
.wrap {
  white-space: wrap;
}

/* line 114, app/assets/stylesheets/css/theme/custom.scss */
.greeting-title {
  position: relative;
}

/* line 118, app/assets/stylesheets/css/theme/custom.scss */
.greeting-title h1, .greeting-title .h1 {
  color: #334161;
  font-family: Arial;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
}

/* line 127, app/assets/stylesheets/css/theme/custom.scss */
.greeting-title h5, .greeting-title .h5 {
  color: #334161;
  font-family: Arial;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* line 136, app/assets/stylesheets/css/theme/custom.scss */
.btn-primary {
  background-color: #334161 !important;
  color: #FFFFFF !important;
  border-radius: 0px !important;
  border: none !important;
  color: #FFF;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0.5rem 1.2rem;
}

/* line 149, app/assets/stylesheets/css/theme/custom.scss */
.btn-primary:hover {
  background-color: #334161 !important;
}

/* line 154, app/assets/stylesheets/css/theme/custom.scss */
.btn-secondary {
  background-color: #EBD23A !important;
  color: #334161 !important;
  border-radius: 0px !important;
  border: none !important;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0.5rem 1.2rem;
}

/* line 166, app/assets/stylesheets/css/theme/custom.scss */
.btn-secondary:hover {
  background-color: #EBD23A !important;
}

/* line 171, app/assets/stylesheets/css/theme/custom.scss */
.btn-primary-outline {
  color: #000000 !important;
  border: #000000 1px solid !important;
  border-radius: 0 !important;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0.5rem 1.5rem;
}

/* line 183, app/assets/stylesheets/css/theme/custom.scss */
.btn-secondary-outline {
  color: #000000 !important;
  border: #EBD23A 1px solid !important;
  border-radius: 0 !important;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0.5rem 1.5rem;
}

/* line 195, app/assets/stylesheets/css/theme/custom.scss */
.btn-danger {
  background-color: #e74a3b !important;
  color: #FFFFFF !important;
  border-radius: 0px !important;
  border: none !important;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0.5rem 1.2rem;
}

/* line 207, app/assets/stylesheets/css/theme/custom.scss */
.btn-danger:hover {
  background-color: #e74a3b !important;
}

/* line 212, app/assets/stylesheets/css/theme/custom.scss */
.btn-success {
  background-color: #1cc88a !important;
  color: #FFFFFF !important;
  border-radius: 0px !important;
  border: none !important;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0.5rem 1.2rem;
}

/* line 224, app/assets/stylesheets/css/theme/custom.scss */
.btn-success:hover {
  background-color: #1cc88a !important;
}

/* line 229, app/assets/stylesheets/css/theme/custom.scss */
.btn-info {
  background-color: #36b9cc !important;
  color: #FFFFFF !important;
  border-radius: 0px !important;
  border: none !important;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0.5rem 1.2rem;
}

/* line 241, app/assets/stylesheets/css/theme/custom.scss */
.btn-info:hover {
  background-color: #36b9cc !important;
}

/* line 246, app/assets/stylesheets/css/theme/custom.scss */
.custom-gap {
  gap: 24px;
}

/* line 252, app/assets/stylesheets/css/theme/custom.scss */
.prescription-status .content {
  color: #0F131F;
  font-size: 0.75rem;
}

/* line 259, app/assets/stylesheets/css/theme/custom.scss */
.custom-header .search-action {
  text-decoration: underline !important;
  color: white;
  font-family: Arial;
  font-size: 13.5px !important;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* line 268, app/assets/stylesheets/css/theme/custom.scss */
.custom-header .input-group {
  max-width: 350px;
  margin-right: 15px;
}

/* line 272, app/assets/stylesheets/css/theme/custom.scss */
.custom-header .input-group input {
  width: 100%;
  border-radius: 0;
}

/* line 277, app/assets/stylesheets/css/theme/custom.scss */
.custom-header .input-group input::-moz-placeholder {
  font-family: Arial;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.custom-header .input-group input::placeholder {
  font-family: Arial;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* line 284, app/assets/stylesheets/css/theme/custom.scss */
.custom-header .input-group .form-control {
  padding-left: 2.5rem;
  border-left: none;
}

/* line 289, app/assets/stylesheets/css/theme/custom.scss */
.custom-header .input-group .input-group-text {
  background: none;
  border: none;
  padding-right: 0;
  color: #334161;
  font-family: Arial;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 0 !important;
}

/* line 301, app/assets/stylesheets/css/theme/custom.scss */
.custom-header .input-group .fa-search {
  position: absolute;
  left: 10px;
  top: 60%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #0F131F;
  z-index: 1000;
}

/* line 311, app/assets/stylesheets/css/theme/custom.scss */
.custom-header .hw-combobox__listbox {
  background-color: white;
  color: black;
}

/* line 317, app/assets/stylesheets/css/theme/custom.scss */
.accd-header::after, .order-tracker-header::after {
  content: none;
}

@media only screen and (max-width: 768px) {
  /* line 322, app/assets/stylesheets/css/theme/custom.scss */
  .accd-header::after, .order-tracker-header::after {
    position: absolute !important;
    right: 10px;
    top: 18px;
    margin-left: 20px !important;
    flex-shrink: 0 !important;
    width: 1rem !important;
    height: 1rem !important;
    content: "" !important;
    background-image: url("data:image/svg+xml,%3csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M19.3074 2.00059L9.99941 11.3086L0.691406 2.00059L1.75541 0.936595L9.99941 9.18159L18.2434 0.937594L19.3074 2.00059Z' fill='%23FFFFFF'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-size: 1rem !important;
  }
  /* line 337, app/assets/stylesheets/css/theme/custom.scss */
  .order-tracker-header::after {
    right: 10px !important;
    top: 28px !important;
  }
  /* line 342, app/assets/stylesheets/css/theme/custom.scss */
  .accd-header:not(.collapsed)::after, .order-tracker-header:not(.collapsed)::after {
    display: block;
    background-image: url("data:image/svg+xml,%3csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M19.3074 2.00059L9.99941 11.3086L0.691406 2.00059L1.75541 0.936595L9.99941 9.18159L18.2434 0.937594L19.3074 2.00059Z' fill='%23FFFFFF' transform='rotate(-180 10 6)'/%3e%3c/svg%3e") !important;
  }
}

@media (min-width: 768px) {
  /* line 349, app/assets/stylesheets/css/theme/custom.scss */
  .collapse-lg-show {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 356, app/assets/stylesheets/css/theme/custom.scss */
  .collapse-md-show {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
  }
}

@media (min-width: 320px) and (max-width: 479px) {
  /* line 365, app/assets/stylesheets/css/theme/custom.scss */
  .ptdashboard-icon-size {
    width: 30px;
    height: 33px;
  }
  /* line 370, app/assets/stylesheets/css/theme/custom.scss */
  .ptdashboard-arrow-icon-size {
    width: 30.317px;
    height: 27px;
  }
}

/* line 2, app/assets/stylesheets/css/components/sidebar.scss */
#accordionSidebar .sidebar-brand {
  position: relative;
}

/* line 8, app/assets/stylesheets/css/components/sidebar.scss */
#accordionSidebar #navLinksWrapper {
  margin-top: 3.0rem !important;
}

/* line 11, app/assets/stylesheets/css/components/sidebar.scss */
#accordionSidebar #navLinksWrapper .nav-item {
  padding-bottom: 0.1rem !important;
  padding-top: 0.1rem !important;
}

/* line 16, app/assets/stylesheets/css/components/sidebar.scss */
#accordionSidebar #navLinksWrapper .white-stripes-img {
  transform: scaleX(-1) !important;
}

/* line 20, app/assets/stylesheets/css/components/sidebar.scss */
#accordionSidebar #navLinksWrapper .nav-links-group1 {
  margin-bottom: 3.5rem !important;
}

/* line 24, app/assets/stylesheets/css/components/sidebar.scss */
#accordionSidebar #navLinksWrapper .nav-links-group2 {
  margin-top: 3.5rem !important;
}

/* line 29, app/assets/stylesheets/css/components/sidebar.scss */
#accordionSidebar #navLinksWrapper .partner-sidebar-links .accordion-menu {
  padding-left: 15px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 36, app/assets/stylesheets/css/components/sidebar.scss */
#accordionSidebar #navLinksWrapper .partner-sidebar-links .accordion-toggle {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 43, app/assets/stylesheets/css/components/sidebar.scss */
#accordionSidebar #navLinksWrapper .partner-sidebar-links .accordion-toggle::after {
  content: '';
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  margin-left: 5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1.2em' height='1.2em' viewBox='0 0 1024 1024'%3E%3Cpath fill='white' d='M340.864 149.312a30.59 30.59 0 0 0 0 42.752L652.736 512L340.864 831.872a30.59 30.59 0 0 0 0 42.752a29.12 29.12 0 0 0 41.728 0L714.24 534.336a32 32 0 0 0 0-44.672L382.592 149.376a29.12 29.12 0 0 0-41.728 0z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s;
}

/* line 55, app/assets/stylesheets/css/components/sidebar.scss */
#accordionSidebar #navLinksWrapper .partner-sidebar-links details[open] .accordion-toggle::after {
  transform: rotate(270deg);
}

/* line 59, app/assets/stylesheets/css/components/sidebar.scss */
#accordionSidebar #navLinksWrapper .partner-sidebar-links details {
  cursor: pointer;
}

/* line 63, app/assets/stylesheets/css/components/sidebar.scss */
#accordionSidebar #navLinksWrapper .partner-sidebar-links summary {
  list-style: none;
}

/* line 68, app/assets/stylesheets/css/components/sidebar.scss */
#accordionSidebar #navLinksWrapper .partner-sidebar-links .accordion-menu .dropdown-item {
  color: #FFF !important;
  font-family: Arial !important;
  font-style: normal !important;
  font-size: 13.5px !important;
  font-weight: 500 !important;
  line-height: normal !important;
  padding: 0.25rem 3.5rem !important;
}

/* line 78, app/assets/stylesheets/css/components/sidebar.scss */
#accordionSidebar #navLinksWrapper .partner-sidebar-links .dropdown-item:hover {
  background-color: #EBE3B0 !important;
  color: #0F131F !important;
}

/* line 82, app/assets/stylesheets/css/components/sidebar.scss */
#accordionSidebar #navLinksWrapper .partner-sidebar-links .dropdown-item.active {
  background-color: #EBE3B0 !important;
  color: #0F131F !important;
}

/* line 89, app/assets/stylesheets/css/components/sidebar.scss */
#accordionSidebar.toggled {
  width: 4.5rem !important;
  overflow: visible !important;
}

/* line 93, app/assets/stylesheets/css/components/sidebar.scss */
#accordionSidebar.toggled .sidebar-brand {
  display: none !important;
}

/* line 97, app/assets/stylesheets/css/components/sidebar.scss */
#accordionSidebar.toggled .nav-link {
  position: relative !important;
  justify-content: center !important;
  padding: 0.75rem !important;
  width: 100% !important;
}

/* line 103, app/assets/stylesheets/css/components/sidebar.scss */
#accordionSidebar.toggled .nav-link span {
  display: none !important;
}

/* line 107, app/assets/stylesheets/css/components/sidebar.scss */
#accordionSidebar.toggled .nav-link .nav-icon {
  margin: 0 !important;
  font-size: 1.25rem !important;
}

/* line 112, app/assets/stylesheets/css/components/sidebar.scss */
#accordionSidebar.toggled .nav-link:hover::after {
  content: attr(data-title) !important;
  position: absolute !important;
  left: calc(100% + 1rem) !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  background: #2a3042 !important;
  color: white !important;
  padding: 0.5rem 0.75rem !important;
  border-radius: 4px !important;
  font-size: 0.875rem !important;
  white-space: nowrap !important;
  z-index: 1000 !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) !important;
}

/* line 129, app/assets/stylesheets/css/components/sidebar.scss */
#accordionSidebar.toggled .nav-links-group1 {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}

/* line 134, app/assets/stylesheets/css/components/sidebar.scss */
#accordionSidebar.toggled .d-flex.flex-column.h-100 {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

/* line 139, app/assets/stylesheets/css/components/sidebar.scss */
#accordionSidebar.toggled .d-flex.flex-column.h-100 > div:not(.nav-links-group1):not(#sidebarToggle) {
  display: none !important;
}

/* line 144, app/assets/stylesheets/css/components/sidebar.scss */
#accordionSidebar.toggled #sidebarToggle {
  display: flex !important;
  justify-content: center !important;
  padding: 0.75rem !important;
  margin-top: 0.5rem !important;
  width: 100% !important;
}

/* line 152, app/assets/stylesheets/css/components/sidebar.scss */
#accordionSidebar.toggled .white-stripes-img {
  display: none !important;
}

/* line 159, app/assets/stylesheets/css/components/sidebar.scss */
.sidebar-nav-link span {
  color: #FFF !important;
  font-family: Arial !important;
  font-size: 13.6px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: normal !important;
}

/* line 167, app/assets/stylesheets/css/components/sidebar.scss */
.sidebar-nav-link i {
  font-size: 13.6px !important;
}

/* line 172, app/assets/stylesheets/css/components/sidebar.scss */
.sidebar-brand-icon {
  display: none;
}

/* Auto-collapse sidebar to icons on smaller screens */
@media (max-width: 1200px) {
  /* line 178, app/assets/stylesheets/css/components/sidebar.scss */
  #accordionSidebar {
    width: 4.5rem !important;
    overflow: visible !important;
  }
  /* line 182, app/assets/stylesheets/css/components/sidebar.scss */
  #accordionSidebar .sidebar-brand {
    display: none !important;
  }
  /* line 186, app/assets/stylesheets/css/components/sidebar.scss */
  #accordionSidebar .nav-link {
    position: relative !important;
    justify-content: center !important;
    padding: 0.75rem !important;
    width: 100% !important;
  }
  /* line 192, app/assets/stylesheets/css/components/sidebar.scss */
  #accordionSidebar .nav-link span {
    display: none !important;
  }
  /* line 196, app/assets/stylesheets/css/components/sidebar.scss */
  #accordionSidebar .nav-link .nav-icon {
    margin: 0 !important;
    font-size: 1.25rem !important;
  }
  /* line 201, app/assets/stylesheets/css/components/sidebar.scss */
  #accordionSidebar .nav-link:hover::after {
    content: attr(data-title) !important;
    position: absolute !important;
    left: calc(100% + 1rem) !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    background: #2a3042 !important;
    color: white !important;
    padding: 0.5rem 0.75rem !important;
    border-radius: 4px !important;
    font-size: 0.875rem !important;
    white-space: nowrap !important;
    z-index: 1000 !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) !important;
  }
  /* line 218, app/assets/stylesheets/css/components/sidebar.scss */
  #accordionSidebar .nav-links-group1 {
    margin-top: 1rem !important;
    margin-bottom: 0 !important;
  }
  /* line 223, app/assets/stylesheets/css/components/sidebar.scss */
  #accordionSidebar .d-flex.flex-column.h-100 {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }
  /* line 228, app/assets/stylesheets/css/components/sidebar.scss */
  #accordionSidebar .d-flex.flex-column.h-100 > div:not(.nav-links-group1):not(#sidebarToggle) {
    display: none !important;
  }
  /* line 233, app/assets/stylesheets/css/components/sidebar.scss */
  #accordionSidebar #sidebarToggle {
    display: flex !important;
    justify-content: center !important;
    padding: 0.75rem !important;
    margin-top: 0.5rem !important;
    width: 100% !important;
  }
  /* line 241, app/assets/stylesheets/css/components/sidebar.scss */
  #accordionSidebar .white-stripes-img {
    display: none !important;
  }
}

@media only screen and (max-width: 760px) {
  /* line 250, app/assets/stylesheets/css/components/sidebar.scss */
  #accordionSidebar .nav-link i {
    margin-top: 1rem;
  }
  /* line 253, app/assets/stylesheets/css/components/sidebar.scss */
  #accordionSidebar .nav-link .dropdown-icon {
    display: none;
  }
  /* line 257, app/assets/stylesheets/css/components/sidebar.scss */
  #accordionSidebar .accordion-toggle {
    display: flex !important;
    flex-direction: column;
    align-items: center;
  }
  /* line 265, app/assets/stylesheets/css/components/sidebar.scss */
  #accordionSidebar .partner-sidebar-links .accordion-menu .dropdown-item {
    font-size: 10.4px !important;
  }
}

@media (min-width: 992px) {
  /* line 275, app/assets/stylesheets/css/components/sidebar.scss */
  .sidebar-brand-icon {
    display: inline;
  }
}

/* line 1, app/assets/stylesheets/css/components/navbar.scss */
#topbarWrapper, .top-navbar-wrapper {
  margin-bottom: 1.5rem !important;
}

/* line 5, app/assets/stylesheets/css/components/navbar.scss */
.initials-circle {
  background-color: #EBD23A;
  border-radius: 50% !important;
  width: 40px;
  height: 40px;
  color: #0F131F;
}

/* line 13, app/assets/stylesheets/css/components/navbar.scss */
.navbar-account-title {
  color: #1E1E1E;
  font-family: Arial;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

/* line 21, app/assets/stylesheets/css/components/navbar.scss */
.notification-present {
  position: absolute;
  top: 25px;
  background-color: #EBD23A;
  border-radius: 50% !important;
  width: 7px;
  height: 7px;
}

/* line 31, app/assets/stylesheets/css/components/navbar.scss */
.patient-nav .content {
  color: #0F131F;
  font-size: 0.75rem;
}

/* line 36, app/assets/stylesheets/css/components/navbar.scss */
.patient-nav .dropdown-item:hover {
  background-color: #EBE3B0 !important;
}

/* line 40, app/assets/stylesheets/css/components/navbar.scss */
.patient-nav .prescription-status, .patient-nav .partner-greet-title, .patient-nav .goto-broadway-pharmacy {
  position: relative;
  top: 20px;
}

/* line 45, app/assets/stylesheets/css/components/navbar.scss */
.patient-nav .partner-greet-title, .patient-nav .goto-broadway-pharmacy {
  margin-right: 4.5rem;
}

/* line 49, app/assets/stylesheets/css/components/navbar.scss */
.patient-nav .goto-broadway-pharmacy {
  display: flex;
  align-items: center;
}

/* line 53, app/assets/stylesheets/css/components/navbar.scss */
.patient-nav .goto-broadway-pharmacy b {
  color: #0F131F;
  font-family: Arial;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-wrap: wrap;
}

/* line 65, app/assets/stylesheets/css/components/navbar.scss */
.userDropdown .dropdown-menu {
  border-radius: 0 !important;
}

/* line 69, app/assets/stylesheets/css/components/navbar.scss */
.userDropdown .dropdown-item {
  color: #0F131F !important;
  font-family: Arial !important;
  font-size: 13.6px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: normal !important;
  opacity: 0.5 !important;
}

/* line 82, app/assets/stylesheets/css/components/navbar.scss */
.messagesDropdown .dropdown-item {
  padding: 0.25rem 1rem !important;
}

/* line 85, app/assets/stylesheets/css/components/navbar.scss */
.messagesDropdown .dropdown-item .notification-present {
  top: 10px !important;
  right: 10px !important;
}

/* line 90, app/assets/stylesheets/css/components/navbar.scss */
.messagesDropdown .dropdown-item .message-preview {
  color: #0F131F !important;
  font-family: Arial !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: normal !important;
  opacity: 0.5 !important;
}

/* line 6, app/assets/stylesheets/css/pages/patient_dashboard.scss */
#patientProfileWrapper .accd-header::after, #patientProfileWrapper .order-tracker-header::after {
  content: none;
}

/* line 10, app/assets/stylesheets/css/pages/patient_dashboard.scss */
#patientProfileWrapper .accd-header::after {
  position: absolute !important;
  right: 10px;
  top: 18px;
}

/* line 17, app/assets/stylesheets/css/pages/patient_dashboard.scss */
.custom-card {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  border-radius: 0px !important;
  overflow: hidden;
}

/* line 23, app/assets/stylesheets/css/pages/patient_dashboard.scss */
.dashboard-links-card a.d-flex,
.dashboard-links-card .d-flex.cursor-pointer {
  transition: transform 0.2s ease;
  display: flex;
  align-items: center;
}

/* line 30, app/assets/stylesheets/css/pages/patient_dashboard.scss */
.dashboard-links-card a.d-flex:hover,
.dashboard-links-card .d-flex.cursor-pointer:hover {
  transform: translateX(10px);
}

/* line 35, app/assets/stylesheets/css/pages/patient_dashboard.scss */
.bg-grey-important {
  background-color: var(--color-gray-300) !important;
}

/* line 39, app/assets/stylesheets/css/pages/patient_dashboard.scss */
.custom-header {
  background-color: #334161;
  color: rgba(255, 255, 255, 0.9) !important;
  padding: 16px 20px;
  font-family: 'Inter', sans-serif;
  font-size: 1.75rem !important;
  text-align: left;
}

/* line 47, app/assets/stylesheets/css/pages/patient_dashboard.scss */
.custom-header h6, .custom-header .h6 {
  color: rgba(255, 255, 255, 0.9);
  font-family: Arial;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* line 56, app/assets/stylesheets/css/pages/patient_dashboard.scss */
.custom-body {
  background-color: #fff;
  padding: 16px 20px;
  color: #0f131f;
  font-family: 'Inter', sans-serif;
}

/* line 62, app/assets/stylesheets/css/pages/patient_dashboard.scss */
.custom-body b {
  color: #0F131F;
  font-family: Arial;
  font-size: 14.8px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* line 72, app/assets/stylesheets/css/pages/patient_dashboard.scss */
.order-tracker-container {
  background-color: #FFF;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  margin: 0;
  padding: 0;
}

/* line 78, app/assets/stylesheets/css/pages/patient_dashboard.scss */
.order-tracker-container .card-header, .order-tracker-container .card-body, .order-tracker-container .card-footer {
  background-color: #FFF;
}

/* line 82, app/assets/stylesheets/css/pages/patient_dashboard.scss */
.order-tracker-container .card-header {
  border-bottom: none;
}

/* line 85, app/assets/stylesheets/css/pages/patient_dashboard.scss */
.order-tracker-container .card-header h6, .order-tracker-container .card-header .h6, .order-tracker-container .card-header p {
  color: #1E1E1E;
  text-align: center;
  font-family: Arial;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* line 93, app/assets/stylesheets/css/pages/patient_dashboard.scss */
.order-tracker-container .card-header p {
  font-size: 0.75rem;
}

/* line 100, app/assets/stylesheets/css/pages/patient_dashboard.scss */
.order-tracker-container .card-body .box {
  background-color: #0F131F;
  height: 20px;
  width: 20px;
}

/* line 106, app/assets/stylesheets/css/pages/patient_dashboard.scss */
.order-tracker-container .card-body .vertical-bar {
  background-color: #0F131F;
  width: 8px;
  height: 50px;
}

/* line 113, app/assets/stylesheets/css/pages/patient_dashboard.scss */
.order-tracker-container .card-body .content .step {
  color: #0F131F;
  font-size: 0.75rem;
}

/* line 120, app/assets/stylesheets/css/pages/patient_dashboard.scss */
.order-tracker-container .card-footer {
  border-top: none;
  height: 80px;
  padding: 0;
}

/* line 125, app/assets/stylesheets/css/pages/patient_dashboard.scss */
.order-tracker-container .card-footer .delivery-add-container {
  height: inherit;
  padding: 10px;
  color: #FFF;
  background-color: #0F131F;
  font-size: 0.85rem;
}

/* line 137, app/assets/stylesheets/css/pages/patient_dashboard.scss */
.order-tracker-container-mbl .order-tracker-header h6, .order-tracker-container-mbl .order-tracker-header .h6, .order-tracker-container-mbl .order-tracker-header p {
  color: rgba(255, 255, 255, 0.9);
  font-family: Arial;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* line 145, app/assets/stylesheets/css/pages/patient_dashboard.scss */
.order-tracker-container-mbl .order-tracker-header p {
  font-size: 0.75rem;
}

/* line 152, app/assets/stylesheets/css/pages/patient_dashboard.scss */
.order-tracker-container-mbl .card-body .box {
  background-color: #0F131F;
  height: 20px;
  width: 20px;
}

/* line 158, app/assets/stylesheets/css/pages/patient_dashboard.scss */
.order-tracker-container-mbl .card-body .vertical-bar {
  background-color: #0F131F;
  width: 8px;
  height: 50px;
}

/* line 165, app/assets/stylesheets/css/pages/patient_dashboard.scss */
.order-tracker-container-mbl .card-body .content .step {
  color: #0F131F;
  font-size: 0.75rem;
}

/* line 172, app/assets/stylesheets/css/pages/patient_dashboard.scss */
.order-tracker-container-mbl .card-footer {
  border-top: none;
  height: 80px;
  padding: 0;
}

/* line 177, app/assets/stylesheets/css/pages/patient_dashboard.scss */
.order-tracker-container-mbl .card-footer .delivery-add-container {
  height: inherit;
  padding: 10px;
  color: #FFF;
  background-color: #0F131F;
  font-size: 0.85rem;
}

@media only screen and (max-width: 768px) {
  /* line 188, app/assets/stylesheets/css/pages/patient_dashboard.scss */
  .accd-header::after {
    position: absolute !important;
    right: 10px;
    top: 18px;
  }
}

@media (max-width: 767px) {
  /* line 12, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .collapse-sm-show {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
  }
}

@media (max-width: 767px) {
  /* line 22, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .personal-info-header.order-tracker-header::after {
    content: none !important;
  }
  /* line 27, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .address-book-header.order-tracker-header::after {
    content: none !important;
  }
  /* line 32, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .home-address-list-header.order-tracker-header::after {
    content: none !important;
  }
  /* line 36, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .delivery-address-list-header.order-tracker-header::after {
    content: none !important;
  }
  /* line 41, app/assets/stylesheets/css/pages/patient_responsive.scss */
  #contactAccordion1.order-tracker-header::after {
    content: none !important;
  }
  /* line 46, app/assets/stylesheets/css/pages/patient_responsive.scss */
  #yourWalletAccordion.order-tracker-header::after {
    content: none !important;
  }
  /* line 51, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .btn-secondary:has(.fa-arrow-left) {
    display: none !important;
  }
  /* line 56, app/assets/stylesheets/css/pages/patient_responsive.scss */
  [id^="orderTrackerModal"] .modal-footer .btn-secondary {
    display: none !important;
  }
  /* line 61, app/assets/stylesheets/css/pages/patient_responsive.scss */
  [id^="orderTrackerModal"] .modal-body .d-flex {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, app/assets/stylesheets/css/pages/patient_responsive.scss */
  #personalInfoContent .row {
    margin-bottom: 1rem !important;
    margin-left: -0.75rem !important;
  }
  /* line 71, app/assets/stylesheets/css/pages/patient_responsive.scss */
  #personalInfoContent .row .col-md-3 {
    margin-bottom: 0.25rem;
    font-size: 0.9rem;
  }
  /* line 76, app/assets/stylesheets/css/pages/patient_responsive.scss */
  #personalInfoContent .row .col-md-9 {
    margin-bottom: 0.5rem;
  }
  /* line 79, app/assets/stylesheets/css/pages/patient_responsive.scss */
  #personalInfoContent .row .col-md-9 b {
    font-size: 0.95rem;
    word-break: break-word;
  }
  /* line 87, app/assets/stylesheets/css/pages/patient_responsive.scss */
  #personalInfoContent .btn-sm, #personalInfoContent .btn-group-sm > .btn {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
    margin-top: 0.25rem;
    display: inline-block;
  }
  /* line 95, app/assets/stylesheets/css/pages/patient_responsive.scss */
  #personalInfoContent .d-flex.align-items-center {
    flex-direction: column;
    align-items: flex-start !important;
  }
  /* line 99, app/assets/stylesheets/css/pages/patient_responsive.scss */
  #personalInfoContent .d-flex.align-items-center .btn {
    margin-left: 0 !important;
    margin-top: 0.5rem;
  }
  /* line 106, app/assets/stylesheets/css/pages/patient_responsive.scss */
  #personalInfoContent address {
    margin-bottom: 0.5rem !important;
  }
  /* line 109, app/assets/stylesheets/css/pages/patient_responsive.scss */
  #personalInfoContent address .btn {
    margin-left: 0 !important;
    margin-top: 0.5rem;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
  }
  /* line 118, app/assets/stylesheets/css/pages/patient_responsive.scss */
  #personalInfoContent .input-group {
    max-width: 100% !important;
    margin-bottom: 0.5rem;
  }
  /* line 123, app/assets/stylesheets/css/pages/patient_responsive.scss */
  #personalInfoContent .btn-group {
    flex-wrap: wrap;
    gap: 0.25rem;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  /* line 133, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .home-address-list-header.order-tracker-header::after {
    content: none !important;
  }
  /* line 137, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .delivery-address-list-header.order-tracker-header::after {
    content: none !important;
  }
  /* line 143, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .support-ticket-show .top-card-sections .col-12.col-md-3 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  /* line 153, app/assets/stylesheets/css/pages/patient_responsive.scss */
  #discoverClinics .modal-body img {
    width: 300px !important;
    height: 300px !important;
  }
  /* line 164, app/assets/stylesheets/css/pages/patient_responsive.scss */
  #yourteam .modal-body .pharmacy-building-image {
    width: 330px !important;
    height: 300px !important;
  }
  /* line 172, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .postcode-lookup-container {
    flex-direction: column !important;
    gap: 0.75rem !important;
  }
  /* line 176, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .postcode-lookup-container > input {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 0.5rem;
  }
  /* line 182, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .postcode-lookup-container > button {
    width: 100% !important;
    margin-top: 0 !important;
  }
  /* line 188, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .getaddress-search-box {
    flex-direction: column !important;
    gap: 0.75rem !important;
  }
  /* line 192, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .getaddress-search-box input {
    width: 100% !important;
    margin-bottom: 0.5rem;
  }
  /* line 197, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .getaddress-search-box button {
    width: 100% !important;
    margin-right: 0 !important;
    padding: 0.75rem 1rem !important;
  }
}

@media (max-width: 767px) {
  /* line 212, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .patient-profile-wrapper .card {
    margin-bottom: 1rem;
  }
  /* line 216, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .patient-profile-wrapper .card-header {
    padding: 0.75rem;
  }
  /* line 219, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .patient-profile-wrapper .card-header h5, .patient-profile-wrapper .card-header .h5 {
    font-size: 1rem;
  }
  /* line 224, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .patient-profile-wrapper .card-body {
    padding: 0.75rem;
  }
}

@media (max-width: 767px) {
  /* line 234, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .postcode-lookup-container {
    flex-direction: column !important;
    gap: 0.75rem !important;
  }
  /* line 238, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .postcode-lookup-container > input {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 0.5rem;
  }
  /* line 244, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .postcode-lookup-container > button {
    width: 100% !important;
    margin-top: 0 !important;
  }
  /* line 250, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .getaddress-search-box {
    flex-direction: column !important;
    gap: 0.75rem !important;
  }
  /* line 254, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .getaddress-search-box input {
    width: 100% !important;
    margin-bottom: 0.5rem;
  }
  /* line 259, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .getaddress-search-box button {
    width: 100% !important;
    margin-right: 0 !important;
    padding: 0.75rem 1rem !important;
  }
  /* line 267, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .gp-search-box {
    flex-direction: column !important;
    gap: 0.75rem !important;
  }
  /* line 271, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .gp-search-box input {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 0.5rem;
    margin-right: 0 !important;
  }
  /* line 278, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .gp-search-box button {
    width: 100% !important;
    margin-left: 0 !important;
    padding: 0.75rem 1rem !important;
  }
  /* line 286, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .home-address-card {
    margin-bottom: 1.5rem !important;
  }
  /* line 290, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .delivery-address-card {
    margin-bottom: 1.5rem !important;
  }
  /* line 296, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .addresses-list-wrapper .col-lg-6 {
    margin-bottom: 1.5rem !important;
  }
  /* line 300, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .addresses-list-wrapper .accordion {
    margin-bottom: 1rem !important;
  }
  /* line 308, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .modal .modal-dialog {
    margin: 1rem auto !important;
    max-width: 95% !important;
    width: 95% !important;
  }
  /* line 314, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .modal .modal-content {
    border-radius: 0.5rem !important;
  }
  /* line 319, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .modal .modal-header {
    padding: 1rem !important;
  }
  /* line 322, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .modal .modal-header .modal-title {
    font-size: 1.5rem !important;
    line-height: 1.3 !important;
    text-align: center !important;
  }
  /* line 330, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .modal .modal-body {
    padding: 1rem !important;
  }
  /* line 334, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .modal .modal-body .col-md-6, .modal .modal-body .col-md-7, .modal .modal-body .col-md-5, .modal .modal-body .col-lg-5, .modal .modal-body .col-lg-7 {
    width: 100% !important;
    margin-bottom: 1rem !important;
  }
  /* line 340, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .modal .modal-body img {
    max-width: 100% !important;
    height: auto !important;
  }
  /* line 346, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .modal .modal-body .me-3 img {
    width: 40px !important;
    height: 28px !important;
  }
  /* line 352, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .modal .modal-body p {
    font-size: 0.9rem !important;
    line-height: 1.5 !important;
  }
  /* line 357, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .modal .modal-body h5, .modal .modal-body .h5 {
    font-size: 1rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 364, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .modal .modal-footer {
    padding: 0 !important;
  }
  /* line 367, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .modal .modal-footer img {
    height: 40px !important;
  }
  /* line 375, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .support-ticket-show .card {
    margin-bottom: 1rem !important;
  }
  /* line 378, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .support-ticket-show .card .card-body {
    padding: 0.75rem !important;
  }
  /* line 386, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .order-review-modal .modal-dialog {
    margin: 0.5rem auto !important;
    max-width: 95% !important;
    width: 95% !important;
  }
  /* line 392, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .order-review-modal .modal-content {
    border-radius: 0.5rem !important;
    max-height: 95vh !important;
    overflow-y: auto !important;
  }
  /* line 398, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .order-review-modal .modal-header {
    padding: 1rem !important;
  }
  /* line 400, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .order-review-modal .modal-header .modal-title {
    font-size: 1.5rem !important;
    line-height: 1.3 !important;
  }
  /* line 406, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .order-review-modal .modal-body {
    padding: 1rem !important;
  }
  /* line 409, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .order-review-modal .modal-body .card {
    margin-bottom: 1rem !important;
    padding: 1rem !important;
  }
  /* line 414, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .order-review-modal .modal-body .order-number {
    font-size: 1.25rem !important;
    word-break: break-word !important;
  }
  /* line 419, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .order-review-modal .modal-body .claim-info-box {
    margin-top: 1rem !important;
    padding: 0.75rem !important;
  }
  /* line 423, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .order-review-modal .modal-body .claim-info-box span {
    font-size: 0.9rem !important;
    line-height: 1.4 !important;
    word-break: break-word !important;
  }
  /* line 430, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .order-review-modal .modal-body .table-responsive {
    font-size: 0.9rem !important;
  }
  /* line 433, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .order-review-modal .modal-body .table-responsive th, .order-review-modal .modal-body .table-responsive td {
    padding: 0.5rem !important;
    word-break: break-word !important;
  }
  /* line 440, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .order-review-modal .modal-body .input-container .d-flex {
    align-items: flex-start !important;
    gap: 0.5rem !important;
  }
  /* line 446, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .order-review-modal .modal-body .input-container .textarea-container {
    margin-left: 0 !important;
  }
  /* line 449, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .order-review-modal .modal-body .input-container .textarea-container p {
    margin-bottom: 0.25rem !important;
    word-break: break-word !important;
    font-size: 0.9rem !important;
  }
  /* line 458, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .order-review-modal .modal-footer {
    padding: 1rem !important;
    flex-direction: column !important;
    gap: 0.75rem !important;
  }
  /* line 463, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .order-review-modal .modal-footer .btn {
    width: 100% !important;
    margin: 0 !important;
    padding: 0.75rem 1rem !important;
    font-size: 1rem !important;
  }
  /* line 470, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .order-review-modal .modal-footer .btn-lg, .order-review-modal .modal-footer .btn-group-lg > .btn {
    font-size: 1rem !important;
    padding: 0.75rem 1rem !important;
  }
  /* line 479, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .order_step.step-0 .d-flex.justify-content-center {
    flex-direction: column !important;
    gap: 0.75rem !important;
  }
  /* line 483, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .order_step.step-0 .d-flex.justify-content-center .btn {
    width: 100% !important;
    margin: 0 !important;
    padding: 0.75rem 1rem !important;
    white-space: normal !important;
    text-align: center !important;
    line-height: 1.4 !important;
  }
}

@media (max-width: 768px) {
  /* line 497, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .prescription-table-wrapper {
    display: none;
  }
  /* line 498, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .prescription-cards {
    display: block;
  }
  /* line 499, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .repeat-requests-table {
    display: none;
  }
  /* line 500, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .repeat-requests-cards {
    display: block;
  }
  /* line 501, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .manual-verification-table {
    display: none;
  }
  /* line 502, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .manual-verification-cards {
    display: block;
  }
}

@media (min-width: 769px) {
  /* line 505, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .prescription-table-wrapper {
    display: block;
  }
  /* line 506, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .prescription-cards {
    display: none;
  }
  /* line 507, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .repeat-requests-table {
    display: block;
  }
  /* line 508, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .repeat-requests-cards {
    display: none;
  }
  /* line 509, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .manual-verification-table {
    display: block;
  }
  /* line 510, app/assets/stylesheets/css/pages/patient_responsive.scss */
  .manual-verification-cards {
    display: none;
  }
}

/* line 3, app/assets/stylesheets/css/pages/modals.scss */
.modal .modal-content {
  border-radius: 0 !important;
}

/* line 6, app/assets/stylesheets/css/pages/modals.scss */
.modal .modal-content .modal-header {
  border-bottom: none !important;
}

/* line 9, app/assets/stylesheets/css/pages/modals.scss */
.modal .modal-content .modal-header .close-modal {
  color: #0F131F !important;
  cursor: pointer;
  padding: 0.5625rem 0.5625rem;
  margin: 0 0 0 auto;
  z-index: 1;
  font-size: 16px;
}

/* line 18, app/assets/stylesheets/css/pages/modals.scss */
.modal .modal-content .modal-header h5, .modal .modal-content .modal-header .h5, .modal .modal-content .modal-header h1, .modal .modal-content .modal-header .h1 {
  color: #1E1E1E;
  text-align: center;
  font-family: Arial;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* line 28, app/assets/stylesheets/css/pages/modals.scss */
.modal .modal-content .modal-body {
  text-align: center !important;
  margin: 0 1.5rem !important;
  padding: 0 1.5rem !important;
}

/* line 33, app/assets/stylesheets/css/pages/modals.scss */
.modal .modal-content .modal-body b, .modal .modal-content .modal-body p {
  color: #1E1E1E;
  font-family: Arial;
  font-size: 13.6px;
  font-style: normal;
  line-height: normal;
}

/* line 42, app/assets/stylesheets/css/pages/modals.scss */
.modal .modal-content .modal-footer {
  border-top: none !important;
}

/* line 51, app/assets/stylesheets/css/pages/modals.scss */
#yourteam .card, #discoverClinics .card {
  border-radius: 0;
  box-shadow: none;
  border: none;
}

/* line 58, app/assets/stylesheets/css/pages/modals.scss */
#yourteam .card .card-body .profile-pic, #discoverClinics .card .card-body .profile-pic {
  border-radius: 50% !important;
}

/* line 62, app/assets/stylesheets/css/pages/modals.scss */
#yourteam .card .card-body .brand-logo, #discoverClinics .card .card-body .brand-logo {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

/* line 67, app/assets/stylesheets/css/pages/modals.scss */
#yourteam .card .card-body img, #discoverClinics .card .card-body img {
  margin-bottom: 2.5rem;
}

/* line 71, app/assets/stylesheets/css/pages/modals.scss */
#yourteam .card .card-body h5, #yourteam .card .card-body .h5, #discoverClinics .card .card-body h5, #discoverClinics .card .card-body .h5 {
  margin-top: 2.5rem;
  color: #0F131F;
  text-align: center;
  font-family: Arial;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* line 81, app/assets/stylesheets/css/pages/modals.scss */
#yourteam .card .card-body b, #discoverClinics .card .card-body b {
  color: #1E1E1E;
  text-align: center;
  font-family: Arial;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* line 91, app/assets/stylesheets/css/pages/modals.scss */
#yourteam .card .card-body p, #discoverClinics .card .card-body p {
  color: #0F131F;
  text-align: center;
  font-family: Arial;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* line 106, app/assets/stylesheets/css/pages/modals.scss */
.order-review-modal .modal-title {
  font-size: 2.0rem !important;
}

/* line 109, app/assets/stylesheets/css/pages/modals.scss */
.order-review-modal .modal-body {
  margin: 0 1.5rem !important;
  padding: 1.5rem !important;
}

/* line 117, app/assets/stylesheets/css/pages/modals.scss */
.order-review-modal .modal-body #stepContent .step-1 .order-summary {
  text-align: left !important;
  padding: 1rem !important;
  background: #EBE3B0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

/* line 123, app/assets/stylesheets/css/pages/modals.scss */
.order-review-modal .modal-body #stepContent .step-1 .order-summary strong {
  color: #1E1E1E;
  font-family: Arial;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* line 132, app/assets/stylesheets/css/pages/modals.scss */
.order-review-modal .modal-body #stepContent .step-1 .order-summary span {
  color: #1E1E1E;
  font-family: Arial;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* line 143, app/assets/stylesheets/css/pages/modals.scss */
.order-review-modal .modal-body #stepContent .step-2 {
  text-align: left !important;
}

/* line 148, app/assets/stylesheets/css/pages/modals.scss */
.order-review-modal .modal-body #stepContent .step-2 .card-input-container .input-container {
  text-align: left !important;
  position: relative;
  display: inline-block;
  width: 100%;
  background: #EBE3B0;
}

/* line 155, app/assets/stylesheets/css/pages/modals.scss */
.order-review-modal .modal-body #stepContent .step-2 .card-input-container .input-container .form-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #EBE3B0;
  box-sizing: border-box;
  margin-bottom: 5px;
}

/* line 163, app/assets/stylesheets/css/pages/modals.scss */
.order-review-modal .modal-body #stepContent .step-2 .card-input-container .input-container .form-header strong {
  color: #1E1E1E;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* line 172, app/assets/stylesheets/css/pages/modals.scss */
.order-review-modal .modal-body #stepContent .step-2 .card-input-container .input-container .form-header .edit-icon {
  cursor: pointer;
  color: #6c757d;
}

/* line 178, app/assets/stylesheets/css/pages/modals.scss */
.order-review-modal .modal-body #stepContent .step-2 .card-input-container .input-container .form-control {
  text-align: left !important;
  width: 100%;
  padding: 10px;
  background: #EBE3B0;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  resize: none;
  color: #1E1E1E;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* line 197, app/assets/stylesheets/css/pages/modals.scss */
.order-review-modal .modal-body #stepContent .step-2 .input-container {
  text-align: left !important;
  position: relative;
  display: inline-block;
  width: 100%;
  background: #EBE3B0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 10px;
}

/* line 206, app/assets/stylesheets/css/pages/modals.scss */
.order-review-modal .modal-body #stepContent .step-2 .form-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #EBE3B0;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 5px;
}

/* line 215, app/assets/stylesheets/css/pages/modals.scss */
.order-review-modal .modal-body #stepContent .step-2 .form-header strong {
  color: #1E1E1E;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* line 224, app/assets/stylesheets/css/pages/modals.scss */
.order-review-modal .modal-body #stepContent .step-2 .edit-icon {
  cursor: pointer;
  color: #6c757d;
}

/* line 228, app/assets/stylesheets/css/pages/modals.scss */
.order-review-modal .modal-body #stepContent .step-2 textarea {
  text-align: left !important;
  width: 100%;
  padding: 10px;
  background: #EBE3B0;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  resize: none;
  color: #1E1E1E;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* line 246, app/assets/stylesheets/css/pages/modals.scss */
.order-review-modal .modal-body #stepContent .step-3 {
  text-align: left !important;
}

/* line 248, app/assets/stylesheets/css/pages/modals.scss */
.order-review-modal .modal-body #stepContent .step-3 .summary-box {
  padding: 1rem !important;
  background: #EBE3B0;
  background-color: #EBE3B0;
}

/* line 253, app/assets/stylesheets/css/pages/modals.scss */
.order-review-modal .modal-body #stepContent .step-3 .summary-box strong {
  color: #1E1E1E;
  font-family: Arial;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* line 262, app/assets/stylesheets/css/pages/modals.scss */
.order-review-modal .modal-body #stepContent .step-3 .summary-box span {
  color: #1E1E1E;
  font-family: Arial;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* line 272, app/assets/stylesheets/css/pages/modals.scss */
.order-review-modal .modal-body #stepContent .step-3 p {
  margin: 0;
  color: #1E1E1E;
  font-family: Arial;
  font-size: 13.6px;
  font-style: normal;
  line-height: normal;
}

/* line 281, app/assets/stylesheets/css/pages/modals.scss */
.order-review-modal .modal-body #stepContent .step-3 .product-list {
  width: 100%;
}

/* line 285, app/assets/stylesheets/css/pages/modals.scss */
.order-review-modal .modal-body #stepContent .step-3 .product-list > div {
  width: 100%;
}

/* line 289, app/assets/stylesheets/css/pages/modals.scss */
.order-review-modal .modal-body #stepContent .step-3 .product-list strong,
.order-review-modal .modal-body #stepContent .step-3 .product-list span {
  width: 50%;
}

/* line 296, app/assets/stylesheets/css/pages/modals.scss */
.order-review-modal .modal-body #stepContent .step-4 p {
  color: #1E1E1E;
  text-align: justify;
  font-family: Arial;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* line 310, app/assets/stylesheets/css/pages/modals.scss */
.order-review-modal .circle {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
}

/* line 317, app/assets/stylesheets/css/pages/modals.scss */
.order-review-modal .active-step {
  background-color: black;
}

/* line 320, app/assets/stylesheets/css/pages/modals.scss */
.order-review-modal .inactive-step {
  background-color: grey;
}

/* line 323, app/assets/stylesheets/css/pages/modals.scss */
.order-review-modal .modal-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: none;
}

/* line 330, app/assets/stylesheets/css/pages/modals.scss */
.order-review-modal .back-btn {
  background-color: transparent;
  border: none;
  font-size: 16px;
}

/* line 335, app/assets/stylesheets/css/pages/modals.scss */
.order-review-modal .modal-title {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
  font-size: 1.25rem;
}

/* line 344, app/assets/stylesheets/css/pages/modals.scss */
.order-review-modal .modal-footer {
  display: flex;
  justify-content: center;
}

/* line 348, app/assets/stylesheets/css/pages/modals.scss */
.order-review-modal .next-btn-wrapper {
  text-align: right;
  margin-top: 20px;
}

/* line 357, app/assets/stylesheets/css/pages/modals.scss */
#paymentJourneyModal .modal-title {
  font-size: 2.0rem !important;
}

/* line 360, app/assets/stylesheets/css/pages/modals.scss */
#paymentJourneyModal .modal-body {
  margin: 0 1.5rem !important;
  padding: 1.5rem !important;
}

/* line 368, app/assets/stylesheets/css/pages/modals.scss */
#paymentJourneyModal .modal-body #stepContent .step-1 .payment-info {
  text-align: center !important;
}

/* line 371, app/assets/stylesheets/css/pages/modals.scss */
#paymentJourneyModal .modal-body #stepContent .step-1 .payment-info strong {
  color: #1E1E1E;
  font-family: Arial;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* line 380, app/assets/stylesheets/css/pages/modals.scss */
#paymentJourneyModal .modal-body #stepContent .step-1 .payment-info p {
  color: #1E1E1E;
  font-family: Arial;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* line 389, app/assets/stylesheets/css/pages/modals.scss */
#paymentJourneyModal .modal-body #stepContent .step-1 .help-link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3.5rem;
}

/* line 394, app/assets/stylesheets/css/pages/modals.scss */
#paymentJourneyModal .modal-body #stepContent .step-1 .help-link span {
  color: #EBD23A;
  font-family: Arial;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* line 403, app/assets/stylesheets/css/pages/modals.scss */
#paymentJourneyModal .modal-body #stepContent .step-1 .help-link .help-icon {
  background: #D9D9D9;
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 414, app/assets/stylesheets/css/pages/modals.scss */
#paymentJourneyModal .modal-body #stepContent .step-2 {
  text-align: left !important;
}

/* line 417, app/assets/stylesheets/css/pages/modals.scss */
#paymentJourneyModal .modal-body #stepContent .step-2 .inputs-container {
  background: #EBE3B0;
  padding: 20px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

/* line 422, app/assets/stylesheets/css/pages/modals.scss */
#paymentJourneyModal .modal-body #stepContent .step-2 .inputs-container .bottom-border-white {
  border-bottom: 1px solid #fff;
}

/* line 428, app/assets/stylesheets/css/pages/modals.scss */
#paymentJourneyModal .modal-body #stepContent .step-2 .inputs-container .card-input-container .input-container {
  text-align: left !important;
  position: relative;
  display: inline-block;
  width: 100%;
  background: #EBE3B0;
}

/* line 435, app/assets/stylesheets/css/pages/modals.scss */
#paymentJourneyModal .modal-body #stepContent .step-2 .inputs-container .card-input-container .input-container .form-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #EBE3B0;
  box-sizing: border-box;
  margin-bottom: 5px;
}

/* line 443, app/assets/stylesheets/css/pages/modals.scss */
#paymentJourneyModal .modal-body #stepContent .step-2 .inputs-container .card-input-container .input-container .form-header strong {
  color: #1E1E1E;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* line 452, app/assets/stylesheets/css/pages/modals.scss */
#paymentJourneyModal .modal-body #stepContent .step-2 .inputs-container .card-input-container .input-container .form-header .edit-icon {
  cursor: pointer;
  color: #6c757d;
}

/* line 458, app/assets/stylesheets/css/pages/modals.scss */
#paymentJourneyModal .modal-body #stepContent .step-2 .inputs-container .card-input-container .input-container .form-control {
  text-align: left !important;
  width: 100%;
  padding: 10px;
  background: #EBE3B0;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  resize: none;
  color: #1E1E1E;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* line 481, app/assets/stylesheets/css/pages/modals.scss */
#paymentJourneyModal .modal-body #stepContent .step-3 strong {
  text-align: center !important;
  color: #1E1E1E;
  font-family: Arial;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* line 491, app/assets/stylesheets/css/pages/modals.scss */
#paymentJourneyModal .modal-body #stepContent .step-3 .exemption-reason-list {
  overflow-y: scroll;
}

/* line 494, app/assets/stylesheets/css/pages/modals.scss */
#paymentJourneyModal .modal-body #stepContent .step-3 .exemption-reason-list .form-check {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 501, app/assets/stylesheets/css/pages/modals.scss */
#paymentJourneyModal .modal-body #stepContent .step-3 .exemption-reason-list .form-check .form-check-label {
  color: #1E1E1E;
  font-family: Arial;
  font-size: 13.5px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* line 510, app/assets/stylesheets/css/pages/modals.scss */
#paymentJourneyModal .modal-body #stepContent .step-3 .exemption-reason-list .form-check .form-check-input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* line 518, app/assets/stylesheets/css/pages/modals.scss */
#paymentJourneyModal .modal-body #stepContent .step-3 .exemption-reason-list .form-check .form-check-input + .form-check-label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #EBE3B0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

/* line 529, app/assets/stylesheets/css/pages/modals.scss */
#paymentJourneyModal .modal-body #stepContent .step-3 .exemption-reason-list .form-check .form-check-input:checked + .form-check-label::before {
  background-color: #EBE3B0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='14' viewBox='0 0 18 14' fill='none'%3E%3Cpath d='M17.5 1.41L5.5 13.41L0 7.91L1.41 6.5L5.5 10.58L16.09 0L17.5 1.41Z' fill='%230F131F'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

/* line 539, app/assets/stylesheets/css/pages/modals.scss */
#paymentJourneyModal .modal-body #stepContent .step-3 p {
  margin: 0;
  color: #1E1E1E;
  font-family: Arial;
  font-size: 13.6px;
  font-style: normal;
  line-height: normal;
}

/* line 551, app/assets/stylesheets/css/pages/modals.scss */
#paymentJourneyModal .circle {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
}

/* line 558, app/assets/stylesheets/css/pages/modals.scss */
#paymentJourneyModal .active-step {
  background-color: black;
}

/* line 561, app/assets/stylesheets/css/pages/modals.scss */
#paymentJourneyModal .inactive-step {
  background-color: grey;
}

/* line 564, app/assets/stylesheets/css/pages/modals.scss */
#paymentJourneyModal .modal-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: none;
}

/* line 571, app/assets/stylesheets/css/pages/modals.scss */
#paymentJourneyModal .back-btn {
  background-color: transparent;
  border: none;
  font-size: 16px;
}

/* line 576, app/assets/stylesheets/css/pages/modals.scss */
#paymentJourneyModal .modal-title {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
  font-size: 1.25rem;
}

/* line 585, app/assets/stylesheets/css/pages/modals.scss */
#paymentJourneyModal .modal-footer {
  display: flex;
  justify-content: center;
}

/* line 589, app/assets/stylesheets/css/pages/modals.scss */
#paymentJourneyModal .next-btn-wrapper {
  text-align: right;
  margin-top: 20px;
}

/* line 597, app/assets/stylesheets/css/pages/modals.scss */
#reviewOrderJourneyModal .modal-title {
  font-size: 2.0rem !important;
}

/* line 600, app/assets/stylesheets/css/pages/modals.scss */
#reviewOrderJourneyModal .modal-body {
  margin: 0 1.5rem !important;
  padding: 1.5rem !important;
}

/* line 605, app/assets/stylesheets/css/pages/modals.scss */
#reviewOrderJourneyModal .modal-body .order_step .order-info {
  text-align: center !important;
}

/* line 608, app/assets/stylesheets/css/pages/modals.scss */
#reviewOrderJourneyModal .modal-body .order_step .order-info strong {
  color: #1E1E1E;
  font-family: Arial;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* line 617, app/assets/stylesheets/css/pages/modals.scss */
#reviewOrderJourneyModal .modal-body .order_step .order-info p {
  color: #1E1E1E;
  font-family: Arial;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* line 629, app/assets/stylesheets/css/pages/modals.scss */
#reviewOrderJourneyModal .modal-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem 1.5rem;
}

/* line 635, app/assets/stylesheets/css/pages/modals.scss */
#reviewOrderJourneyModal .modal-footer .steps-indicator {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  width: 100%;
}

/* line 643, app/assets/stylesheets/css/pages/modals.scss */
#reviewOrderJourneyModal .modal-footer .steps-indicator .circle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #D9D9D9;
  transition: background-color 0.3s ease;
}

/* line 650, app/assets/stylesheets/css/pages/modals.scss */
#reviewOrderJourneyModal .modal-footer .steps-indicator .circle.active-step {
  background-color: #007bff;
}

/* line 656, app/assets/stylesheets/css/pages/modals.scss */
#reviewOrderJourneyModal .modal-footer .btn-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

/* line 663, app/assets/stylesheets/css/pages/modals.scss */
#reviewOrderJourneyModal .back-btn {
  background: none;
  border: none;
  padding: 0;
  margin-right: 1rem;
  cursor: pointer;
}

@media (max-width: 768px) {
  /* line 675, app/assets/stylesheets/css/pages/modals.scss */
  #addNewPaymentMethod .modal-body {
    padding-left: 10px !important;
    margin-left: 0px !important;
    padding-right: 10px !important;
    margin-right: 0px !important;
  }
}

/* line 4, app/assets/stylesheets/css/pages/my_prescriptions.scss */
.my-prescriptions-wrapper #tableWrapper {
  height: 555px !important;
}

/* line 9, app/assets/stylesheets/css/pages/my_prescriptions.scss */
.my-prescriptions-wrapper .custom-header p {
  color: rgba(255, 255, 255, 0.9);
  font-family: Arial;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* line 22, app/assets/stylesheets/css/pages/my_prescriptions.scss */
.my-prescriptions-wrapper table thead th {
  color: #1E1E1E !important;
  font-family: Arial !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: normal !important;
}

/* line 32, app/assets/stylesheets/css/pages/my_prescriptions.scss */
.my-prescriptions-wrapper table tbody td {
  color: #1E1E1E !important;
  font-family: Arial !important;
  font-style: normal !important;
  font-size: 13.6px !important;
  font-weight: 400 !important;
  line-height: normal !important;
}

/* line 41, app/assets/stylesheets/css/pages/my_prescriptions.scss */
.my-prescriptions-wrapper table tbody tr:hover {
  background-color: #EBE3B0 !important;
}

/* line 2, app/assets/stylesheets/css/pages/my_profile.scss */
.my-profile-wrapper .order-tracker-header::after {
  content: none;
}

/* line 6, app/assets/stylesheets/css/pages/my_profile.scss */
.my-profile-wrapper .order-tracker-header::after {
  position: absolute !important;
  right: 20px !important;
  top: 22px !important;
}

/* line 15, app/assets/stylesheets/css/pages/my_profile.scss */
.my-profile-wrapper .card .custom-header .initials-wrapper .circle {
  width: 60px;
  height: 60px;
  border-radius: 50% !important;
  background-color: #EBD23A;
  color: #1E1E1E;
  font-family: Arial;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: normal;
}

/* line 29, app/assets/stylesheets/css/pages/my_profile.scss */
.my-profile-wrapper .card .custom-header .name-title {
  color: #FFF;
  font-style: normal;
  font-weight: 700;
  font-family: Arial;
  line-height: normal;
}

/* line 37, app/assets/stylesheets/css/pages/my_profile.scss */
.my-profile-wrapper .card .custom-header p {
  color: #FFF;
  font-family: Arial;
  font-size: 11.6px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* line 49, app/assets/stylesheets/css/pages/my_profile.scss */
.my-profile-wrapper .card .card-body .info-details strong, .my-profile-wrapper .card .card-body .info-header strong {
  color: #1E1E1E;
  font-family: Arial;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* line 58, app/assets/stylesheets/css/pages/my_profile.scss */
.my-profile-wrapper .card .card-body .info-details span, .my-profile-wrapper .card .card-body .info-details address, .my-profile-wrapper .card .card-body .info-header span, .my-profile-wrapper .card .card-body .info-header address {
  color: #1E1E1E;
  font-family: Arial;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* line 69, app/assets/stylesheets/css/pages/my_profile.scss */
.my-profile-wrapper .card .id-verification {
  border-top: 1px solid rgba(15, 19, 31, 0.3);
}

/* line 72, app/assets/stylesheets/css/pages/my_profile.scss */
.my-profile-wrapper .card .id-verification .success-msg {
  color: #1E1E1E;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* line 83, app/assets/stylesheets/css/pages/my_profile.scss */
.my-profile-wrapper .card .address-wrapper strong {
  color: #1E1E1E;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 1rem;
}

/* line 92, app/assets/stylesheets/css/pages/my_profile.scss */
.my-profile-wrapper .card .address-wrapper address, .my-profile-wrapper .card .address-wrapper p {
  color: #1E1E1E;
  font-family: Arial;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* line 100, app/assets/stylesheets/css/pages/my_profile.scss */
.my-profile-wrapper .card .address-wrapper span {
  color: #EBD23A;
  font-family: Arial;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* line 111, app/assets/stylesheets/css/pages/my_profile.scss */
.my-profile-wrapper .card-map {
  position: relative;
  overflow: hidden;
  min-height: 200px;
}

/* line 117, app/assets/stylesheets/css/pages/my_profile.scss */
.my-profile-wrapper .map-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 3, app/assets/stylesheets/css/pages/help_desk.scss */
.help-desk-wrapper .order-tracker-header::after {
  content: none;
}

/* line 7, app/assets/stylesheets/css/pages/help_desk.scss */
.help-desk-wrapper .order-tracker-header::after {
  position: absolute !important;
  right: 20px !important;
  top: 22px !important;
}

/* line 13, app/assets/stylesheets/css/pages/help_desk.scss */
.help-desk-wrapper .name-title {
  color: #FFF;
  font-style: normal;
  font-weight: 700;
  font-family: Arial;
  line-height: normal;
}

/* line 22, app/assets/stylesheets/css/pages/help_desk.scss */
.help-desk-wrapper .accordion .card {
  max-height: 522px !important;
  overflow-y: auto !important;
}

/* line 27, app/assets/stylesheets/css/pages/help_desk.scss */
.help-desk-wrapper .accordion .card .accordion .accordion-body {
  color: #1E1E1E;
  font-family: Arial;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* line 36, app/assets/stylesheets/css/pages/help_desk.scss */
.help-desk-wrapper .accordion .card .accordion .accordion-item {
  border-bottom: 1px solid rgba(15, 19, 31, 0.3);
  position: relative;
}

/* line 41, app/assets/stylesheets/css/pages/help_desk.scss */
.help-desk-wrapper .accordion .card .accordion .accordion-item:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: rgba(15, 19, 31, 0.3);
}

/* line 51, app/assets/stylesheets/css/pages/help_desk.scss */
.help-desk-wrapper .accordion .card .accordion .accordion-button {
  color: #1E1E1E;
  font-family: Arial;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* line 60, app/assets/stylesheets/css/pages/help_desk.scss */
.help-desk-wrapper .accordion .card .accordion .accordion-button::after {
  content: none;
  display: none;
}

/* line 65, app/assets/stylesheets/css/pages/help_desk.scss */
.help-desk-wrapper .accordion .card .accordion .accordion-button::before {
  margin-right: 20px;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%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");
  background-repeat: no-repeat;
  background-size: 1rem;
  transition: transform 0.2s ease-in-out;
}

/* line 77, app/assets/stylesheets/css/pages/help_desk.scss */
.help-desk-wrapper .accordion .card .accordion .accordion-button:not(.collapsed)::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%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");
  transform: rotate(-180deg);
}

/* line 86, app/assets/stylesheets/css/pages/help_desk.scss */
.help-desk-wrapper .accordion .card .custom-header .initials-wrapper .circle {
  width: 60px;
  height: 60px;
  border-radius: 50% !important;
  background-color: #EBD23A;
  color: #1E1E1E;
  font-family: Arial;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: normal;
}

/* line 100, app/assets/stylesheets/css/pages/help_desk.scss */
.help-desk-wrapper .accordion .card .custom-header .name-title {
  color: #FFF;
  font-style: normal;
  font-weight: 700;
  font-family: Arial;
  line-height: normal;
}

/* line 108, app/assets/stylesheets/css/pages/help_desk.scss */
.help-desk-wrapper .accordion .card .custom-header p {
  color: #FFF;
  font-family: Arial;
  font-size: 11.6px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* line 120, app/assets/stylesheets/css/pages/help_desk.scss */
.help-desk-wrapper .accordion .card .card-body .info-details strong, .help-desk-wrapper .accordion .card .card-body .info-header strong {
  color: #1E1E1E;
  font-family: Arial;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* line 129, app/assets/stylesheets/css/pages/help_desk.scss */
.help-desk-wrapper .accordion .card .card-body .info-details span, .help-desk-wrapper .accordion .card .card-body .info-details address, .help-desk-wrapper .accordion .card .card-body .info-header span, .help-desk-wrapper .accordion .card .card-body .info-header address {
  color: #1E1E1E;
  font-family: Arial;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* line 140, app/assets/stylesheets/css/pages/help_desk.scss */
.help-desk-wrapper .accordion .card .id-verification {
  border-top: 1px solid rgba(15, 19, 31, 0.3);
}

/* line 143, app/assets/stylesheets/css/pages/help_desk.scss */
.help-desk-wrapper .accordion .card .id-verification .success-msg {
  color: #1E1E1E;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* line 157, app/assets/stylesheets/css/pages/help_desk.scss */
.help-desk-wrapper .support-center-card .custom-header {
  background-color: #EBE3B0;
}

/* line 160, app/assets/stylesheets/css/pages/help_desk.scss */
.help-desk-wrapper .support-center-card .custom-header h5, .help-desk-wrapper .support-center-card .custom-header .h5, .help-desk-wrapper .support-center-card .custom-header p {
  color: #1E1E1E !important;
}

/* line 165, app/assets/stylesheets/css/pages/help_desk.scss */
.help-desk-wrapper .support-center-card .stripes {
  position: relative;
  overflow: hidden;
  min-height: 93px;
}

/* line 171, app/assets/stylesheets/css/pages/help_desk.scss */
.help-desk-wrapper .support-center-card .black-strip-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 180, app/assets/stylesheets/css/pages/help_desk.scss */
.help-desk-wrapper .support-center-card .card-body {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 185, app/assets/stylesheets/css/pages/help_desk.scss */
.help-desk-wrapper .support-center-card .card-body .profile-pic {
  border-radius: 50% !important;
}

/* line 189, app/assets/stylesheets/css/pages/help_desk.scss */
.help-desk-wrapper .support-center-card .card-body .brand-logo {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

/* line 194, app/assets/stylesheets/css/pages/help_desk.scss */
.help-desk-wrapper .support-center-card .card-body img {
  margin-bottom: 1.5rem;
}

/* line 198, app/assets/stylesheets/css/pages/help_desk.scss */
.help-desk-wrapper .support-center-card .card-body h5, .help-desk-wrapper .support-center-card .card-body .h5 {
  margin-top: 2.5rem;
  color: #0F131F;
  text-align: center;
  font-family: Arial;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* line 208, app/assets/stylesheets/css/pages/help_desk.scss */
.help-desk-wrapper .support-center-card .card-body b {
  color: #1E1E1E;
  text-align: center;
  font-family: Arial;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* line 218, app/assets/stylesheets/css/pages/help_desk.scss */
.help-desk-wrapper .support-center-card .card-body p {
  color: #0F131F;
  text-align: center;
  font-family: Arial;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media only screen and (max-width: 768px) {
  /* line 231, app/assets/stylesheets/css/pages/help_desk.scss */
  .help-desk-wrapper .access-portal-header::after {
    position: absolute !important;
    right: 15px;
    top: 45px;
    margin-left: 20px !important;
    flex-shrink: 0 !important;
    width: 1rem !important;
    height: 1rem !important;
    content: "" !important;
    background-image: url("data:image/svg+xml,%3csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M19.3074 2.00059L9.99941 11.3086L0.691406 2.00059L1.75541 0.936595L9.99941 9.18159L18.2434 0.937594L19.3074 2.00059Z' fill='%23000000'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-size: 1rem !important;
  }
  /* line 245, app/assets/stylesheets/css/pages/help_desk.scss */
  .help-desk-wrapper .access-portal-header:not(.collapsed)::after {
    display: block;
    background-image: url("data:image/svg+xml,%3csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M19.3074 2.00059L9.99941 11.3086L0.691406 2.00059L1.75541 0.936595L9.99941 9.18159L18.2434 0.937594L19.3074 2.00059Z' fill='%23000000' transform='rotate(-180 10 6)'/%3e%3c/svg%3e") !important;
  }
}

/* line 2, app/assets/stylesheets/css/pages/support_center.scss */
.support-center-wrapper {
  font-family: Arial;
}

/* line 6, app/assets/stylesheets/css/pages/support_center.scss */
.support-center-wrapper .support-ticket-details::-moz-placeholder {
  color: rgba(30, 30, 30, 0.5);
  font-weight: 400;
  font-size: 12.6px;
}
.support-center-wrapper .support-ticket-details::placeholder {
  color: rgba(30, 30, 30, 0.5);
  font-weight: 400;
  font-size: 12.6px;
}

/* line 14, app/assets/stylesheets/css/pages/support_center.scss */
.support-center-wrapper .custom-header .name-title {
  text-align: center !important;
}

/* line 18, app/assets/stylesheets/css/pages/support_center.scss */
.support-center-wrapper .order-tracker-header::after {
  content: none;
}

/* line 22, app/assets/stylesheets/css/pages/support_center.scss */
.support-center-wrapper .order-tracker-header::after {
  position: absolute !important;
  right: 20px !important;
  top: 22px !important;
}

/* line 29, app/assets/stylesheets/css/pages/support_center.scss */
.support-center-wrapper .accordion .card {
  max-height: 522px !important;
  overflow-y: auto !important;
}

/* line 34, app/assets/stylesheets/css/pages/support_center.scss */
.support-center-wrapper .accordion .card .accordion .accordion-body {
  color: #1E1E1E;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* line 42, app/assets/stylesheets/css/pages/support_center.scss */
.support-center-wrapper .accordion .card .accordion .accordion-item {
  border-bottom: 1px solid rgba(15, 19, 31, 0.3);
  position: relative;
}

/* line 47, app/assets/stylesheets/css/pages/support_center.scss */
.support-center-wrapper .accordion .card .accordion .accordion-button {
  color: #1E1E1E;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* line 55, app/assets/stylesheets/css/pages/support_center.scss */
.support-center-wrapper .accordion .card .accordion .accordion-button::before {
  content: none;
  display: none;
}

/* line 60, app/assets/stylesheets/css/pages/support_center.scss */
.support-center-wrapper .accordion .card .accordion .accordion-button::after {
  margin-right: 20px;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%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");
  background-repeat: no-repeat;
  background-size: 1rem;
  transition: transform 0.2s ease-in-out;
}

/* line 72, app/assets/stylesheets/css/pages/support_center.scss */
.support-center-wrapper .accordion .card .accordion .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%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");
  transform: rotate(-180deg);
}

/* line 81, app/assets/stylesheets/css/pages/support_center.scss */
.support-center-wrapper .accordion .card .custom-header .initials-wrapper .circle {
  width: 60px;
  height: 60px;
  border-radius: 50% !important;
  background-color: #EBD23A;
  color: #1E1E1E;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: normal;
}

/* line 94, app/assets/stylesheets/css/pages/support_center.scss */
.support-center-wrapper .accordion .card .custom-header .name-title {
  color: #FFF;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* line 101, app/assets/stylesheets/css/pages/support_center.scss */
.support-center-wrapper .accordion .card .custom-header p {
  color: #FFF;
  font-size: 11.6px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* line 112, app/assets/stylesheets/css/pages/support_center.scss */
.support-center-wrapper .accordion .card .card-body .info-details strong, .support-center-wrapper .accordion .card .card-body .info-header strong {
  color: #1E1E1E;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* line 120, app/assets/stylesheets/css/pages/support_center.scss */
.support-center-wrapper .accordion .card .card-body .info-details span, .support-center-wrapper .accordion .card .card-body .info-details address, .support-center-wrapper .accordion .card .card-body .info-header span, .support-center-wrapper .accordion .card .card-body .info-header address {
  color: #1E1E1E;
  font-size: 13.6px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* line 130, app/assets/stylesheets/css/pages/support_center.scss */
.support-center-wrapper .accordion .card .id-verification {
  border-top: 1px solid rgba(15, 19, 31, 0.3);
}

/* line 133, app/assets/stylesheets/css/pages/support_center.scss */
.support-center-wrapper .accordion .card .id-verification .success-msg {
  color: #1E1E1E;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* line 145, app/assets/stylesheets/css/pages/support_center.scss */
.support-center-wrapper .text-area-section textarea {
  background: #EBE3B0 !important;
  border-radius: 0 !important;
  color: #1E1E1E;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* line 153, app/assets/stylesheets/css/pages/support_center.scss */
.support-center-wrapper .text-area-section textarea::-moz-placeholder {
  color: rgba(30, 30, 30, 0.5);
  font-style: italic;
  font-weight: 400;
}
.support-center-wrapper .text-area-section textarea::placeholder {
  color: rgba(30, 30, 30, 0.5);
  font-style: italic;
  font-weight: 400;
}

/* line 161, app/assets/stylesheets/css/pages/support_center.scss */
.support-center-wrapper .custom-header {
  padding-top: 16px !important;
  padding-bottom: 10px !important;
}

/* line 167, app/assets/stylesheets/css/pages/support_center.scss */
.support-center-wrapper #tableWrapper .status-in-progress {
  color: #EBD23A !important;
  font-weight: 700 !important;
}

/* line 172, app/assets/stylesheets/css/pages/support_center.scss */
.support-center-wrapper #tableWrapper .status-on-hold {
  color: #A90F0F !important;
  font-weight: 700 !important;
}

/* line 177, app/assets/stylesheets/css/pages/support_center.scss */
.support-center-wrapper #tableWrapper .status-closed {
  color: #0FA958 !important;
  font-weight: 700 !important;
}

/* line 182, app/assets/stylesheets/css/pages/support_center.scss */
.support-center-wrapper #tableWrapper .input-group {
  max-width: 350px;
  margin-left: 15px;
}

/* line 186, app/assets/stylesheets/css/pages/support_center.scss */
.support-center-wrapper #tableWrapper .input-group input {
  width: 100%;
  border-radius: 0;
}

/* line 191, app/assets/stylesheets/css/pages/support_center.scss */
.support-center-wrapper #tableWrapper .input-group input::-moz-placeholder {
  color: #1E1E1E;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.support-center-wrapper #tableWrapper .input-group input::placeholder {
  color: #1E1E1E;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* line 198, app/assets/stylesheets/css/pages/support_center.scss */
.support-center-wrapper #tableWrapper .input-group .form-control {
  padding-right: 2.5rem;
  border-right: none;
}

/* line 203, app/assets/stylesheets/css/pages/support_center.scss */
.support-center-wrapper #tableWrapper .input-group .input-group-text {
  background: none;
  border: none;
  padding-left: 0;
  color: #1E1E1E;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 0 !important;
}

/* line 214, app/assets/stylesheets/css/pages/support_center.scss */
.support-center-wrapper #tableWrapper .input-group .fa-search {
  position: absolute;
  right: 10px;
  top: 40%;
  transform: translateY(-50%);
  color: #1E1E1E;
  pointer-events: none;
}

/* line 225, app/assets/stylesheets/css/pages/support_center.scss */
.support-center-wrapper #tableWrapper table thead th {
  color: #1E1E1E !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: normal !important;
}

/* line 234, app/assets/stylesheets/css/pages/support_center.scss */
.support-center-wrapper #tableWrapper table tbody td {
  color: #1E1E1E;
  font-style: normal !important;
  font-size: 13.6px !important;
  font-weight: 400;
  line-height: normal !important;
}

/* line 242, app/assets/stylesheets/css/pages/support_center.scss */
.support-center-wrapper #tableWrapper table tbody tr:hover {
  background-color: #EBE3B0 !important;
}

/* line 249, app/assets/stylesheets/css/pages/support_center.scss */
.support-center-wrapper .custom-footer {
  background-color: #334161;
  color: rgba(255, 255, 255, 0.9) !important;
  padding: 16px 20px;
  font-size: 1.75rem !important;
  text-align: left;
  height: 52px !important;
}

@media only screen and (max-width: 768px) {
  /* line 259, app/assets/stylesheets/css/pages/support_center.scss */
  .support-center-wrapper .access-portal-header::after {
    position: absolute !important;
    right: 15px;
    top: 45px;
    margin-left: 20px !important;
    flex-shrink: 0 !important;
    width: 1rem !important;
    height: 1rem !important;
    content: "" !important;
    background-image: url("data:image/svg+xml,%3csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M19.3074 2.00059L9.99941 11.3086L0.691406 2.00059L1.75541 0.936595L9.99941 9.18159L18.2434 0.937594L19.3074 2.00059Z' fill='%23000000'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-size: 1rem !important;
  }
  /* line 273, app/assets/stylesheets/css/pages/support_center.scss */
  .support-center-wrapper .access-portal-header:not(.collapsed)::after {
    display: block;
    background-image: url("data:image/svg+xml,%3csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M19.3074 2.00059L9.99941 11.3086L0.691406 2.00059L1.75541 0.936595L9.99941 9.18159L18.2434 0.937594L19.3074 2.00059Z' fill='%23000000' transform='rotate(-180 10 6)'/%3e%3c/svg%3e") !important;
  }
}

@media (max-width: 768px) {
  /* line 280, app/assets/stylesheets/css/pages/support_center.scss */
  .support-center-wrapper .ticket-accordion {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* line 286, app/assets/stylesheets/css/pages/support_center.scss */
  .support-center-wrapper .support-tickets-table {
    display: none !important;
  }
  /* line 289, app/assets/stylesheets/css/pages/support_center.scss */
  .support-center-wrapper .support-tickets-cards {
    display: block !important;
  }
}

@media (min-width: 769px) {
  /* line 296, app/assets/stylesheets/css/pages/support_center.scss */
  .support-center-wrapper .support-tickets-table {
    display: block !important;
  }
  /* line 299, app/assets/stylesheets/css/pages/support_center.scss */
  .support-center-wrapper .support-tickets-cards {
    display: none !important;
  }
}

/* line 305, app/assets/stylesheets/css/pages/support_center.scss */
.support-center-wrapper #supportTicketSuccessModal .modal-content {
  border-radius: 0;
}

/* line 309, app/assets/stylesheets/css/pages/support_center.scss */
.support-center-wrapper #supportTicketSuccessModal .modal-content .modal-body h5, .support-center-wrapper #supportTicketSuccessModal .modal-content .modal-body .h5 {
  color: #1E1E1E;
  font-weight: 700;
}

/* line 314, app/assets/stylesheets/css/pages/support_center.scss */
.support-center-wrapper #supportTicketSuccessModal .modal-content .modal-body p {
  color: #1E1E1E;
  font-size: 13.6px;
  font-weight: 400;
}

/* line 320, app/assets/stylesheets/css/pages/support_center.scss */
.support-center-wrapper #supportTicketSuccessModal .modal-content .modal-body .btn-primary {
  min-width: 200px;
}

/* line 327, app/assets/stylesheets/css/pages/support_center.scss */
.support-center-wrapper .ticket-form .card,
.support-center-wrapper .col-lg-7 .card {
  min-height: 672px !important;
  max-height: 672px !important;
  overflow-y: auto !important;
}

/* line 337, app/assets/stylesheets/css/pages/support_center.scss */
.comment-thread .comment.reply {
  margin-left: 2rem;
  border-left: 2px solid #dee2e6;
  padding-left: 1rem;
}

/* line 343, app/assets/stylesheets/css/pages/support_center.scss */
.comment-thread .comment .card {
  border-radius: 0.5rem;
}

/* line 346, app/assets/stylesheets/css/pages/support_center.scss */
.comment-thread .comment .card:hover {
  background-color: #f8f9fa;
}

/* line 353, app/assets/stylesheets/css/pages/support_center.scss */
.comment-thread .user-info strong {
  color: #495057;
}

/* line 357, app/assets/stylesheets/css/pages/support_center.scss */
.comment-thread .user-info small, .comment-thread .user-info .small {
  font-size: 0.875rem;
}

/* line 362, app/assets/stylesheets/css/pages/support_center.scss */
.comment-thread .comment-content {
  color: #212529;
  white-space: pre-line;
}

/* line 368, app/assets/stylesheets/css/pages/support_center.scss */
.comment-form {
  position: sticky;
  top: 1rem;
}

/* line 1, app/assets/stylesheets/css/pages/patient_welcome.scss */
.jeremy-bishop-iyrjnplkp68-unsp-icon,
.karla-hernandez-byimyupwnpi-un-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 10, app/assets/stylesheets/css/pages/patient_welcome.scss */
.karla-hernandez-byimyupwnpi-un-icon {
  z-index: 1;
}

/* line 13, app/assets/stylesheets/css/pages/patient_welcome.scss */
.jeremy-bishop-iyrjnplkp68-unsp-parent {
  width: 100%;
  height: 100%;
  position: absolute;
  margin: 0 !important;
  top: 0;
  right: 0;
  bottom: 0;
}

/* line 22, app/assets/stylesheets/css/pages/patient_welcome.scss */
.frame-child {
  align-self: stretch;
  height: 706px;
  position: relative;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25), 0 4px 4px rgba(0, 0, 0, 0.25);
  background-color: var(--color-gray-300);
  display: none;
}

/* line 30, app/assets/stylesheets/css/pages/patient_welcome.scss */
.gretting-text-hello-adil {
  margin: 0;
  flex: 1;
  position: relative;
  font-size: 48px;
  font-weight: 700;
  font-family: var(--font-inter);
  color: var(--color-gray-100);
  text-align: center;
  display: inline-block;
  text-shadow: 1px 0 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2), -1px 0 0 rgba(0, 0, 0, 0.2), -1px 0 rgba(0, 0, 0, 0.2);
  max-width: 100%;
  z-index: 3;
}

/* line 45, app/assets/stylesheets/css/pages/patient_welcome.scss */
.gretting-text-hello-adil-wrapper {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 0 var(--padding-3xs);
  box-sizing: border-box;
  max-width: 100%;
}

/* line 55, app/assets/stylesheets/css/pages/patient_welcome.scss */
.sidebar-home {
  width: 338px;
  position: relative;
  font-size: var(--font-size-mini);
  display: inline-block;
  font-family: var(--font-inter);
  color: var(--color-gray-100);
  text-align: center;
  flex-shrink: 0;
  max-width: 104%;
  z-index: 3;
}

/* line 67, app/assets/stylesheets/css/pages/patient_welcome.scss */
.sidebar-home-wrapper {
  width: 326px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 3px 0 0;
  box-sizing: border-box;
  max-width: calc(100% - 24px);
}

/* line 77, app/assets/stylesheets/css/pages/patient_welcome.scss */
.frame-item,
.i {
  position: relative;
}

/* line 81, app/assets/stylesheets/css/pages/patient_welcome.scss */
.frame-item {
  height: 24px;
  width: 24px;
  background-color: var(--color-gainsboro);
  display: none;
}

/* line 87, app/assets/stylesheets/css/pages/patient_welcome.scss */
.i {
  font-size: var(--font-size-mini);
  display: inline-block;
  font-family: var(--font-inter);
  color: var(--color-black);
  text-align: left;
  min-width: 5px;
  z-index: 1;
}

/* line 96, app/assets/stylesheets/css/pages/patient_welcome.scss */
.frame-parent,
.frame-wrapper,
.rectangle-group {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}

/* line 104, app/assets/stylesheets/css/pages/patient_welcome.scss */
.rectangle-group {
  background-color: var(--color-gainsboro);
  padding: 4px 9px 2px var(--padding-3xs);
  flex-shrink: 0;
  z-index: 4;
}

/* line 110, app/assets/stylesheets/css/pages/patient_welcome.scss */
.frame-parent,
.frame-wrapper {
  max-width: 100%;
}

/* line 114, app/assets/stylesheets/css/pages/patient_welcome.scss */
.frame-wrapper {
  padding: 0 68px 30px 73px;
  box-sizing: border-box;
}

/* line 118, app/assets/stylesheets/css/pages/patient_welcome.scss */
.sidebar-home1,
.sidebar-home2 {
  position: relative;
  font-size: var(--font-size-mini);
  font-family: var(--font-inter);
  z-index: 3;
}

/* line 125, app/assets/stylesheets/css/pages/patient_welcome.scss */
.sidebar-home1 {
  align-self: stretch;
  color: var(--color-gray-100);
  text-align: left;
}

/* line 130, app/assets/stylesheets/css/pages/patient_welcome.scss */
.sidebar-home2 {
  width: 66px;
  color: var(--color-gray-200);
  text-align: center;
  display: inline-block;
  flex-shrink: 0;
  min-width: 66px;
}

/* line 138, app/assets/stylesheets/css/pages/patient_welcome.scss */
.frame-inner {
  height: 54px;
  width: 134px;
  position: relative;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  background-color: var(--color-gold);
  border: 1px solid var(--color-black);
  box-sizing: border-box;
  display: none;
}

/* line 148, app/assets/stylesheets/css/pages/patient_welcome.scss */
.frame-container,
.sidebar-home-group,
.sidebar-home-parent {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

/* line 155, app/assets/stylesheets/css/pages/patient_welcome.scss */
.sidebar-home-group {
  width: 134px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  background-color: var(--color-gold);
  border: 1px solid var(--color-black);
  box-sizing: border-box;
  flex-direction: row;
  padding: var(--padding-mid) 32px var(--padding-3xs);
  z-index: 4;
}

/* line 165, app/assets/stylesheets/css/pages/patient_welcome.scss */
.frame-container,
.sidebar-home-parent {
  max-width: 100%;
}

/* line 169, app/assets/stylesheets/css/pages/patient_welcome.scss */
.sidebar-home-parent {
  flex: 1;
  flex-direction: column;
  gap: 13px;
}

/* line 174, app/assets/stylesheets/css/pages/patient_welcome.scss */
.frame-container {
  align-self: stretch;
  flex-direction: row;
  padding: 0 var(--padding-61xl) var(--padding-3xs) var(--padding-57xl);
  box-sizing: border-box;
}

/* line 180, app/assets/stylesheets/css/pages/patient_welcome.scss */
.create-password {
  margin: 0;
}

/* line 183, app/assets/stylesheets/css/pages/patient_welcome.scss */
.frame-input,
.sidebar-home3 {
  font-family: var(--font-inter);
  font-size: var(--font-size-mini);
}

/* line 188, app/assets/stylesheets/css/pages/patient_welcome.scss */
.sidebar-home3 {
  align-self: stretch;
  position: relative;
  color: var(--color-gray-100);
  text-align: left;
  z-index: 3;
}

/* line 195, app/assets/stylesheets/css/pages/patient_welcome.scss */
.frame-input {
  width: calc(100% - 52px);
  border: 0;
  outline: 0;
  background-color: transparent;
  height: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: var(--padding-7xs) 0 0;
  box-sizing: border-box;
  color: var(--color-gray-200);
  min-width: 181px;
}

/* line 211, app/assets/stylesheets/css/pages/patient_welcome.scss */
.rectangle-div {
  height: 55px;
  width: 336px;
  position: relative;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  background-color: var(--color-gold);
  border: 1px solid var(--color-black);
  box-sizing: border-box;
  display: none;
  max-width: 100%;
}

/* line 222, app/assets/stylesheets/css/pages/patient_welcome.scss */
.bxhide-icon {
  height: 24px;
  width: 24px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  z-index: 5;
}

/* line 230, app/assets/stylesheets/css/pages/patient_welcome.scss */
.frame-group {
  align-self: stretch;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  background-color: var(--color-gold);
  border: 1px solid var(--color-black);
  box-sizing: border-box;
  flex-direction: row;
  flex-wrap: wrap;
  padding: var(--padding-smi) var(--padding-sm);
  row-gap: 20px;
  z-index: 4;
}

/* line 242, app/assets/stylesheets/css/pages/patient_welcome.scss */
.frame-div,
.frame-group,
.sidebar-home-container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 100%;
}

/* line 250, app/assets/stylesheets/css/pages/patient_welcome.scss */
.sidebar-home-container {
  flex: 1;
  flex-direction: column;
  gap: var(--gap-mini);
}

/* line 255, app/assets/stylesheets/css/pages/patient_welcome.scss */
.frame-div {
  align-self: stretch;
  flex-direction: row;
  padding: 0 var(--padding-61xl) var(--padding-3xs) var(--padding-57xl);
  box-sizing: border-box;
}

/* line 261, app/assets/stylesheets/css/pages/patient_welcome.scss */
.confirm-password {
  margin: 0;
}

/* line 264, app/assets/stylesheets/css/pages/patient_welcome.scss */
.frame-child1,
.sidebar-home4 {
  font-family: var(--font-inter);
  font-size: var(--font-size-mini);
}

/* line 269, app/assets/stylesheets/css/pages/patient_welcome.scss */
.sidebar-home4 {
  align-self: stretch;
  position: relative;
  color: var(--color-gray-100);
  text-align: left;
  z-index: 3;
}

/* line 276, app/assets/stylesheets/css/pages/patient_welcome.scss */
.frame-child1 {
  width: calc(100% - 52px);
  border: 0;
  outline: 0;
  background-color: transparent;
  height: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: var(--padding-7xs) 0 0;
  box-sizing: border-box;
  color: var(--color-gray-200);
  min-width: 181px;
}

/* line 292, app/assets/stylesheets/css/pages/patient_welcome.scss */
.frame-child2 {
  height: 55px;
  width: 336px;
  position: relative;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  background-color: var(--color-gold);
  border: 1px solid var(--color-black);
  box-sizing: border-box;
  display: none;
  max-width: 100%;
}

/* line 303, app/assets/stylesheets/css/pages/patient_welcome.scss */
.bxhide-icon1 {
  height: 24px;
  width: 24px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  z-index: 5;
}

/* line 311, app/assets/stylesheets/css/pages/patient_welcome.scss */
.group-div {
  align-self: stretch;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  background-color: var(--color-gold);
  border: 1px solid var(--color-black);
  box-sizing: border-box;
  flex-direction: row;
  flex-wrap: wrap;
  padding: var(--padding-smi) var(--padding-sm);
  row-gap: 20px;
  z-index: 4;
}

/* line 323, app/assets/stylesheets/css/pages/patient_welcome.scss */
.frame-wrapper1,
.group-div,
.sidebar-home-parent1 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 100%;
}

/* line 331, app/assets/stylesheets/css/pages/patient_welcome.scss */
.sidebar-home-parent1 {
  flex: 1;
  flex-direction: column;
  gap: var(--gap-mini);
}

/* line 336, app/assets/stylesheets/css/pages/patient_welcome.scss */
.frame-wrapper1 {
  align-self: stretch;
  flex-direction: row;
  padding: 0 var(--padding-61xl) 12px var(--padding-57xl);
  box-sizing: border-box;
}

/* line 342, app/assets/stylesheets/css/pages/patient_welcome.scss */
.sidebar-home5 {
  height: 58px;
  flex: 1;
  position: relative;
  font-size: var(--font-size-mini);
  font-family: var(--font-inter);
  color: var(--color-gray-100);
  text-align: center;
  display: inline-block;
  max-width: 100%;
  z-index: 3;
}

/* line 354, app/assets/stylesheets/css/pages/patient_welcome.scss */
.sidebar-home-frame {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 var(--padding-61xl) 0 var(--padding-57xl);
  box-sizing: border-box;
  max-width: 100%;
}

/* line 364, app/assets/stylesheets/css/pages/patient_welcome.scss */
.frame-child3 {
  height: 54px;
  width: 165px;
  position: relative;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  background-color: var(--color-gray-100);
  display: none;
}

/* line 372, app/assets/stylesheets/css/pages/patient_welcome.scss */
.sidebar-home6 {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-inter);
  color: var(--color-white);
  text-align: left;
  display: inline-block;
  min-width: 89px;
  z-index: 1;
}

/* line 383, app/assets/stylesheets/css/pages/patient_welcome.scss */
.frame-wrapper2,
.rectangle-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

/* line 389, app/assets/stylesheets/css/pages/patient_welcome.scss */
.rectangle-container {
  cursor: pointer;
  border: 0;
  padding: 18px 37px var(--padding-mid) 39px;
  background-color: var(--color-gray-100);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  justify-content: flex-start;
  white-space: nowrap;
  z-index: 3;
}

/* line 399, app/assets/stylesheets/css/pages/patient_welcome.scss */
.rectangle-container:hover {
  background-color: #525252;
}

/* line 402, app/assets/stylesheets/css/pages/patient_welcome.scss */
.frame-wrapper2 {
  align-self: stretch;
  justify-content: center;
  padding: 0 22px 0 var(--padding-xl);
}

/* line 407, app/assets/stylesheets/css/pages/patient_welcome.scss */
.new-nhs-patient-set-up-wizard-inner,
.rectangle-parent {
  display: flex;
  align-items: flex-start;
  box-sizing: border-box;
  max-width: 100%;
}

/* line 414, app/assets/stylesheets/css/pages/patient_welcome.scss */
.rectangle-parent {
  margin: 0;
  width: 492px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25), 0 4px 4px rgba(0, 0, 0, 0.25);
  background-color: var(--color-gray-300);
  flex-direction: column;
  justify-content: flex-start;
  padding: 58px 0 62px var(--padding-12xs);
  gap: 10px;
  z-index: 2;
}

/* line 425, app/assets/stylesheets/css/pages/patient_welcome.scss */
.new-nhs-patient-set-up-wizard-inner {
  align-self: stretch;
  flex-direction: row;
  justify-content: center;
  padding: 0 var(--padding-xl);
}

/* line 431, app/assets/stylesheets/css/pages/patient_welcome.scss */
.cbcc-smile-stripes-white-1-icon {
  align-self: stretch;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 3;
}

/* line 440, app/assets/stylesheets/css/pages/patient_welcome.scss */
.new-nhs-patient-set-up-wizard- {
  width: 100%;
  position: relative;
  background-color: var(--color-white);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 187px var(--padding-12xs) 0;
  box-sizing: border-box;
  line-height: normal;
  letter-spacing: normal;
}

@media screen and (max-width: 750px) {
  /* line 455, app/assets/stylesheets/css/pages/patient_welcome.scss */
  .gretting-text-hello-adil {
    font-size: 38px;
  }
  /* line 458, app/assets/stylesheets/css/pages/patient_welcome.scss */
  .rectangle-parent {
    padding-top: var(--padding-19xl);
    padding-bottom: var(--padding-21xl);
    box-sizing: border-box;
  }
}

@media screen and (max-width: 675px) {
  /* line 465, app/assets/stylesheets/css/pages/patient_welcome.scss */
  .frame-wrapper {
    padding-left: 36px;
    padding-right: 34px;
    box-sizing: border-box;
  }
  /* line 470, app/assets/stylesheets/css/pages/patient_welcome.scss */
  .frame-container,
.frame-div,
.frame-wrapper1,
.sidebar-home-frame {
    padding-left: var(--padding-19xl);
    padding-right: var(--padding-21xl);
    box-sizing: border-box;
  }
}

@media screen and (max-width: 450px) {
  /* line 480, app/assets/stylesheets/css/pages/patient_welcome.scss */
  .gretting-text-hello-adil {
    font-size: 29px;
  }
}

/* line 1, app/assets/stylesheets/css/pages/partner_sign_in.scss */
.sign-in-container {
  position: relative;
  padding: 0 !important;
  min-height: 100vh;
  background-image: url(/assets/back-301f445dc9f308f6d913a5e66fa90a6785cfee9f6d3f7749f093206b50e8e542.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 10, app/assets/stylesheets/css/pages/partner_sign_in.scss */
.sign-in-container .bottom-image {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

/* line 17, app/assets/stylesheets/css/pages/partner_sign_in.scss */
.sign-in-container .bottom-image img {
  width: 100%;
  height: auto;
}

/* line 22, app/assets/stylesheets/css/pages/partner_sign_in.scss */
.sign-in-container .authentication-wrapper {
  position: relative;
  z-index: 1;
}

/* line 28, app/assets/stylesheets/css/pages/partner_sign_in.scss */
.sign-in-container .authentication-wrapper .authentication-inner .card {
  border-radius: 0 !important;
}

/* line 33, app/assets/stylesheets/css/pages/partner_sign_in.scss */
.sign-in-container .authentication-wrapper .authentication-inner .card .card-body .form-label, .sign-in-container .authentication-wrapper .authentication-inner .card .card-body .form-check-label, .sign-in-container .authentication-wrapper .authentication-inner .card .card-body p, .sign-in-container .authentication-wrapper .authentication-inner .card .card-body h4, .sign-in-container .authentication-wrapper .authentication-inner .card .card-body .h4 {
  color: #1E1E1E;
  font-family: Arial;
  font-style: normal;
  line-height: normal;
}

/* line 40, app/assets/stylesheets/css/pages/partner_sign_in.scss */
.sign-in-container .authentication-wrapper .authentication-inner .card .card-body .form-check-label, .sign-in-container .authentication-wrapper .authentication-inner .card .card-body p {
  font-weight: 400;
}

/* line 43, app/assets/stylesheets/css/pages/partner_sign_in.scss */
.sign-in-container .authentication-wrapper .authentication-inner .card .card-body .form-label, .sign-in-container .authentication-wrapper .authentication-inner .card .card-body h4, .sign-in-container .authentication-wrapper .authentication-inner .card .card-body .h4 {
  font-weight: 700;
}

/* line 46, app/assets/stylesheets/css/pages/partner_sign_in.scss */
.sign-in-container .authentication-wrapper .authentication-inner .card .card-body h4, .sign-in-container .authentication-wrapper .authentication-inner .card .card-body .h4, .sign-in-container .authentication-wrapper .authentication-inner .card .card-body p {
  text-align: center;
}

/* line 50, app/assets/stylesheets/css/pages/partner_sign_in.scss */
.sign-in-container .authentication-wrapper .authentication-inner .card .card-body .form-control {
  border-radius: 0 !important;
  border: 1px solid #000 !important;
}

/* line 56, app/assets/stylesheets/css/pages/partner_sign_in.scss */
.sign-in-container .authentication-wrapper .authentication-inner .card .card-body .form-password-toggle .input-group {
  position: relative;
}

/* line 59, app/assets/stylesheets/css/pages/partner_sign_in.scss */
.sign-in-container .authentication-wrapper .authentication-inner .card .card-body .form-password-toggle .input-group .form-control {
  padding-right: 2.5rem;
}

/* line 63, app/assets/stylesheets/css/pages/partner_sign_in.scss */
.sign-in-container .authentication-wrapper .authentication-inner .card .card-body .form-password-toggle .input-group .hide-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0;
}

/* line 82, app/assets/stylesheets/css/pages/partner_sign_in.scss */
.invitation-container {
  position: relative;
  padding: 0 !important;
  min-height: 100vh;
  background-image: url(/assets/background-0c3f6d3f5260c29a73b503ec18f881af8d79988123534c27c709672b89c5b630.jpeg) !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 91, app/assets/stylesheets/css/pages/partner_sign_in.scss */
.invitation-container .bottom-image {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

/* line 98, app/assets/stylesheets/css/pages/partner_sign_in.scss */
.invitation-container .bottom-image img {
  width: 100%;
  height: auto;
}

/* line 103, app/assets/stylesheets/css/pages/partner_sign_in.scss */
.invitation-container .authentication-wrapper {
  position: relative;
  z-index: 1;
}

/* line 109, app/assets/stylesheets/css/pages/partner_sign_in.scss */
.invitation-container .authentication-wrapper .authentication-inner .card {
  border-radius: 0 !important;
}

/* line 114, app/assets/stylesheets/css/pages/partner_sign_in.scss */
.invitation-container .authentication-wrapper .authentication-inner .card .card-body .form-label, .invitation-container .authentication-wrapper .authentication-inner .card .card-body .form-check-label, .invitation-container .authentication-wrapper .authentication-inner .card .card-body p, .invitation-container .authentication-wrapper .authentication-inner .card .card-body h4, .invitation-container .authentication-wrapper .authentication-inner .card .card-body .h4 {
  color: #1E1E1E;
  font-family: Arial;
  font-style: normal;
  line-height: normal;
}

/* line 121, app/assets/stylesheets/css/pages/partner_sign_in.scss */
.invitation-container .authentication-wrapper .authentication-inner .card .card-body .form-check-label, .invitation-container .authentication-wrapper .authentication-inner .card .card-body p {
  font-weight: 400;
}

/* line 124, app/assets/stylesheets/css/pages/partner_sign_in.scss */
.invitation-container .authentication-wrapper .authentication-inner .card .card-body .form-label, .invitation-container .authentication-wrapper .authentication-inner .card .card-body h4, .invitation-container .authentication-wrapper .authentication-inner .card .card-body .h4 {
  font-weight: 700;
}

/* line 127, app/assets/stylesheets/css/pages/partner_sign_in.scss */
.invitation-container .authentication-wrapper .authentication-inner .card .card-body h4, .invitation-container .authentication-wrapper .authentication-inner .card .card-body .h4, .invitation-container .authentication-wrapper .authentication-inner .card .card-body p {
  text-align: center;
}

/* line 131, app/assets/stylesheets/css/pages/partner_sign_in.scss */
.invitation-container .authentication-wrapper .authentication-inner .card .card-body .form-control {
  border-radius: 0 !important;
  border: 1px solid #000 !important;
}

/* line 137, app/assets/stylesheets/css/pages/partner_sign_in.scss */
.invitation-container .authentication-wrapper .authentication-inner .card .card-body .form-password-toggle .input-group {
  position: relative;
}

/* line 140, app/assets/stylesheets/css/pages/partner_sign_in.scss */
.invitation-container .authentication-wrapper .authentication-inner .card .card-body .form-password-toggle .input-group .form-control {
  padding-right: 2.5rem;
}

/* line 144, app/assets/stylesheets/css/pages/partner_sign_in.scss */
.invitation-container .authentication-wrapper .authentication-inner .card .card-body .form-password-toggle .input-group .hide-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0;
}

/* line 2, app/assets/stylesheets/css/pages/partner_dashboard.scss */
#partnerDashboardWrapper .custom-header {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* line 5, app/assets/stylesheets/css/pages/partner_dashboard.scss */
#partnerDashboardWrapper .custom-header h6, #partnerDashboardWrapper .custom-header .h6 {
  margin: 0;
}

/* line 8, app/assets/stylesheets/css/pages/partner_dashboard.scss */
#partnerDashboardWrapper .custom-header span {
  color: #FFF;
  font-family: Arial;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* line 18, app/assets/stylesheets/css/pages/partner_dashboard.scss */
#partnerDashboardWrapper .navigation-card {
  border-bottom: 1px solid rgba(15, 19, 31, 0.3);
}

/* line 24, app/assets/stylesheets/css/pages/partner_dashboard.scss */
#partnerDashboardWrapper .navigation-card-content h6, #partnerDashboardWrapper .navigation-card-content .h6 {
  color: #0F131F;
  font-family: Arial;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* line 32, app/assets/stylesheets/css/pages/partner_dashboard.scss */
#partnerDashboardWrapper .navigation-card-content span {
  color: #0F131F;
  font-family: Arial;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* line 42, app/assets/stylesheets/css/pages/partner_dashboard.scss */
#partnerDashboardWrapper .disabled-link {
  cursor: not-allowed;
  pointer-events: none;
}

/* line 47, app/assets/stylesheets/css/pages/partner_dashboard.scss */
#partnerDashboardWrapper .opacity-50 {
  opacity: 0.5;
}

/* line 2, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTab {
  border-bottom: 1px solid rgba(15, 19, 31, 0.3) !important;
}

/* line 5, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTab .nav-link {
  border-radius: 0 !important;
}

/* line 8, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTab .nav-link.active {
  color: #1E1E1E !important;
  font-family: Arial !important;
  background-color: #EBE3B0 !important;
  border: 1px solid rgba(15, 19, 31, 0.3) !important;
}

/* line 18, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent .card-body label, #partnerPrescriptionsWrapper #partnerPrescriptionsTabContent .card-body strong {
  color: #0F131F;
  font-family: Arial;
  font-style: normal;
  line-height: normal;
}

/* line 25, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent .card-body .search-action {
  text-decoration: underline !important;
  font-family: Arial;
  font-size: 13.5px !important;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* line 34, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent .card-body .input-group {
  margin-right: 15px;
}

/* line 38, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent .card-body .input-group input {
  width: 100%;
  border-radius: 0;
}

/* line 43, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent .card-body .input-group input::-moz-placeholder {
  font-family: Arial;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent .card-body .input-group input::placeholder {
  font-family: Arial;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* line 50, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent .card-body .input-group .form-control {
  padding-left: 2.5rem;
}

/* line 54, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent .card-body .input-group .input-group-text {
  background: none;
  border: none;
  padding-right: 0;
  color: #1E1E1E;
  font-family: Arial;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 0 !important;
}

/* line 66, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent .card-body .input-group .fa-search {
  position: absolute;
  left: 10px;
  top: 60%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #0F131F;
  z-index: 1000;
}

/* line 80, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent #selectPatientWrapper .card-body .input-group,
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent #selectPatientWrapper .card-body .prescription-number-field {
  width: 70%;
}

/* line 85, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent #selectPatientWrapper .card-body .input-group .tom-single-select,
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent #selectPatientWrapper .card-body .prescription-number-field .form-control {
  width: 100%;
  border-radius: 0;
}

/* line 93, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent #selectPatientWrapper .card-body .search-action {
  text-decoration: underline !important;
  font-family: Arial;
  font-size: 13.5px !important;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #0F131F;
}

/* line 103, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent #selectPatientWrapper .card-body .form-control {
  border-color: #0F131F;
}

/* line 107, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent #selectPatientWrapper .card-body .form-control::-moz-placeholder {
  font-family: Arial;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent #selectPatientWrapper .card-body .form-control::placeholder {
  font-family: Arial;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* line 114, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent #selectPatientWrapper .card-body .input-group {
  margin-right: 15px;
}

/* line 120, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent #selectPatientWrapper .card-body .input-group .ts-wrapper .ts-control {
  border-radius: 0 !important;
  border-color: #0F131F;
}

/* line 124, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent #selectPatientWrapper .card-body .input-group .ts-wrapper .ts-control #prescription_patient_id-ts-control::-moz-placeholder {
  font-family: Arial;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent #selectPatientWrapper .card-body .input-group .ts-wrapper .ts-control #prescription_patient_id-ts-control::placeholder {
  font-family: Arial;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* line 134, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent #selectPatientWrapper .card-body .input-group .ts-wrapper .ts-dropdown .ts-dropdown-content .option.active {
  background-color: #EBE3B0 !important;
  color: #0F131F !important;
}

/* line 142, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent #selectPatientWrapper .card-body .input-group input, #partnerPrescriptionsWrapper #partnerPrescriptionsTabContent #selectPatientWrapper .card-body .input-group .tom-single-select {
  width: 100%;
  border-radius: 0;
}

/* line 147, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent #selectPatientWrapper .card-body .input-group input::-moz-placeholder, #partnerPrescriptionsWrapper #partnerPrescriptionsTabContent #selectPatientWrapper .card-body .input-group .tom-single-select::-moz-placeholder {
  font-family: Arial;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent #selectPatientWrapper .card-body .input-group input::placeholder, #partnerPrescriptionsWrapper #partnerPrescriptionsTabContent #selectPatientWrapper .card-body .input-group .tom-single-select::placeholder {
  font-family: Arial;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* line 155, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent #selectPatientWrapper .card-body .input-group:focus-within {
  box-shadow: none !important;
}

/* line 159, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent #selectPatientWrapper .card-body .input-group .form-control {
  padding-left: 2.5rem;
}

/* line 163, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent #selectPatientWrapper .card-body .input-group .input-group-text {
  background: none;
  border: none;
  padding-right: 0;
  color: #1E1E1E;
  font-family: Arial;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 0 !important;
}

/* line 175, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent #selectPatientWrapper .card-body .input-group .fa-search {
  position: absolute;
  right: -80%;
  top: 60%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #0F131F;
  z-index: 1000;
}

/* line 189, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent #newPrescriptionsWrapper .card-body .search-action {
  color: #0FA958;
}

/* line 194, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent #newPrescriptionsWrapper .card-body td a.add-action {
  color: #0FA958 !important;
  text-decoration: underline !important;
  cursor: pointer !important;
}

/* line 205, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent #tasksTableWrapper .custom-header .white-text {
  font-size: 13.5px;
  font-weight: 700;
  color: white;
}

/* line 214, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent .form-check {
  cursor: pointer;
}

/* line 217, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent .form-check .form-check-input {
  height: 0;
  width: 0;
  border-radius: 0;
}

/* line 223, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent .form-check .form-check-input {
  content: "";
  height: 20px;
  width: 20px;
  background-color: #EBE3B0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

/* line 231, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent .form-check .form-check-input:checked {
  background-color: #EBE3B0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='14' viewBox='0 0 18 14' fill='none'%3E%3Cpath d='M17.5 1.41L5.5 13.41L0 7.91L1.41 6.5L5.5 10.58L16.09 0L17.5 1.41Z' fill='%230F131F'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

/* line 245, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent #sendPrescriptionsTableWrapper .card-body table tbody tr td .form-check, #partnerPrescriptionsWrapper #partnerPrescriptionsTabContent #printPrescriptionsTableWrapper .card-body table tbody tr td .form-check {
  cursor: pointer;
}

/* line 248, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent #sendPrescriptionsTableWrapper .card-body table tbody tr td .form-check .form-check-input, #partnerPrescriptionsWrapper #partnerPrescriptionsTabContent #printPrescriptionsTableWrapper .card-body table tbody tr td .form-check .form-check-input {
  height: 0;
  width: 0;
  border-radius: 0;
}

/* line 254, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent #sendPrescriptionsTableWrapper .card-body table tbody tr td .form-check .form-check-input, #partnerPrescriptionsWrapper #partnerPrescriptionsTabContent #printPrescriptionsTableWrapper .card-body table tbody tr td .form-check .form-check-input {
  content: "";
  height: 20px;
  width: 20px;
  background-color: #EBE3B0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

/* line 262, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent #sendPrescriptionsTableWrapper .card-body table tbody tr td .form-check .form-check-input:checked, #partnerPrescriptionsWrapper #partnerPrescriptionsTabContent #printPrescriptionsTableWrapper .card-body table tbody tr td .form-check .form-check-input:checked {
  background-color: #EBE3B0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='14' viewBox='0 0 18 14' fill='none'%3E%3Cpath d='M17.5 1.41L5.5 13.41L0 7.91L1.41 6.5L5.5 10.58L16.09 0L17.5 1.41Z' fill='%230F131F'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

/* line 279, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent select.tom-multi-select-auto-submit + .ts-wrapper {
  padding-top: 0px !important;
}

/* line 280, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent select.tom-multi-select-auto-submit + .ts-wrapper .ts-control {
  max-height: 40px !important;
  overflow-y: auto !important;
}

/* line 284, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent select.tom-multi-select-auto-submit + .ts-wrapper .ts-control .item {
  background-color: #EBD23A !important;
  color: black !important;
  border-color: #EBD23A !important;
}

/* line 295, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent .card-body {
  min-height: 450px !important;
  overflow-y: auto !important;
}

/* line 301, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent .card-body #userDropdown .dropdown-menu {
  z-index: 1000;
}

/* line 306, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent .card-body tr {
  font-family: Arial !important;
  font-size: 13.5px !important;
  font-style: normal !important;
  line-height: normal !important;
}

/* line 312, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent .card-body tr th {
  font-weight: 700 !important;
  color: #1E1E1E !important;
}

/* line 317, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent .card-body tr td {
  font-weight: 400 !important;
  color: #1E1E1E;
}

/* line 321, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#partnerPrescriptionsWrapper #partnerPrescriptionsTabContent .card-body tr td .remove-medication-action {
  cursor: pointer !important;
  font-weight: 700 !important;
  font-size: 20px !important;
}

/* line 333, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#newPrescriptionsWrapper .medications-heading, #newPatientsWrapper .medications-heading {
  color: #1E1E1E !important;
  font-family: Arial !important;
  font-style: normal !important;
  line-height: normal !important;
}

/* line 340, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#newPrescriptionsWrapper .form-label, #newPrescriptionsWrapper .hw-combobox__label, #newPatientsWrapper .form-label, #newPatientsWrapper .hw-combobox__label {
  color: #1E1E1E !important;
  font-family: Arial !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: normal !important;
}

/* line 348, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#newPrescriptionsWrapper .form-control, #newPrescriptionsWrapper .form-select, #newPrescriptionsWrapper .hw-combobox__main__wrapper, #newPatientsWrapper .form-control, #newPatientsWrapper .form-select, #newPatientsWrapper .hw-combobox__main__wrapper {
  border-radius: 0 !important;
  border-color: #0F131F;
}

/* line 355, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#newPrescriptionsWrapper .ts-wrapper .ts-control, #newPatientsWrapper .ts-wrapper .ts-control {
  border-radius: 0 !important;
  border-color: #0F131F;
}

/* line 359, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#newPrescriptionsWrapper .ts-wrapper .ts-control #prescription_patient_id-ts-control::-moz-placeholder, #newPatientsWrapper .ts-wrapper .ts-control #prescription_patient_id-ts-control::-moz-placeholder {
  font-family: Arial;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#newPrescriptionsWrapper .ts-wrapper .ts-control #prescription_patient_id-ts-control::placeholder, #newPatientsWrapper .ts-wrapper .ts-control #prescription_patient_id-ts-control::placeholder {
  font-family: Arial;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* line 369, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#newPrescriptionsWrapper .ts-wrapper .ts-dropdown .ts-dropdown-content .option.active, #newPatientsWrapper .ts-wrapper .ts-dropdown .ts-dropdown-content .option.active {
  background-color: #EBE3B0 !important;
  color: #0F131F !important;
}

/* line 377, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#newPrescriptionsWrapper .tom-single-select, #newPatientsWrapper .tom-single-select {
  width: 100%;
  border-radius: 0;
}

/* line 382, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#newPrescriptionsWrapper .tom-single-select::-moz-placeholder, #newPatientsWrapper .tom-single-select::-moz-placeholder {
  font-family: Arial;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#newPrescriptionsWrapper .tom-single-select::placeholder, #newPatientsWrapper .tom-single-select::placeholder {
  font-family: Arial;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* line 389, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#newPrescriptionsWrapper .input-group .fa-search, #newPatientsWrapper .input-group .fa-search {
  position: absolute;
  right: -80%;
  top: 60%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #0F131F;
  z-index: 1000;
}

/* line 399, app/assets/stylesheets/css/pages/partner_prescriptions.scss */
#newPrescriptionsWrapper .input-group:focus-within, #newPatientsWrapper .input-group:focus-within {
  box-shadow: none !important;
}

/* line 2, app/assets/stylesheets/css/pages/partner_patients.scss */
#partnerPatientsListWrapper .card-body {
  max-height: 450px !important;
  min-height: 450px !important;
  overflow-y: auto !important;
}

/* line 9, app/assets/stylesheets/css/pages/partner_patients.scss */
#partnerPatientsListWrapper #partnerPatientsList tr {
  font-family: Arial !important;
  font-size: 13.5px !important;
  font-style: normal !important;
  line-height: normal !important;
}

/* line 15, app/assets/stylesheets/css/pages/partner_patients.scss */
#partnerPatientsListWrapper #partnerPatientsList tr th {
  font-weight: 700 !important;
  color: #1E1E1E !important;
}

/* line 20, app/assets/stylesheets/css/pages/partner_patients.scss */
#partnerPatientsListWrapper #partnerPatientsList tr td {
  font-weight: 400 !important;
  color: #1E1E1E;
}

/* line 29, app/assets/stylesheets/css/pages/partner_patients.scss */
#partnerPatientWrapper .card-body {
  max-height: 600px !important;
  min-height: 450px !important;
  overflow-y: auto !important;
}

/* line 35, app/assets/stylesheets/css/pages/partner_patients.scss */
#partnerPatientWrapper #partnerPatientTab {
  border-bottom: 1px solid rgba(15, 19, 31, 0.3) !important;
}

/* line 37, app/assets/stylesheets/css/pages/partner_patients.scss */
#partnerPatientWrapper #partnerPatientTab .nav-link {
  border-radius: 0 !important;
}

/* line 40, app/assets/stylesheets/css/pages/partner_patients.scss */
#partnerPatientWrapper #partnerPatientTab .nav-link.active {
  color: #1E1E1E !important;
  font-family: Arial !important;
  background-color: #EBE3B0 !important;
  border: 1px solid rgba(15, 19, 31, 0.3) !important;
}

/* line 50, app/assets/stylesheets/css/pages/partner_patients.scss */
#partnerPatientWrapper #partnerPatientTabContent .card-body label, #partnerPatientWrapper #partnerPatientTabContent .card-body span, #partnerPatientWrapper #partnerPatientTabContent .card-body strong, #partnerPatientWrapper #partnerPatientTabContent .card-body td, #partnerPatientWrapper #partnerPatientTabContent .card-body th {
  color: #0F131F;
  font-family: Arial;
  font-style: normal;
  line-height: normal;
}

/* line 57, app/assets/stylesheets/css/pages/partner_patients.scss */
#partnerPatientWrapper #partnerPatientTabContent .card-body th, #partnerPatientWrapper #partnerPatientTabContent .card-body td {
  font-size: 13.5px;
}

/* line 2, app/assets/stylesheets/css/pages/partner_prescribers.scss */
#newPrescriberWrapper .prescriber-info-container {
  display: flex;
  justify-content: space-between;
  color: #1E1E1E;
}

/* line 7, app/assets/stylesheets/css/pages/partner_prescribers.scss */
#newPrescriberWrapper .prescriber-info-container .labels label {
  width: 200px;
  text-align: left;
  margin-right: 20px;
}

/* line 13, app/assets/stylesheets/css/pages/partner_prescribers.scss */
#newPrescriberWrapper .prescriber-info-container .values span {
  text-align: left;
  display: block;
}

/* line 18, app/assets/stylesheets/css/pages/partner_prescribers.scss */
#newPrescriberWrapper .prescriber-info-container label {
  font-weight: 700;
  font-size: 13.5px;
  margin-bottom: 1.5rem;
}

/* line 23, app/assets/stylesheets/css/pages/partner_prescribers.scss */
#newPrescriberWrapper .prescriber-info-container span {
  font-weight: 400;
  font-size: 13.5px;
  margin-bottom: 1.5rem;
}

/* line 28, app/assets/stylesheets/css/pages/partner_prescribers.scss */
#newPrescriberWrapper .prescriber-info-container .view-action {
  color: white;
  font-family: Arial;
  font-style: normal;
  line-height: normal;
  text-decoration: underline;
  font-size: 14px;
}

/* line 37, app/assets/stylesheets/css/pages/partner_prescribers.scss */
#newPrescriberWrapper .prescriber-info-container .cancel-action {
  color: #EBD23A;
  font-family: Arial;
  font-style: normal;
  line-height: normal;
  font-size: 14px;
}

/* line 5, app/assets/stylesheets/css/pages/prescription_form.scss */
.quantity-container .d-flex {
  gap: 10px;
}

/* line 9, app/assets/stylesheets/css/pages/prescription_form.scss */
.quantity-container .form-control.quantity {
  width: 80px;
  flex-shrink: 0;
  margin-bottom: 0;
}

/* line 17, app/assets/stylesheets/css/pages/prescription_form.scss */
.quantity-recommendations {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}

/* line 23, app/assets/stylesheets/css/pages/prescription_form.scss */
.quantity-recommendations .btn {
  font-size: 0.75rem;
  padding: 0.2rem 0.4rem;
  margin-bottom: 0;
  border-radius: 3px;
  transition: all 0.2s ease;
}

/* line 30, app/assets/stylesheets/css/pages/prescription_form.scss */
.quantity-recommendations .btn:hover {
  background-color: #e9ecef;
  transform: translateY(-1px);
}

/* line 35, app/assets/stylesheets/css/pages/prescription_form.scss */
.quantity-recommendations .btn:active {
  transform: translateY(0);
}

/* line 1, app/assets/stylesheets/css/components/pagination.scss */
.pagination-wrapper {
  margin: -8px 0;
}

/* line 4, app/assets/stylesheets/css/components/pagination.scss */
.pagination-wrapper .pagination {
  margin-bottom: 0;
}

/* line 7, app/assets/stylesheets/css/components/pagination.scss */
.pagination-wrapper .pagination .page-link {
  padding: 0.3rem 0.75rem;
  background-color: transparent;
  border: none;
  color: #1E1E1E;
  min-width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 16, app/assets/stylesheets/css/components/pagination.scss */
.pagination-wrapper .pagination .page-link:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

/* line 19, app/assets/stylesheets/css/components/pagination.scss */
.pagination-wrapper .pagination .page-link:focus {
  box-shadow: none;
}

/* line 25, app/assets/stylesheets/css/components/pagination.scss */
.pagination-wrapper .pagination .prev .page-link,
.pagination-wrapper .pagination .next .page-link {
  color: #fff;
}

/* line 30, app/assets/stylesheets/css/components/pagination.scss */
.pagination-wrapper .pagination .active .page-link {
  background-color: #EBD23A;
  color: #1E1E1E;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0.3rem 0.75rem;
}

/* line 39, app/assets/stylesheets/css/components/pagination.scss */
.pagination-wrapper .pagination .disabled .page-link {
  color: rgba(255, 255, 255, 0.5);
  background-color: transparent;
}

/* line 49, app/assets/stylesheets/css/components/pagination.scss */
.pagination-wrapper:not(.custom-footer .pagination-wrapper) .pagination .prev .page-link,
.pagination-wrapper:not(.custom-footer .pagination-wrapper) .pagination .next .page-link {
  color: #1E1E1E;
}

/* line 54, app/assets/stylesheets/css/components/pagination.scss */
.pagination-wrapper:not(.custom-footer .pagination-wrapper) .pagination .disabled .page-link {
  color: rgba(30, 30, 30, 0.5);
}

/* line 1, app/assets/stylesheets/css/pages/support_ticket_show.scss */
.support-ticket-show {
  font-family: Arial;
}

/* line 6, app/assets/stylesheets/css/pages/support_ticket_show.scss */
.support-ticket-show .modal .card {
  height: auto !important;
  min-height: auto !important;
  max-height: calc(90vh - 70px) !important;
  display: block !important;
  flex-direction: unset !important;
}

/* line 14, app/assets/stylesheets/css/pages/support_ticket_show.scss */
.support-ticket-show .modal .card-body {
  flex: unset !important;
  overflow-y: auto !important;
  max-height: calc(90vh - 150px) !important;
}

/* line 21, app/assets/stylesheets/css/pages/support_ticket_show.scss */
.support-ticket-show .modal .table-responsive {
  max-height: calc(90vh - 200px) !important;
  overflow-y: auto !important;
}

/* line 29, app/assets/stylesheets/css/pages/support_ticket_show.scss */
.support-ticket-show .row:first-of-type .col-3 .card {
  height: 100%;
  min-height: 350px;
  max-height: 350px;
  display: flex;
  flex-direction: column;
}

/* line 36, app/assets/stylesheets/css/pages/support_ticket_show.scss */
.support-ticket-show .row:first-of-type .col-3 .card .card-body {
  flex: 1;
  overflow-y: auto;
  padding: 1rem;
}

/* line 45, app/assets/stylesheets/css/pages/support_ticket_show.scss */
.support-ticket-show .col-md-4 > .card, .support-ticket-show .col-md-8 > .card {
  min-height: 672px !important;
  max-height: 672px !important;
  display: flex;
  flex-direction: column;
}

/* line 51, app/assets/stylesheets/css/pages/support_ticket_show.scss */
.support-ticket-show .col-md-4 > .card > .card-body, .support-ticket-show .col-md-8 > .card > .card-body {
  flex: 1;
  overflow-y: auto;
}

/* line 57, app/assets/stylesheets/css/pages/support_ticket_show.scss */
.support-ticket-show .col-md-4 > .comment-form {
  height: 100%;
  min-height: auto !important;
  max-height: none !important;
}

/* line 62, app/assets/stylesheets/css/pages/support_ticket_show.scss */
.support-ticket-show .col-md-4 > .comment-form > .card-body {
  flex: 1;
  overflow-y: auto;
}

/* line 68, app/assets/stylesheets/css/pages/support_ticket_show.scss */
.support-ticket-show .col-md-8 > #remarks {
  height: 100%;
  max-height: none;
  overflow-y: visible;
}

/* line 74, app/assets/stylesheets/css/pages/support_ticket_show.scss */
.support-ticket-show .custom-header {
  padding-top: 16px !important;
  padding-bottom: 10px !important;
  background-color: #0f131f;
}

/* line 79, app/assets/stylesheets/css/pages/support_ticket_show.scss */
.support-ticket-show .custom-header h6, .support-ticket-show .custom-header .h6 {
  color: #FFF;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* line 88, app/assets/stylesheets/css/pages/support_ticket_show.scss */
.support-ticket-show .info-details .status-in-progress {
  color: #EBD23A !important;
  font-weight: 700 !important;
}

/* line 93, app/assets/stylesheets/css/pages/support_ticket_show.scss */
.support-ticket-show .info-details .status-on-hold {
  color: #A90F0F !important;
  font-weight: 700 !important;
}

/* line 98, app/assets/stylesheets/css/pages/support_ticket_show.scss */
.support-ticket-show .info-details .status-closed {
  color: #0FA958 !important;
  font-weight: 700 !important;
}

/* line 105, app/assets/stylesheets/css/pages/support_ticket_show.scss */
.support-ticket-show .text-area-section textarea {
  background: #EBE3B0 !important;
  border-radius: 0 !important;
  color: #1E1E1E;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* line 113, app/assets/stylesheets/css/pages/support_ticket_show.scss */
.support-ticket-show .text-area-section textarea::-moz-placeholder {
  color: rgba(30, 30, 30, 0.5);
  font-style: italic;
  font-weight: 400;
}
.support-ticket-show .text-area-section textarea::placeholder {
  color: rgba(30, 30, 30, 0.5);
  font-style: italic;
  font-weight: 400;
}

/* line 121, app/assets/stylesheets/css/pages/support_ticket_show.scss */
.support-ticket-show #remarks {
  height: 100%;
  max-height: none;
  overflow-y: visible;
}

/* line 127, app/assets/stylesheets/css/pages/support_ticket_show.scss */
.support-ticket-show #remarks .comment.reply {
  margin-left: 2rem;
  border-left: 2px solid #dee2e6;
  padding-left: 1rem;
}

/* line 133, app/assets/stylesheets/css/pages/support_ticket_show.scss */
.support-ticket-show #remarks .comment .card {
  border-radius: 0.5rem;
}

/* line 136, app/assets/stylesheets/css/pages/support_ticket_show.scss */
.support-ticket-show #remarks .comment .card:hover {
  background-color: #f8f9fa;
}

/* line 142, app/assets/stylesheets/css/pages/support_ticket_show.scss */
.support-ticket-show #remarks .comment.replying .card {
  border: 2px solid #EBD23A;
  box-shadow: 0 0 10px rgba(235, 210, 58, 0.1);
  transition: all 0.3s ease;
}

/* line 149, app/assets/stylesheets/css/pages/support_ticket_show.scss */
.support-ticket-show #remarks .comment .card {
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

/* line 156, app/assets/stylesheets/css/pages/support_ticket_show.scss */
.support-ticket-show #remarks .user-info strong {
  color: #495057;
}

/* line 160, app/assets/stylesheets/css/pages/support_ticket_show.scss */
.support-ticket-show #remarks .user-info small, .support-ticket-show #remarks .user-info .small {
  font-size: 0.875rem;
}

/* line 165, app/assets/stylesheets/css/pages/support_ticket_show.scss */
.support-ticket-show #remarks .comment-content {
  color: #212529;
  white-space: pre-line;
}

/* line 171, app/assets/stylesheets/css/pages/support_ticket_show.scss */
.support-ticket-show .comment-form {
  height: 100%;
  min-height: auto !important;
  max-height: none !important;
}

/* line 176, app/assets/stylesheets/css/pages/support_ticket_show.scss */
.support-ticket-show .comment-form .card-body {
  flex: 1;
  overflow-y: auto;
}

/* line 182, app/assets/stylesheets/css/pages/support_ticket_show.scss */
.support-ticket-show .cancel-reply {
  color: #EBD23A !important;
}

/* line 186, app/assets/stylesheets/css/pages/support_ticket_show.scss */
.support-ticket-show .attachment-preview {
  max-height: 200px;
  overflow: hidden;
}

/* line 190, app/assets/stylesheets/css/pages/support_ticket_show.scss */
.support-ticket-show .attachment-preview img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 1, app/assets/stylesheets/css/pages/verification_choice.scss */
.verification-option-card {
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

/* line 5, app/assets/stylesheets/css/pages/verification_choice.scss */
.verification-option-card .card-header {
  padding: 1rem 1.25rem;
}

/* line 8, app/assets/stylesheets/css/pages/verification_choice.scss */
.verification-option-card .card-header h6, .verification-option-card .card-header .h6 {
  font-weight: 600;
  font-size: 1.1rem;
}

/* line 14, app/assets/stylesheets/css/pages/verification_choice.scss */
.verification-option-card .card-body {
  padding: 1.5rem;
}

/* line 19, app/assets/stylesheets/css/pages/verification_choice.scss */
.verification-option-card .verification-option-content ul {
  padding-left: 1.25rem;
}

/* line 22, app/assets/stylesheets/css/pages/verification_choice.scss */
.verification-option-card .verification-option-content ul li {
  margin-bottom: 0.75rem;
  line-height: 1.6;
}

@media (min-width: 768px) {
  /* line 32, app/assets/stylesheets/css/pages/verification_choice.scss */
  .verification-option-card {
    height: 100%;
  }
}

@media (max-width: 767px) {
  /* line 39, app/assets/stylesheets/css/pages/verification_choice.scss */
  .verification-option-card {
    margin-bottom: 1.5rem;
  }
  /* line 42, app/assets/stylesheets/css/pages/verification_choice.scss */
  .verification-option-card .card-body {
    padding: 1rem;
  }
  /* line 46, app/assets/stylesheets/css/pages/verification_choice.scss */
  .verification-option-card .btn {
    font-size: 0.9rem;
    padding: 0.6rem 1rem;
  }
}

/* line 1, app/assets/stylesheets/notifications.scss */
.notifications-header {
  border-bottom: 1px solid #e3e6f0;
  background-color: #f8f9fc;
}

/* line 6, app/assets/stylesheets/notifications.scss */
.notifications-body {
  max-height: 400px;
  overflow-y: auto;
}

/* line 11, app/assets/stylesheets/notifications.scss */
.dropdown-list {
  min-width: 350px;
  max-width: 350px;
  padding: 0;
}

/* line 16, app/assets/stylesheets/notifications.scss */
.dropdown-list .dropdown-item {
  white-space: normal;
  padding: 1rem;
  border-bottom: 1px solid #e3e6f0;
}

/* line 21, app/assets/stylesheets/notifications.scss */
.dropdown-list .dropdown-item:last-child {
  border-bottom: none;
}

/* line 25, app/assets/stylesheets/notifications.scss */
.dropdown-list .dropdown-item.unread {
  background-color: #f8f9fc;
}

/* line 28, app/assets/stylesheets/notifications.scss */
.dropdown-list .dropdown-item.unread:hover {
  background-color: #eaecf4;
}

/* line 35, app/assets/stylesheets/notifications.scss */
.notification-indicator {
  width: 10px;
  height: 10px;
  flex-shrink: 0;
}

/* line 41, app/assets/stylesheets/notifications.scss */
.notification-present {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #e74a3b;
}

/* line 49, app/assets/stylesheets/notifications.scss */
.notification-content {
  flex-grow: 1;
  min-width: 0;
}

/* line 53, app/assets/stylesheets/notifications.scss */
.notification-content .small {
  color: #858796;
}

/* line 3, app/assets/stylesheets/css/pages/accordion.scss */
.accordion .accordion-item {
  border: none;
  transition: all 0.2s ease-in-out;
}

/* line 7, app/assets/stylesheets/css/pages/accordion.scss */
.accordion .accordion-item:hover {
  transform: translateY(-2px);
}

/* line 13, app/assets/stylesheets/css/pages/accordion.scss */
.accordion .accordion-button {
  border: none;
  background-color: #f8f9fa;
  padding: 1rem 1.5rem;
}

/* line 18, app/assets/stylesheets/css/pages/accordion.scss */
.accordion .accordion-button:not(.collapsed) {
  background-color: #ead138;
  color: black;
  box-shadow: none;
}

/* line 24, app/assets/stylesheets/css/pages/accordion.scss */
.accordion .accordion-button::after {
  background-size: 1.25rem;
  transition: all 0.2s ease-in-out;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
}

/* line 33, app/assets/stylesheets/css/pages/accordion.scss */
.accordion .accordion-button .badge {
  font-size: 0.875rem;
  padding: 0.35em 0.65em;
  background-color: black !important;
}

/* line 41, app/assets/stylesheets/css/pages/accordion.scss */
.accordion .form-check-label {
  cursor: pointer;
}

/* line 46, app/assets/stylesheets/css/pages/accordion.scss */
.accordion .table {
  margin-bottom: 0;
}

/* line 49, app/assets/stylesheets/css/pages/accordion.scss */
.accordion .table thead th {
  background-color: #f8f9fa;
  border-bottom: 2px solid #dee2e6;
}

/* GetAddress Plugin Styles */
/* line 2, app/assets/stylesheets/components/_jquery_address_lookup.scss */
.postcode-lookup-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 15px;
}

/* Initial styling for input and button to be side by side */
/* line 10, app/assets/stylesheets/components/_jquery_address_lookup.scss */
.postcode-lookup-container > input {
  display: inline-block;
  flex: 1;
  width: calc(100% - 100px) !important;
  /* Adjust based on your button width */
  margin-right: 10px;
}

/* line 17, app/assets/stylesheets/components/_jquery_address_lookup.scss */
.postcode-lookup-container > button {
  display: inline-block;
  width: auto !important;
  vertical-align: top;
}

/* Styles for wrapped elements */
/* line 24, app/assets/stylesheets/components/_jquery_address_lookup.scss */
.getaddress-search-box {
  display: flex;
  gap: 10px;
  width: 100%;
}

/* line 30, app/assets/stylesheets/components/_jquery_address_lookup.scss */
.getaddress-search-box input {
  flex: 1;
  padding: 8px 12px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  font-size: 1rem;
}

/* line 38, app/assets/stylesheets/components/_jquery_address_lookup.scss */
.getaddress-search-box input:focus {
  border-color: #ead138;
  outline: 0;
}

/* line 43, app/assets/stylesheets/components/_jquery_address_lookup.scss */
.getaddress-search-box button {
  padding: 8px 16px;
  background-color: var(--bs-secondary);
  color: white;
  border: 1px solid var(--bs-secondary);
  border-radius: 0.375rem;
  cursor: pointer;
  font-size: 1rem;
  white-space: nowrap;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  margin-right: 0.5rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/* line 61, app/assets/stylesheets/components/_jquery_address_lookup.scss */
.getaddress-search-box button:hover {
  color: #fff;
  background-color: var(--bs-secondary-hover, #5c636a);
  border-color: var(--bs-secondary-hover, #565e64);
}

/* line 67, app/assets/stylesheets/components/_jquery_address_lookup.scss */
.getaddress-search-box button:focus {
  color: #fff;
  background-color: var(--bs-secondary-hover, #5c636a);
  border-color: var(--bs-secondary-hover, #565e64);
  outline: 0;
}

/* line 74, app/assets/stylesheets/components/_jquery_address_lookup.scss */
.postcode-lookup-container select {
  display: block;
  width: 100%;
  padding: 8px 12px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 4px;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

/* line 88, app/assets/stylesheets/components/_jquery_address_lookup.scss */
.postcode-lookup-container select:focus {
  border-color: #ead138;
  outline: 0;
}

/* line 93, app/assets/stylesheets/components/_jquery_address_lookup.scss */
.postcode-lookup-container select option {
  padding: 8px 12px;
}

/* line 1, app/assets/stylesheets/components/_timeline.scss */
.prescription-timeline {
  display: flex;
  flex-direction: column;
}

/* line 6, app/assets/stylesheets/components/_timeline.scss */
.prescription-timeline__row {
  display: flex;
  align-items: stretch;
  /* left column height matches right card */
  margin-bottom: 16px;
  /* vertical spacing between rows */
}

/* line 12, app/assets/stylesheets/components/_timeline.scss */
.prescription-timeline__row:last-child {
  margin-bottom: 0;
}

/* line 16, app/assets/stylesheets/components/_timeline.scss */
.prescription-timeline__left {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 1rem;
  flex: 0 0 32px;
  /* fixed column width equals marker */
}

/* legacy stacked layout retained (unused) */
/* line 26, app/assets/stylesheets/components/_timeline.scss */
.prescription-timeline__marker {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: white;
  font-size: 14px;
  min-width: 32px;
  min-height: 32px;
  max-width: 32px;
  max-height: 32px;
  flex-shrink: 0;
  flex-grow: 0;
}

/* line 42, app/assets/stylesheets/components/_timeline.scss */
.prescription-timeline__marker.created {
  background-color: #28a745;
}

/* line 46, app/assets/stylesheets/components/_timeline.scss */
.prescription-timeline__marker.medication {
  background-color: #17a2b8;
}

/* line 50, app/assets/stylesheets/components/_timeline.scss */
.prescription-timeline__marker i {
  font-size: 14px;
}

/* line 55, app/assets/stylesheets/components/_timeline.scss */
.prescription-timeline__connector {
  width: 2px;
  background-color: #dee2e6;
  margin-top: 0;
  /* flush to marker */
  flex: 1 1 auto;
  /* stretch until row bottom */
}

/* line 62, app/assets/stylesheets/components/_timeline.scss */
.prescription-timeline__connector--top {
  height: 16px;
  /* equal to row vertical gap */
  margin-top: -16px;
  /* extend into previous row gap */
}

/* legacy stacked layout retained (unused) */
/* line 69, app/assets/stylesheets/components/_timeline.scss */
.prescription-timeline__right {
  flex: 1 1 auto;
}

/* line 73, app/assets/stylesheets/components/_timeline.scss */
.prescription-timeline__card {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 0.375rem;
  padding: 1rem;
}

/* line 80, app/assets/stylesheets/components/_timeline.scss */
.prescription-timeline__title {
  margin: 0 0 0.5rem 0;
  font-weight: 600;
  color: #495057;
  font-size: 1rem;
}

/* line 87, app/assets/stylesheets/components/_timeline.scss */
.prescription-timeline__subtitle {
  margin: 0 0 0.5rem 0;
  color: #495057;
  line-height: 1.4;
}

/* line 93, app/assets/stylesheets/components/_timeline.scss */
.prescription-timeline__meta {
  margin: 0;
  color: #6c757d;
  font-size: 0.875rem;
}

/* line 98, app/assets/stylesheets/components/_timeline.scss */
.prescription-timeline__meta a {
  color: #007bff;
  text-decoration: none;
}

/* line 102, app/assets/stylesheets/components/_timeline.scss */
.prescription-timeline__meta a:hover {
  text-decoration: underline;
}

/* line 108, app/assets/stylesheets/components/_timeline.scss */
.prescription-timeline__time {
  color: #6c757d;
  font-size: 0.75rem;
  white-space: nowrap;
  margin-left: auto;
}

/* line 2, app/assets/stylesheets/components/trix_editor.scss */
.trix-editor-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  border: 1px solid #d9dee3;
  border-radius: 0.375rem;
  background: #fff;
}

/* line 11, app/assets/stylesheets/components/trix_editor.scss */
.trix-editor-wrapper trix-editor {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: none;
  border-radius: 0;
}

/* line 19, app/assets/stylesheets/components/trix_editor.scss */
.trix-editor-wrapper trix-editor[contenteditable] {
  min-height: 200px;
  max-height: 400px;
  overflow-y: auto;
}

/* line 28, app/assets/stylesheets/components/trix_editor.scss */
.trix-button-row {
  border-bottom: 1px solid #d9dee3;
  padding: 0.5rem;
  background-color: #f8f9fa;
}

/* line 34, app/assets/stylesheets/components/trix_editor.scss */
.trix-button-row .trix-button-group--file-tools {
  display: none !important;
}

/* line 39, app/assets/stylesheets/components/trix_editor.scss */
.trix-button-row .trix-button--icon-attach {
  display: none !important;
}

/* line 44, app/assets/stylesheets/components/trix_editor.scss */
.email-template-content {
  min-height: 200px;
  max-height: 400px;
  overflow-y: auto;
  word-wrap: break-word;
  overflow-wrap: break-word;
  box-sizing: border-box;
}

/*
Trix 1.3.1
Copyright © 2020 Basecamp, LLC
http://trix-editor.org/*/
/* line 6, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-editor {
  border: 1px solid #bbb;
  border-radius: 3px;
  margin: 0;
  padding: 0.4em 0.6em;
  min-height: 5em;
  outline: none;
}

/* line 14, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-toolbar * {
  box-sizing: border-box;
}

/* line 17, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-toolbar .trix-button-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  overflow-x: auto;
}

/* line 23, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-toolbar .trix-button-group {
  display: flex;
  margin-bottom: 10px;
  border: 1px solid #bbb;
  border-top-color: #ccc;
  border-bottom-color: #888;
  border-radius: 3px;
}

/* line 31, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-toolbar .trix-button-group:not(:first-child) {
  margin-left: 1.5vw;
}

@media (max-device-width: 768px) {
  /* line 35, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
  trix-toolbar .trix-button-group:not(:first-child) {
    margin-left: 0;
  }
}

/* line 39, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-toolbar .trix-button-group-spacer {
  flex-grow: 1;
}

@media (max-device-width: 768px) {
  /* line 43, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
  trix-toolbar .trix-button-group-spacer {
    display: none;
  }
}

/* line 47, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-toolbar .trix-button {
  position: relative;
  float: left;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.75em;
  font-weight: 600;
  white-space: nowrap;
  padding: 0 0.5em;
  margin: 0;
  outline: none;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  background: transparent;
}

/* line 62, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-toolbar .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}

/* line 65, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-toolbar .trix-button.trix-active {
  background: #cbeefa;
  color: black;
}

/* line 69, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-toolbar .trix-button:not(:disabled) {
  cursor: pointer;
}

/* line 72, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-toolbar .trix-button:disabled {
  color: rgba(0, 0, 0, 0.125);
}

@media (max-device-width: 768px) {
  /* line 76, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
  trix-toolbar .trix-button {
    letter-spacing: -0.01em;
    padding: 0 0.3em;
  }
}

/* line 81, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon {
  font-size: inherit;
  width: 2.6em;
  height: 1.6em;
  max-width: calc(0.8em + 4vw);
  text-indent: -9999px;
}

@media (max-device-width: 768px) {
  /* line 89, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
  trix-toolbar .trix-button--icon {
    height: 2em;
    max-width: calc(0.8em + 3.5vw);
  }
}

/* line 94, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-device-width: 768px) {
  /* line 108, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
  trix-toolbar .trix-button--icon::before {
    right: 6%;
    left: 6%;
  }
}

/* line 113, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon.trix-active::before {
  opacity: 1;
}

/* line 116, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon:disabled::before {
  opacity: 0.125;
}

/* line 119, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-attach::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M16.5%206v11.5a4%204%200%201%201-8%200V5a2.5%202.5%200%200%201%205%200v10.5a1%201%200%201%201-2%200V6H10v9.5a2.5%202.5%200%200%200%205%200V5a4%204%200%201%200-8%200v12.5a5.5%205.5%200%200%200%2011%200V6h-1.5z%22%2F%3E%3C%2Fsvg%3E);
  top: 8%;
  bottom: 4%;
}

/* line 124, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-bold::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M15.6%2011.8c1-.7%201.6-1.8%201.6-2.8a4%204%200%200%200-4-4H7v14h7c2.1%200%203.7-1.7%203.7-3.8%200-1.5-.8-2.8-2.1-3.4zM10%207.5h3a1.5%201.5%200%201%201%200%203h-3v-3zm3.5%209H10v-3h3.5a1.5%201.5%200%201%201%200%203z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 127, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-italic::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M10%205v3h2.2l-3.4%208H6v3h8v-3h-2.2l3.4-8H18V5h-8z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 130, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-link::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M9.88%2013.7a4.3%204.3%200%200%201%200-6.07l3.37-3.37a4.26%204.26%200%200%201%206.07%200%204.3%204.3%200%200%201%200%206.06l-1.96%201.72a.91.91%200%201%201-1.3-1.3l1.97-1.71a2.46%202.46%200%200%200-3.48-3.48l-3.38%203.37a2.46%202.46%200%200%200%200%203.48.91.91%200%201%201-1.3%201.3z%22%2F%3E%3Cpath%20d%3D%22M4.25%2019.46a4.3%204.3%200%200%201%200-6.07l1.93-1.9a.91.91%200%201%201%201.3%201.3l-1.93%201.9a2.46%202.46%200%200%200%203.48%203.48l3.37-3.38c.96-.96.96-2.52%200-3.48a.91.91%200%201%201%201.3-1.3%204.3%204.3%200%200%201%200%206.07l-3.38%203.38a4.26%204.26%200%200%201-6.07%200z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 133, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-strike::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12.73%2014l.28.14c.26.15.45.3.57.44.12.14.18.3.18.5%200%20.3-.15.56-.44.75-.3.2-.76.3-1.39.3A13.52%2013.52%200%200%201%207%2014.95v3.37a10.64%2010.64%200%200%200%204.84.88c1.26%200%202.35-.19%203.28-.56.93-.37%201.64-.9%202.14-1.57s.74-1.45.74-2.32c0-.26-.02-.51-.06-.75h-5.21zm-5.5-4c-.08-.34-.12-.7-.12-1.1%200-1.29.52-2.3%201.58-3.02%201.05-.72%202.5-1.08%204.34-1.08%201.62%200%203.28.34%204.97%201l-1.3%202.93c-1.47-.6-2.73-.9-3.8-.9-.55%200-.96.08-1.2.26-.26.17-.38.38-.38.64%200%20.27.16.52.48.74.17.12.53.3%201.05.53H7.23zM3%2013h18v-2H3v2z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 136, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-quote::before {
  background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M6%2017h3l2-4V7H5v6h3zm8%200h3l2-4V7h-6v6h3z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 139, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-heading-1::before {
  background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12%209v3H9v7H6v-7H3V9h9zM8%204h14v3h-6v12h-3V7H8V4z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 142, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-code::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M18.2%2012L15%2015.2l1.4%201.4L21%2012l-4.6-4.6L15%208.8l3.2%203.2zM5.8%2012L9%208.8%207.6%207.4%203%2012l4.6%204.6L9%2015.2%205.8%2012z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 145, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-bullet-list::before {
  background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M4%204a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm0%206a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm0%206a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm4%203h14v-2H8v2zm0-6h14v-2H8v2zm0-8v2h14V5H8z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 148, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-number-list::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M2%2017h2v.5H3v1h1v.5H2v1h3v-4H2v1zm1-9h1V4H2v1h1v3zm-1%203h1.8L2%2013.1v.9h3v-1H3.2L5%2010.9V10H2v1zm5-6v2h14V5H7zm0%2014h14v-2H7v2zm0-6h14v-2H7v2z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 151, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-undo::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12.5%208c-2.6%200-5%201-6.9%202.6L2%207v9h9l-3.6-3.6A8%208%200%200%201%2020%2016l2.4-.8a10.5%2010.5%200%200%200-10-7.2z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 154, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-redo::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M18.4%2010.6a10.5%2010.5%200%200%200-16.9%204.6L4%2016a8%208%200%200%201%2012.7-3.6L13%2016h9V7l-3.6%203.6z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 157, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-decrease-nesting-level::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M3%2019h19v-2H3v2zm7-6h12v-2H10v2zm-8.3-.3l2.8%202.9L6%2014.2%204%2012l2-2-1.4-1.5L1%2012l.7.7zM3%205v2h19V5H3z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 160, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-toolbar .trix-button--icon-increase-nesting-level::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M3%2019h19v-2H3v2zm7-6h12v-2H10v2zm-6.9-1L1%2014.2l1.4%201.4L6%2012l-.7-.7-2.8-2.8L1%209.9%203.1%2012zM3%205v2h19V5H3z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 163, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-toolbar .trix-dialogs {
  position: relative;
}

/* line 166, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-toolbar .trix-dialog {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 0.75em;
  padding: 15px 10px;
  background: #fff;
  box-shadow: 0 0.3em 1em #ccc;
  border-top: 2px solid #888;
  border-radius: 5px;
  z-index: 5;
}

/* line 179, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-toolbar .trix-input--dialog {
  font-size: inherit;
  font-weight: normal;
  padding: 0.5em 0.8em;
  margin: 0 10px 0 0;
  border-radius: 3px;
  border: 1px solid #bbb;
  background-color: #fff;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* line 192, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-toolbar .trix-input--dialog.validate:invalid {
  box-shadow: #f00 0px 0px 1.5px 1px;
}

/* line 195, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-toolbar .trix-button--dialog {
  font-size: inherit;
  padding: 0.5em;
  border-bottom: none;
}

/* line 200, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-toolbar .trix-dialog--link {
  max-width: 600px;
}

/* line 203, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-toolbar .trix-dialog__link-fields {
  display: flex;
  align-items: baseline;
}

/* line 207, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-toolbar .trix-dialog__link-fields .trix-input {
  flex: 1;
}

/* line 210, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-toolbar .trix-dialog__link-fields .trix-button-group {
  flex: 0 0 content;
  margin: 0;
}

/* line 214, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-editor [data-trix-mutable]:not(.attachment__caption-editor) {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 221, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-editor [data-trix-mutable]::-moz-selection,
trix-editor [data-trix-cursor-target]::-moz-selection,
trix-editor [data-trix-mutable] ::-moz-selection {
  background: none;
}

/* line 226, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-editor [data-trix-mutable]::-moz-selection, trix-editor [data-trix-cursor-target]::-moz-selection, trix-editor [data-trix-mutable] ::-moz-selection {
  background: none;
}
trix-editor [data-trix-mutable]::selection,
trix-editor [data-trix-cursor-target]::selection,
trix-editor [data-trix-mutable] ::selection {
  background: none;
}

/* line 232, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-editor
.attachment__caption-editor[data-trix-mutable]:focus::-moz-selection {
  background: highlight;
}

/* line 236, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-editor .attachment__caption-editor[data-trix-mutable]:focus::-moz-selection {
  background: highlight;
}
trix-editor .attachment__caption-editor[data-trix-mutable]:focus::selection {
  background: highlight;
}

/* line 240, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-editor .attachment.attachment--file[data-trix-mutable] {
  box-shadow: 0 0 0 2px highlight;
  border-color: transparent;
}

/* line 244, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-editor .attachment[data-trix-mutable] img {
  box-shadow: 0 0 0 2px highlight;
}

/* line 247, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-editor .attachment {
  position: relative;
}

/* line 250, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-editor .attachment:hover {
  cursor: default;
}

/* line 253, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-editor .attachment--preview .attachment__caption:hover {
  cursor: text;
}

/* line 256, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-editor .attachment__progress {
  position: absolute;
  z-index: 1;
  height: 20px;
  top: calc(50% - 10px);
  left: 5%;
  width: 90%;
  opacity: 0.9;
  transition: opacity 200ms ease-in;
}

/* line 266, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-editor .attachment__progress[value="100"] {
  opacity: 0;
}

/* line 269, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-editor .attachment__caption-editor {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
  text-align: center;
  vertical-align: top;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* line 285, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-editor .attachment__toolbar {
  position: absolute;
  z-index: 1;
  top: -0.9em;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 293, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-editor .trix-button-group {
  display: inline-flex;
}

/* line 296, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-editor .trix-button {
  position: relative;
  float: left;
  color: #666;
  white-space: nowrap;
  font-size: 80%;
  padding: 0 0.8em;
  margin: 0;
  outline: none;
  border: none;
  border-radius: 0;
  background: transparent;
}

/* line 309, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-editor .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}

/* line 312, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-editor .trix-button.trix-active {
  background: #cbeefa;
}

/* line 315, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-editor .trix-button:not(:disabled) {
  cursor: pointer;
}

/* line 318, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-editor .trix-button--remove {
  text-indent: -9999px;
  display: inline-block;
  padding: 0;
  outline: none;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid highlight;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
}

/* line 331, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-editor .trix-button--remove::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.7;
  content: "";
  background-image: url(data:image/svg+xml,%3Csvg%20height%3D%2224%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19%206.4L17.6%205%2012%2010.6%206.4%205%205%206.4l5.6%205.6L5%2017.6%206.4%2019l5.6-5.6%205.6%205.6%201.4-1.4-5.6-5.6z%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
}

/* line 345, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-editor .trix-button--remove:hover {
  border-color: #333;
}

/* line 348, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-editor .trix-button--remove:hover::before {
  opacity: 1;
}

/* line 351, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-editor .attachment__metadata-container {
  position: relative;
}

/* line 354, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-editor .attachment__metadata {
  position: absolute;
  left: 50%;
  top: 2em;
  transform: translate(-50%, 0);
  max-width: 90%;
  padding: 0.1em 0.6em;
  font-size: 0.8em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
}

/* line 366, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-editor .attachment__metadata .attachment__name {
  display: inline-block;
  max-width: 100%;
  vertical-align: bottom;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 374, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
trix-editor .attachment__metadata .attachment__size {
  margin-left: 0.2em;
  white-space: nowrap;
}

/* line 379, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
.trix-content {
  line-height: 1.5;
}

/* line 382, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
.trix-content * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* line 387, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
.trix-content h1, .trix-content .h1 {
  font-size: 1.2em;
  line-height: 1.2;
}

/* line 391, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
.trix-content blockquote {
  border: 0 solid #ccc;
  border-left-width: 0.3em;
  margin-left: 0.3em;
  padding-left: 0.6em;
}

/* line 397, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
.trix-content [dir="rtl"] blockquote,
.trix-content blockquote[dir="rtl"] {
  border-width: 0;
  border-right-width: 0.3em;
  margin-right: 0.3em;
  padding-right: 0.6em;
}

/* line 404, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
.trix-content li {
  margin-left: 1em;
}

/* line 407, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
.trix-content [dir="rtl"] li {
  margin-right: 1em;
}

/* line 410, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
.trix-content pre {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-family: monospace;
  font-size: 0.9em;
  padding: 0.5em;
  white-space: pre;
  background-color: #eee;
  overflow-x: auto;
}

/* line 421, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
.trix-content img {
  max-width: 100%;
  height: auto;
}

/* line 425, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
.trix-content .attachment {
  display: inline-block;
  position: relative;
  max-width: 100%;
}

/* line 430, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
.trix-content .attachment a {
  color: inherit;
  text-decoration: none;
}

/* line 434, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
.trix-content .attachment a:hover,
.trix-content .attachment a:visited:hover {
  color: inherit;
}

/* line 438, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
.trix-content .attachment__caption {
  text-align: center;
}

/* line 441, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
.trix-content
.attachment__caption
.attachment__name
+ .attachment__size::before {
  content: " · ";
}

/* line 447, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
.trix-content .attachment--preview {
  width: 100%;
  text-align: center;
}

/* line 451, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
.trix-content .attachment--preview .attachment__caption {
  color: #666;
  font-size: 0.9em;
  line-height: 1.2;
}

/* line 456, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
.trix-content .attachment--file {
  color: #333;
  line-height: 1;
  margin: 0 2px 2px 2px;
  padding: 0.4em 1em;
  border: 1px solid #bbb;
  border-radius: 5px;
}

/* line 464, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
.trix-content .attachment-gallery {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

/* line 469, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
.trix-content .attachment-gallery .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}

/* line 474, vendor/bundle/ruby/3.2.0/gems/trix-rails-2.4.0/vendor/assets/stylesheets/trix.css */
.trix-content .attachment-gallery.attachment-gallery--2 .attachment,
.trix-content .attachment-gallery.attachment-gallery--4 .attachment {
  flex-basis: 50%;
  max-width: 50%;
}

/* line 56, app/assets/stylesheets/application.scss */
body {
  background-color: '#f3f4f4';
}

/* line 58, app/assets/stylesheets/application.scss */
.content-wrapper {
  background-color: #f3f4f4;
}

/* line 60, app/assets/stylesheets/application.scss */
.alert {
  z-index: 99999;
}

/* line 62, app/assets/stylesheets/application.scss */
.hw-combobox,
.hw-combobox__main__wrapper {
  width: 100% !important;
}

/* line 67, app/assets/stylesheets/application.scss */
.prescription-warnings,
.patient-warnings {
  position: relative;
  z-index: 5;
  /* Lower than dropdown's z-index */
}

/* Increase dropdown z-index to ensure it's above warnings */
/* line 74, app/assets/stylesheets/application.scss */
.ts-dropdown {
  z-index: 1000 !important;
  /* Higher than warnings */
}

/* line 79, app/assets/stylesheets/application.scss */
.modal-light-backdrop.modal {
  background-color: rgba(255, 255, 255, 0.5) !important;
}

/* line 84, app/assets/stylesheets/application.scss */
#ryft-pay-billing-address-divider-block {
  position: unset !important;
  font-size: 20px !important;
  font-weight: 600 !important;
}

/* Sidebar Variations */
/* line 92, app/assets/stylesheets/application.scss */
.sidebar.partner-sidebar, .sidebar.lead-sidebar, .sidebar.manager-sidebar, .sidebar.auditor-sidebar, .sidebar.patient-sidebar, .sidebar.prescriber-sidebar {
  max-width: 12rem !important;
}

/* line 102, app/assets/stylesheets/application.scss */
.custom-alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.35rem;
}

/* line 109, app/assets/stylesheets/application.scss */
.custom-alert--success {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

/* line 115, app/assets/stylesheets/application.scss */
.custom-alert--danger {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

/* line 121, app/assets/stylesheets/application.scss */
.custom-alert--warning {
  background-color: #fff3cd;
  color: #856404;
  border: 1px solid #ffeeba;
}

/* line 127, app/assets/stylesheets/application.scss */
.custom-alert--info {
  color: #1c606a;
  background-color: #d7f1f5;
  border-color: #c7ebf1;
}

/* line 134, app/assets/stylesheets/application.scss */
.bold-black {
  font-weight: bold;
  color: #000000;
}

/* line 140, app/assets/stylesheets/application.scss */
.about-clinic .modal-title {
  font-family: 'Times New Roman', Times, serif !important;
  font-weight: bold !important;
  font-size: 4rem !important;
  color: #000000 !important;
  letter-spacing: 0.02em !important;
}

/* Custom Tooltip Styling - Alert Warning Style */
/* line 150, app/assets/stylesheets/application.scss */
.custom-tooltip {
  z-index: 999999 !important;
  opacity: 1 !important;
}

/* line 154, app/assets/stylesheets/application.scss */
.custom-tooltip .tooltip-inner {
  max-width: 450px !important;
  padding: 1.5rem !important;
  background: #fff3cd !important;
  background-color: #fff3cd !important;
  color: #856404 !important;
  border: 1px solid #ffeaa7 !important;
  border-radius: 0.375rem !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
  font-size: 0.875rem !important;
  line-height: 1.5 !important;
  text-align: left !important;
  white-space: pre-line !important;
  font-weight: 500 !important;
  opacity: 1 !important;
}

/* line 172, app/assets/stylesheets/application.scss */
.custom-tooltip:hover .tooltip-inner {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25) !important;
}

/* Attention-grabbing heartbeat animation for badges */
/* line 179, app/assets/stylesheets/application.scss */
.badge-heartbeat {
  position: relative;
  animation: heartbeat 1.2s infinite ease-in-out;
  transform-origin: center;
}

@keyframes heartbeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.15);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.15);
  }
  70% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-1px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(1px);
  }
}

/* line 200, app/assets/stylesheets/application.scss */
.shake {
  animation: shake 0.8s ease-in-out;
}

/* Highlight flash animation for drawing attention */
@keyframes highlight-flash {
  0% {
    box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.7);
  }
  50% {
    box-shadow: 0 0 20px 10px rgba(13, 110, 253, 0.4);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(13, 110, 253, 0);
  }
}

/* line 211, app/assets/stylesheets/application.scss */
.highlight-flash {
  animation: highlight-flash 2s ease-in-out;
}
